1 | #
|
2 | # A fatal error has been detected by the Java Runtime Environment:
|
3 | #
|
4 | # SIGSEGV (0xb) at pc=0x00000001e44621a8, pid=17432, tid=259
|
5 | #
|
6 | # JRE version: OpenJDK Runtime Environment Microsoft-11369864 (17.0.15+6) (build 17.0.15+6-LTS)
|
7 | # Java VM: OpenJDK 64-Bit Server VM Microsoft-11369864 (17.0.15+6-LTS, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, bsd-aarch64)
|
8 | # Problematic frame:
|
9 | # C [GLEngine+0x1201a8] gleRunVertexSubmitImmediate+0x18cc
|
10 | #
|
11 | # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
|
12 | #
|
13 | # If you would like to submit a bug report, please visit:
|
14 | # https://aka.ms/minecraftjavacrashes
|
15 | # The crash happened outside the Java Virtual Machine in native code.
|
16 | # See problematic frame for where to report the bug.
|
17 | #
|
18 |
|
19 | --------------- S U M M A R Y ------------
|
20 |
|
21 | Command Line: -Xms512m -Xmx4096m -Duser.language=en -Djava.library.path=/Users/********/Library/Application Support/PrismLauncher/instances/dh test/natives org.prismlauncher.EntryPoint
|
22 |
|
23 | Host: "Mac14,6" arm64, 12 cores, 64G, Darwin 23.5.0, macOS 14.5 (23F79)
|
24 | Time: Sun Aug 24 01:25:34 2025 EDT elapsed time: 28.367784 seconds (0d 0h 0m 28s)
|
25 |
|
26 | --------------- T H R E A D ---------------
|
27 |
|
28 | Current thread (0x0000000143814400): JavaThread "Render thread" [_thread_in_native, id=259, stack(0x000000016ec2c000,0x000000016f428000)]
|
29 |
|
30 | Stack: [0x000000016ec2c000,0x000000016f428000], sp=0x000000016f41f870, free space=8142k
|
31 | Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
|
32 | C [GLEngine+0x1201a8] gleRunVertexSubmitImmediate+0x18cc
|
33 | C [GLEngine+0xb9a68] gleDrawArraysOrElements_ExecCore+0x270
|
34 | C [GLEngine+0xb62b8] glDrawElementsInstanced_GL3Exec+0x1a8
|
35 | C 0x054380010dc418ac
|
36 | j org.lwjgl.opengl.GL31C.glDrawElementsInstanced(IIIJI)V+6 org.lwjgl.opengl@3.3.1+7
|
37 | j org.lwjgl.opengl.GL31.glDrawElementsInstanced(IIIJI)V+6 org.lwjgl.opengl@3.3.1+7
|
38 | j com.seibel.distanthorizons.core.render.renderer.generic.GenericObjectRenderer.renderBoxGroupInstanced(Lcom/seibel/distanthorizons/api/interfaces/override/rendering/IDhApiGenericObjectShaderProgram;Lcom/seibel/distanthorizons/api/methods/events/sharedParameterObjects/DhApiRenderParam;Lcom/seibel/distanthorizons/core/render/renderer/generic/RenderableBoxGroup;Lcom/seibel/distanthorizons/core/util/math/Vec3d;Lcom/seibel/distanthorizons/core/wrapperInterfaces/minecraft/IProfilerWrapper;)V+229 distanthorizons@2.3.4-b
|
39 | j com.seibel.distanthorizons.core.render.renderer.generic.GenericObjectRenderer.render(Lcom/seibel/distanthorizons/api/methods/events/sharedParameterObjects/DhApiRenderParam;Lcom/seibel/distanthorizons/core/wrapperInterfaces/minecraft/IProfilerWrapper;Z)V+390 distanthorizons@2.3.4-b
|
40 | j com.seibel.distanthorizons.core.render.renderer.LodRenderer.renderLodPass(Lcom/seibel/distanthorizons/core/wrapperInterfaces/world/IClientLevelWrapper;Lcom/seibel/distanthorizons/api/methods/events/sharedParameterObjects/DhApiRenderParam;Lcom/seibel/distanthorizons/core/wrapperInterfaces/minecraft/IProfilerWrapper;Z)V+339 distanthorizons@2.3.4-b
|
41 | j com.seibel.distanthorizons.core.render.renderer.LodRenderer.drawLods(Lcom/seibel/distanthorizons/core/wrapperInterfaces/world/IClientLevelWrapper;Lcom/seibel/distanthorizons/api/methods/events/sharedParameterObjects/DhApiRenderParam;Lcom/seibel/distanthorizons/core/wrapperInterfaces/minecraft/IProfilerWrapper;)V+5 distanthorizons@2.3.4-b
|
42 | j com.seibel.distanthorizons.core.level.ClientLevelModule.render(Lcom/seibel/distanthorizons/api/methods/events/sharedParameterObjects/DhApiRenderParam;Lcom/seibel/distanthorizons/core/wrapperInterfaces/minecraft/IProfilerWrapper;)V+26 distanthorizons@2.3.4-b
|
43 | j com.seibel.distanthorizons.core.level.DhClientServerLevel.render(Lcom/seibel/distanthorizons/api/methods/events/sharedParameterObjects/DhApiRenderParam;Lcom/seibel/distanthorizons/core/wrapperInterfaces/minecraft/IProfilerWrapper;)V+6 distanthorizons@2.3.4-b
|
44 | j com.seibel.distanthorizons.core.api.internal.ClientApi.renderLodLayer(Lcom/seibel/distanthorizons/core/wrapperInterfaces/world/IClientLevelWrapper;Lcom/seibel/distanthorizons/core/util/math/Mat4f;Lcom/seibel/distanthorizons/core/util/math/Mat4f;FZ)V+408 distanthorizons@2.3.4-b
|
45 | j com.seibel.distanthorizons.core.api.internal.ClientApi.renderLods(Lcom/seibel/distanthorizons/core/wrapperInterfaces/world/IClientLevelWrapper;Lcom/seibel/distanthorizons/core/util/math/Mat4f;Lcom/seibel/distanthorizons/core/util/math/Mat4f;F)V+7 distanthorizons@2.3.4-b
|
46 | j net.minecraft.client.renderer.LevelRenderer.handler$zee000$renderChunkLayer(Lnet/minecraft/client/renderer/RenderType;Lcom/mojang/blaze3d/vertex/PoseStack;DDDLorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V+53 minecraft@1.20.1
|
47 | j net.minecraft.client.renderer.LevelRenderer.m_172993_(Lnet/minecraft/client/renderer/RenderType;Lcom/mojang/blaze3d/vertex/PoseStack;DDDLorg/joml/Matrix4f;)V+25 minecraft@1.20.1
|
48 | j net.minecraft.client.renderer.LevelRenderer.m_109599_(Lcom/mojang/blaze3d/vertex/PoseStack;FJZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;)V+557 minecraft@1.20.1
|
49 | j net.minecraft.client.renderer.GameRenderer.m_109089_(FJLcom/mojang/blaze3d/vertex/PoseStack;)V+627 minecraft@1.20.1
|
50 | J 21744 c1 net.minecraft.client.renderer.GameRenderer.m_109093_(FJZ)V minecraft@1.20.1 (979 bytes) @ 0x0000000107eba0b4 [0x0000000107eb9500+0x0000000000000bb4]
|
51 | J 20936 c1 net.minecraft.client.Minecraft.m_91383_(Z)V minecraft@1.20.1 (1193 bytes) @ 0x0000000107e16290 [0x0000000107e12fc0+0x00000000000032d0]
|
52 | j net.minecraft.client.Minecraft.m_91374_()V+108 minecraft@1.20.1
|
53 | j net.minecraft.client.main.Main.main([Ljava/lang/String;)V+1564 minecraft@1.20.1
|
54 | v ~StubRoutines::call_stub
|
55 | V [libjvm.dylib+0x47e218] JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, JavaThread*)+0x394
|
56 | V [libjvm.dylib+0x84cae4] invoke(InstanceKlass*, methodHandle const&, Handle, bool, objArrayHandle, BasicType, objArrayHandle, bool, JavaThread*)+0x928
|
57 | V [libjvm.dylib+0x84c15c] Reflection::invoke_method(oopDesc*, Handle, objArrayHandle, JavaThread*)+0x160
|
58 | V [libjvm.dylib+0x539660] JVM_InvokeMethod+0x370
|
59 | J 3506 jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; java.base@17.0.15 (0 bytes) @ 0x000000010e39bd68 [0x000000010e39bcc0+0x00000000000000a8]
|
60 | C 0x0000000724ed8688
|
61 |
|
62 | Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
|
63 | j org.lwjgl.opengl.GL31C.nglDrawElementsInstanced(IIIJI)V+0 org.lwjgl.opengl@3.3.1+7
|
64 | j org.lwjgl.opengl.GL31C.glDrawElementsInstanced(IIIJI)V+6 org.lwjgl.opengl@3.3.1+7
|
65 | j org.lwjgl.opengl.GL31.glDrawElementsInstanced(IIIJI)V+6 org.lwjgl.opengl@3.3.1+7
|
66 | j com.seibel.distanthorizons.core.render.renderer.generic.GenericObjectRenderer.renderBoxGroupInstanced(Lcom/seibel/distanthorizons/api/interfaces/override/rendering/IDhApiGenericObjectShaderProgram;Lcom/seibel/distanthorizons/api/methods/events/sharedParameterObjects/DhApiRenderParam;Lcom/seibel/distanthorizons/core/render/renderer/generic/RenderableBoxGroup;Lcom/seibel/distanthorizons/core/util/math/Vec3d;Lcom/seibel/distanthorizons/core/wrapperInterfaces/minecraft/IProfilerWrapper;)V+229 distanthorizons@2.3.4-b
|
67 | j com.seibel.distanthorizons.core.render.renderer.generic.GenericObjectRenderer.render(Lcom/seibel/distanthorizons/api/methods/events/sharedParameterObjects/DhApiRenderParam;Lcom/seibel/distanthorizons/core/wrapperInterfaces/minecraft/IProfilerWrapper;Z)V+390 distanthorizons@2.3.4-b
|
68 | j com.seibel.distanthorizons.core.render.renderer.LodRenderer.renderLodPass(Lcom/seibel/distanthorizons/core/wrapperInterfaces/world/IClientLevelWrapper;Lcom/seibel/distanthorizons/api/methods/events/sharedParameterObjects/DhApiRenderParam;Lcom/seibel/distanthorizons/core/wrapperInterfaces/minecraft/IProfilerWrapper;Z)V+339 distanthorizons@2.3.4-b
|
69 | j com.seibel.distanthorizons.core.render.renderer.LodRenderer.drawLods(Lcom/seibel/distanthorizons/core/wrapperInterfaces/world/IClientLevelWrapper;Lcom/seibel/distanthorizons/api/methods/events/sharedParameterObjects/DhApiRenderParam;Lcom/seibel/distanthorizons/core/wrapperInterfaces/minecraft/IProfilerWrapper;)V+5 distanthorizons@2.3.4-b
|
70 | j com.seibel.distanthorizons.core.level.ClientLevelModule.render(Lcom/seibel/distanthorizons/api/methods/events/sharedParameterObjects/DhApiRenderParam;Lcom/seibel/distanthorizons/core/wrapperInterfaces/minecraft/IProfilerWrapper;)V+26 distanthorizons@2.3.4-b
|
71 | j com.seibel.distanthorizons.core.level.DhClientServerLevel.render(Lcom/seibel/distanthorizons/api/methods/events/sharedParameterObjects/DhApiRenderParam;Lcom/seibel/distanthorizons/core/wrapperInterfaces/minecraft/IProfilerWrapper;)V+6 distanthorizons@2.3.4-b
|
72 | j com.seibel.distanthorizons.core.api.internal.ClientApi.renderLodLayer(Lcom/seibel/distanthorizons/core/wrapperInterfaces/world/IClientLevelWrapper;Lcom/seibel/distanthorizons/core/util/math/Mat4f;Lcom/seibel/distanthorizons/core/util/math/Mat4f;FZ)V+408 distanthorizons@2.3.4-b
|
73 | j com.seibel.distanthorizons.core.api.internal.ClientApi.renderLods(Lcom/seibel/distanthorizons/core/wrapperInterfaces/world/IClientLevelWrapper;Lcom/seibel/distanthorizons/core/util/math/Mat4f;Lcom/seibel/distanthorizons/core/util/math/Mat4f;F)V+7 distanthorizons@2.3.4-b
|
74 | j net.minecraft.client.renderer.LevelRenderer.handler$zee000$renderChunkLayer(Lnet/minecraft/client/renderer/RenderType;Lcom/mojang/blaze3d/vertex/PoseStack;DDDLorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V+53 minecraft@1.20.1
|
75 | j net.minecraft.client.renderer.LevelRenderer.m_172993_(Lnet/minecraft/client/renderer/RenderType;Lcom/mojang/blaze3d/vertex/PoseStack;DDDLorg/joml/Matrix4f;)V+25 minecraft@1.20.1
|
76 | j net.minecraft.client.renderer.LevelRenderer.m_109599_(Lcom/mojang/blaze3d/vertex/PoseStack;FJZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;)V+557 minecraft@1.20.1
|
77 | j net.minecraft.client.renderer.GameRenderer.m_109089_(FJLcom/mojang/blaze3d/vertex/PoseStack;)V+627 minecraft@1.20.1
|
78 | J 21744 c1 net.minecraft.client.renderer.GameRenderer.m_109093_(FJZ)V minecraft@1.20.1 (979 bytes) @ 0x0000000107eba0b4 [0x0000000107eb9500+0x0000000000000bb4]
|
79 | J 20936 c1 net.minecraft.client.Minecraft.m_91383_(Z)V minecraft@1.20.1 (1193 bytes) @ 0x0000000107e16290 [0x0000000107e12fc0+0x00000000000032d0]
|
80 | j net.minecraft.client.Minecraft.m_91374_()V+108 minecraft@1.20.1
|
81 | j net.minecraft.client.main.Main.main([Ljava/lang/String;)V+1564 minecraft@1.20.1
|
82 | v ~StubRoutines::call_stub
|
83 | J 3506 jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; java.base@17.0.15 (0 bytes) @ 0x000000010e39bd68 [0x000000010e39bcc0+0x00000000000000a8]
|
84 | j jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+133 java.base@17.0.15
|
85 | j jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6 java.base@17.0.15
|
86 | j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+59 java.base@17.0.15
|
87 | j net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(Ljava/lang/String;[Ljava/lang/String;Ljava/lang/ModuleLayer;)V+39 fmlloader@1.20.1-47.4.0
|
88 | j net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService([Ljava/lang/String;Ljava/lang/ModuleLayer;)V+5 fmlloader@1.20.1-47.4.0
|
89 | j net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0([Ljava/lang/String;Ljava/lang/ModuleLayer;)V+3 fmlloader@1.20.1-47.4.0
|
90 | j net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler$$Lambda$1051+0x00000008005673c0.run()V+12 fmlloader@1.20.1-47.4.0
|
91 | j cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch([Ljava/lang/String;Ljava/lang/ModuleLayer;)V+11 cpw.mods.modlauncher@10.0.9
|
92 | j cpw.mods.modlauncher.LaunchServiceHandler.launch(Ljava/lang/String;[Ljava/lang/String;Ljava/lang/ModuleLayer;Lcpw/mods/modlauncher/TransformingClassLoader;Lcpw/mods/modlauncher/LaunchPluginHandler;)V+58 cpw.mods.modlauncher@10.0.9
|
93 | j cpw.mods.modlauncher.LaunchServiceHandler.launch(Lcpw/mods/modlauncher/ArgumentHandler;Ljava/lang/ModuleLayer;Lcpw/mods/modlauncher/TransformingClassLoader;Lcpw/mods/modlauncher/LaunchPluginHandler;)V+21 cpw.mods.modlauncher@10.0.9
|
94 | j cpw.mods.modlauncher.Launcher.run([Ljava/lang/String;)V+307 cpw.mods.modlauncher@10.0.9
|
95 | j cpw.mods.modlauncher.Launcher.main([Ljava/lang/String;)V+78 cpw.mods.modlauncher@10.0.9
|
96 | j cpw.mods.modlauncher.BootstrapLaunchConsumer.accept([Ljava/lang/String;)V+1 cpw.mods.modlauncher@10.0.9
|
97 | j cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(Ljava/lang/Object;)V+5 cpw.mods.modlauncher@10.0.9
|
98 | j cpw.mods.bootstraplauncher.BootstrapLauncher.main([Ljava/lang/String;)V+515 cpw.mods.bootstraplauncher@1.1.2
|
99 | v ~StubRoutines::call_stub
|
100 | j jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0 java.base@17.0.15
|
101 | j jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+133 java.base@17.0.15
|
102 | j jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6 java.base@17.0.15
|
103 | j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+59 java.base@17.0.15
|
104 | j io.github.zekerzhayard.forgewrapper.installer.Main.main([Ljava/lang/String;)V+583
|
105 | j java.lang.invoke.LambdaForm$DMH+0x0000000800004400.invokeStaticInit(Ljava/lang/Object;Ljava/lang/Object;)V+10 java.base@17.0.15
|
106 | j java.lang.invoke.LambdaForm$MH+0x0000000800004c00.invokeExact_MT(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V+19 java.base@17.0.15
|
107 | j org.prismlauncher.launcher.impl.StandardLauncher.launch()V+253
|
108 | j org.prismlauncher.EntryPoint.listen()Lorg/prismlauncher/EntryPoint$ExitCode;+288
|
109 | j org.prismlauncher.EntryPoint.main([Ljava/lang/String;)V+0
|
110 | v ~StubRoutines::call_stub
|
111 |
|
112 | siginfo: si_signo: 11 (SIGSEGV), si_code: 2 (SEGV_ACCERR), si_addr: 0x0000000000000018
|
113 |
|
114 | Registers:
|
115 | x0=0x000000016f41f940 x1=0x000000016f41f930 x2=0x0000000040400028 x3=0x0000000000000000
|
116 | x4=0x0000000000000000 x5=0x0000600001a78830 x6=0x0000000000000000 x7=0x0000000000000403
|
117 | x8=0x00000c330004100e x9=0x0000000000000018 x10=0x0000001800110d06 x11=0x0000003000000000
|
118 | x12=0x0000003000000000 x13=0x000000a000000100 x14=0x00000000ffffffff x15=0x0000000000000000
|
119 | x16=0x00000001e44621a4 x17=0x00000001e446162c x18=0x0000000000000000 x19=0x0000600001a78830
|
120 | x20=0x0000000000000030 x21=0x0000000000000038 x22=0x00000c330004100e x23=0x0000000000000003
|
121 | x24=0x0000000000000000 x25=0x00000000ffffffff x26=0x0000000000000006 x27=0x0000000000000028
|
122 | x28=0x0000600001a78858 fp=0x000000016f41fa20 lr=0x00000001e44616b8 sp=0x000000016f41f870
|
123 | pc=0x00000001e44621a8 cpsr=0x0000000080001000
|
124 |
|
125 | Register to memory mapping:
|
126 |
|
127 | x0=0x000000016f41f940 is pointing into the stack for thread: 0x0000000143814400
|
128 | x1=0x000000016f41f930 is pointing into the stack for thread: 0x0000000143814400
|
129 | x2=0x0000000040400028 is an unknown value
|
130 | x3=0x0 is NULL
|
131 | x4=0x0 is NULL
|
132 | x5=0x0000600001a78830 points into unknown readable memory: 0x0000001800110d06 | 06 0d 11 00 18 00 00 00
|
133 | x6=0x0 is NULL
|
134 | x7=0x0000000000000403 is an unknown value
|
135 | x8=0x00000c330004100e is an unknown value
|
136 | x9=0x0000000000000018 is an unknown value
|
137 | x10=0x0000001800110d06 is an unknown value
|
138 | x11=0x0000003000000000 is an unknown value
|
139 | x12=0x0000003000000000 is an unknown value
|
140 | x13=0x000000a000000100 is an unknown value
|
141 | x14=0x00000000ffffffff is an unknown value
|
142 | x15=0x0 is NULL
|
143 | x16=0x00000001e44621a4: gleRunVertexSubmitImmediate+0x18c8 in /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine at 0x00000001e4342000
|
144 | x17=0x00000001e446162c: gleRunVertexSubmitImmediate+0xd50 in /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine at 0x00000001e4342000
|
145 | x18=0x0 is NULL
|
146 | x19=0x0000600001a78830 points into unknown readable memory: 0x0000001800110d06 | 06 0d 11 00 18 00 00 00
|
147 | x20=0x0000000000000030 is an unknown value
|
148 | x21=0x0000000000000038 is an unknown value
|
149 | x22=0x00000c330004100e is an unknown value
|
150 | x23=0x0000000000000003 is an unknown value
|
151 | x24=0x0 is NULL
|
152 | x25=0x00000000ffffffff is an unknown value
|
153 | x26=0x0000000000000006 is an unknown value
|
154 | x27=0x0000000000000028 is an unknown value
|
155 | x28=0x0000600001a78858 points into unknown readable memory: 0x000000340104580a | 0a 58 04 01 34 00 00 00
|
156 |
|
157 |
|
158 | Top of Stack: (sp=0x000000016f41f870)
|
159 | 0x000000016f41f870: 0000000000000000 0000000138008150
|
160 | 0x000000016f41f880: 0000000138008180 0000000138008160
|
161 | 0x000000016f41f890: 00000001380081a0 0000000138008190
|
162 | 0x000000016f41f8a0: 0000000138008140 0000000138008170
|
163 | 0x000000016f41f8b0: 0000000138012278 0000000000000000
|
164 | 0x000000016f41f8c0: 000000013800a3f4 fffffffe00000990
|
165 | 0x000000016f41f8d0: 0000000138008000 000000006f41f958
|
166 | 0x000000016f41f8e0: 0000000000000000 0000000000000000
|
167 | 0x000000016f41f8f0: 00000000000000d8 0000000138023490
|
168 | 0x000000016f41f900: 0000000000000002 0000000000000000
|
169 | 0x000000016f41f910: 0000000000000000 fd4d800137782ae4
|
170 | 0x000000016f41f920: 0000000138022ee5 0000000138021c40
|
171 | 0x000000016f41f930: 3f70f0f13f70f0f1 3f8000003f71f1f2
|
172 | 0x000000016f41f940: 0000000000000018 0000000341eb0000
|
173 | 0x000000016f41f950: 0000000341eb0990 00000001435b0000
|
174 | 0x000000016f41f960: 000000013800be70 000000013800c080
|
175 | 0x000000016f41f970: 00000001446d23c0 0000000000005144
|
176 | 0x000000016f41f980: 7cf98a0be5f00090 0000000138020a00
|
177 | 0x000000016f41f990: 0000000000000000 000000003f7fffff
|
178 | 0x000000016f41f9a0: 00000000bf79de10 000000003e5ecacb
|
179 | 0x000000016f41f9b0: 0000000000000000 0000000000000000
|
180 | 0x000000016f41f9c0: 00000000c25d0273 0000000000000000
|
181 | 0x000000016f41f9d0: 0000000138012280 0000000000000024
|
182 | 0x000000016f41f9e0: 0000000000000004 0000000000000000
|
183 | 0x000000016f41f9f0: 00000001446d2440 0000000000000024
|
184 | 0x000000016f41fa00: 0000000000000000 0000000000000004
|
185 | 0x000000016f41fa10: 0000000000000024 0000000138008000
|
186 | 0x000000016f41fa20: 000000016f41fb40 8c530001e43fba68
|
187 | 0x000000016f41fa30: 0000000000000024 00000001446d2028
|
188 | 0x000000016f41fa40: 00000001446d2218 0000000138012c48
|
189 | 0x000000016f41fa50: 000000013800d144 00000001000000f9
|
190 | 0x000000016f41fa60: 0000000000000000 0000000335040000
|
191 |
|
192 | Instructions: (pc=0x00000001e44621a8)
|
193 | 0x00000001e44620a8: 00 01 80 3d 60 ff ff 17 0e 01 00 fd 3f 11 00 71
|
194 | 0x00000001e44620b8: c0 f4 ff 54 3f 0d 00 71 e1 01 00 54 1f 09 00 b9
|
195 | 0x00000001e44620c8: 91 fa ff 17 0e 01 00 fd e0 cb 40 bd 00 09 00 bd
|
196 | 0x00000001e44620d8: 3f 19 00 71 61 fd ff 54 00 0d 00 bd 8a fa ff 17
|
197 | 0x00000001e44620e8: 0e 3d 00 6d 88 fa ff 17 29 00 80 52 09 0d 00 b9
|
198 | 0x00000001e44620f8: 85 fa ff 17 3f 15 00 71 63 50 ff 54 1f 05 00 f9
|
199 | 0x00000001e4462108: 81 fa ff 17 1f 0d 00 b9 7f fa ff 17 6c 11 c0 5a
|
200 | 0x00000001e4462118: 8d 55 00 51 4d 21 cd 1a 0e 60 a8 52 cc 5d 0c 4b
|
201 | 0x00000001e4462128: ad 21 1f 12 7f 01 00 71 ec 03 8c 1a eb 03 8d 1a
|
202 | 0x00000001e4462138: 03 00 00 14 0d 00 a7 52 ac 35 0c 0b 8b 35 0b 2a
|
203 | 0x00000001e4462148: 4a 7d 0f 53 4b 01 01 33 eb c3 00 b9 ff 0a 00 71
|
204 | 0x00000001e4462158: e3 0b 00 54 2a 05 40 79 4b 25 00 12 4c 11 16 72
|
205 | 0x00000001e4462168: e0 03 00 54 0d 80 8f 52 9f 01 0d 6b c1 04 00 54
|
206 | 0x00000001e4462178: 7f 01 00 71 0b 00 b0 12 0c f0 af 52 8b 01 8b 1a
|
207 | 0x00000001e4462188: 24 00 00 14 18 00 80 52 20 01 40 bd e0 c3 00 bd
|
208 | 0x00000001e4462198: 20 05 40 bd e0 c7 00 bd 2b fd ff 17 18 00 80 52
|
209 | 0x00000001e44621a8: 20 01 40 bd e0 c3 00 bd 20 05 40 bd e0 c7 00 bd
|
210 | 0x00000001e44621b8: 20 09 40 bd e0 cb 00 bd 23 fd ff 17 18 00 80 52
|
211 | 0x00000001e44621c8: 20 01 40 bd e0 c3 00 bd 20 05 40 bd e0 c7 00 bd
|
212 | 0x00000001e44621d8: 20 09 40 bd e0 cb 00 bd 30 fc ff 17 6c 11 c0 5a
|
213 | 0x00000001e44621e8: 8d 55 00 51 4d 21 cd 1a 0e 60 a8 52 cc 5d 0c 4b
|
214 | 0x00000001e44621f8: ad 21 1f 12 7f 01 00 71 ec 03 8c 1a eb 03 8d 1a
|
215 | 0x00000001e4462208: 03 00 00 14 0d 00 a7 52 ac 35 0c 0b 8b 35 0b 2a
|
216 | 0x00000001e4462218: 4a 7d 0f 53 4b 01 01 33 eb c7 00 b9 ff 0a 00 71
|
217 | 0x00000001e4462228: 60 05 00 54 2a 09 40 79 4b 25 00 12 4c 11 16 72
|
218 | 0x00000001e4462238: 20 01 00 54 0d 80 8f 52 9f 01 0d 6b 01 02 00 54
|
219 | 0x00000001e4462248: 7f 01 00 71 0b 00 b0 12 0c f0 af 52 8b 01 8b 1a
|
220 | 0x00000001e4462258: 0e 00 00 14 6c 11 c0 5a 8d 55 00 51 4d 21 cd 1a
|
221 | 0x00000001e4462268: 0e 60 a8 52 cc 5d 0c 4b ad 21 1f 12 7f 01 00 71
|
222 | 0x00000001e4462278: ec 03 8c 1a eb 03 8d 1a 03 00 00 14 0d 00 a7 52
|
223 | 0x00000001e4462288: ac 35 0c 0b 8b 35 0b 2a 4a 7d 0f 53 4b 01 01 33
|
224 | 0x00000001e4462298: eb cb 00 b9 ff 12 00 71 a3 01 00 54 29 0d 40 79
|
225 |
|
226 |
|
227 | Stack slot to memory mapping:
|
228 | stack at sp + 0 slots: 0x0 is NULL
|
229 | stack at sp + 1 slots: 0x0000000138008150 points into unknown readable memory: 0x3800010038000100 | 00 01 00 38 00 01 00 38
|
230 | stack at sp + 2 slots: 0x0000000138008180 points into unknown readable memory: 0x3780008037800080 | 80 00 80 37 80 00 80 37
|
231 | stack at sp + 3 slots: 0x0000000138008160 points into unknown readable memory: 0x3000000030000000 | 00 00 00 30 00 00 00 30
|
232 | stack at sp + 4 slots: 0x00000001380081a0 points into unknown readable memory: 0x3780000037800000 | 00 00 80 37 00 00 80 37
|
233 | stack at sp + 5 slots: 0x0000000138008190 points into unknown readable memory: 0x3000000030000000 | 00 00 00 30 00 00 00 30
|
234 | stack at sp + 6 slots: 0x0000000138008140 points into unknown readable memory: 0x3c0102043c010204 | 04 02 01 3c 04 02 01 3c
|
235 | stack at sp + 7 slots: 0x0000000138008170 points into unknown readable memory: 0x3b8080813b808081 | 81 80 80 3b 81 80 80 3b
|
236 |
|
237 |
|
238 | Compiled method (c1) 28371 21744 ! 3 net.minecraft.client.renderer.GameRenderer::m_109093_ (979 bytes)
|
239 | total in heap [0x0000000107eb8090,0x0000000107ec4b28] = 51864
|
240 | relocation [0x0000000107eb81e8,0x0000000107eb94c0] = 4824
|
241 | constants [0x0000000107eb94c0,0x0000000107eb9500] = 64
|
242 | main code [0x0000000107eb9500,0x0000000107ec0880] = 29568
|
243 | stub code [0x0000000107ec0880,0x0000000107ec17c8] = 3912
|
244 | oops [0x0000000107ec17c8,0x0000000107ec1898] = 208
|
245 | metadata [0x0000000107ec1898,0x0000000107ec1f68] = 1744
|
246 | scopes data [0x0000000107ec1f68,0x0000000107ec3370] = 5128
|
247 | scopes pcs [0x0000000107ec3370,0x0000000107ec47e0] = 5232
|
248 | dependencies [0x0000000107ec47e0,0x0000000107ec4848] = 104
|
249 | handler table [0x0000000107ec4848,0x0000000107ec4908] = 192
|
250 | nul chk table [0x0000000107ec4908,0x0000000107ec4b28] = 544
|
251 |
|
252 |
|
253 | [Constant Pool]
|
254 | Address hex4 hex8
|
255 | 0x0000000107eb94c0: 0x447a0000 0x461c4000447a0000
|
256 | 0x0000000107eb94c4: 0x461c4000
|
257 | 0x0000000107eb94c8: 0x00000000 0x0000000000000000
|
258 | 0x0000000107eb94cc: 0x00000000
|
259 | 0x0000000107eb94d0: 0x00000000 0x0000000000000000
|
260 | 0x0000000107eb94d4: 0x00000000
|
261 | 0x0000000107eb94d8: 0x00000000 0x0000000000000000
|
262 | 0x0000000107eb94dc: 0x00000000
|
263 | 0x0000000107eb94e0: 0x00000000 0x0000000000000000
|
264 | 0x0000000107eb94e4: 0x00000000
|
265 | 0x0000000107eb94e8: 0x00000000 0x0000000000000000
|
266 | 0x0000000107eb94ec: 0x00000000
|
267 | 0x0000000107eb94f0: 0x00000000 0x0000000000000000
|
268 | 0x0000000107eb94f4: 0x00000000
|
269 | 0x0000000107eb94f8: 0x00000000 0x0000000000000000
|
270 | 0x0000000107eb94fc: 0x00000000
|
271 |
|
272 | [MachCode]
|
273 | [Entry Point]
|
274 | # {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer'
|
275 | # this: c_rarg1:c_rarg1
|
276 | = 'net/minecraft/client/renderer/GameRenderer'
|
277 | # parm0: v0 = float
|
278 | # parm1: c_rarg2:c_rarg2
|
279 | = long
|
280 | # parm2: c_rarg3 = boolean
|
281 | # [sp+0x250] (sp of caller)
|
282 | 0x0000000107eb9500: ; {no_reloc}
|
283 | 0x0000000107eb9500: 2808 40b9 | 3f01 086b | c001 0054
|
284 |
|
285 | 0x0000000107eb950c: ; {runtime_call ic_miss_stub}
|
286 | 0x0000000107eb950c: bdfd 7615 | 1f20 03d5 | 1f20 03d5 | 1f20 03d5 | 1f20 03d5 | 1f20 03d5 | 1f20 03d5 | 1f20 03d5
|
287 | 0x0000000107eb952c: 1f20 03d5 | 1f20 03d5 | 1f20 03d5 | 1f20 03d5 | 1f20 03d5
|
288 | [Verified Entry Point]
|
289 | 0x0000000107eb9540: 1f20 03d5 | e953 40d1 | 3f01 00f9 | fd7b bfa9 | ff03 09d1 | e16f 00f9 | e013 02bd | e277 00f9
|
290 | 0x0000000107eb9560: e3e3 00b9
|
291 |
|
292 | 0x0000000107eb9564: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
293 | 0x0000000107eb9564: 0000 84d2 | c04e a4f2 | 6000 c0f2 | 04ac 40b9 | 8408 0011 | 04ac 00b9 | 8424 1f12 | 9f00 0071
|
294 | 0x0000000107eb9584: 4009 0354 | 2058 40b9 | 00f0 7dd3
|
295 |
|
296 | 0x0000000107eb9590: ; implicit exception: dispatches to 0x0000000107ebf6cc
|
297 | 0x0000000107eb9590: 1f00 40f9 | e403 00aa
|
298 |
|
299 | 0x0000000107eb9598: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
300 | 0x0000000107eb9598: 0500 84d2 | c54e a4f2 | 6500 c0f2 | a884 40f9 | 0805 0091 | a884 00f9 | 0478 4139 | 8400 0012
|
301 | 0x0000000107eb95b8: 9f00 0071
|
302 |
|
303 | 0x0000000107eb95bc: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
304 | 0x0000000107eb95bc: 0400 84d2 | c44e a4f2 | 6400 c0f2 | 0825 80d2 | 0927 80d2 | 0511 899a | 8668 65f8 | c604 0091
|
305 | 0x0000000107eb95dc: 8668 25f8 | a112 0054 | 04bc 40b9 | 84f0 7dd3
|
306 |
|
307 | 0x0000000107eb95ec: ; implicit exception: dispatches to 0x0000000107ebf6d0
|
308 | 0x0000000107eb95ec: 8570 4039 | bf00 0071
|
309 |
|
310 | 0x0000000107eb95f4: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
311 | 0x0000000107eb95f4: 0500 84d2 | c54e a4f2 | 6500 c0f2 | 0829 80d2 | 092b 80d2 | 0601 899a | a768 66f8 | e704 0091
|
312 | 0x0000000107eb9614: a768 26f8 | e010 0054 | e503 04aa
|
313 |
|
314 | 0x0000000107eb9620: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
315 | 0x0000000107eb9620: 0600 84d2 | c64e a4f2 | 6600 c0f2
|
316 |
|
317 | 0x0000000107eb962c: ; {metadata('net/minecraft/client/Options')}
|
318 | 0x0000000107eb962c: 089f 86d2 | 4818 a0f2 | 0801 c0f2 | c9e0 0591 | 2801 00f9 | c8c0 40f9 | 0805 0091 | c8c0 00f9
|
319 | 0x0000000107eb964c: 84fc 40b9 | 84f0 7dd3
|
320 |
|
321 | 0x0000000107eb9654: ; implicit exception: dispatches to 0x0000000107ebf6d4
|
322 | 0x0000000107eb9654: 9f00 40f9 | e503 04aa
|
323 |
|
324 | 0x0000000107eb965c: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
325 | 0x0000000107eb965c: 0600 84d2 | c64e a4f2 | 6600 c0f2 | c8d0 40f9 | 0805 0091 | c8d0 00f9 | 8428 40b9 | 84f0 7dd3
|
326 | 0x0000000107eb967c: 0401 00b5
|
327 |
|
328 | 0x0000000107eb9680: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
329 | 0x0000000107eb9680: 0700 84d2 | c74e a4f2 | 6700 c0f2 | e844 4739 | 0801 40b2 | e844 0739 | 3600 0014
|
330 |
|
331 | 0x0000000107eb969c: ; {metadata('java/lang/Boolean')}
|
332 | 0x0000000107eb969c: 06db 8ad2 | a600 a0f2 | 0601 c0f2 | 8808 40b9 | 0801 5dd2 | 1f01 06eb | e104 0054
|
333 |
|
334 | 0x0000000107eb96b8: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
335 | 0x0000000107eb96b8: 0700 84d2 | c74e a4f2 | 6700 c0f2 | 8608 40b9 | c600 5dd2 | e9a0 0791 | 2801 40f9 | df00 08eb
|
336 | 0x0000000107eb96d8: a100 0054 | e8f8 40f9 | 0805 0091 | e8f8 00f9 | 2200 0014 | e9e0 0791 | 2801 40f9 | df00 08eb
|
337 | 0x0000000107eb96f8: a100 0054 | e800 41f9 | 0805 0091 | e800 01f9 | 1a00 0014 | e9a0 0791 | 2801 40f9 | c800 00b5
|
338 | 0x0000000107eb9718: 2601 00f9 | e803 40b2 | e9c0 0791 | 2801 00f9 | 1200 0014 | e9e0 0791 | 2801 40f9 | c800 00b5
|
339 | 0x0000000107eb9738: 2601 00f9 | e803 40b2 | e900 0891 | 2801 00f9 | 0a00 0014 | 0900 0014
|
340 |
|
341 | 0x0000000107eb9750: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
342 | 0x0000000107eb9750: 0700 84d2 | c74e a4f2 | 6700 c0f2 | e8ec 40f9 | 0805 00d1 | e8ec 00f9 | dc17 0014 | 0100 0014
|
343 | 0x0000000107eb9770: ; implicit exception: dispatches to 0x0000000107ebf6e0
|
344 | 0x0000000107eb9770: 9f00 40f9 | e503 04aa
|
345 |
|
346 | 0x0000000107eb9778: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
347 | 0x0000000107eb9778: 0600 84d2 | c64e a4f2 | 6600 c0f2 | c808 41f9 | 0805 0091 | c808 01f9 | 8430 4039 | 8400 0012
|
348 | 0x0000000107eb9798: 9f00 0071
|
349 |
|
350 | 0x0000000107eb979c: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
351 | 0x0000000107eb979c: 0400 84d2 | c44e a4f2 | 6400 c0f2 | 0849 80d2 | 094b 80d2 | 0501 899a | 8668 65f8 | c604 0091
|
352 | 0x0000000107eb97bc: 8668 25f8 | a00e 0054 | 00c4 40b9 | 00f0 7dd3
|
353 |
|
354 | 0x0000000107eb97cc: ; implicit exception: dispatches to 0x0000000107ebf6e4
|
355 | 0x0000000107eb97cc: 1f00 40f9 | e403 00aa
|
356 |
|
357 | 0x0000000107eb97d4: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
358 | 0x0000000107eb97d4: 0500 84d2 | c54e a4f2 | 6500 c0f2
|
359 |
|
360 | 0x0000000107eb97e0: ; {metadata('net/minecraft/client/MouseHandler')}
|
361 | 0x0000000107eb97e0: 084f 9fd2 | 6819 a0f2 | 0801 c0f2 | a9e0 0991 | 2801 00f9 | a840 41f9 | 0805 0091 | a840 01f9
|
362 | 0x0000000107eb9800: 0048 4139 | 0000 0012 | 1f00 0071
|
363 |
|
364 | 0x0000000107eb980c: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
365 | 0x0000000107eb980c: 0000 84d2 | c04e a4f2 | 6000 c0f2 | 0856 80d2 | 0954 80d2 | 0401 899a | 0568 64f8 | a504 0091
|
366 | 0x0000000107eb982c: 0568 24f8 | 200b 0054
|
367 |
|
368 | 0x0000000107eb9834: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
369 | 0x0000000107eb9834: 0000 84d2 | c04e a4f2 | 6000 c0f2 | 08a0 41f9 | 0805 0091 | 08a0 01f9
|
370 |
|
371 | 0x0000000107eb984c: ; {metadata(method data for {method} {0x00000001229666b0} 'm_137550_' '()J' in 'net/minecraft/Util')}
|
372 | 0x0000000107eb984c: 00c0 8bd2 | 6038 a4f2 | 6000 c0f2 | 04ac 40b9 | 8408 0011 | 04ac 00b9 | 844c 1f12 | 9f00 0071
|
373 | 0x0000000107eb986c: e0f3 0254
|
374 |
|
375 | 0x0000000107eb9870: ; {metadata(method data for {method} {0x00000001229666b0} 'm_137550_' '()J' in 'net/minecraft/Util')}
|
376 | 0x0000000107eb9870: 00c0 8bd2 | 6038 a4f2 | 6000 c0f2 | 0878 40f9 | 0805 0091 | 0878 00f9
|
377 |
|
378 | 0x0000000107eb9888: ; {metadata(method data for {method} {0x0000000122966748} 'm_137569_' '()J' in 'net/minecraft/Util')}
|
379 | 0x0000000107eb9888: 000a 9ed2 | 6035 a4f2 | 6000 c0f2 | 04ac 40b9 | 8408 0011 | 04ac 00b9 | 844c 1f12 | 9f00 0071
|
380 | 0x0000000107eb98a8: 00f3 0254
|
381 |
|
382 | 0x0000000107eb98ac: ; {oop(a 'java/lang/Class'{0x00000007066189c8} = 'net/minecraft/Util')}
|
383 | 0x0000000107eb98ac: 0039 91d2 | 20cc a0f2 | e000 c0f2 | 0088 40b9 | 00f0 7dd3
|
384 |
|
385 | 0x0000000107eb98c0: ; implicit exception: dispatches to 0x0000000107ebf728
|
386 | 0x0000000107eb98c0: 1f00 40f9 | e403 00aa
|
387 |
|
388 | 0x0000000107eb98c8: ; {metadata(method data for {method} {0x0000000122966748} 'm_137569_' '()J' in 'net/minecraft/Util')}
|
389 | 0x0000000107eb98c8: 050a 9ed2 | 6535 a4f2 | 6500 c0f2 | 8408 40b9 | 8400 5dd2 | a900 0491 | 2801 40f9 | 9f00 08eb
|
390 | 0x0000000107eb98e8: a100 0054 | a884 40f9 | 0805 0091 | a884 00f9 | 1c00 0014 | a940 0491 | 2801 40f9 | 9f00 08eb
|
391 | 0x0000000107eb9908: a100 0054 | a88c 40f9 | 0805 0091 | a88c 00f9 | 1400 0014 | a900 0491 | 2801 40f9 | c800 00b5
|
392 | 0x0000000107eb9928: 2401 00f9 | e803 40b2 | a920 0491 | 2801 00f9 | 0c00 0014 | a940 0491 | 2801 40f9 | c800 00b5
|
393 | 0x0000000107eb9948: 2401 00f9 | e803 40b2 | a960 0491 | 2801 00f9 | 0400 0014 | a878 40f9 | 0805 0091 | a878 00f9
|
394 | 0x0000000107eb9968: e103 00aa | 0927 81d2 | 6919 a0f2 | 0901 c0f2
|
395 |
|
396 | 0x0000000107eb9978: ; ImmutableOopMap {[216]=Oop }
|
397 | ;*invokeinterface getAsLong {reexecute=0 rethrow=0 return_oop=0}
|
398 | ; - net.minecraft.Util::m_137569_@3 (line 119)
|
399 | ; - net.minecraft.Util::m_137550_@0 (line 115)
|
400 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@85 (line 900)
|
401 | ; {virtual_call}
|
402 | 0x0000000107eb9978: 92f2 b095 | 0148 88d2 | e101 a0f2 | 020c c19a | e16f 40f9 | 2208 00f9 | 7f00 0014
|
403 |
|
404 | 0x0000000107eb9994: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
405 | 0x0000000107eb9994: 0000 84d2 | c04e a4f2 | 6000 c0f2 | 0860 41f9 | 0805 0091 | 0860 01f9
|
406 |
|
407 | 0x0000000107eb99ac: ; {metadata(method data for {method} {0x00000001229666b0} 'm_137550_' '()J' in 'net/minecraft/Util')}
|
408 | 0x0000000107eb99ac: 00c0 8bd2 | 6038 a4f2 | 6000 c0f2 | 02ac 40b9 | 4208 0011 | 02ac 00b9 | 424c 1f12 | 5f00 0071
|
409 | 0x0000000107eb99cc: 00eb 0254
|
410 |
|
411 | 0x0000000107eb99d0: ; {metadata(method data for {method} {0x00000001229666b0} 'm_137550_' '()J' in 'net/minecraft/Util')}
|
412 | 0x0000000107eb99d0: 00c0 8bd2 | 6038 a4f2 | 6000 c0f2 | 0878 40f9 | 0805 0091 | 0878 00f9
|
413 |
|
414 | 0x0000000107eb99e8: ; {metadata(method data for {method} {0x0000000122966748} 'm_137569_' '()J' in 'net/minecraft/Util')}
|
415 | 0x0000000107eb99e8: 000a 9ed2 | 6035 a4f2 | 6000 c0f2 | 02ac 40b9 | 4208 0011 | 02ac 00b9 | 424c 1f12 | 5f00 0071
|
416 | 0x0000000107eb9a08: 20ea 0254
|
417 |
|
418 | 0x0000000107eb9a0c: ; {oop(a 'java/lang/Class'{0x00000007066189c8} = 'net/minecraft/Util')}
|
419 | 0x0000000107eb9a0c: 0039 91d2 | 20cc a0f2 | e000 c0f2 | 0088 40b9 | 00f0 7dd3
|
420 |
|
421 | 0x0000000107eb9a20: ; implicit exception: dispatches to 0x0000000107ebf76c
|
422 | 0x0000000107eb9a20: 1f00 40f9 | e203 00aa
|
423 |
|
424 | 0x0000000107eb9a28: ; {metadata(method data for {method} {0x0000000122966748} 'm_137569_' '()J' in 'net/minecraft/Util')}
|
425 | 0x0000000107eb9a28: 030a 9ed2 | 6335 a4f2 | 6300 c0f2 | 4208 40b9 | 4200 5dd2 | 6900 0491 | 2801 40f9 | 5f00 08eb
|
426 | 0x0000000107eb9a48: a100 0054 | 6884 40f9 | 0805 0091 | 6884 00f9 | 1c00 0014 | 6940 0491 | 2801 40f9 | 5f00 08eb
|
427 | 0x0000000107eb9a68: a100 0054 | 688c 40f9 | 0805 0091 | 688c 00f9 | 1400 0014 | 6900 0491 | 2801 40f9 | c800 00b5
|
428 | 0x0000000107eb9a88: 2201 00f9 | e803 40b2 | 6920 0491 | 2801 00f9 | 0c00 0014 | 6940 0491 | 2801 40f9 | c800 00b5
|
429 | 0x0000000107eb9aa8: 2201 00f9 | e803 40b2 | 6960 0491 | 2801 00f9 | 0400 0014 | 6878 40f9 | 0805 0091 | 6878 00f9
|
430 | 0x0000000107eb9ac8: e103 00aa | e9ff 9fd2 | e9ff bff2 | e9ff dff2
|
431 |
|
432 | 0x0000000107eb9ad8: ; ImmutableOopMap {[216]=Oop }
|
433 | ;*invokeinterface getAsLong {reexecute=0 rethrow=0 return_oop=0}
|
434 | ; - net.minecraft.Util::m_137569_@3 (line 119)
|
435 | ; - net.minecraft.Util::m_137550_@0 (line 115)
|
436 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@58 (line 896)
|
437 | ; {virtual_call}
|
438 | 0x0000000107eb9ad8: cafd 7695 | 0248 88d2 | e201 a0f2 | 010c c29a | e06f 40f9 | 0208 40f9 | 2200 02cb | 813e 80d2
|
439 | 0x0000000107eb9af8: 3f00 02eb
|
440 |
|
441 | 0x0000000107eb9afc: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
442 | 0x0000000107eb9afc: 0200 84d2 | c24e a4f2 | 6200 c0f2 | 085c 80d2 | 095a 80d2 | 01b1 899a | 4368 61f8 | 6304 0091
|
443 | 0x0000000107eb9b1c: 4368 21f8 | 6b00 0054 | e103 00aa | 1900 0014 | 0158 40b9 | 21f0 7dd3
|
444 |
|
445 | 0x0000000107eb9b34: ; implicit exception: dispatches to 0x0000000107ebf770
|
446 | 0x0000000107eb9b34: 3f00 40f9 | e203 01aa
|
447 |
|
448 | 0x0000000107eb9b3c: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
449 | 0x0000000107eb9b3c: 0300 84d2 | c34e a4f2 | 6300 c0f2
|
450 |
|
451 | 0x0000000107eb9b48: ; {metadata('net/minecraft/client/Minecraft')}
|
452 | 0x0000000107eb9b48: 082b 82d2 | c80a a0f2 | 0801 c0f2 | 6900 0c91 | 2801 00f9 | 6884 41f9 | 0805 0091 | 6884 01f9
|
453 | 0x0000000107eb9b68: 0200 a052
|
454 |
|
455 | 0x0000000107eb9b6c: ; ImmutableOopMap {[216]=Oop }
|
456 | ;*invokevirtual m_91358_ {reexecute=0 rethrow=0 return_oop=0}
|
457 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@78 (line 897)
|
458 | ; {optimized virtual_call}
|
459 | 0x0000000107eb9b6c: e5fc 7695
|
460 |
|
461 | 0x0000000107eb9b70: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
462 | 0x0000000107eb9b70: 0100 84d2 | c14e a4f2 | 6100 c0f2 | 2294 41f9 | 4204 0091 | 2294 01f9 | e16f 40f9 | 2258 40b9
|
463 | 0x0000000107eb9b90: 42f0 7dd3
|
464 |
|
465 | 0x0000000107eb9b94: ; implicit exception: dispatches to 0x0000000107ebf774
|
466 | 0x0000000107eb9b94: 437c 4139 | 7f00 0071
|
467 |
|
468 | 0x0000000107eb9b9c: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
469 | 0x0000000107eb9b9c: 0300 84d2 | c34e a4f2 | 6300 c0f2 | 086a 80d2 | 096c 80d2 | 0411 899a | 6068 64f8 | 0004 0091
|
470 | 0x0000000107eb9bbc: 6068 24f8 | 4146 0254 | 43c4 40b9 | 63f0 7dd3
|
471 |
|
472 | 0x0000000107eb9bcc: ; implicit exception: dispatches to 0x0000000107ebf778
|
473 | 0x0000000107eb9bcc: 7f00 40f9 | e403 03aa
|
474 |
|
475 | 0x0000000107eb9bd4: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
476 | 0x0000000107eb9bd4: 0000 84d2 | c04e a4f2 | 6000 c0f2 | 08c4 41f9 | 0805 0091 | 08c4 01f9 | 601c 40fd | e403 02aa
|
477 | 0x0000000107eb9bf4: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
478 | 0x0000000107eb9bf4: 0000 84d2 | c04e a4f2 | 6000 c0f2 | 08e0 41f9 | 0805 0091 | 08e0 01f9 | 4480 40b9 | 84f0 7dd3
|
479 | 0x0000000107eb9c14: ; implicit exception: dispatches to 0x0000000107ebf77c
|
480 | 0x0000000107eb9c14: 9f00 40f9 | e003 04aa
|
481 |
|
482 | 0x0000000107eb9c1c: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
483 | 0x0000000107eb9c1c: 0500 84d2 | c54e a4f2 | 6500 c0f2 | a8f0 41f9 | 0805 0091 | a8f0 01f9 | 8054 40b9 | e503 02aa
|
484 | 0x0000000107eb9c3c: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
485 | 0x0000000107eb9c3c: 0600 84d2 | c64e a4f2 | 6600 c0f2 | c818 42f9 | 0805 0091 | c818 02f9 | e503 04aa
|
486 |
|
487 | 0x0000000107eb9c58: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
488 | 0x0000000107eb9c58: 0600 84d2 | c64e a4f2 | 6600 c0f2 | c828 42f9 | 0805 0091 | c828 02f9 | 8544 40b9 | 0100 621e
|
489 | 0x0000000107eb9c78: 0208 611e | a000 621e | 4118 601e | 2000 781e | e0e7 00b9 | e503 03aa
|
490 |
|
491 | 0x0000000107eb9c90: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
492 | 0x0000000107eb9c90: 0600 84d2 | c64e a4f2 | 6600 c0f2 | c850 42f9 | 0805 0091 | c850 02f9 | 6018 40fd | e303 02aa
|
493 | 0x0000000107eb9cb0: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
494 | 0x0000000107eb9cb0: 0500 84d2 | c54e a4f2 | 6500 c0f2 | a86c 42f9 | 0805 0091 | a86c 02f9 | e303 04aa
|
495 |
|
496 | 0x0000000107eb9ccc: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
497 | 0x0000000107eb9ccc: 0500 84d2 | c54e a4f2 | 6500 c0f2 | a87c 42f9 | 0805 0091 | a87c 02f9 | 832c 40b9 | e503 02aa
|
498 | 0x0000000107eb9cec: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
499 | 0x0000000107eb9cec: 0600 84d2 | c64e a4f2 | 6600 c0f2 | c8a4 42f9 | 0805 0091 | c8a4 02f9 | e503 04aa
|
500 |
|
501 | 0x0000000107eb9d08: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
502 | 0x0000000107eb9d08: 0600 84d2 | c64e a4f2 | 6600 c0f2 | c8b4 42f9 | 0805 0091 | c8b4 02f9 | 8548 40b9 | 6100 621e
|
503 | 0x0000000107eb9d28: 0208 611e | a000 621e | 4118 601e | 2500 781e | e5f3 00b9 | e303 02aa
|
504 |
|
505 | 0x0000000107eb9d40: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
506 | 0x0000000107eb9d40: 0600 84d2 | c64e a4f2 | 6600 c0f2 | c8dc 42f9 | 0805 0091 | c8dc 02f9 | e303 04aa
|
507 |
|
508 | 0x0000000107eb9d5c: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
509 | 0x0000000107eb9d5c: 0600 84d2 | c64e a4f2 | 6600 c0f2 | c8ec 42f9 | 0805 0091 | c8ec 02f9 | 834c 40b9
|
510 |
|
511 | 0x0000000107eb9d78: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
512 | 0x0000000107eb9d78: 0600 84d2 | c64e a4f2 | 6600 c0f2 | c814 43f9 | 0805 0091 | c814 03f9 | e203 04aa
|
513 |
|
514 | 0x0000000107eb9d94: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
515 | 0x0000000107eb9d94: 0600 84d2 | c64e a4f2 | 6600 c0f2 | c824 43f9 | 0805 0091 | c824 03f9 | 8450 40b9
|
516 |
|
517 | 0x0000000107eb9db0: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
518 | 0x0000000107eb9db0: 0200 84d2 | c24e a4f2 | 6200 c0f2 | 4840 43f9 | 0805 0091 | 4840 03f9
|
519 |
|
520 | 0x0000000107eb9dc8: ; {metadata(method data for {method} {0x00000003206dcf80} 'viewport' '(IIII)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
521 | 0x0000000107eb9dc8: 02e4 96d2 | c256 a4f2 | 6200 c0f2 | 46ac 40b9 | c608 0011 | 46ac 00b9 | c64c 1f12 | df00 0071
|
522 | 0x0000000107eb9de8: c0cc 0254
|
523 |
|
524 | 0x0000000107eb9dec: ; {metadata(method data for {method} {0x00000003206dcf80} 'viewport' '(IIII)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
525 | 0x0000000107eb9dec: 02e4 96d2 | c256 a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
526 |
|
527 | 0x0000000107eb9e04: ; {metadata(method data for {method} {0x00000003206db4f0} 'assertOnGameThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
528 | 0x0000000107eb9e04: 024c 90d2 | a238 a4f2 | 6200 c0f2 | 46ac 40b9 | c608 0011 | 46ac 00b9 | c64c 1f12 | df00 0071
|
529 | 0x0000000107eb9e24: e0cb 0254
|
530 |
|
531 | 0x0000000107eb9e28: ; {oop(a 'java/lang/Class'{0x000000070796cc00} = 'com/mojang/blaze3d/systems/RenderSystem')}
|
532 | 0x0000000107eb9e28: 0280 99d2 | c2f2 a0f2 | e200 c0f2 | 42f0 4339 | 5f00 0071
|
533 |
|
534 | 0x0000000107eb9e3c: ; {metadata(method data for {method} {0x00000003206db4f0} 'assertOnGameThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
535 | 0x0000000107eb9e3c: 024c 90d2 | a238 a4f2 | 6200 c0f2 | e80f 7cb2 | e903 78b2 | 0611 899a | 4768 66f8 | e704 0091
|
536 | 0x0000000107eb9e5c: 4768 26f8 | c102 0054
|
537 |
|
538 | 0x0000000107eb9e64: ; {metadata(method data for {method} {0x00000003206db4f0} 'assertOnGameThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
539 | 0x0000000107eb9e64: 024c 90d2 | a238 a4f2 | 6200 c0f2 | 4888 40f9 | 0805 0091 | 4888 00f9
|
540 |
|
541 | 0x0000000107eb9e7c: ; {metadata(method data for {method} {0x00000003206db3a0} 'isOnGameThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
542 | 0x0000000107eb9e7c: 027d 90d2 | a238 a4f2 | 6200 c0f2 | 46ac 40b9 | c608 0011 | 46ac 00b9 | c64c 1f12 | df00 0071
|
543 | 0x0000000107eb9e9c: 20c9 0254
|
544 |
|
545 | 0x0000000107eb9ea0: ; {metadata(method data for {method} {0x00000003206db4f0} 'assertOnGameThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
546 | 0x0000000107eb9ea0: 024c 90d2 | a238 a4f2 | 6200 c0f2 | 4698 40f9 | c604 0091 | 4698 00f9
|
547 |
|
548 | 0x0000000107eb9eb8: ; {metadata(method data for {method} {0x00000003206dcf80} 'viewport' '(IIII)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
549 | 0x0000000107eb9eb8: 02e4 96d2 | c256 a4f2 | 6200 c0f2 | 4880 40f9 | 0805 0091 | 4880 00f9 | 0100 a052 | 0200 a052
|
550 | 0x0000000107eb9ed8: ; ImmutableOopMap {[216]=Oop }
|
551 | ;*invokestatic _viewport {reexecute=0 rethrow=0 return_oop=0}
|
552 | ; - com.mojang.blaze3d.systems.RenderSystem::viewport@7 (line 524)
|
553 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@197 (line 906)
|
554 | ; {static_call}
|
555 | 0x0000000107eb9ed8: 1a95 a397 | e3e3 40b9 | 7f00 0071
|
556 |
|
557 | 0x0000000107eb9ee4: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
558 | 0x0000000107eb9ee4: 0000 84d2 | c04e a4f2 | 6000 c0f2 | 08d2 80d2 | 09d4 80d2 | 0401 899a | 0a68 64f8 | 4a05 0091
|
559 | 0x0000000107eb9f04: 0a68 24f8 | e16f 40f9 | 20ac 0054 | 2058 40b9 | 00f0 7dd3
|
560 |
|
561 | 0x0000000107eb9f18: ; implicit exception: dispatches to 0x0000000107ebf7e0
|
562 | 0x0000000107eb9f18: 0468 41b9 | 84f0 7dd3 | ea03 1faa | 9f00 0aeb
|
563 |
|
564 | 0x0000000107eb9f28: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
565 | 0x0000000107eb9f28: 0400 84d2 | c44e a4f2 | 6400 c0f2 | 08d6 80d2 | 09d8 80d2 | 0a01 899a | 8b68 6af8 | 6b05 0091
|
566 | 0x0000000107eb9f48: 8b68 2af8 | 20aa 0054 | e403 00aa
|
567 |
|
568 | 0x0000000107eb9f54: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
569 | 0x0000000107eb9f54: 0a00 84d2 | ca4e a4f2 | 6a00 c0f2
|
570 |
|
571 | 0x0000000107eb9f60: ; {metadata('net/minecraft/client/Minecraft')}
|
572 | 0x0000000107eb9f60: 082b 82d2 | c80a a0f2 | 0801 c0f2 | 4981 1b91 | 2801 00f9 | 4875 43f9 | 0805 0091 | 4875 03f9
|
573 | 0x0000000107eb9f80: 00a4 41b9 | 00f0 7dd3 | 4001 00b4
|
574 |
|
575 | 0x0000000107eb9f8c: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
576 | 0x0000000107eb9f8c: 0b98 9ad2 | 2b18 a0f2 | 0b01 c0f2 | 0208 40b9 | 4200 5dd2 | 481c 40f9 | 7f01 08eb | e1c1 0254
|
577 | 0x0000000107eb9fac: 0100 0014 | e403 00aa
|
578 |
|
579 | 0x0000000107eb9fb4: ; implicit exception: dispatches to 0x0000000107ebf7e8
|
580 | 0x0000000107eb9fb4: 1f00 40f9
|
581 |
|
582 | 0x0000000107eb9fb8: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
583 | 0x0000000107eb9fb8: 0400 84d2 | c44e a4f2 | 6400 c0f2
|
584 |
|
585 | 0x0000000107eb9fc4: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
586 | 0x0000000107eb9fc4: 0898 9ad2 | 2818 a0f2 | 0801 c0f2 | 8960 1c91 | 2801 00f9 | 8890 43f9 | 0805 0091 | 8890 03f9
|
587 | 0x0000000107eb9fe4: ; {metadata(method data for {method} {0x000000032082e4f8} 'm_6180_' '(Ljava/lang/String;)V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
588 | 0x0000000107eb9fe4: 007a 83d2 | 6038 a4f2 | 6000 c0f2 | 04ac 40b9 | 8408 0011 | 04ac 00b9 | 844c 1f12 | 9f00 0071
|
589 | 0x0000000107eba004: 40bf 0254
|
590 |
|
591 | 0x0000000107eba008: ; {metadata('com/mojang/blaze3d/vertex/PoseStack')}
|
592 | 0x0000000107eba008: 030e 9ed2 | e317 a0f2 | 0301 c0f2 | 8087 40f9 | 0b60 0091 | 888f 40f9 | 7f01 08eb | 48bf 0254
|
593 | 0x0000000107eba028: 8b87 00f9 | ea03 40b2 | 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | bf3a 03d5
|
594 | 0x0000000107eba048: e303 00aa
|
595 |
|
596 | 0x0000000107eba04c: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
597 | 0x0000000107eba04c: 0400 84d2 | c44e a4f2 | 6400 c0f2 | 88a0 43f9 | 0805 0091 | 88a0 03f9 | e103 00aa | e07f 00f9
|
598 | 0x0000000107eba06c: ; ImmutableOopMap {[216]=Oop [248]=Oop }
|
599 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
600 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@237 (line 909)
|
601 | ; {optimized virtual_call}
|
602 | 0x0000000107eba06c: 053a f197 | e16f 40f9
|
603 |
|
604 | 0x0000000107eba074: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
605 | 0x0000000107eba074: 0200 84d2 | c24e a4f2 | 6200 c0f2
|
606 |
|
607 | 0x0000000107eba080: ; {metadata('net/minecraft/client/renderer/GameRenderer')}
|
608 | 0x0000000107eba080: 080d 85d2 | 681b a0f2 | 0801 c0f2 | 4980 1d91 | 2801 00f9 | 48b4 43f9 | 0805 0091 | 48b4 03f9
|
609 | 0x0000000107eba0a0: e013 42bd | e277 40f9 | e37f 40f9 | e16f 40f9
|
610 |
|
611 | 0x0000000107eba0b0: ; ImmutableOopMap {[216]=Oop }
|
612 | ;*invokevirtual m_109089_ {reexecute=0 rethrow=0 return_oop=0}
|
613 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@240 (line 909)
|
614 | ; {optimized virtual_call}
|
615 | 0x0000000107eba0b0: 301a 0094 | e16f 40f9
|
616 |
|
617 | 0x0000000107eba0b8: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
618 | 0x0000000107eba0b8: 0000 84d2 | c04e a4f2 | 6000 c0f2 | 08c4 43f9 | 0805 0091 | 08c4 03f9 | e16f 40f9
|
619 |
|
620 | 0x0000000107eba0d4: ; ImmutableOopMap {[216]=Oop }
|
621 | ;*invokevirtual m_182644_ {reexecute=0 rethrow=0 return_oop=0}
|
622 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@244 (line 910)
|
623 | ; {optimized virtual_call}
|
624 | 0x0000000107eba0d4: 331a 0094 | e16f 40f9 | 2058 40b9 | 00f0 7dd3
|
625 |
|
626 | 0x0000000107eba0e4: ; implicit exception: dispatches to 0x0000000107ebf814
|
627 | 0x0000000107eba0e4: 008c 40b9 | 00f0 7dd3
|
628 |
|
629 | 0x0000000107eba0ec: ; implicit exception: dispatches to 0x0000000107ebf818
|
630 | 0x0000000107eba0ec: 1f00 40f9 | e203 00aa
|
631 |
|
632 | 0x0000000107eba0f4: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
633 | 0x0000000107eba0f4: 0300 84d2 | c34e a4f2 | 6300 c0f2
|
634 |
|
635 | 0x0000000107eba100: ; {metadata('net/minecraft/client/renderer/LevelRenderer')}
|
636 | 0x0000000107eba100: 0840 98d2 | 281c a0f2 | 0801 c0f2 | 6940 1f91 | 2801 00f9 | 68ec 43f9 | 0805 0091 | 68ec 03f9
|
637 | 0x0000000107eba120: e103 00aa
|
638 |
|
639 | 0x0000000107eba124: ; ImmutableOopMap {[216]=Oop }
|
640 | ;*invokevirtual m_109769_ {reexecute=0 rethrow=0 return_oop=0}
|
641 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@254 (line 911)
|
642 | ; {optimized virtual_call}
|
643 | 0x0000000107eba124: 2b1a 0094 | e16f 40f9 | 227c 40b9 | 42f0 7dd3 | e003 1faa | 5f00 00eb
|
644 |
|
645 | 0x0000000107eba13c: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
646 | 0x0000000107eba13c: 0200 84d2 | c24e a4f2 | 6200 c0f2 | e81f 7db2 | 0901 81d2 | 0001 899a | 4368 60f8 | 6304 0091
|
647 | 0x0000000107eba15c: 4368 20f8 | 4058 0054 | 2250 4139 | 5f00 0071
|
648 |
|
649 | 0x0000000107eba16c: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
650 | 0x0000000107eba16c: 0200 84d2 | c24e a4f2 | 6200 c0f2 | 0803 81d2 | 0905 81d2 | 0001 899a | 4368 60f8 | 6304 0091
|
651 | 0x0000000107eba18c: 4368 20f8 | c056 0054
|
652 |
|
653 | 0x0000000107eba194: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
654 | 0x0000000107eba194: 0200 84d2 | c24e a4f2 | 6200 c0f2 | 481c 44f9 | 0805 0091 | 481c 04f9
|
655 |
|
656 | 0x0000000107eba1ac: ; {metadata(method data for {method} {0x00000003206dc1e8} 'disableBlend' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
657 | 0x0000000107eba1ac: 02a5 92d2 | 823f a4f2 | 6200 c0f2 | 40ac 40b9 | 0008 0011 | 40ac 00b9 | 004c 1f12 | 1f00 0071
|
658 | 0x0000000107eba1cc: 80b2 0254
|
659 |
|
660 | 0x0000000107eba1d0: ; {metadata(method data for {method} {0x00000003206dc1e8} 'disableBlend' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
661 | 0x0000000107eba1d0: 02a5 92d2 | 823f a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
662 |
|
663 | 0x0000000107eba1e8: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
664 | 0x0000000107eba1e8: 0296 85d2 | 222c a4f2 | 6200 c0f2 | 40ac 40b9 | 0008 0011 | 40ac 00b9 | 004c 1f12 | 1f00 0071
|
665 | 0x0000000107eba208: a0b1 0254
|
666 |
|
667 | 0x0000000107eba20c: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
668 | 0x0000000107eba20c: 0296 85d2 | 222c a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
669 |
|
670 | 0x0000000107eba224: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
671 | 0x0000000107eba224: 020f 85d2 | 222c a4f2 | 6200 c0f2 | 40ac 40b9 | 0008 0011 | 40ac 00b9 | 004c 1f12 | 1f00 0071
|
672 | 0x0000000107eba244: c0b0 0254
|
673 |
|
674 | 0x0000000107eba248: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
675 | 0x0000000107eba248: 020f 85d2 | 222c a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
676 |
|
677 | 0x0000000107eba260: ; {oop(a 'java/lang/Class'{0x000000070796cc00} = 'com/mojang/blaze3d/systems/RenderSystem')}
|
678 | 0x0000000107eba260: 0280 99d2 | c2f2 a0f2 | e200 c0f2 | 4280 40b9 | 42f0 7dd3 | 8047 41f9 | 0000 40f9 | 1f00 02eb
|
679 | 0x0000000107eba280: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
680 | 0x0000000107eba280: 000f 85d2 | 202c a4f2 | 6000 c0f2 | e803 78b2 | 0922 80d2 | 0311 899a | 0468 63f8 | 8404 0091
|
681 | 0x0000000107eba2a0: 0468 23f8 | 2101 0054
|
682 |
|
683 | 0x0000000107eba2a8: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
684 | 0x0000000107eba2a8: 000f 85d2 | 202c a4f2 | 6000 c0f2 | 0390 40f9 | 6304 0091 | 0390 00f9 | e003 0032 | 0200 0014
|
685 | 0x0000000107eba2c8: 0000 a052 | 0000 0012 | 1f00 0071
|
686 |
|
687 | 0x0000000107eba2d4: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
688 | 0x0000000107eba2d4: 0096 85d2 | 202c a4f2 | 6000 c0f2 | 0822 80d2 | e903 78b2 | 0301 899a | 0468 63f8 | 8404 0091
|
689 | 0x0000000107eba2f4: 0468 23f8 | 8056 0254
|
690 |
|
691 | 0x0000000107eba2fc: ; {metadata(method data for {method} {0x00000003206dc1e8} 'disableBlend' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
692 | 0x0000000107eba2fc: 00a5 92d2 | 803f a4f2 | 6000 c0f2 | 0880 40f9 | 0805 0091 | 0880 00f9
|
693 |
|
694 | 0x0000000107eba314: ; {metadata(method data for {method} {0x0000000320e62d20} '_disableBlend' '()V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
695 | 0x0000000107eba314: 00ce 92d2 | 803f a4f2 | 6000 c0f2 | 03ac 40b9 | 6308 0011 | 03ac 00b9 | 634c 1f12 | 7f00 0071
|
696 | 0x0000000107eba334: 40aa 0254
|
697 |
|
698 | 0x0000000107eba338: ; {metadata(method data for {method} {0x0000000320e62d20} '_disableBlend' '()V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
699 | 0x0000000107eba338: 00ce 92d2 | 803f a4f2 | 6000 c0f2 | 0878 40f9 | 0805 0091 | 0878 00f9
|
700 |
|
701 | 0x0000000107eba350: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
702 | 0x0000000107eba350: 0096 85d2 | 202c a4f2 | 6000 c0f2 | 03ac 40b9 | 6308 0011 | 03ac 00b9 | 634c 1f12 | 7f00 0071
|
703 | 0x0000000107eba370: 60a9 0254
|
704 |
|
705 | 0x0000000107eba374: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
706 | 0x0000000107eba374: 0096 85d2 | 202c a4f2 | 6000 c0f2 | 0878 40f9 | 0805 0091 | 0878 00f9
|
707 |
|
708 | 0x0000000107eba38c: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
709 | 0x0000000107eba38c: 000f 85d2 | 202c a4f2 | 6000 c0f2 | 03ac 40b9 | 6308 0011 | 03ac 00b9 | 634c 1f12 | 7f00 0071
|
710 | 0x0000000107eba3ac: 80a8 0254
|
711 |
|
712 | 0x0000000107eba3b0: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
713 | 0x0000000107eba3b0: 000f 85d2 | 202c a4f2 | 6000 c0f2 | 0878 40f9 | 0805 0091 | 0878 00f9 | 8047 41f9 | 0000 40f9
|
714 | 0x0000000107eba3d0: 1f00 02eb
|
715 |
|
716 | 0x0000000107eba3d4: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
717 | 0x0000000107eba3d4: 020f 85d2 | 222c a4f2 | 6200 c0f2 | e803 78b2 | 0922 80d2 | 0011 899a | 4368 60f8 | 6304 0091
|
718 | 0x0000000107eba3f4: 4368 20f8 | 2101 0054
|
719 |
|
720 | 0x0000000107eba3fc: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
721 | 0x0000000107eba3fc: 020f 85d2 | 222c a4f2 | 6200 c0f2 | 4090 40f9 | 0004 0091 | 4090 00f9 | e203 0032 | 0200 0014
|
722 | 0x0000000107eba41c: 0200 a052 | 4200 0012 | 5f00 0071
|
723 |
|
724 | 0x0000000107eba428: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
725 | 0x0000000107eba428: 0296 85d2 | 222c a4f2 | 6200 c0f2 | 0822 80d2 | e903 78b2 | 0001 899a | 4368 60f8 | 6304 0091
|
726 | 0x0000000107eba448: 4368 20f8 | 4046 0254
|
727 |
|
728 | 0x0000000107eba450: ; {oop(a 'com/mojang/blaze3d/platform/GlStateManager$BlendState'{0x0000000707a54b78})}
|
729 | 0x0000000107eba450: 026f 89d2 | a2f4 a0f2 | e200 c0f2
|
730 |
|
731 | 0x0000000107eba45c: ; implicit exception: dispatches to 0x0000000107ebf8dc
|
732 | 0x0000000107eba45c: 401c 40b9 | 00f0 7dd3
|
733 |
|
734 | 0x0000000107eba464: ; implicit exception: dispatches to 0x0000000107ebf8e0
|
735 | 0x0000000107eba464: 1f00 40f9 | e203 00aa
|
736 |
|
737 | 0x0000000107eba46c: ; {metadata(method data for {method} {0x0000000320e62d20} '_disableBlend' '()V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
738 | 0x0000000107eba46c: 03ce 92d2 | 833f a4f2 | 6300 c0f2 | 688c 40f9 | 0805 0091 | 688c 00f9
|
739 |
|
740 | 0x0000000107eba484: ; {metadata(method data for {method} {0x0000000320e6a6f8} 'm_84589_' '()V' in 'com/mojang/blaze3d/platform/GlStateManager$BooleanState')}
|
741 | 0x0000000107eba484: 02a2 9ad2 | 6238 a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
742 | 0x0000000107eba4a4: 00a2 0254 | e203 00aa
|
743 |
|
744 | 0x0000000107eba4ac: ; {metadata(method data for {method} {0x0000000320e6a6f8} 'm_84589_' '()V' in 'com/mojang/blaze3d/platform/GlStateManager$BooleanState')}
|
745 | 0x0000000107eba4ac: 03a2 9ad2 | 6338 a4f2 | 6300 c0f2 | 6884 40f9 | 0805 0091 | 6884 00f9 | 0200 a052 | e103 00aa
|
746 | 0x0000000107eba4cc: ; ImmutableOopMap {[216]=Oop }
|
747 | ;*invokevirtual m_84590_ {reexecute=0 rethrow=0 return_oop=0}
|
748 | ; - com.mojang.blaze3d.platform.GlStateManager$BooleanState::m_84589_@2 (line 770)
|
749 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableBlend@9 (line 96)
|
750 | ; - com.mojang.blaze3d.systems.RenderSystem::disableBlend@3 (line 321)
|
751 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@271 (line 913)
|
752 | ; {optimized virtual_call}
|
753 | 0x0000000107eba4cc: 8dfa 7695
|
754 |
|
755 | 0x0000000107eba4d0: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
756 | 0x0000000107eba4d0: 0200 84d2 | c24e a4f2 | 6200 c0f2 | 4824 44f9 | 0805 0091 | 4824 04f9
|
757 |
|
758 | 0x0000000107eba4e8: ; {metadata(method data for {method} {0x00000003206dbd68} 'disableDepthTest' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
759 | 0x0000000107eba4e8: 0293 82d2 | 8240 a4f2 | 6200 c0f2 | 41ac 40b9 | 2108 0011 | 41ac 00b9 | 214c 1f12 | 3f00 0071
|
760 | 0x0000000107eba508: e09f 0254
|
761 |
|
762 | 0x0000000107eba50c: ; {metadata(method data for {method} {0x00000003206dbd68} 'disableDepthTest' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
763 | 0x0000000107eba50c: 0293 82d2 | 8240 a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
764 |
|
765 | 0x0000000107eba524: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
766 | 0x0000000107eba524: 0296 85d2 | 222c a4f2 | 6200 c0f2 | 41ac 40b9 | 2108 0011 | 41ac 00b9 | 214c 1f12 | 3f00 0071
|
767 | 0x0000000107eba544: 009f 0254
|
768 |
|
769 | 0x0000000107eba548: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
770 | 0x0000000107eba548: 0296 85d2 | 222c a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
771 |
|
772 | 0x0000000107eba560: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
773 | 0x0000000107eba560: 020f 85d2 | 222c a4f2 | 6200 c0f2 | 41ac 40b9 | 2108 0011 | 41ac 00b9 | 214c 1f12 | 3f00 0071
|
774 | 0x0000000107eba580: 209e 0254
|
775 |
|
776 | 0x0000000107eba584: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
777 | 0x0000000107eba584: 020f 85d2 | 222c a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
778 |
|
779 | 0x0000000107eba59c: ; {oop(a 'java/lang/Class'{0x000000070796cc00} = 'com/mojang/blaze3d/systems/RenderSystem')}
|
780 | 0x0000000107eba59c: 0280 99d2 | c2f2 a0f2 | e200 c0f2 | 4280 40b9 | 42f0 7dd3 | 8147 41f9 | 2100 40f9 | 3f00 02eb
|
781 | 0x0000000107eba5bc: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
782 | 0x0000000107eba5bc: 010f 85d2 | 212c a4f2 | 6100 c0f2 | e803 78b2 | 0922 80d2 | 0011 899a | 2368 60f8 | 6304 0091
|
783 | 0x0000000107eba5dc: 2368 20f8 | 2101 0054
|
784 |
|
785 | 0x0000000107eba5e4: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
786 | 0x0000000107eba5e4: 010f 85d2 | 212c a4f2 | 6100 c0f2 | 2090 40f9 | 0004 0091 | 2090 00f9 | e103 0032 | 0200 0014
|
787 | 0x0000000107eba604: 0100 a052 | 2100 0012 | 3f00 0071
|
788 |
|
789 | 0x0000000107eba610: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
790 | 0x0000000107eba610: 0196 85d2 | 212c a4f2 | 6100 c0f2 | 0822 80d2 | e903 78b2 | 0001 899a | 2368 60f8 | 6304 0091
|
791 | 0x0000000107eba630: 2368 20f8 | 6031 0254
|
792 |
|
793 | 0x0000000107eba638: ; {metadata(method data for {method} {0x00000003206dbd68} 'disableDepthTest' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
794 | 0x0000000107eba638: 0193 82d2 | 8140 a4f2 | 6100 c0f2 | 2880 40f9 | 0805 0091 | 2880 00f9
|
795 |
|
796 | 0x0000000107eba650: ; {metadata(method data for {method} {0x0000000320e62a50} '_disableDepthTest' '()V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
797 | 0x0000000107eba650: 0158 99d2 | a13f a4f2 | 6100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
|
798 | 0x0000000107eba670: a097 0254
|
799 |
|
800 | 0x0000000107eba674: ; {metadata(method data for {method} {0x0000000320e62a50} '_disableDepthTest' '()V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
801 | 0x0000000107eba674: 0158 99d2 | a13f a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
802 |
|
803 | 0x0000000107eba68c: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
804 | 0x0000000107eba68c: 0188 9bd2 | 0135 a4f2 | 6100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
|
805 | 0x0000000107eba6ac: c096 0254
|
806 |
|
807 | 0x0000000107eba6b0: ; {oop(a 'java/lang/Class'{0x000000070796cc00} = 'com/mojang/blaze3d/systems/RenderSystem')}
|
808 | 0x0000000107eba6b0: 0180 99d2 | c1f2 a0f2 | e100 c0f2 | 21f0 4339 | 3f00 0071
|
809 |
|
810 | 0x0000000107eba6c4: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
811 | 0x0000000107eba6c4: 0188 9bd2 | 0135 a4f2 | 6100 c0f2 | e80f 7cb2 | e903 78b2 | 0011 899a | 2368 60f8 | 6304 0091
|
812 | 0x0000000107eba6e4: 2368 20f8 | 0107 0054
|
813 |
|
814 | 0x0000000107eba6ec: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
815 | 0x0000000107eba6ec: 0188 9bd2 | 0135 a4f2 | 6100 c0f2 | 2888 40f9 | 0805 0091 | 2888 00f9
|
816 |
|
817 | 0x0000000107eba704: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
818 | 0x0000000107eba704: 010f 85d2 | 212c a4f2 | 6100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
|
819 | 0x0000000107eba724: 0094 0254
|
820 |
|
821 | 0x0000000107eba728: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
822 | 0x0000000107eba728: 010f 85d2 | 212c a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9 | 8147 41f9 | 2100 40f9
|
823 | 0x0000000107eba748: 3f00 02eb
|
824 |
|
825 | 0x0000000107eba74c: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
826 | 0x0000000107eba74c: 020f 85d2 | 222c a4f2 | 6200 c0f2 | e803 78b2 | 0922 80d2 | 0111 899a | 4068 61f8 | 0004 0091
|
827 | 0x0000000107eba76c: 4068 21f8 | 2101 0054
|
828 |
|
829 | 0x0000000107eba774: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
830 | 0x0000000107eba774: 020f 85d2 | 222c a4f2 | 6200 c0f2 | 4190 40f9 | 2104 0091 | 4190 00f9 | e203 0032 | 0200 0014
|
831 | 0x0000000107eba794: 0200 a052 | 4200 0012 | 5f00 0071
|
832 |
|
833 | 0x0000000107eba7a0: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
834 | 0x0000000107eba7a0: 0288 9bd2 | 0235 a4f2 | 6200 c0f2 | 0824 80d2 | 0926 80d2 | 0101 899a | 4068 61f8 | 0004 0091
|
835 | 0x0000000107eba7c0: 4068 21f8 | 401f 0254
|
836 |
|
837 | 0x0000000107eba7c8: ; {oop(a 'com/mojang/blaze3d/platform/GlStateManager$DepthState'{0x0000000707a54b48})}
|
838 | 0x0000000107eba7c8: 0269 89d2 | a2f4 a0f2 | e200 c0f2
|
839 |
|
840 | 0x0000000107eba7d4: ; implicit exception: dispatches to 0x0000000107ebf9c4
|
841 | 0x0000000107eba7d4: 4114 40b9 | 21f0 7dd3
|
842 |
|
843 | 0x0000000107eba7dc: ; implicit exception: dispatches to 0x0000000107ebf9c8
|
844 | 0x0000000107eba7dc: 3f00 40f9 | e203 01aa
|
845 |
|
846 | 0x0000000107eba7e4: ; {metadata(method data for {method} {0x0000000320e62a50} '_disableDepthTest' '()V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
847 | 0x0000000107eba7e4: 0058 99d2 | a03f a4f2 | 6000 c0f2 | 088c 40f9 | 0805 0091 | 088c 00f9
|
848 |
|
849 | 0x0000000107eba7fc: ; {metadata(method data for {method} {0x0000000320e6a6f8} 'm_84589_' '()V' in 'com/mojang/blaze3d/platform/GlStateManager$BooleanState')}
|
850 | 0x0000000107eba7fc: 02a2 9ad2 | 6238 a4f2 | 6200 c0f2 | 40ac 40b9 | 0008 0011 | 40ac 00b9 | 004c 1f12 | 1f00 0071
|
851 | 0x0000000107eba81c: 808d 0254 | e203 01aa
|
852 |
|
853 | 0x0000000107eba824: ; {metadata(method data for {method} {0x0000000320e6a6f8} 'm_84589_' '()V' in 'com/mojang/blaze3d/platform/GlStateManager$BooleanState')}
|
854 | 0x0000000107eba824: 00a2 9ad2 | 6038 a4f2 | 6000 c0f2 | 0884 40f9 | 0805 0091 | 0884 00f9 | 0200 a052
|
855 |
|
856 | 0x0000000107eba840: ; ImmutableOopMap {[216]=Oop }
|
857 | ;*invokevirtual m_84590_ {reexecute=0 rethrow=0 return_oop=0}
|
858 | ; - com.mojang.blaze3d.platform.GlStateManager$BooleanState::m_84589_@2 (line 770)
|
859 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@9 (line 68)
|
860 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
861 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@274 (line 914)
|
862 | ; {optimized virtual_call}
|
863 | 0x0000000107eba840: b0f9 7695
|
864 |
|
865 | 0x0000000107eba844: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
866 | 0x0000000107eba844: 0100 84d2 | c14e a4f2 | 6100 c0f2 | 282c 44f9 | 0805 0091 | 282c 04f9
|
867 |
|
868 | 0x0000000107eba85c: ; {metadata(method data for {method} {0x00000003206e0f08} 'resetTextureMatrix' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
869 | 0x0000000107eba85c: 01dd 87d2 | 015a a4f2 | 6100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
|
870 | 0x0000000107eba87c: 808b 0254
|
871 |
|
872 | 0x0000000107eba880: ; {metadata(method data for {method} {0x00000003206e0f08} 'resetTextureMatrix' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
873 | 0x0000000107eba880: 01dd 87d2 | 015a a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
874 |
|
875 | 0x0000000107eba898: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
876 | 0x0000000107eba898: 010f 85d2 | 212c a4f2 | 6100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
|
877 | 0x0000000107eba8b8: a08a 0254
|
878 |
|
879 | 0x0000000107eba8bc: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
880 | 0x0000000107eba8bc: 010f 85d2 | 212c a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
881 |
|
882 | 0x0000000107eba8d4: ; {oop(a 'java/lang/Class'{0x000000070796cc00} = 'com/mojang/blaze3d/systems/RenderSystem')}
|
883 | 0x0000000107eba8d4: 0180 99d2 | c1f2 a0f2 | e100 c0f2 | 2180 40b9 | 21f0 7dd3 | 8047 41f9 | 0000 40f9 | 1f00 01eb
|
884 | 0x0000000107eba8f4: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
885 | 0x0000000107eba8f4: 010f 85d2 | 212c a4f2 | 6100 c0f2 | e803 78b2 | 0922 80d2 | 0011 899a | 2268 60f8 | 4204 0091
|
886 | 0x0000000107eba914: 2268 20f8 | 2101 0054
|
887 |
|
888 | 0x0000000107eba91c: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
889 | 0x0000000107eba91c: 010f 85d2 | 212c a4f2 | 6100 c0f2 | 2090 40f9 | 0004 0091 | 2090 00f9 | e103 0032 | 0200 0014
|
890 | 0x0000000107eba93c: 0100 a052 | 2100 0012 | 3f00 0071
|
891 |
|
892 | 0x0000000107eba948: ; {metadata(method data for {method} {0x00000003206e0f08} 'resetTextureMatrix' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
893 | 0x0000000107eba948: 01dd 87d2 | 015a a4f2 | 6100 c0f2 | e803 78b2 | 0922 80d2 | 0011 899a | 2268 60f8 | 4204 0091
|
894 | 0x0000000107eba968: 2268 20f8 | 0113 0054
|
895 |
|
896 | 0x0000000107eba970: ; ImmutableOopMap {[216]=Oop }
|
897 | ;*invokedynamic {reexecute=0 rethrow=0 return_oop=0}
|
898 | ; - com.mojang.blaze3d.systems.RenderSystem::resetTextureMatrix@6 (line 1298)
|
899 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@277 (line 915)
|
900 | ; {runtime_call load_appendix_patching Runtime1 stub}
|
901 | 0x0000000107eba970: a4c7 7995
|
902 |
|
903 | 0x0000000107eba974: ; ImmutableOopMap {[216]=Oop }
|
904 | ;*invokedynamic {reexecute=0 rethrow=0 return_oop=0}
|
905 | ; - com.mojang.blaze3d.systems.RenderSystem::resetTextureMatrix@6 (line 1298)
|
906 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@277 (line 915)
|
907 | ; {static_call}
|
908 | 0x0000000107eba974: e3fa 7695
|
909 |
|
910 | 0x0000000107eba978: ; {metadata(method data for {method} {0x00000003206e0f08} 'resetTextureMatrix' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
911 | 0x0000000107eba978: 02dd 87d2 | 025a a4f2 | 6200 c0f2 | 42c0 0491 | e103 00aa | a100 00b5 | 4900 40f9 | 2901 40b2
|
912 | 0x0000000107eba998: 4900 00f9 | 1600 0014 | 2108 40b9 | 2100 5dd2 | 4900 40f9 | 2100 09ca | 28f4 7e92 | 0802 00b4
|
913 | 0x0000000107eba9b8: e101 0837 | a901 00b4 | 3f05 00f1 | 6001 0054 | bf39 03d5 | 2100 09ca | 4900 40f9 | 2100 09ca
|
914 | 0x0000000107eba9d8: 28f4 7e92 | c800 00b4 | 4900 40f9 | 2901 7fb2 | 4900 00f9 | 0200 0014 | 4100 00f9
|
915 |
|
916 | 0x0000000107eba9f4: ; {metadata(method data for {method} {0x00000003206e0f08} 'resetTextureMatrix' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
917 | 0x0000000107eba9f4: 02dd 87d2 | 025a a4f2 | 6200 c0f2 | 48a0 40f9 | 0805 0091 | 48a0 00f9
|
918 |
|
919 | 0x0000000107ebaa0c: ; {metadata(method data for {method} {0x00000003206db8e0} 'recordRenderCall' '(Lcom/mojang/blaze3d/pipeline/RenderCall;)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
920 | 0x0000000107ebaa0c: 02c1 8cd2 | 023a a4f2 | 6200 c0f2 | 41ac 40b9 | 2108 0011 | 41ac 00b9 | 214c 1f12 | 3f00 0071
|
921 | 0x0000000107ebaa2c: 0080 0254
|
922 |
|
923 | 0x0000000107ebaa30: ; {oop(a 'java/util/concurrent/ConcurrentLinkedQueue'{0x00000007081e8fc8})}
|
924 | 0x0000000107ebaa30: 01f9 91d2 | c103 a1f2 | e100 c0f2 | e203 01aa
|
925 |
|
926 | 0x0000000107ebaa40: ; {metadata(method data for {method} {0x00000003206db8e0} 'recordRenderCall' '(Lcom/mojang/blaze3d/pipeline/RenderCall;)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
927 | 0x0000000107ebaa40: 03c1 8cd2 | 033a a4f2 | 6300 c0f2 | 4208 40b9 | 4200 5dd2 | 6900 0491 | 2801 40f9 | 5f00 08eb
|
928 | 0x0000000107ebaa60: a100 0054 | 6884 40f9 | 0805 0091 | 6884 00f9 | 1c00 0014 | 6940 0491 | 2801 40f9 | 5f00 08eb
|
929 | 0x0000000107ebaa80: a100 0054 | 688c 40f9 | 0805 0091 | 688c 00f9 | 1400 0014 | 6900 0491 | 2801 40f9 | c800 00b5
|
930 | 0x0000000107ebaaa0: 2201 00f9 | e803 40b2 | 6920 0491 | 2801 00f9 | 0c00 0014 | 6940 0491 | 2801 40f9 | c800 00b5
|
931 | 0x0000000107ebaac0: 2201 00f9 | e803 40b2 | 6960 0491 | 2801 00f9 | 0400 0014 | 6878 40f9 | 0805 0091 | 6878 00f9
|
932 | 0x0000000107ebaae0: ; {metadata(method data for {method} {0x0000000120f3cef8} 'add' '(Ljava/lang/Object;)Z' in 'java/util/concurrent/ConcurrentLinkedQueue')}
|
933 | 0x0000000107ebaae0: 0220 92d2 | 8233 a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
934 | 0x0000000107ebab00: 607a 0254 | e203 01aa
|
935 |
|
936 | 0x0000000107ebab08: ; {metadata(method data for {method} {0x0000000120f3cef8} 'add' '(Ljava/lang/Object;)Z' in 'java/util/concurrent/ConcurrentLinkedQueue')}
|
937 | 0x0000000107ebab08: 0320 92d2 | 8333 a4f2 | 6300 c0f2 | 4208 40b9 | 4200 5dd2 | 6900 0491 | 2801 40f9 | 5f00 08eb
|
938 | 0x0000000107ebab28: a100 0054 | 6884 40f9 | 0805 0091 | 6884 00f9 | 1c00 0014 | 6940 0491 | 2801 40f9 | 5f00 08eb
|
939 | 0x0000000107ebab48: a100 0054 | 688c 40f9 | 0805 0091 | 688c 00f9 | 1400 0014 | 6900 0491 | 2801 40f9 | c800 00b5
|
940 | 0x0000000107ebab68: 2201 00f9 | e803 40b2 | 6920 0491 | 2801 00f9 | 0c00 0014 | 6940 0491 | 2801 40f9 | c800 00b5
|
941 | 0x0000000107ebab88: 2201 00f9 | e803 40b2 | 6960 0491 | 2801 00f9 | 0400 0014 | 6878 40f9 | 0805 0091 | 6878 00f9
|
942 | 0x0000000107ebaba8: e203 00aa
|
943 |
|
944 | 0x0000000107ebabac: ; ImmutableOopMap {[216]=Oop }
|
945 | ;*invokevirtual offer {reexecute=0 rethrow=0 return_oop=0}
|
946 | ; - java.util.concurrent.ConcurrentLinkedQueue::add@2 (line 283)
|
947 | ; - com.mojang.blaze3d.systems.RenderSystem::recordRenderCall@4 (line 195)
|
948 | ; - com.mojang.blaze3d.systems.RenderSystem::resetTextureMatrix@11 (line 1298)
|
949 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@277 (line 915)
|
950 | ; {optimized virtual_call}
|
951 | 0x0000000107ebabac: d5f8 7695
|
952 |
|
953 | 0x0000000107ebabb0: ; {metadata(method data for {method} {0x00000003206e0f08} 'resetTextureMatrix' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
954 | 0x0000000107ebabb0: 01dd 87d2 | 015a a4f2 | 6100 c0f2 | 20a8 40f9 | 0004 0091 | 20a8 00f9 | 1400 0014
|
955 |
|
956 | 0x0000000107ebabcc: ; {oop(a 'java/lang/Class'{0x000000070796cc00} = 'com/mojang/blaze3d/systems/RenderSystem')}
|
957 | 0x0000000107ebabcc: 0180 99d2 | c1f2 a0f2 | e100 c0f2 | 21ac 40b9 | 21f0 7dd3
|
958 |
|
959 | 0x0000000107ebabe0: ; implicit exception: dispatches to 0x0000000107ebfa6c
|
960 | 0x0000000107ebabe0: 3f00 40f9 | e003 01aa
|
961 |
|
962 | 0x0000000107ebabe8: ; {metadata(method data for {method} {0x00000003206e0f08} 'resetTextureMatrix' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
963 | 0x0000000107ebabe8: 02dd 87d2 | 025a a4f2 | 6200 c0f2
|
964 |
|
965 | 0x0000000107ebabf4: ; {metadata('org/joml/Matrix4f')}
|
966 | 0x0000000107ebabf4: 08d2 8bd2 | 280b a0f2 | 0801 c0f2 | 49e0 0591 | 2801 00f9 | 48c0 40f9 | 0805 0091 | 48c0 00f9
|
967 | 0x0000000107ebac14: ; ImmutableOopMap {[216]=Oop }
|
968 | ;*invokevirtual identity {reexecute=0 rethrow=0 return_oop=0}
|
969 | ; - com.mojang.blaze3d.systems.RenderSystem::resetTextureMatrix@20 (line 1302)
|
970 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@277 (line 915)
|
971 | ; {optimized virtual_call}
|
972 | 0x0000000107ebac14: bbf8 7695 | e16f 40f9 | 207c 40b9 | 00f0 7dd3
|
973 |
|
974 | 0x0000000107ebac24: ; implicit exception: dispatches to 0x0000000107ebfa70
|
975 | 0x0000000107ebac24: 1f00 40f9 | e203 00aa
|
976 |
|
977 | 0x0000000107ebac2c: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
978 | 0x0000000107ebac2c: 0300 84d2 | c34e a4f2 | 6300 c0f2
|
979 |
|
980 | 0x0000000107ebac38: ; {metadata('net/minecraft/client/renderer/PostChain')}
|
981 | 0x0000000107ebac38: 0803 83d2 | e81f a0f2 | 0801 c0f2 | 69e0 2191 | 2801 00f9 | 6840 44f9 | 0805 0091 | 6840 04f9
|
982 | 0x0000000107ebac58: e013 42bd | e103 00aa
|
983 |
|
984 | 0x0000000107ebac60: ; ImmutableOopMap {[216]=Oop }
|
985 | ;*invokevirtual m_110023_ {reexecute=0 rethrow=0 return_oop=0}
|
986 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@285 (line 916)
|
987 | ; {optimized virtual_call}
|
988 | 0x0000000107ebac60: a8f8 7695 | e16f 40f9 | 2258 40b9 | 42f0 7dd3
|
989 |
|
990 | 0x0000000107ebac70: ; implicit exception: dispatches to 0x0000000107ebfa74
|
991 | 0x0000000107ebac70: 5f00 40f9 | e303 02aa
|
992 |
|
993 | 0x0000000107ebac78: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
994 | 0x0000000107ebac78: 0000 84d2 | c04e a4f2 | 6000 c0f2
|
995 |
|
996 | 0x0000000107ebac84: ; {metadata('net/minecraft/client/Minecraft')}
|
997 | 0x0000000107ebac84: 082b 82d2 | c80a a0f2 | 0801 c0f2 | 09c0 2291 | 2801 00f9 | 085c 44f9 | 0805 0091 | 085c 04f9
|
998 | 0x0000000107ebaca4: 4004 41b9 | 00f0 7dd3 | e083 00f9
|
999 |
|
1000 | 0x0000000107ebacb0: ; implicit exception: dispatches to 0x0000000107ebfa78
|
1001 | 0x0000000107ebacb0: 1f00 40f9 | e203 00aa
|
1002 |
|
1003 | 0x0000000107ebacb8: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1004 | 0x0000000107ebacb8: 0300 84d2 | c34e a4f2 | 6300 c0f2 | 4208 40b9 | 4200 5dd2 | 69a0 2391 | 2801 40f9 | 5f00 08eb
|
1005 | 0x0000000107ebacd8: a100 0054 | 6878 44f9 | 0805 0091 | 6878 04f9 | 1c00 0014 | 69e0 2391 | 2801 40f9 | 5f00 08eb
|
1006 | 0x0000000107ebacf8: a100 0054 | 6880 44f9 | 0805 0091 | 6880 04f9 | 1400 0014 | 69a0 2391 | 2801 40f9 | c800 00b5
|
1007 | 0x0000000107ebad18: 2201 00f9 | e803 40b2 | 69c0 2391 | 2801 00f9 | 0c00 0014 | 69e0 2391 | 2801 40f9 | c800 00b5
|
1008 | 0x0000000107ebad38: 2201 00f9 | e803 40b2 | 6900 2491 | 2801 00f9 | 0400 0014 | 686c 44f9 | 0805 0091 | 686c 04f9
|
1009 | 0x0000000107ebad58: ; {metadata(method data for {method} {0x0000000320769e50} 'm_83947_' '(Z)V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
1010 | 0x0000000107ebad58: 0287 9dd2 | 4244 a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
1011 | 0x0000000107ebad78: 2068 0254
|
1012 |
|
1013 | 0x0000000107ebad7c: ; {metadata(method data for {method} {0x0000000320769e50} 'm_83947_' '(Z)V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
1014 | 0x0000000107ebad7c: 0287 9dd2 | 4244 a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
1015 |
|
1016 | 0x0000000107ebad94: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1017 | 0x0000000107ebad94: 020f 85d2 | 222c a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
1018 | 0x0000000107ebadb4: 4067 0254
|
1019 |
|
1020 | 0x0000000107ebadb8: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1021 | 0x0000000107ebadb8: 020f 85d2 | 222c a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
1022 |
|
1023 | 0x0000000107ebadd0: ; {oop(a 'java/lang/Class'{0x000000070796cc00} = 'com/mojang/blaze3d/systems/RenderSystem')}
|
1024 | 0x0000000107ebadd0: 0280 99d2 | c2f2 a0f2 | e200 c0f2 | 4280 40b9 | 42f0 7dd3 | 8347 41f9 | 6300 40f9 | 7f00 02eb
|
1025 | 0x0000000107ebadf0: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1026 | 0x0000000107ebadf0: 030f 85d2 | 232c a4f2 | 6300 c0f2 | e803 78b2 | 0922 80d2 | 0411 899a | 6568 64f8 | a504 0091
|
1027 | 0x0000000107ebae10: 6568 24f8 | 2101 0054
|
1028 |
|
1029 | 0x0000000107ebae18: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1030 | 0x0000000107ebae18: 030f 85d2 | 232c a4f2 | 6300 c0f2 | 6490 40f9 | 8404 0091 | 6490 00f9 | e303 0032 | 0200 0014
|
1031 | 0x0000000107ebae38: 0300 a052 | 6300 0012 | 7f00 0071
|
1032 |
|
1033 | 0x0000000107ebae44: ; {metadata(method data for {method} {0x0000000320769e50} 'm_83947_' '(Z)V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
1034 | 0x0000000107ebae44: 0387 9dd2 | 4344 a4f2 | 6300 c0f2 | e803 78b2 | 0922 80d2 | 0411 899a | 6568 64f8 | a504 0091
|
1035 | 0x0000000107ebae64: 6568 24f8 | 4113 0054
|
1036 |
|
1037 | 0x0000000107ebae6c: ; ImmutableOopMap {c_rarg0=Oop [256]=Oop [216]=Oop }
|
1038 | ;*invokedynamic {reexecute=0 rethrow=0 return_oop=0}
|
1039 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@8 (line 191)
|
1040 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@296 (line 919)
|
1041 | ; {runtime_call load_appendix_patching Runtime1 stub}
|
1042 | 0x0000000107ebae6c: 65c6 7995 | e103 00aa | e203 0032
|
1043 |
|
1044 | 0x0000000107ebae78: ; ImmutableOopMap {[216]=Oop }
|
1045 | ;*invokedynamic {reexecute=0 rethrow=0 return_oop=0}
|
1046 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@8 (line 191)
|
1047 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@296 (line 919)
|
1048 | ; {static_call}
|
1049 | 0x0000000107ebae78: a2f9 7695
|
1050 |
|
1051 | 0x0000000107ebae7c: ; {metadata(method data for {method} {0x0000000320769e50} 'm_83947_' '(Z)V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
1052 | 0x0000000107ebae7c: 0287 9dd2 | 4244 a4f2 | 6200 c0f2 | 4200 0591 | e103 00aa | a100 00b5 | 4900 40f9 | 2901 40b2
|
1053 | 0x0000000107ebae9c: 4900 00f9 | 1600 0014 | 2108 40b9 | 2100 5dd2 | 4900 40f9 | 2100 09ca | 28f4 7e92 | 0802 00b4
|
1054 | 0x0000000107ebaebc: e101 0837 | a901 00b4 | 3f05 00f1 | 6001 0054 | bf39 03d5 | 2100 09ca | 4900 40f9 | 2100 09ca
|
1055 | 0x0000000107ebaedc: 28f4 7e92 | c800 00b4 | 4900 40f9 | 2901 7fb2 | 4900 00f9 | 0200 0014 | 4100 00f9
|
1056 |
|
1057 | 0x0000000107ebaef8: ; {metadata(method data for {method} {0x0000000320769e50} 'm_83947_' '(Z)V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
1058 | 0x0000000107ebaef8: 0287 9dd2 | 4244 a4f2 | 6200 c0f2 | 48a8 40f9 | 0805 0091 | 48a8 00f9
|
1059 |
|
1060 | 0x0000000107ebaf10: ; {metadata(method data for {method} {0x00000003206db8e0} 'recordRenderCall' '(Lcom/mojang/blaze3d/pipeline/RenderCall;)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1061 | 0x0000000107ebaf10: 02c1 8cd2 | 023a a4f2 | 6200 c0f2 | 41ac 40b9 | 2108 0011 | 41ac 00b9 | 214c 1f12 | 3f00 0071
|
1062 | 0x0000000107ebaf30: 605c 0254
|
1063 |
|
1064 | 0x0000000107ebaf34: ; {oop(a 'java/util/concurrent/ConcurrentLinkedQueue'{0x00000007081e8fc8})}
|
1065 | 0x0000000107ebaf34: 01f9 91d2 | c103 a1f2 | e100 c0f2 | e203 01aa
|
1066 |
|
1067 | 0x0000000107ebaf44: ; {metadata(method data for {method} {0x00000003206db8e0} 'recordRenderCall' '(Lcom/mojang/blaze3d/pipeline/RenderCall;)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1068 | 0x0000000107ebaf44: 03c1 8cd2 | 033a a4f2 | 6300 c0f2 | 4208 40b9 | 4200 5dd2 | 6900 0491 | 2801 40f9 | 5f00 08eb
|
1069 | 0x0000000107ebaf64: a100 0054 | 6884 40f9 | 0805 0091 | 6884 00f9 | 1c00 0014 | 6940 0491 | 2801 40f9 | 5f00 08eb
|
1070 | 0x0000000107ebaf84: a100 0054 | 688c 40f9 | 0805 0091 | 688c 00f9 | 1400 0014 | 6900 0491 | 2801 40f9 | c800 00b5
|
1071 | 0x0000000107ebafa4: 2201 00f9 | e803 40b2 | 6920 0491 | 2801 00f9 | 0c00 0014 | 6940 0491 | 2801 40f9 | c800 00b5
|
1072 | 0x0000000107ebafc4: 2201 00f9 | e803 40b2 | 6960 0491 | 2801 00f9 | 0400 0014 | 6878 40f9 | 0805 0091 | 6878 00f9
|
1073 | 0x0000000107ebafe4: ; {metadata(method data for {method} {0x0000000120f3cef8} 'add' '(Ljava/lang/Object;)Z' in 'java/util/concurrent/ConcurrentLinkedQueue')}
|
1074 | 0x0000000107ebafe4: 0220 92d2 | 8233 a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
1075 | 0x0000000107ebb004: c056 0254 | e203 01aa
|
1076 |
|
1077 | 0x0000000107ebb00c: ; {metadata(method data for {method} {0x0000000120f3cef8} 'add' '(Ljava/lang/Object;)Z' in 'java/util/concurrent/ConcurrentLinkedQueue')}
|
1078 | 0x0000000107ebb00c: 0320 92d2 | 8333 a4f2 | 6300 c0f2 | 4208 40b9 | 4200 5dd2 | 6900 0491 | 2801 40f9 | 5f00 08eb
|
1079 | 0x0000000107ebb02c: a100 0054 | 6884 40f9 | 0805 0091 | 6884 00f9 | 1c00 0014 | 6940 0491 | 2801 40f9 | 5f00 08eb
|
1080 | 0x0000000107ebb04c: a100 0054 | 688c 40f9 | 0805 0091 | 688c 00f9 | 1400 0014 | 6900 0491 | 2801 40f9 | c800 00b5
|
1081 | 0x0000000107ebb06c: 2201 00f9 | e803 40b2 | 6920 0491 | 2801 00f9 | 0c00 0014 | 6940 0491 | 2801 40f9 | c800 00b5
|
1082 | 0x0000000107ebb08c: 2201 00f9 | e803 40b2 | 6960 0491 | 2801 00f9 | 0400 0014 | 6878 40f9 | 0805 0091 | 6878 00f9
|
1083 | 0x0000000107ebb0ac: e203 00aa
|
1084 |
|
1085 | 0x0000000107ebb0b0: ; ImmutableOopMap {[216]=Oop }
|
1086 | ;*invokevirtual offer {reexecute=0 rethrow=0 return_oop=0}
|
1087 | ; - java.util.concurrent.ConcurrentLinkedQueue::add@2 (line 283)
|
1088 | ; - com.mojang.blaze3d.systems.RenderSystem::recordRenderCall@4 (line 195)
|
1089 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@13 (line 191)
|
1090 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@296 (line 919)
|
1091 | ; {optimized virtual_call}
|
1092 | 0x0000000107ebb0b0: 94f7 7695
|
1093 |
|
1094 | 0x0000000107ebb0b4: ; {metadata(method data for {method} {0x0000000320769e50} 'm_83947_' '(Z)V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
1095 | 0x0000000107ebb0b4: 0187 9dd2 | 4144 a4f2 | 6100 c0f2 | 22b0 40f9 | 4204 0091 | 22b0 00f9 | f000 0014 | e103 00aa
|
1096 | 0x0000000107ebb0d4: ; {metadata(method data for {method} {0x0000000320769e50} 'm_83947_' '(Z)V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
1097 | 0x0000000107ebb0d4: 0387 9dd2 | 4344 a4f2 | 6300 c0f2 | 68bc 40f9 | 0805 0091 | 68bc 00f9
|
1098 |
|
1099 | 0x0000000107ebb0ec: ; {metadata(method data for {method} {0x0000000320769f30} 'm_83961_' '(Z)V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
1100 | 0x0000000107ebb0ec: 01c6 9dd2 | 4144 a4f2 | 6100 c0f2 | 23ac 40b9 | 6308 0011 | 23ac 00b9 | 634c 1f12 | 7f00 0071
|
1101 | 0x0000000107ebb10c: 804f 0254
|
1102 |
|
1103 | 0x0000000107ebb110: ; {metadata(method data for {method} {0x0000000320769f30} 'm_83961_' '(Z)V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
1104 | 0x0000000107ebb110: 01c6 9dd2 | 4144 a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
1105 |
|
1106 | 0x0000000107ebb128: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1107 | 0x0000000107ebb128: 0188 9bd2 | 0135 a4f2 | 6100 c0f2 | 23ac 40b9 | 6308 0011 | 23ac 00b9 | 634c 1f12 | 7f00 0071
|
1108 | 0x0000000107ebb148: a04e 0254
|
1109 |
|
1110 | 0x0000000107ebb14c: ; {oop(a 'java/lang/Class'{0x000000070796cc00} = 'com/mojang/blaze3d/systems/RenderSystem')}
|
1111 | 0x0000000107ebb14c: 0180 99d2 | c1f2 a0f2 | e100 c0f2 | 21f0 4339 | 3f00 0071
|
1112 |
|
1113 | 0x0000000107ebb160: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1114 | 0x0000000107ebb160: 0388 9bd2 | 0335 a4f2 | 6300 c0f2 | e80f 7cb2 | e903 78b2 | 0411 899a | 6568 64f8 | a504 0091
|
1115 | 0x0000000107ebb180: 6568 24f8 | 0107 0054
|
1116 |
|
1117 | 0x0000000107ebb188: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1118 | 0x0000000107ebb188: 0388 9bd2 | 0335 a4f2 | 6300 c0f2 | 6888 40f9 | 0805 0091 | 6888 00f9
|
1119 |
|
1120 | 0x0000000107ebb1a0: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1121 | 0x0000000107ebb1a0: 030f 85d2 | 232c a4f2 | 6300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
1122 | 0x0000000107ebb1c0: e04b 0254
|
1123 |
|
1124 | 0x0000000107ebb1c4: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1125 | 0x0000000107ebb1c4: 030f 85d2 | 232c a4f2 | 6300 c0f2 | 6878 40f9 | 0805 0091 | 6878 00f9 | 8347 41f9 | 6300 40f9
|
1126 | 0x0000000107ebb1e4: 7f00 02eb
|
1127 |
|
1128 | 0x0000000107ebb1e8: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1129 | 0x0000000107ebb1e8: 030f 85d2 | 232c a4f2 | 6300 c0f2 | e803 78b2 | 0922 80d2 | 0411 899a | 6568 64f8 | a504 0091
|
1130 | 0x0000000107ebb208: 6568 24f8 | 2101 0054
|
1131 |
|
1132 | 0x0000000107ebb210: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1133 | 0x0000000107ebb210: 030f 85d2 | 232c a4f2 | 6300 c0f2 | 6490 40f9 | 8404 0091 | 6490 00f9 | e303 0032 | 0200 0014
|
1134 | 0x0000000107ebb230: 0300 a052 | 6300 0012 | 7f00 0071
|
1135 |
|
1136 | 0x0000000107ebb23c: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1137 | 0x0000000107ebb23c: 0388 9bd2 | 0335 a4f2 | 6300 c0f2 | 0824 80d2 | 0926 80d2 | 0401 899a | 6568 64f8 | a504 0091
|
1138 | 0x0000000107ebb25c: 6568 24f8 | c0c4 0154 | 0524 40b9
|
1139 |
|
1140 | 0x0000000107ebb268: ; {metadata(method data for {method} {0x0000000320769f30} 'm_83961_' '(Z)V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
1141 | 0x0000000107ebb268: 03c6 9dd2 | 4344 a4f2 | 6300 c0f2 | 6880 40f9 | 0805 0091 | 6880 00f9
|
1142 |
|
1143 | 0x0000000107ebb280: ; {metadata(method data for {method} {0x0000000320e64b88} '_glBindFramebuffer' '(II)V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
1144 | 0x0000000107ebb280: 03b2 99d2 | 633f a4f2 | 6300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
1145 | 0x0000000107ebb2a0: e045 0254
|
1146 |
|
1147 | 0x0000000107ebb2a4: ; {metadata(method data for {method} {0x0000000320e64b88} '_glBindFramebuffer' '(II)V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
1148 | 0x0000000107ebb2a4: 03b2 99d2 | 633f a4f2 | 6300 c0f2 | 6878 40f9 | 0805 0091 | 6878 00f9
|
1149 |
|
1150 | 0x0000000107ebb2bc: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1151 | 0x0000000107ebb2bc: 0388 9bd2 | 0335 a4f2 | 6300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
1152 | 0x0000000107ebb2dc: 0045 0254 | 3f00 0071
|
1153 |
|
1154 | 0x0000000107ebb2e4: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1155 | 0x0000000107ebb2e4: 0188 9bd2 | 0135 a4f2 | 6100 c0f2 | e80f 7cb2 | e903 78b2 | 0311 899a | 2468 63f8 | 8404 0091
|
1156 | 0x0000000107ebb304: 2468 23f8 | 0107 0054
|
1157 |
|
1158 | 0x0000000107ebb30c: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1159 | 0x0000000107ebb30c: 0188 9bd2 | 0135 a4f2 | 6100 c0f2 | 2888 40f9 | 0805 0091 | 2888 00f9
|
1160 |
|
1161 | 0x0000000107ebb324: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1162 | 0x0000000107ebb324: 010f 85d2 | 212c a4f2 | 6100 c0f2 | 23ac 40b9 | 6308 0011 | 23ac 00b9 | 634c 1f12 | 7f00 0071
|
1163 | 0x0000000107ebb344: c042 0254
|
1164 |
|
1165 | 0x0000000107ebb348: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1166 | 0x0000000107ebb348: 010f 85d2 | 212c a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9 | 8147 41f9 | 2100 40f9
|
1167 | 0x0000000107ebb368: 3f00 02eb
|
1168 |
|
1169 | 0x0000000107ebb36c: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1170 | 0x0000000107ebb36c: 010f 85d2 | 212c a4f2 | 6100 c0f2 | e803 78b2 | 0922 80d2 | 0211 899a | 2368 62f8 | 6304 0091
|
1171 | 0x0000000107ebb38c: 2368 22f8 | 2101 0054
|
1172 |
|
1173 | 0x0000000107ebb394: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1174 | 0x0000000107ebb394: 010f 85d2 | 212c a4f2 | 6100 c0f2 | 2290 40f9 | 4204 0091 | 2290 00f9 | e103 0032 | 0200 0014
|
1175 | 0x0000000107ebb3b4: 0100 a052 | 2100 0012 | 3f00 0071
|
1176 |
|
1177 | 0x0000000107ebb3c0: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1178 | 0x0000000107ebb3c0: 0188 9bd2 | 0135 a4f2 | 6100 c0f2 | 0824 80d2 | 0926 80d2 | 0201 899a | 2368 62f8 | 6304 0091
|
1179 | 0x0000000107ebb3e0: 2368 22f8 | e0b2 0154
|
1180 |
|
1181 | 0x0000000107ebb3e8: ; {metadata(method data for {method} {0x0000000320e64b88} '_glBindFramebuffer' '(II)V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
1182 | 0x0000000107ebb3e8: 01b2 99d2 | 613f a4f2 | 6100 c0f2 | 2880 40f9 | 0805 0091 | 2880 00f9
|
1183 |
|
1184 | 0x0000000107ebb400: ; {metadata(method data for {method} {0x0000000320eb4940} 'glBindFramebuffer' '(II)V' in 'org/lwjgl/opengl/GL30')}
|
1185 | 0x0000000107ebb400: 017f 9fd2 | 213f a4f2 | 6100 c0f2 | 22ac 40b9 | 4208 0011 | 22ac 00b9 | 424c 1f12 | 5f00 0071
|
1186 | 0x0000000107ebb420: e03c 0254
|
1187 |
|
1188 | 0x0000000107ebb424: ; {metadata(method data for {method} {0x0000000320eb4940} 'glBindFramebuffer' '(II)V' in 'org/lwjgl/opengl/GL30')}
|
1189 | 0x0000000107ebb424: 017f 9fd2 | 213f a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9 | 01a8 9152 | e203 05aa
|
1190 | 0x0000000107ebb444: ; ImmutableOopMap {[216]=Oop [256]=Oop }
|
1191 | ;*invokestatic glBindFramebuffer {reexecute=0 rethrow=0 return_oop=0}
|
1192 | ; - org.lwjgl.opengl.GL30::glBindFramebuffer@2 (line 1619)
|
1193 | ; - com.mojang.blaze3d.platform.GlStateManager::_glBindFramebuffer@5 (line 344)
|
1194 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@9 (line 202)
|
1195 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
1196 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@296 (line 919)
|
1197 | ; {static_call}
|
1198 | 0x0000000107ebb444: e3c8 9695
|
1199 |
|
1200 | 0x0000000107ebb448: ; {metadata(method data for {method} {0x0000000320769f30} 'm_83961_' '(Z)V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
1201 | 0x0000000107ebb448: 01c6 9dd2 | 4144 a4f2 | 6100 c0f2 | 2290 40f9 | 4204 0091 | 2290 00f9 | e083 40f9 | 0390 4229
|
1202 | 0x0000000107ebb468: ; {metadata(method data for {method} {0x0000000320769f30} 'm_83961_' '(Z)V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
1203 | 0x0000000107ebb468: 01c6 9dd2 | 4144 a4f2 | 6100 c0f2 | 2898 40f9 | 0805 0091 | 2898 00f9 | 0100 a052 | 0200 a052
|
1204 | 0x0000000107ebb488: ; ImmutableOopMap {[216]=Oop }
|
1205 | ;*invokestatic _viewport {reexecute=0 rethrow=0 return_oop=0}
|
1206 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@26 (line 204)
|
1207 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
1208 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@296 (line 919)
|
1209 | ; {static_call}
|
1210 | 0x0000000107ebb488: ae8f a397 | e16f 40f9 | 2058 40b9 | 00f0 7dd3
|
1211 |
|
1212 | 0x0000000107ebb498: ; implicit exception: dispatches to 0x0000000107ebfbdc
|
1213 | 0x0000000107ebb498: 1f00 40f9 | e203 00aa
|
1214 |
|
1215 | 0x0000000107ebb4a0: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1216 | 0x0000000107ebb4a0: 0300 84d2 | c34e a4f2 | 6300 c0f2 | 6894 44f9 | 0805 0091 | 6894 04f9 | 0080 40b9 | 00f0 7dd3
|
1217 | 0x0000000107ebb4c0: e087 00f9
|
1218 |
|
1219 | 0x0000000107ebb4c4: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1220 | 0x0000000107ebb4c4: 0200 84d2 | c24e a4f2 | 6200 c0f2 | 48a4 44f9 | 0805 0091 | 48a4 04f9
|
1221 |
|
1222 | 0x0000000107ebb4dc: ; {metadata(method data for {method} {0x00000003206dd550} 'clear' '(IZ)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1223 | 0x0000000107ebb4dc: 02d9 98d2 | a23f a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
1224 | 0x0000000107ebb4fc: 2037 0254
|
1225 |
|
1226 | 0x0000000107ebb500: ; {metadata(method data for {method} {0x00000003206dd550} 'clear' '(IZ)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1227 | 0x0000000107ebb500: 02d9 98d2 | a23f a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
1228 |
|
1229 | 0x0000000107ebb518: ; {metadata(method data for {method} {0x00000003206db4f0} 'assertOnGameThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1230 | 0x0000000107ebb518: 024c 90d2 | a238 a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
1231 | 0x0000000107ebb538: 4036 0254
|
1232 |
|
1233 | 0x0000000107ebb53c: ; {oop(a 'java/lang/Class'{0x000000070796cc00} = 'com/mojang/blaze3d/systems/RenderSystem')}
|
1234 | 0x0000000107ebb53c: 0280 99d2 | c2f2 a0f2 | e200 c0f2 | 42f0 4339 | 5f00 0071
|
1235 |
|
1236 | 0x0000000107ebb550: ; {metadata(method data for {method} {0x00000003206db4f0} 'assertOnGameThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1237 | 0x0000000107ebb550: 034c 90d2 | a338 a4f2 | 6300 c0f2 | e80f 7cb2 | e903 78b2 | 0411 899a | 6568 64f8 | a504 0091
|
1238 | 0x0000000107ebb570: 6568 24f8 | c102 0054
|
1239 |
|
1240 | 0x0000000107ebb578: ; {metadata(method data for {method} {0x00000003206db4f0} 'assertOnGameThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1241 | 0x0000000107ebb578: 034c 90d2 | a338 a4f2 | 6300 c0f2 | 6888 40f9 | 0805 0091 | 6888 00f9
|
1242 |
|
1243 | 0x0000000107ebb590: ; {metadata(method data for {method} {0x00000003206db3a0} 'isOnGameThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1244 | 0x0000000107ebb590: 037d 90d2 | a338 a4f2 | 6300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
1245 | 0x0000000107ebb5b0: 8033 0254
|
1246 |
|
1247 | 0x0000000107ebb5b4: ; {metadata(method data for {method} {0x00000003206db4f0} 'assertOnGameThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1248 | 0x0000000107ebb5b4: 034c 90d2 | a338 a4f2 | 6300 c0f2 | 6498 40f9 | 8404 0091 | 6498 00f9
|
1249 |
|
1250 | 0x0000000107ebb5cc: ; {metadata(method data for {method} {0x00000003206dd550} 'clear' '(IZ)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1251 | 0x0000000107ebb5cc: 03d9 98d2 | a33f a4f2 | 6300 c0f2 | 6880 40f9 | 0805 0091 | 6880 00f9
|
1252 |
|
1253 | 0x0000000107ebb5e4: ; {metadata(method data for {method} {0x0000000320e67598} '_clear' '(IZ)V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
1254 | 0x0000000107ebb5e4: 03a1 8ad2 | 633f a4f2 | 6300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
1255 | 0x0000000107ebb604: e031 0254
|
1256 |
|
1257 | 0x0000000107ebb608: ; {metadata(method data for {method} {0x0000000320e67598} '_clear' '(IZ)V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
1258 | 0x0000000107ebb608: 03a1 8ad2 | 633f a4f2 | 6300 c0f2 | 6878 40f9 | 0805 0091 | 6878 00f9
|
1259 |
|
1260 | 0x0000000107ebb620: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1261 | 0x0000000107ebb620: 0388 9bd2 | 0335 a4f2 | 6300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
1262 | 0x0000000107ebb640: 0031 0254 | 5f00 0071
|
1263 |
|
1264 | 0x0000000107ebb648: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1265 | 0x0000000107ebb648: 0288 9bd2 | 0235 a4f2 | 6200 c0f2 | e80f 7cb2 | e903 78b2 | 0311 899a | 4468 63f8 | 8404 0091
|
1266 | 0x0000000107ebb668: 4468 23f8 | a107 0054
|
1267 |
|
1268 | 0x0000000107ebb670: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1269 | 0x0000000107ebb670: 0288 9bd2 | 0235 a4f2 | 6200 c0f2 | 4888 40f9 | 0805 0091 | 4888 00f9
|
1270 |
|
1271 | 0x0000000107ebb688: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1272 | 0x0000000107ebb688: 020f 85d2 | 222c a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
1273 | 0x0000000107ebb6a8: c02e 0254
|
1274 |
|
1275 | 0x0000000107ebb6ac: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1276 | 0x0000000107ebb6ac: 020f 85d2 | 222c a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
1277 |
|
1278 | 0x0000000107ebb6c4: ; {oop(a 'java/lang/Class'{0x000000070796cc00} = 'com/mojang/blaze3d/systems/RenderSystem')}
|
1279 | 0x0000000107ebb6c4: 0280 99d2 | c2f2 a0f2 | e200 c0f2 | 4280 40b9 | 42f0 7dd3 | 8347 41f9 | 6300 40f9 | 7f00 02eb
|
1280 | 0x0000000107ebb6e4: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1281 | 0x0000000107ebb6e4: 020f 85d2 | 222c a4f2 | 6200 c0f2 | e803 78b2 | 0922 80d2 | 0311 899a | 4468 63f8 | 8404 0091
|
1282 | 0x0000000107ebb704: 4468 23f8 | 2101 0054
|
1283 |
|
1284 | 0x0000000107ebb70c: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1285 | 0x0000000107ebb70c: 020f 85d2 | 222c a4f2 | 6200 c0f2 | 4390 40f9 | 6304 0091 | 4390 00f9 | e203 0032 | 0200 0014
|
1286 | 0x0000000107ebb72c: 0200 a052 | 4200 0012 | 5f00 0071
|
1287 |
|
1288 | 0x0000000107ebb738: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1289 | 0x0000000107ebb738: 0288 9bd2 | 0235 a4f2 | 6200 c0f2 | 0824 80d2 | 0926 80d2 | 0301 899a | 4468 63f8 | 8404 0091
|
1290 | 0x0000000107ebb758: 4468 23f8 | 8091 0154
|
1291 |
|
1292 | 0x0000000107ebb760: ; {metadata(method data for {method} {0x0000000320e67598} '_clear' '(IZ)V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
1293 | 0x0000000107ebb760: 02a1 8ad2 | 623f a4f2 | 6200 c0f2 | 4880 40f9 | 0805 0091 | 4880 00f9
|
1294 |
|
1295 | 0x0000000107ebb778: ; {metadata(method data for {method} {0x0000000320e7a9d8} 'glClear' '(I)V' in 'org/lwjgl/opengl/GL11')}
|
1296 | 0x0000000107ebb778: 02e7 9dd2 | 223f a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
1297 | 0x0000000107ebb798: 4028 0254
|
1298 |
|
1299 | 0x0000000107ebb79c: ; {metadata(method data for {method} {0x0000000320e7a9d8} 'glClear' '(I)V' in 'org/lwjgl/opengl/GL11')}
|
1300 | 0x0000000107ebb79c: 02e7 9dd2 | 223f a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9 | e103 1832
|
1301 |
|
1302 | 0x0000000107ebb7b8: ; ImmutableOopMap {[264]=Oop [216]=Oop }
|
1303 | ;*invokestatic glClear {reexecute=0 rethrow=0 return_oop=0}
|
1304 | ; - org.lwjgl.opengl.GL11::glClear@1 (line 992)
|
1305 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@4 (line 684)
|
1306 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
1307 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@314 (line 923)
|
1308 | ; {static_call}
|
1309 | 0x0000000107ebb7b8: 261f a495
|
1310 |
|
1311 | 0x0000000107ebb7bc: ; {metadata(method data for {method} {0x0000000320e67598} '_clear' '(IZ)V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
1312 | 0x0000000107ebb7bc: 00a1 8ad2 | 603f a4f2 | 6000 c0f2 | 0190 40f9 | 2104 0091 | 0190 00f9
|
1313 |
|
1314 | 0x0000000107ebb7d4: ; {metadata(method data for {method} {0x0000000320e67598} '_clear' '(IZ)V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
1315 | 0x0000000107ebb7d4: 00a1 8ad2 | 603f a4f2 | 6000 c0f2 | 0898 40f9 | 0805 0091 | 0898 00f9
|
1316 |
|
1317 | 0x0000000107ebb7ec: ; {metadata(method data for {method} {0x0000000320e67db0} '_getError' '()I' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
1318 | 0x0000000107ebb7ec: 004d 8ad2 | 603f a4f2 | 6000 c0f2 | 01ac 40b9 | 2108 0011 | 01ac 00b9 | 214c 1f12 | 3f00 0071
|
1319 | 0x0000000107ebb80c: a025 0254
|
1320 |
|
1321 | 0x0000000107ebb810: ; {metadata(method data for {method} {0x0000000320e67db0} '_getError' '()I' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
1322 | 0x0000000107ebb810: 004d 8ad2 | 603f a4f2 | 6000 c0f2 | 0878 40f9 | 0805 0091 | 0878 00f9
|
1323 |
|
1324 | 0x0000000107ebb828: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1325 | 0x0000000107ebb828: 0096 85d2 | 202c a4f2 | 6000 c0f2 | 01ac 40b9 | 2108 0011 | 01ac 00b9 | 214c 1f12 | 3f00 0071
|
1326 | 0x0000000107ebb848: c024 0254
|
1327 |
|
1328 | 0x0000000107ebb84c: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1329 | 0x0000000107ebb84c: 0096 85d2 | 202c a4f2 | 6000 c0f2 | 0878 40f9 | 0805 0091 | 0878 00f9
|
1330 |
|
1331 | 0x0000000107ebb864: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1332 | 0x0000000107ebb864: 000f 85d2 | 202c a4f2 | 6000 c0f2 | 01ac 40b9 | 2108 0011 | 01ac 00b9 | 214c 1f12 | 3f00 0071
|
1333 | 0x0000000107ebb884: e023 0254
|
1334 |
|
1335 | 0x0000000107ebb888: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1336 | 0x0000000107ebb888: 000f 85d2 | 202c a4f2 | 6000 c0f2 | 0878 40f9 | 0805 0091 | 0878 00f9
|
1337 |
|
1338 | 0x0000000107ebb8a0: ; {oop(a 'java/lang/Class'{0x000000070796cc00} = 'com/mojang/blaze3d/systems/RenderSystem')}
|
1339 | 0x0000000107ebb8a0: 0080 99d2 | c0f2 a0f2 | e000 c0f2 | 0080 40b9 | 00f0 7dd3 | 8147 41f9 | 2100 40f9 | 3f00 00eb
|
1340 | 0x0000000107ebb8c0: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1341 | 0x0000000107ebb8c0: 000f 85d2 | 202c a4f2 | 6000 c0f2 | e803 78b2 | 0922 80d2 | 0111 899a | 0268 61f8 | 4204 0091
|
1342 | 0x0000000107ebb8e0: 0268 21f8 | 2101 0054
|
1343 |
|
1344 | 0x0000000107ebb8e8: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1345 | 0x0000000107ebb8e8: 000f 85d2 | 202c a4f2 | 6000 c0f2 | 0190 40f9 | 2104 0091 | 0190 00f9 | e003 0032 | 0200 0014
|
1346 | 0x0000000107ebb908: 0000 a052 | 0000 0012 | 1f00 0071
|
1347 |
|
1348 | 0x0000000107ebb914: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1349 | 0x0000000107ebb914: 0096 85d2 | 202c a4f2 | 6000 c0f2 | 0822 80d2 | e903 78b2 | 0101 899a | 0268 61f8 | 4204 0091
|
1350 | 0x0000000107ebb934: 0268 21f8 | 007d 0154
|
1351 |
|
1352 | 0x0000000107ebb93c: ; {metadata(method data for {method} {0x0000000320e67db0} '_getError' '()I' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
1353 | 0x0000000107ebb93c: 004d 8ad2 | 603f a4f2 | 6000 c0f2 | 0880 40f9 | 0805 0091 | 0880 00f9
|
1354 |
|
1355 | 0x0000000107ebb954: ; {metadata(method data for {method} {0x0000000320e81a98} 'glGetError' '()I' in 'org/lwjgl/opengl/GL11')}
|
1356 | 0x0000000107ebb954: 0097 9dd2 | 203f a4f2 | 6000 c0f2 | 01ac 40b9 | 2108 0011 | 01ac 00b9 | 214c 1f12 | 3f00 0071
|
1357 | 0x0000000107ebb974: 601d 0254
|
1358 |
|
1359 | 0x0000000107ebb978: ; {metadata(method data for {method} {0x0000000320e81a98} 'glGetError' '()I' in 'org/lwjgl/opengl/GL11')}
|
1360 | 0x0000000107ebb978: 0097 9dd2 | 203f a4f2 | 6000 c0f2 | 0878 40f9 | 0805 0091 | 0878 00f9
|
1361 |
|
1362 | 0x0000000107ebb990: ; ImmutableOopMap {[264]=Oop [216]=Oop }
|
1363 | ;*invokestatic glGetError {reexecute=0 rethrow=0 return_oop=0}
|
1364 | ; - org.lwjgl.opengl.GL11::glGetError@0 (line 2676)
|
1365 | ; - com.mojang.blaze3d.platform.GlStateManager::_getError@3 (line 738)
|
1366 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@11 (line 686)
|
1367 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
1368 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@314 (line 923)
|
1369 | ; {static_call}
|
1370 | 0x0000000107ebb990: 308c a995 | e087 40f9
|
1371 |
|
1372 | 0x0000000107ebb998: ; {metadata('org/joml/Matrix4f')}
|
1373 | 0x0000000107ebb998: 03d2 8bd2 | 230b a0f2 | 0301 c0f2 | e503 00aa | 8087 40f9 | 0b40 0191 | 888f 40f9 | 7f01 08eb
|
1374 | 0x0000000107ebb9b8: 481c 0254 | 8b87 00f9 | ea03 40b2 | 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f7d 00a9
|
1375 | 0x0000000107ebb9d8: 5f7d 01a9 | 5f7d 02a9 | 5f7d 03a9 | bf3a 03d5 | e103 00aa | e003 01aa
|
1376 |
|
1377 | 0x0000000107ebb9f0: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1378 | 0x0000000107ebb9f0: 0200 84d2 | c24e a4f2 | 6200 c0f2 | 48ac 44f9 | 0805 0091 | 48ac 04f9
|
1379 |
|
1380 | 0x0000000107ebba08: ; {metadata(method data for {method} {0x0000000122854440} '<init>' '()V' in 'org/joml/Matrix4f')}
|
1381 | 0x0000000107ebba08: 0000 80d2 | 0038 a4f2 | 6000 c0f2 | 02ac 40b9 | 4208 0011 | 02ac 00b9 | 424c 1f12 | 5f00 0071
|
1382 | 0x0000000107ebba28: 0019 0254 | e003 01aa
|
1383 |
|
1384 | 0x0000000107ebba30: ; {metadata(method data for {method} {0x0000000122854440} '<init>' '()V' in 'org/joml/Matrix4f')}
|
1385 | 0x0000000107ebba30: 0200 80d2 | 0238 a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
1386 |
|
1387 | 0x0000000107ebba48: ; {metadata(method data for {method} {0x0000000120000510} '<init>' '()V' in 'java/lang/Object')}
|
1388 | 0x0000000107ebba48: 0013 91d2 | 8004 a4f2 | 2000 c0f2 | 02ac 40b9 | 4208 0011 | 02ac 00b9 | 424c 1f12 | 5f00 0071
|
1389 | 0x0000000107ebba68: 0018 0254 | e003 01aa
|
1390 |
|
1391 | 0x0000000107ebba70: ; {metadata(method data for {method} {0x0000000122854440} '<init>' '()V' in 'org/joml/Matrix4f')}
|
1392 | 0x0000000107ebba70: 0200 80d2 | 0238 a4f2 | 6200 c0f2 | 488c 40f9 | 0805 0091 | 488c 00f9
|
1393 |
|
1394 | 0x0000000107ebba88: ; {metadata(method data for {method} {0x00000001228562e8} '_m00' '(F)Lorg/joml/Matrix4f;' in 'org/joml/Matrix4f')}
|
1395 | 0x0000000107ebba88: 008d 84d2 | c034 a4f2 | 6000 c0f2 | 02ac 40b9 | 4208 0011 | 02ac 00b9 | 424c 1f12 | 5f00 0071
|
1396 | 0x0000000107ebbaa8: 0017 0254 | 0010 2e1e | 204c 00bd | e003 01aa
|
1397 |
|
1398 | 0x0000000107ebbab8: ; {metadata(method data for {method} {0x0000000122854440} '<init>' '()V' in 'org/joml/Matrix4f')}
|
1399 | 0x0000000107ebbab8: 0200 80d2 | 0238 a4f2 | 6200 c0f2 | 48a8 40f9 | 0805 0091 | 48a8 00f9
|
1400 |
|
1401 | 0x0000000107ebbad0: ; {metadata(method data for {method} {0x0000000122856658} '_m11' '(F)Lorg/joml/Matrix4f;' in 'org/joml/Matrix4f')}
|
1402 | 0x0000000107ebbad0: 00b2 84d2 | c034 a4f2 | 6000 c0f2 | 02ac 40b9 | 4208 0011 | 02ac 00b9 | 424c 1f12 | 5f00 0071
|
1403 | 0x0000000107ebbaf0: c015 0254 | 2020 00bd | e003 01aa
|
1404 |
|
1405 | 0x0000000107ebbafc: ; {metadata(method data for {method} {0x0000000122854440} '<init>' '()V' in 'org/joml/Matrix4f')}
|
1406 | 0x0000000107ebbafc: 0200 80d2 | 0238 a4f2 | 6200 c0f2 | 48c4 40f9 | 0805 0091 | 48c4 00f9
|
1407 |
|
1408 | 0x0000000107ebbb14: ; {metadata(method data for {method} {0x00000001228569c8} '_m22' '(F)Lorg/joml/Matrix4f;' in 'org/joml/Matrix4f')}
|
1409 | 0x0000000107ebbb14: 0078 8bd2 | 4035 a4f2 | 6000 c0f2 | 02ac 40b9 | 4208 0011 | 02ac 00b9 | 424c 1f12 | 5f00 0071
|
1410 | 0x0000000107ebbb34: a014 0254 | 2034 00bd | e003 01aa
|
1411 |
|
1412 | 0x0000000107ebbb40: ; {metadata(method data for {method} {0x0000000122854440} '<init>' '()V' in 'org/joml/Matrix4f')}
|
1413 | 0x0000000107ebbb40: 0200 80d2 | 0238 a4f2 | 6200 c0f2 | 48e0 40f9 | 0805 0091 | 48e0 00f9
|
1414 |
|
1415 | 0x0000000107ebbb58: ; {metadata(method data for {method} {0x0000000122856d38} '_m33' '(F)Lorg/joml/Matrix4f;' in 'org/joml/Matrix4f')}
|
1416 | 0x0000000107ebbb58: 0021 9cd2 | e034 a4f2 | 6000 c0f2 | 02ac 40b9 | 4208 0011 | 02ac 00b9 | 424c 1f12 | 5f00 0071
|
1417 | 0x0000000107ebbb78: 8013 0254 | 2048 00bd | e003 01aa
|
1418 |
|
1419 | 0x0000000107ebbb84: ; {metadata(method data for {method} {0x0000000122854440} '<init>' '()V' in 'org/joml/Matrix4f')}
|
1420 | 0x0000000107ebbb84: 0200 80d2 | 0238 a4f2 | 6200 c0f2 | 48fc 40f9 | 0805 0091 | 48fc 00f9
|
1421 |
|
1422 | 0x0000000107ebbb9c: ; {metadata(method data for {method} {0x00000001228549c8} '_properties' '(I)Lorg/joml/Matrix4f;' in 'org/joml/Matrix4f')}
|
1423 | 0x0000000107ebbb9c: 0056 83d2 | 200d a4f2 | 6000 c0f2 | 02ac 40b9 | 4208 0011 | 02ac 00b9 | 424c 1f12 | 5f00 0071
|
1424 | 0x0000000107ebbbbc: 6012 0254 | e00f 1f32 | 200c 00b9
|
1425 |
|
1426 | 0x0000000107ebbbc8: ; implicit exception: dispatches to 0x0000000107ebfe28
|
1427 | 0x0000000107ebbbc8: bf00 40f9 | e003 05aa
|
1428 |
|
1429 | 0x0000000107ebbbd0: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1430 | 0x0000000107ebbbd0: 0200 84d2 | c24e a4f2 | 6200 c0f2 | 48b4 44f9 | 0805 0091 | 48b4 04f9 | a04c 40b9 | e203 05aa
|
1431 | 0x0000000107ebbbf0: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1432 | 0x0000000107ebbbf0: 0300 84d2 | c34e a4f2 | 6300 c0f2 | 68d0 44f9 | 0805 0091 | 68d0 04f9 | a00c 40fd | 0100 621e
|
1433 | 0x0000000107ebbc10: 2218 601e | 4240 621e | e003 05aa
|
1434 |
|
1435 | 0x0000000107ebbc1c: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1436 | 0x0000000107ebbc1c: 0200 84d2 | c24e a4f2 | 6200 c0f2 | 48ec 44f9 | 0805 0091 | 48ec 04f9 | a050 40b9 | e203 05aa
|
1437 | 0x0000000107ebbc3c: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1438 | 0x0000000107ebbc3c: 0300 84d2 | c34e a4f2 | 6300 c0f2 | 6808 45f9 | 0805 0091 | 6808 05f9 | 0100 621e | 2318 601e
|
1439 | 0x0000000107ebbc5c: 6340 621e
|
1440 |
|
1441 | 0x0000000107ebbc60: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1442 | 0x0000000107ebbc60: 0000 84d2 | c04e a4f2 | 6000 c0f2 | 0824 45f9 | 0805 0091 | 0824 05f9
|
1443 |
|
1444 | 0x0000000107ebbc78: ; {metadata(method data for {method} {0x0000000321065ba0} 'getGuiFarPlane' '()F' in 'net/minecraftforge/client/ForgeHooksClient')}
|
1445 | 0x0000000107ebbc78: 0004 99d2 | a03f a4f2 | 6000 c0f2 | 02ac 40b9 | 4208 0011 | 02ac 00b9 | 424c 1f12 | 5f00 0071
|
1446 | 0x0000000107ebbc98: a00c 0254
|
1447 |
|
1448 | 0x0000000107ebbc9c: ; {oop(a 'java/util/Stack'{0x0000000708b1a9b0})}
|
1449 | 0x0000000107ebbc9c: 0236 95d2 | 2216 a1f2 | e200 c0f2 | e003 02aa
|
1450 |
|
1451 | 0x0000000107ebbcac: ; {metadata(method data for {method} {0x0000000321065ba0} 'getGuiFarPlane' '()F' in 'net/minecraftforge/client/ForgeHooksClient')}
|
1452 | 0x0000000107ebbcac: 0304 99d2 | a33f a4f2 | 6300 c0f2 | 0008 40b9 | 0000 5dd2 | 6900 0491 | 2801 40f9 | 1f00 08eb
|
1453 | 0x0000000107ebbccc: a100 0054 | 6884 40f9 | 0805 0091 | 6884 00f9 | 1c00 0014 | 6940 0491 | 2801 40f9 | 1f00 08eb
|
1454 | 0x0000000107ebbcec: a100 0054 | 688c 40f9 | 0805 0091 | 688c 00f9 | 1400 0014 | 6900 0491 | 2801 40f9 | c800 00b5
|
1455 | 0x0000000107ebbd0c: 2001 00f9 | e803 40b2 | 6920 0491 | 2801 00f9 | 0c00 0014 | 6940 0491 | 2801 40f9 | c800 00b5
|
1456 | 0x0000000107ebbd2c: 2001 00f9 | e803 40b2 | 6960 0491 | 2801 00f9 | 0400 0014 | 6878 40f9 | 0805 0091 | 6878 00f9
|
1457 | 0x0000000107ebbd4c: e3a3 0891 | 6204 00f9
|
1458 |
|
1459 | 0x0000000107ebbd54: ; implicit exception: dispatches to 0x0000000107ebfe4c
|
1460 | 0x0000000107ebbd54: 4000 40f9 | 0000 40b2 | 6000 00f9 | 4900 00d1 | e803 00aa | 23fd e0c8 | 1f01 00eb | e000 0054
|
1461 | 0x0000000107ebbd74: bf3b 03d5 | e803 0091 | 0000 08cb | 00d0 72f2 | 6000 00f9 | 4006 02b5 | 4310 40b9 | e0a3 0891
|
1462 | 0x0000000107ebbd94: 0400 40f9 | 0401 00b4 | 0504 40f9 | e903 00aa | a4fc e0c8 | 3f01 00eb | 6000 0054 | bf3b 03d5
|
1463 | 0x0000000107ebbdb4: 2a10 0014 | e003 01aa
|
1464 |
|
1465 | 0x0000000107ebbdbc: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1466 | 0x0000000107ebbdbc: 0400 84d2 | c44e a4f2 | 6400 c0f2 | 8838 45f9 | 0805 0091 | 8838 05f9 | 0404 000f
|
1467 |
|
1468 | 0x0000000107ebbdd8: ; {section_word}
|
1469 | 0x0000000107ebbdd8: 48b7 fe10 | 0601 40bd | 6004 0011 | 0000 221e
|
1470 |
|
1471 | 0x0000000107ebbde8: ; {section_word}
|
1472 | 0x0000000107ebbde8: e8b6 fe10 | 0701 40bd | 0108 271e | 2528 261e | 8040 201e | 4140 201e | 6240 201e | 8340 201e
|
1473 | 0x0000000107ebbe08: c440 201e | e28b 00f9 | e61b 02bd | e717 02bd
|
1474 |
|
1475 | 0x0000000107ebbe18: ; ImmutableOopMap {[216]=Oop [272]=Oop }
|
1476 | ;*invokevirtual setOrtho {reexecute=0 rethrow=0 return_oop=0}
|
1477 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@357 (line 924)
|
1478 | ; {optimized virtual_call}
|
1479 | 0x0000000107ebbe18: baa4 ec97
|
1480 |
|
1481 | 0x0000000107ebbe1c: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1482 | 0x0000000107ebbe1c: 0100 84d2 | c14e a4f2 | 6100 c0f2 | 2848 45f9 | 0805 0091 | 2848 05f9 | e103 00aa
|
1483 |
|
1484 | 0x0000000107ebbe38: ; {oop(a 'com/mojang/blaze3d/vertex/VertexSorting$$Lambda$4350+0x0000000800bfea48'{0x0000000707a42558})}
|
1485 | 0x0000000107ebbe38: 02ab 84d2 | 82f4 a0f2 | e200 c0f2
|
1486 |
|
1487 | 0x0000000107ebbe44: ; ImmutableOopMap {[216]=Oop [272]=Oop }
|
1488 | ;*invokestatic setProjectionMatrix {reexecute=0 rethrow=0 return_oop=0}
|
1489 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@367 (line 925)
|
1490 | ; {static_call}
|
1491 | 0x0000000107ebbe44: aff2 e197
|
1492 |
|
1493 | 0x0000000107ebbe48: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1494 | 0x0000000107ebbe48: 0100 84d2 | c14e a4f2 | 6100 c0f2 | 2850 45f9 | 0805 0091 | 2850 05f9
|
1495 |
|
1496 | 0x0000000107ebbe60: ; {metadata(method data for {method} {0x00000003206e1500} 'getModelViewStack' '()Lcom/mojang/blaze3d/vertex/PoseStack;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1497 | 0x0000000107ebbe60: 01e3 98d2 | c13f a4f2 | 6100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
|
1498 | 0x0000000107ebbe80: 60ff 0154
|
1499 |
|
1500 | 0x0000000107ebbe84: ; {oop(a 'com/mojang/blaze3d/vertex/PoseStack'{0x00000007081e8cd8})}
|
1501 | 0x0000000107ebbe84: 009b 91d2 | c003 a1f2 | e000 c0f2 | e08f 00f9 | e103 00aa
|
1502 |
|
1503 | 0x0000000107ebbe98: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1504 | 0x0000000107ebbe98: 0200 84d2 | c24e a4f2 | 6200 c0f2 | 4864 45f9 | 0805 0091 | 4864 05f9 | e103 00aa
|
1505 |
|
1506 | 0x0000000107ebbeb4: ; ImmutableOopMap {[216]=Oop [272]=Oop [280]=Oop }
|
1507 | ;*invokevirtual m_85836_ {reexecute=0 rethrow=0 return_oop=0}
|
1508 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@377 (line 927)
|
1509 | ; {optimized virtual_call}
|
1510 | 0x0000000107ebbeb4: 132f f297 | e08f 40f9
|
1511 |
|
1512 | 0x0000000107ebbebc: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1513 | 0x0000000107ebbebc: 0100 84d2 | c14e a4f2 | 6100 c0f2 | 2880 45f9 | 0805 0091 | 2880 05f9
|
1514 |
|
1515 | 0x0000000107ebbed4: ; {metadata(method data for {method} {0x0000000320765808} 'm_166856_' '()V' in 'com/mojang/blaze3d/vertex/PoseStack')}
|
1516 | 0x0000000107ebbed4: 0140 8ad2 | 6144 a4f2 | 6100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
|
1517 | 0x0000000107ebbef4: c0fc 0154 | e08f 40f9 | 0110 40b9 | 21f0 7dd3
|
1518 |
|
1519 | 0x0000000107ebbf04: ; implicit exception: dispatches to 0x0000000107ebfeac
|
1520 | 0x0000000107ebbf04: 3f00 40f9 | e203 01aa
|
1521 |
|
1522 | 0x0000000107ebbf0c: ; {metadata(method data for {method} {0x0000000320765808} 'm_166856_' '()V' in 'com/mojang/blaze3d/vertex/PoseStack')}
|
1523 | 0x0000000107ebbf0c: 0340 8ad2 | 6344 a4f2 | 6300 c0f2 | 4208 40b9 | 4200 5dd2 | 6900 0491 | 2801 40f9 | 5f00 08eb
|
1524 | 0x0000000107ebbf2c: a100 0054 | 6884 40f9 | 0805 0091 | 6884 00f9 | 1c00 0014 | 6940 0491 | 2801 40f9 | 5f00 08eb
|
1525 | 0x0000000107ebbf4c: a100 0054 | 688c 40f9 | 0805 0091 | 688c 00f9 | 1400 0014 | 6900 0491 | 2801 40f9 | c800 00b5
|
1526 | 0x0000000107ebbf6c: 2201 00f9 | e803 40b2 | 6920 0491 | 2801 00f9 | 0c00 0014 | 6940 0491 | 2801 40f9 | c800 00b5
|
1527 | 0x0000000107ebbf8c: 2201 00f9 | e803 40b2 | 6960 0491 | 2801 00f9 | 0400 0014 | 6878 40f9 | 0805 0091 | 6878 00f9
|
1528 | 0x0000000107ebbfac: 09f1 91d2 | e900 a0f2 | 0901 c0f2
|
1529 |
|
1530 | 0x0000000107ebbfb8: ; ImmutableOopMap {[216]=Oop [272]=Oop [280]=Oop }
|
1531 | ;*invokeinterface getLast {reexecute=0 rethrow=0 return_oop=0}
|
1532 | ; - com.mojang.blaze3d.vertex.PoseStack::m_166856_@4 (line 78)
|
1533 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@382 (line 928)
|
1534 | ; {virtual_call}
|
1535 | 0x0000000107ebbfb8: 625d b195 | 0001 00b5
|
1536 |
|
1537 | 0x0000000107ebbfc0: ; {metadata(method data for {method} {0x0000000320765808} 'm_166856_' '()V' in 'com/mojang/blaze3d/vertex/PoseStack')}
|
1538 | 0x0000000107ebbfc0: 0340 8ad2 | 6344 a4f2 | 6300 c0f2 | 6884 4439 | 0801 40b2 | 6884 0439 | 3600 0014
|
1539 |
|
1540 | 0x0000000107ebbfdc: ; {metadata('com/mojang/blaze3d/vertex/PoseStack$Pose')}
|
1541 | 0x0000000107ebbfdc: 02a9 9ed2 | e217 a0f2 | 0201 c0f2 | 0808 40b9 | 0801 5dd2 | 1f01 02eb | e104 0054
|
1542 |
|
1543 | 0x0000000107ebbff8: ; {metadata(method data for {method} {0x0000000320765808} 'm_166856_' '()V' in 'com/mojang/blaze3d/vertex/PoseStack')}
|
1544 | 0x0000000107ebbff8: 0340 8ad2 | 6344 a4f2 | 6300 c0f2 | 0208 40b9 | 4200 5dd2 | 69e0 0491 | 2801 40f9 | 5f00 08eb
|
1545 | 0x0000000107ebc018: a100 0054 | 68a0 40f9 | 0805 0091 | 68a0 00f9 | 2200 0014 | 6920 0591 | 2801 40f9 | 5f00 08eb
|
1546 | 0x0000000107ebc038: a100 0054 | 68a8 40f9 | 0805 0091 | 68a8 00f9 | 1a00 0014 | 69e0 0491 | 2801 40f9 | c800 00b5
|
1547 | 0x0000000107ebc058: 2201 00f9 | e803 40b2 | 6900 0591 | 2801 00f9 | 1200 0014 | 6920 0591 | 2801 40f9 | c800 00b5
|
1548 | 0x0000000107ebc078: 2201 00f9 | e803 40b2 | 6940 0591 | 2801 00f9 | 0a00 0014 | 0900 0014
|
1549 |
|
1550 | 0x0000000107ebc090: ; {metadata(method data for {method} {0x0000000320765808} 'm_166856_' '()V' in 'com/mojang/blaze3d/vertex/PoseStack')}
|
1551 | 0x0000000107ebc090: 0340 8ad2 | 6344 a4f2 | 6300 c0f2 | 6894 40f9 | 0805 00d1 | 6894 00f9 | 820f 0014 | 0100 0014
|
1552 | 0x0000000107ebc0b0: ; implicit exception: dispatches to 0x0000000107ebfeb8
|
1553 | 0x0000000107ebc0b0: 010c 40b9 | 21f0 7dd3
|
1554 |
|
1555 | 0x0000000107ebc0b8: ; implicit exception: dispatches to 0x0000000107ebfebc
|
1556 | 0x0000000107ebc0b8: 3f00 40f9 | e203 01aa
|
1557 |
|
1558 | 0x0000000107ebc0c0: ; {metadata(method data for {method} {0x0000000320765808} 'm_166856_' '()V' in 'com/mojang/blaze3d/vertex/PoseStack')}
|
1559 | 0x0000000107ebc0c0: 0340 8ad2 | 6344 a4f2 | 6300 c0f2 | 68bc 40f9 | 0805 0091 | 68bc 00f9 | e093 00f9
|
1560 |
|
1561 | 0x0000000107ebc0dc: ; ImmutableOopMap {[216]=Oop [272]=Oop [280]=Oop [288]=Oop }
|
1562 | ;*invokevirtual identity {reexecute=0 rethrow=0 return_oop=0}
|
1563 | ; - com.mojang.blaze3d.vertex.PoseStack::m_166856_@17 (line 79)
|
1564 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@382 (line 928)
|
1565 | ; {optimized virtual_call}
|
1566 | 0x0000000107ebc0dc: d99c ef97 | e093 40f9 | 0010 40b9 | 00f0 7dd3
|
1567 |
|
1568 | 0x0000000107ebc0ec: ; implicit exception: dispatches to 0x0000000107ebfec0
|
1569 | 0x0000000107ebc0ec: 1f00 40f9 | e203 00aa
|
1570 |
|
1571 | 0x0000000107ebc0f4: ; {metadata(method data for {method} {0x0000000320765808} 'm_166856_' '()V' in 'com/mojang/blaze3d/vertex/PoseStack')}
|
1572 | 0x0000000107ebc0f4: 0140 8ad2 | 6144 a4f2 | 6100 c0f2 | 28d8 40f9 | 0805 0091 | 28d8 00f9
|
1573 |
|
1574 | 0x0000000107ebc10c: ; {metadata(method data for {method} {0x0000000320708230} 'identity' '()Lorg/joml/Matrix3f;' in 'org/joml/Matrix3f')}
|
1575 | 0x0000000107ebc10c: 02ab 93d2 | 4244 a4f2 | 6200 c0f2 | 41ac 40b9 | 2108 0011 | 41ac 00b9 | 214c 1f12 | 3f00 0071
|
1576 | 0x0000000107ebc12c: c0ec 0154
|
1577 |
|
1578 | 0x0000000107ebc130: ; {oop(a 'org/joml/MemUtil$MemUtilNIO'{0x0000000707f9a3f8})}
|
1579 | 0x0000000107ebc130: 017f 94d2 | 21ff a0f2 | e100 c0f2 | e203 01aa
|
1580 |
|
1581 | 0x0000000107ebc140: ; {metadata(method data for {method} {0x0000000320708230} 'identity' '()Lorg/joml/Matrix3f;' in 'org/joml/Matrix3f')}
|
1582 | 0x0000000107ebc140: 03ab 93d2 | 4344 a4f2 | 6300 c0f2 | 4208 40b9 | 4200 5dd2 | 6900 0491 | 2801 40f9 | 5f00 08eb
|
1583 | 0x0000000107ebc160: a100 0054 | 6884 40f9 | 0805 0091 | 6884 00f9 | 1c00 0014 | 6940 0491 | 2801 40f9 | 5f00 08eb
|
1584 | 0x0000000107ebc180: a100 0054 | 688c 40f9 | 0805 0091 | 688c 00f9 | 1400 0014 | 6900 0491 | 2801 40f9 | c800 00b5
|
1585 | 0x0000000107ebc1a0: 2201 00f9 | e803 40b2 | 6920 0491 | 2801 00f9 | 0c00 0014 | 6940 0491 | 2801 40f9 | c800 00b5
|
1586 | 0x0000000107ebc1c0: 2201 00f9 | e803 40b2 | 6960 0491 | 2801 00f9 | 0400 0014 | 6878 40f9 | 0805 0091 | 6878 00f9
|
1587 | 0x0000000107ebc1e0: e203 00aa | e097 00f9
|
1588 |
|
1589 | 0x0000000107ebc1e8: ; ImmutableOopMap {[216]=Oop [272]=Oop [280]=Oop [296]=Oop }
|
1590 | ;*invokevirtual identity {reexecute=0 rethrow=0 return_oop=0}
|
1591 | ; - org.joml.Matrix3f::identity@4 (line 1086)
|
1592 | ; - com.mojang.blaze3d.vertex.PoseStack::m_166856_@25 (line 80)
|
1593 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@382 (line 928)
|
1594 | ; {optimized virtual_call}
|
1595 | 0x0000000107ebc1e8: c6ec f597
|
1596 |
|
1597 | 0x0000000107ebc1ec: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1598 | 0x0000000107ebc1ec: 0000 84d2 | c04e a4f2 | 6000 c0f2 | 0890 45f9 | 0805 0091 | 0890 05f9
|
1599 |
|
1600 | 0x0000000107ebc204: ; {metadata(method data for {method} {0x0000000321065ba0} 'getGuiFarPlane' '()F' in 'net/minecraftforge/client/ForgeHooksClient')}
|
1601 | 0x0000000107ebc204: 0004 99d2 | a03f a4f2 | 6000 c0f2 | 01ac 40b9 | 2108 0011 | 01ac 00b9 | 214c 1f12 | 3f00 0071
|
1602 | 0x0000000107ebc224: 00e6 0154 | e28b 40f9
|
1603 |
|
1604 | 0x0000000107ebc22c: ; {metadata(method data for {method} {0x0000000321065ba0} 'getGuiFarPlane' '()F' in 'net/minecraftforge/client/ForgeHooksClient')}
|
1605 | 0x0000000107ebc22c: 0004 99d2 | a03f a4f2 | 6000 c0f2 | 4208 40b9 | 4200 5dd2 | 0900 0491 | 2801 40f9 | 5f00 08eb
|
1606 | 0x0000000107ebc24c: a100 0054 | 0884 40f9 | 0805 0091 | 0884 00f9 | 1c00 0014 | 0940 0491 | 2801 40f9 | 5f00 08eb
|
1607 | 0x0000000107ebc26c: a100 0054 | 088c 40f9 | 0805 0091 | 088c 00f9 | 1400 0014 | 0900 0491 | 2801 40f9 | c800 00b5
|
1608 | 0x0000000107ebc28c: 2201 00f9 | e803 40b2 | 0920 0491 | 2801 00f9 | 0c00 0014 | 0940 0491 | 2801 40f9 | c800 00b5
|
1609 | 0x0000000107ebc2ac: 2201 00f9 | e803 40b2 | 0960 0491 | 2801 00f9 | 0400 0014 | 0878 40f9 | 0805 0091 | 0878 00f9
|
1610 | 0x0000000107ebc2cc: e1a3 0891 | e28b 40f9 | 2204 00f9 | 4000 40f9 | 0000 40b2 | 2000 00f9 | 4900 00d1 | e803 00aa
|
1611 | 0x0000000107ebc2ec: 21fd e0c8 | 1f01 00eb | e000 0054 | bf3b 03d5 | e803 0091 | 0000 08cb | 00d0 72f2 | 2000 00f9
|
1612 | 0x0000000107ebc30c: c0df 01b5 | 4110 40b9 | e0a3 0891 | 0200 40f9 | 0201 00b4 | 0304 40f9 | e903 00aa | 62fc e0c8
|
1613 | 0x0000000107ebc32c: 3f01 00eb | 6000 0054 | bf3b 03d5 | f60e 0014 | e08f 40f9
|
1614 |
|
1615 | 0x0000000107ebc340: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1616 | 0x0000000107ebc340: 0200 84d2 | c24e a4f2 | 6200 c0f2 | 48a4 45f9 | 0805 0091 | 48a4 05f9 | 01e4 002f | 2104 0011
|
1617 | 0x0000000107ebc360: 2000 221e | e717 42bd | 0208 271e | e61b 42bd | 4028 261e | c038 201e | 02c0 221e | 2040 601e
|
1618 | 0x0000000107ebc380: e18f 40f9
|
1619 |
|
1620 | 0x0000000107ebc384: ; ImmutableOopMap {[216]=Oop }
|
1621 | ;*invokevirtual m_85837_ {reexecute=0 rethrow=0 return_oop=0}
|
1622 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@396 (line 929)
|
1623 | ; {optimized virtual_call}
|
1624 | 0x0000000107ebc384: 7f2d 0094
|
1625 |
|
1626 | 0x0000000107ebc388: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1627 | 0x0000000107ebc388: 0000 84d2 | c04e a4f2 | 6000 c0f2 | 08b4 45f9 | 0805 0091 | 08b4 05f9
|
1628 |
|
1629 | 0x0000000107ebc3a0: ; ImmutableOopMap {[216]=Oop }
|
1630 | ;*invokestatic applyModelViewMatrix {reexecute=0 rethrow=0 return_oop=0}
|
1631 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@399 (line 930)
|
1632 | ; {static_call}
|
1633 | 0x0000000107ebc3a0: 48a4 d097
|
1634 |
|
1635 | 0x0000000107ebc3a4: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1636 | 0x0000000107ebc3a4: 0100 84d2 | c14e a4f2 | 6100 c0f2 | 28bc 45f9 | 0805 0091 | 28bc 05f9
|
1637 |
|
1638 | 0x0000000107ebc3bc: ; {metadata(method data for {method} {0x00000003217b9820} 'm_84931_' '()V' in 'com/mojang/blaze3d/platform/Lighting')}
|
1639 | 0x0000000107ebc3bc: 0144 97d2 | c156 a4f2 | 6100 c0f2 | 22ac 40b9 | 4208 0011 | 22ac 00b9 | 424c 1f12 | 5f00 0071
|
1640 | 0x0000000107ebc3dc: 20da 0154
|
1641 |
|
1642 | 0x0000000107ebc3e0: ; {metadata(method data for {method} {0x00000003217b9820} 'm_84931_' '()V' in 'com/mojang/blaze3d/platform/Lighting')}
|
1643 | 0x0000000107ebc3e0: 0144 97d2 | c156 a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
1644 |
|
1645 | 0x0000000107ebc3f8: ; {metadata(method data for {method} {0x00000003206e00b8} 'setupGui3DDiffuseLighting' '(Lorg/joml/Vector3f;Lorg/joml/Vector3f;)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1646 | 0x0000000107ebc3f8: 016b 97d2 | c156 a4f2 | 6100 c0f2 | 22ac 40b9 | 4208 0011 | 22ac 00b9 | 424c 1f12 | 5f00 0071
|
1647 | 0x0000000107ebc418: 40d9 0154
|
1648 |
|
1649 | 0x0000000107ebc41c: ; {metadata(method data for {method} {0x00000003206e00b8} 'setupGui3DDiffuseLighting' '(Lorg/joml/Vector3f;Lorg/joml/Vector3f;)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1650 | 0x0000000107ebc41c: 016b 97d2 | c156 a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
1651 |
|
1652 | 0x0000000107ebc434: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1653 | 0x0000000107ebc434: 0196 85d2 | 212c a4f2 | 6100 c0f2 | 22ac 40b9 | 4208 0011 | 22ac 00b9 | 424c 1f12 | 5f00 0071
|
1654 | 0x0000000107ebc454: 60d8 0154
|
1655 |
|
1656 | 0x0000000107ebc458: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1657 | 0x0000000107ebc458: 0196 85d2 | 212c a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
1658 |
|
1659 | 0x0000000107ebc470: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1660 | 0x0000000107ebc470: 010f 85d2 | 212c a4f2 | 6100 c0f2 | 22ac 40b9 | 4208 0011 | 22ac 00b9 | 424c 1f12 | 5f00 0071
|
1661 | 0x0000000107ebc490: 80d7 0154
|
1662 |
|
1663 | 0x0000000107ebc494: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1664 | 0x0000000107ebc494: 010f 85d2 | 212c a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
1665 |
|
1666 | 0x0000000107ebc4ac: ; {oop(a 'java/lang/Class'{0x000000070796cc00} = 'com/mojang/blaze3d/systems/RenderSystem')}
|
1667 | 0x0000000107ebc4ac: 0180 99d2 | c1f2 a0f2 | e100 c0f2 | 2180 40b9 | 21f0 7dd3 | 8247 41f9 | 4200 40f9 | 5f00 01eb
|
1668 | 0x0000000107ebc4cc: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1669 | 0x0000000107ebc4cc: 010f 85d2 | 212c a4f2 | 6100 c0f2 | e803 78b2 | 0922 80d2 | 0211 899a | 2068 62f8 | 0004 0091
|
1670 | 0x0000000107ebc4ec: 2068 22f8 | 2101 0054
|
1671 |
|
1672 | 0x0000000107ebc4f4: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1673 | 0x0000000107ebc4f4: 010f 85d2 | 212c a4f2 | 6100 c0f2 | 2290 40f9 | 4204 0091 | 2290 00f9 | e103 0032 | 0200 0014
|
1674 | 0x0000000107ebc514: 0100 a052 | 2100 0012 | 3f00 0071
|
1675 |
|
1676 | 0x0000000107ebc520: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1677 | 0x0000000107ebc520: 0196 85d2 | 212c a4f2 | 6100 c0f2 | 0822 80d2 | e903 78b2 | 0201 899a | 2068 62f8 | 0004 0091
|
1678 | 0x0000000107ebc540: 2068 22f8 | 0017 0154
|
1679 |
|
1680 | 0x0000000107ebc548: ; {metadata(method data for {method} {0x00000003206e00b8} 'setupGui3DDiffuseLighting' '(Lorg/joml/Vector3f;Lorg/joml/Vector3f;)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1681 | 0x0000000107ebc548: 016b 97d2 | c156 a4f2 | 6100 c0f2 | 2880 40f9 | 0805 0091 | 2880 00f9
|
1682 |
|
1683 | 0x0000000107ebc560: ; {oop(a 'org/joml/Vector3f'{0x0000000708733858})}
|
1684 | 0x0000000107ebc560: 010b 87d2 | 610e a1f2 | e100 c0f2
|
1685 |
|
1686 | 0x0000000107ebc56c: ; {oop(a 'org/joml/Vector3f'{0x0000000708733840})}
|
1687 | 0x0000000107ebc56c: 0208 87d2 | 620e a1f2 | e200 c0f2
|
1688 |
|
1689 | 0x0000000107ebc578: ; ImmutableOopMap {[216]=Oop }
|
1690 | ;*invokestatic setupGui3DDiffuseLighting {reexecute=0 rethrow=0 return_oop=0}
|
1691 | ; - com.mojang.blaze3d.systems.RenderSystem::setupGui3DDiffuseLighting@5 (line 1140)
|
1692 | ; - com.mojang.blaze3d.platform.Lighting::m_84931_@6 (line 30)
|
1693 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@402 (line 931)
|
1694 | ; {static_call}
|
1695 | 0x0000000107ebc578: 2232 0094 | e16f 40f9
|
1696 |
|
1697 | 0x0000000107ebc580: ; {metadata('net/minecraft/client/gui/GuiGraphics')}
|
1698 | 0x0000000107ebc580: 0300 80d2 | c30a a0f2 | 0301 c0f2 | 8087 40f9 | 0ba0 0091 | 888f 40f9 | 7f01 08eb | 28d0 0154
|
1699 | 0x0000000107ebc5a0: 8b87 00f9 | ea03 40b2 | 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | 5ffd 00a9
|
1700 | 0x0000000107ebc5c0: bf3a 03d5 | e09b 00f9 | 2558 40b9 | a5f0 7dd3 | 236c 40b9 | 63f0 7dd3
|
1701 |
|
1702 | 0x0000000107ebc5d8: ; implicit exception: dispatches to 0x0000000107ebffa8
|
1703 | 0x0000000107ebc5d8: 7f00 40f9 | e403 03aa
|
1704 |
|
1705 | 0x0000000107ebc5e0: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1706 | 0x0000000107ebc5e0: 0a00 84d2 | ca4e a4f2 | 6a00 c0f2 | 48d1 45f9 | 0805 0091 | 48d1 05f9 | 6614 40b9 | c6f0 7dd3
|
1707 | 0x0000000107ebc600: e303 00aa
|
1708 |
|
1709 | 0x0000000107ebc604: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1710 | 0x0000000107ebc604: 0400 84d2 | c44e a4f2 | 6400 c0f2 | 88e0 45f9 | 0805 0091 | 88e0 05f9
|
1711 |
|
1712 | 0x0000000107ebc61c: ; {metadata(method data for {method} {0x0000000122713e60} '<init>' '(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/renderer/MultiBufferSource$BufferSource;)V' in 'net/minecraft/client/gui/GuiGraphics')}
|
1713 | 0x0000000107ebc61c: 038c 8cd2 | 6344 a4f2 | 6300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
1714 | 0x0000000107ebc63c: 80cb 0154
|
1715 |
|
1716 | 0x0000000107ebc640: ; {metadata('com/mojang/blaze3d/vertex/PoseStack')}
|
1717 | 0x0000000107ebc640: 030e 9ed2 | e317 a0f2 | 0301 c0f2 | 8087 40f9 | 0b60 0091 | 888f 40f9 | 7f01 08eb | 88cb 0154
|
1718 | 0x0000000107ebc660: 8b87 00f9 | ea03 40b2 | 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | bf3a 03d5
|
1719 | 0x0000000107ebc680: e303 00aa
|
1720 |
|
1721 | 0x0000000107ebc684: ; {metadata(method data for {method} {0x0000000122713e60} '<init>' '(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/renderer/MultiBufferSource$BufferSource;)V' in 'net/minecraft/client/gui/GuiGraphics')}
|
1722 | 0x0000000107ebc684: 048c 8cd2 | 6444 a4f2 | 6400 c0f2 | 8878 40f9 | 0805 0091 | 8878 00f9 | e103 00aa | e01b 14a9
|
1723 | 0x0000000107ebc6a4: e59f 00f9
|
1724 |
|
1725 | 0x0000000107ebc6a8: ; ImmutableOopMap {[312]=Oop [304]=Oop [216]=Oop [320]=Oop [328]=Oop }
|
1726 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
1727 | ; - net.minecraft.client.gui.GuiGraphics::<init>@6 (line 76)
|
1728 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@420 (line 932)
|
1729 | ; {optimized virtual_call}
|
1730 | 0x0000000107ebc6a8: 7630 f197 | e09b 40f9
|
1731 |
|
1732 | 0x0000000107ebc6b0: ; {metadata(method data for {method} {0x0000000122713e60} '<init>' '(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/renderer/MultiBufferSource$BufferSource;)V' in 'net/minecraft/client/gui/GuiGraphics')}
|
1733 | 0x0000000107ebc6b0: 028c 8cd2 | 6244 a4f2 | 6200 c0f2 | 4880 40f9 | 0805 0091 | 4880 00f9 | e28f 53a9 | e4a7 40f9
|
1734 | 0x0000000107ebc6d0: e19b 40f9
|
1735 |
|
1736 | 0x0000000107ebc6d4: ; ImmutableOopMap {[304]=Oop [216]=Oop }
|
1737 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
1738 | ; - net.minecraft.client.gui.GuiGraphics::<init>@10 (line 76)
|
1739 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@420 (line 932)
|
1740 | ; {optimized virtual_call}
|
1741 | 0x0000000107ebc6d4: 0bf8 f597 | e3e3 40b9 | 7f00 0071
|
1742 |
|
1743 | 0x0000000107ebc6e0: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1744 | 0x0000000107ebc6e0: 0200 84d2 | c24e a4f2 | 6200 c0f2 | 087a 81d2 | 097c 81d2 | 0101 899a | 4068 61f8 | 0004 0091
|
1745 | 0x0000000107ebc700: 4068 21f8 | e16f 40f9 | 4066 0054 | 2258 40b9 | 42f0 7dd3
|
1746 |
|
1747 | 0x0000000107ebc714: ; implicit exception: dispatches to 0x0000000107ebffd4
|
1748 | 0x0000000107ebc714: 4068 41b9 | 00f0 7dd3 | e403 1faa | 1f00 04eb
|
1749 |
|
1750 | 0x0000000107ebc724: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1751 | 0x0000000107ebc724: 0000 84d2 | c04e a4f2 | 6000 c0f2 | 087e 81d2 | e907 76b2 | 0401 899a | 0568 64f8 | a504 0091
|
1752 | 0x0000000107ebc744: 0568 24f8 | 4064 0054 | e003 02aa
|
1753 |
|
1754 | 0x0000000107ebc750: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1755 | 0x0000000107ebc750: 0400 84d2 | c44e a4f2 | 6400 c0f2
|
1756 |
|
1757 | 0x0000000107ebc75c: ; {metadata('net/minecraft/client/Minecraft')}
|
1758 | 0x0000000107ebc75c: 082b 82d2 | c80a a0f2 | 0801 c0f2 | 8980 3091 | 2801 00f9 | 8814 46f9 | 0805 0091 | 8814 06f9
|
1759 | 0x0000000107ebc77c: 40a4 41b9 | 00f0 7dd3 | 4001 00b4
|
1760 |
|
1761 | 0x0000000107ebc788: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
1762 | 0x0000000107ebc788: 0698 9ad2 | 2618 a0f2 | 0601 c0f2 | 0708 40b9 | e700 5dd2 | e81c 40f9 | df00 08eb | a1c1 0154
|
1763 | 0x0000000107ebc7a8: 0100 0014 | e403 00aa
|
1764 |
|
1765 | 0x0000000107ebc7b0: ; implicit exception: dispatches to 0x0000000107ebffdc
|
1766 | 0x0000000107ebc7b0: 1f00 40f9
|
1767 |
|
1768 | 0x0000000107ebc7b4: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1769 | 0x0000000107ebc7b4: 0400 84d2 | c44e a4f2 | 6400 c0f2
|
1770 |
|
1771 | 0x0000000107ebc7c0: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
1772 | 0x0000000107ebc7c0: 0898 9ad2 | 2818 a0f2 | 0801 c0f2 | 8960 3191 | 2801 00f9 | 8830 46f9 | 0805 0091 | 8830 06f9
|
1773 | 0x0000000107ebc7e0: ; {metadata(method data for {method} {0x000000032082e798} 'm_6182_' '(Ljava/lang/String;)V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
1774 | 0x0000000107ebc7e0: 00dc 92d2 | 4039 a4f2 | 6000 c0f2 | 04ac 40b9 | 8408 0011 | 04ac 00b9 | 844c 1f12 | 9f00 0071
|
1775 | 0x0000000107ebc800: 00bf 0154 | 406c 41b9 | 00f0 7dd3 | e403 1faa | 1f00 04eb
|
1776 |
|
1777 | 0x0000000107ebc814: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1778 | 0x0000000107ebc814: 0400 84d2 | c44e a4f2 | 6400 c0f2 | 0890 81d2 | 0992 81d2 | 0501 899a | 8668 65f8 | c604 0091
|
1779 | 0x0000000107ebc834: 8668 25f8 | 801e 0054 | e013 42bd
|
1780 |
|
1781 | 0x0000000107ebc840: ; implicit exception: dispatches to 0x0000000107ec0000
|
1782 | 0x0000000107ebc840: 0160 43bd | 025c 43bd
|
1783 |
|
1784 | 0x0000000107ebc848: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1785 | 0x0000000107ebc848: 0400 84d2 | c44e a4f2 | 6400 c0f2 | 8850 46f9 | 0805 0091 | 8850 06f9
|
1786 |
|
1787 | 0x0000000107ebc860: ; {metadata(method data for {method} {0x00000001229790c0} 'm_14179_' '(FFF)F' in 'net/minecraft/util/Mth')}
|
1788 | 0x0000000107ebc860: 0407 8cd2 | e437 a4f2 | 6400 c0f2 | 85ac 40b9 | a508 0011 | 85ac 00b9 | a54c 1f12 | bf00 0071
|
1789 | 0x0000000107ebc880: 20bc 0154 | 4238 211e | 4308 201e | 6128 211e | 42bc 40b9 | 42f0 7dd3
|
1790 |
|
1791 | 0x0000000107ebc898: ; implicit exception: dispatches to 0x0000000107ec0024
|
1792 | 0x0000000107ebc898: 5f00 40f9 | e403 02aa
|
1793 |
|
1794 | 0x0000000107ebc8a0: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1795 | 0x0000000107ebc8a0: 0500 84d2 | c54e a4f2 | 6500 c0f2
|
1796 |
|
1797 | 0x0000000107ebc8ac: ; {metadata('net/minecraft/client/Options')}
|
1798 | 0x0000000107ebc8ac: 089f 86d2 | 4818 a0f2 | 0801 c0f2 | a900 3391 | 2801 00f9 | a864 46f9 | 0805 0091 | a864 06f9
|
1799 | 0x0000000107ebc8cc: 42a0 41b9 | 42f0 7dd3
|
1800 |
|
1801 | 0x0000000107ebc8d4: ; implicit exception: dispatches to 0x0000000107ec0028
|
1802 | 0x0000000107ebc8d4: 5f00 40f9 | e403 02aa
|
1803 |
|
1804 | 0x0000000107ebc8dc: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1805 | 0x0000000107ebc8dc: 0500 84d2 | c54e a4f2 | 6500 c0f2 | a874 46f9 | 0805 0091 | a874 06f9 | 4228 40b9 | 42f0 7dd3
|
1806 | 0x0000000107ebc8fc: 0201 00b5
|
1807 |
|
1808 | 0x0000000107ebc900: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1809 | 0x0000000107ebc900: 0600 84d2 | c64e a4f2 | 6600 c0f2 | c864 7439 | 0801 40b2 | c864 3439 | 3600 0014
|
1810 |
|
1811 | 0x0000000107ebc91c: ; {metadata('java/lang/Double')}
|
1812 | 0x0000000107ebc91c: 0500 8cd2 | a500 a0f2 | 0501 c0f2 | 4808 40b9 | 0801 5dd2 | 1f01 05eb | e104 0054
|
1813 |
|
1814 | 0x0000000107ebc938: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1815 | 0x0000000107ebc938: 0600 84d2 | c64e a4f2 | 6600 c0f2 | 4508 40b9 | a500 5dd2 | c9c0 3491 | 2801 40f9 | bf00 08eb
|
1816 | 0x0000000107ebc958: a100 0054 | c89c 46f9 | 0805 0091 | c89c 06f9 | 2200 0014 | c900 3591 | 2801 40f9 | bf00 08eb
|
1817 | 0x0000000107ebc978: a100 0054 | c8a4 46f9 | 0805 0091 | c8a4 06f9 | 1a00 0014 | c9c0 3491 | 2801 40f9 | c800 00b5
|
1818 | 0x0000000107ebc998: 2501 00f9 | e803 40b2 | c9e0 3491 | 2801 00f9 | 1200 0014 | c900 3591 | 2801 40f9 | c800 00b5
|
1819 | 0x0000000107ebc9b8: 2501 00f9 | e803 40b2 | c920 3591 | 2801 00f9 | 0a00 0014 | 0900 0014
|
1820 |
|
1821 | 0x0000000107ebc9d0: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1822 | 0x0000000107ebc9d0: 0600 84d2 | c64e a4f2 | 6600 c0f2 | c890 46f9 | 0805 00d1 | c890 06f9 | 910d 0014 | 0100 0014
|
1823 | 0x0000000107ebc9f0: ; implicit exception: dispatches to 0x0000000107ec0034
|
1824 | 0x0000000107ebc9f0: 5f00 40f9 | e403 02aa
|
1825 |
|
1826 | 0x0000000107ebc9f8: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1827 | 0x0000000107ebc9f8: 0500 84d2 | c54e a4f2 | 6500 c0f2 | a8ac 46f9 | 0805 0091 | a8ac 06f9
|
1828 |
|
1829 | 0x0000000107ebca10: ; {metadata(method data for {method} {0x000000012011aed0} 'floatValue' '()F' in 'java/lang/Double')}
|
1830 | 0x0000000107ebca10: 04a7 84d2 | 4458 a4f2 | 6400 c0f2 | 85ac 40b9 | a508 0011 | 85ac 00b9 | a54c 1f12 | bf00 0071
|
1831 | 0x0000000107ebca30: 40b0 0154 | 4208 40fd | 4240 621e | 0304 000f | 2020 231e | e207 9f9a | 42a4 82da | 5f00 0071
|
1832 | 0x0000000107ebca50: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1833 | 0x0000000107ebca50: 0200 84d2 | c24e a4f2 | 6200 c0f2 | 08b2 81d2 | 09b4 81d2 | 04d1 899a | 4568 64f8 | a504 0091
|
1834 | 0x0000000107ebca70: 4568 24f8 | ad0c 0054 | e21f 02bd | e123 02bd
|
1835 |
|
1836 | 0x0000000107ebca80: ; {oop(a 'java/lang/Class'{0x00000007066c4ba8} = 'net/minecraft/world/effect/MobEffects')}
|
1837 | 0x0000000107ebca80: 0275 89d2 | 82cd a0f2 | e200 c0f2 | 4290 40b9 | 42f0 7dd3 | e403 00aa
|
1838 |
|
1839 | 0x0000000107ebca98: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1840 | 0x0000000107ebca98: 0500 84d2 | c54e a4f2 | 6500 c0f2 | 8408 40b9 | 8400 5dd2 | a900 3791 | 2801 40f9 | 9f00 08eb
|
1841 | 0x0000000107ebcab8: a100 0054 | a8e4 46f9 | 0805 0091 | a8e4 06f9 | 1c00 0014 | a940 3791 | 2801 40f9 | 9f00 08eb
|
1842 | 0x0000000107ebcad8: a100 0054 | a8ec 46f9 | 0805 0091 | a8ec 06f9 | 1400 0014 | a900 3791 | 2801 40f9 | c800 00b5
|
1843 | 0x0000000107ebcaf8: 2401 00f9 | e803 40b2 | a920 3791 | 2801 00f9 | 0c00 0014 | a940 3791 | 2801 40f9 | c800 00b5
|
1844 | 0x0000000107ebcb18: 2401 00f9 | e803 40b2 | a960 3791 | 2801 00f9 | 0400 0014 | a8d8 46f9 | 0805 0091 | a8d8 06f9
|
1845 | 0x0000000107ebcb38: e103 00aa | e9ff 9fd2 | e9ff bff2 | e9ff dff2
|
1846 |
|
1847 | 0x0000000107ebcb48: ; ImmutableOopMap {[304]=Oop [216]=Oop }
|
1848 | ;*invokevirtual m_21023_ {reexecute=0 rethrow=0 return_oop=0}
|
1849 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@529 (line 938)
|
1850 | ; {virtual_call}
|
1851 | 0x0000000107ebcb48: aef1 7695 | 1f00 0071
|
1852 |
|
1853 | 0x0000000107ebcb50: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1854 | 0x0000000107ebcb50: 0200 84d2 | c24e a4f2 | 6200 c0f2 | 08bf 81d2 | 09bd 81d2 | 0111 899a | 4068 61f8 | 0004 0091
|
1855 | 0x0000000107ebcb70: 4068 21f8 | 6100 0054 | e16f 40f9 | 2300 0014 | e21f 42bd | 0010 2e1e | 4020 201e | e207 9f9a
|
1856 | 0x0000000107ebcb90: 4224 82da | 5f00 0071
|
1857 |
|
1858 | 0x0000000107ebcb98: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1859 | 0x0000000107ebcb98: 0200 84d2 | c24e a4f2 | 6200 c0f2 | 08c3 81d2 | 09c1 81d2 | 01b1 899a | 4068 61f8 | 0004 0091
|
1860 | 0x0000000107ebcbb8: 4068 21f8 | 6b00 0054 | e16f 40f9 | 1100 0014 | e123 42bd | e16f 40f9
|
1861 |
|
1862 | 0x0000000107ebcbd0: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1863 | 0x0000000107ebcbd0: 0200 84d2 | c24e a4f2 | 6200 c0f2 | 4814 47f9 | 0805 0091 | 4814 07f9 | 0010 2e1e | 0038 221e
|
1864 | 0x0000000107ebcbf0: 0208 211e | e29b 40f9 | 4040 201e | e16f 40f9
|
1865 |
|
1866 | 0x0000000107ebcc00: ; ImmutableOopMap {[304]=Oop [216]=Oop }
|
1867 | ;*invokevirtual m_280083_ {reexecute=0 rethrow=0 return_oop=0}
|
1868 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@552 (line 939)
|
1869 | ; {optimized virtual_call}
|
1870 | 0x0000000107ebcc00: c0f0 7695 | e16f 40f9 | 2258 40b9 | 42f0 7dd3
|
1871 |
|
1872 | 0x0000000107ebcc10: ; implicit exception: dispatches to 0x0000000107ec0058
|
1873 | 0x0000000107ebcc10: 43bc 40b9 | 63f0 7dd3
|
1874 |
|
1875 | 0x0000000107ebcc18: ; implicit exception: dispatches to 0x0000000107ec005c
|
1876 | 0x0000000107ebcc18: 6390 4039 | 7f00 0071
|
1877 |
|
1878 | 0x0000000107ebcc20: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1879 | 0x0000000107ebcc20: 0300 84d2 | c34e a4f2 | 6300 c0f2 | 08cc 81d2 | 09ce 81d2 | 0001 899a | 6468 60f8 | 8404 0091
|
1880 | 0x0000000107ebcc40: 6468 20f8 | e001 0054 | 4384 41b9 | 63f0 7dd3 | e003 1faa | 7f00 00eb
|
1881 |
|
1882 | 0x0000000107ebcc58: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1883 | 0x0000000107ebcc58: 0300 84d2 | c34e a4f2 | 6300 c0f2 | 08d0 81d2 | 09d2 81d2 | 0001 899a | 6468 60f8 | 8404 0091
|
1884 | 0x0000000107ebcc78: 6468 20f8 | 4034 0054 | e303 02aa
|
1885 |
|
1886 | 0x0000000107ebcc84: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1887 | 0x0000000107ebcc84: 0000 84d2 | c04e a4f2 | 6000 c0f2
|
1888 |
|
1889 | 0x0000000107ebcc90: ; {metadata('net/minecraft/client/Minecraft')}
|
1890 | 0x0000000107ebcc90: 082b 82d2 | c80a a0f2 | 0801 c0f2 | 09c0 3a91 | 2801 00f9 | 085c 47f9 | 0805 0091 | 085c 07f9
|
1891 | 0x0000000107ebccb0: 4380 40b9 | 63f0 7dd3
|
1892 |
|
1893 | 0x0000000107ebccb8: ; implicit exception: dispatches to 0x0000000107ec0060
|
1894 | 0x0000000107ebccb8: 7f00 40f9 | e003 03aa
|
1895 |
|
1896 | 0x0000000107ebccc0: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1897 | 0x0000000107ebccc0: 0400 84d2 | c44e a4f2 | 6400 c0f2 | 886c 47f9 | 0805 0091 | 886c 07f9 | 6054 40b9
|
1898 |
|
1899 | 0x0000000107ebccdc: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1900 | 0x0000000107ebccdc: 0400 84d2 | c44e a4f2 | 6400 c0f2
|
1901 |
|
1902 | 0x0000000107ebcce8: ; {metadata('net/minecraft/client/Minecraft')}
|
1903 | 0x0000000107ebcce8: 082b 82d2 | c80a a0f2 | 0801 c0f2 | 8980 3c91 | 2801 00f9 | 8894 47f9 | 0805 0091 | 8894 07f9
|
1904 | 0x0000000107ebcd08: e203 03aa
|
1905 |
|
1906 | 0x0000000107ebcd0c: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1907 | 0x0000000107ebcd0c: 0400 84d2 | c44e a4f2 | 6400 c0f2 | 88a4 47f9 | 0805 0091 | 88a4 07f9 | 632c 40b9 | e203 01aa
|
1908 | 0x0000000107ebcd2c: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1909 | 0x0000000107ebcd2c: 0400 84d2 | c44e a4f2 | 6400 c0f2 | 88c0 47f9 | 0805 0091 | 88c0 07f9 | e203 00aa | e013 42bd
|
1910 | 0x0000000107ebcd4c: e003 01aa | e103 00aa
|
1911 |
|
1912 | 0x0000000107ebcd54: ; ImmutableOopMap {[304]=Oop [216]=Oop }
|
1913 | ;*invokevirtual m_109100_ {reexecute=0 rethrow=0 return_oop=0}
|
1914 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@600 (line 944)
|
1915 | ; {optimized virtual_call}
|
1916 | 0x0000000107ebcd54: 5710 0094 | e16f 40f9 | 2258 40b9 | 42f0 7dd3
|
1917 |
|
1918 | 0x0000000107ebcd64: ; implicit exception: dispatches to 0x0000000107ec0064
|
1919 | 0x0000000107ebcd64: 40b8 40b9 | 00f0 7dd3
|
1920 |
|
1921 | 0x0000000107ebcd6c: ; implicit exception: dispatches to 0x0000000107ec0068
|
1922 | 0x0000000107ebcd6c: 1f00 40f9 | e203 00aa
|
1923 |
|
1924 | 0x0000000107ebcd74: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1925 | 0x0000000107ebcd74: 0300 84d2 | c34e a4f2 | 6300 c0f2 | 4208 40b9 | 4200 5dd2 | 6920 3f91 | 2801 40f9 | 5f00 08eb
|
1926 | 0x0000000107ebcd94: a100 0054 | 68e8 47f9 | 0805 0091 | 68e8 07f9 | 1c00 0014 | 6960 3f91 | 2801 40f9 | 5f00 08eb
|
1927 | 0x0000000107ebcdb4: a100 0054 | 68f0 47f9 | 0805 0091 | 68f0 07f9 | 1400 0014 | 6920 3f91 | 2801 40f9 | c800 00b5
|
1928 | 0x0000000107ebcdd4: 2201 00f9 | e803 40b2 | 6940 3f91 | 2801 00f9 | 0c00 0014 | 6960 3f91 | 2801 40f9 | c800 00b5
|
1929 | 0x0000000107ebcdf4: 2201 00f9 | e803 40b2 | 6980 3f91 | 2801 00f9 | 0400 0014 | 68dc 47f9 | 0805 0091 | 68dc 07f9
|
1930 | 0x0000000107ebce14: e29b 40f9 | e013 42bd | e103 00aa | 09e4 99d2 | 4941 a0f2 | 0900 ccf2
|
1931 |
|
1932 | 0x0000000107ebce2c: ; ImmutableOopMap {[304]=Oop [216]=Oop }
|
1933 | ;*invokevirtual m_280421_ {reexecute=0 rethrow=0 return_oop=0}
|
1934 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@613 (line 945)
|
1935 | ; {virtual_call}
|
1936 | 0x0000000107ebce2c: 5a1a 7a95
|
1937 |
|
1938 | 0x0000000107ebce30: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
1939 | 0x0000000107ebce30: 0100 84d2 | c14e a4f2 | 6100 c0f2 | 28f8 47f9 | 0805 0091 | 28f8 07f9
|
1940 |
|
1941 | 0x0000000107ebce48: ; {metadata(method data for {method} {0x00000003206dd550} 'clear' '(IZ)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1942 | 0x0000000107ebce48: 01d9 98d2 | a13f a4f2 | 6100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
|
1943 | 0x0000000107ebce68: 2090 0154
|
1944 |
|
1945 | 0x0000000107ebce6c: ; {metadata(method data for {method} {0x00000003206dd550} 'clear' '(IZ)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1946 | 0x0000000107ebce6c: 01d9 98d2 | a13f a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
1947 |
|
1948 | 0x0000000107ebce84: ; {metadata(method data for {method} {0x00000003206db4f0} 'assertOnGameThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1949 | 0x0000000107ebce84: 014c 90d2 | a138 a4f2 | 6100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
|
1950 | 0x0000000107ebcea4: 408f 0154
|
1951 |
|
1952 | 0x0000000107ebcea8: ; {oop(a 'java/lang/Class'{0x000000070796cc00} = 'com/mojang/blaze3d/systems/RenderSystem')}
|
1953 | 0x0000000107ebcea8: 0180 99d2 | c1f2 a0f2 | e100 c0f2 | 21f0 4339 | 3f00 0071
|
1954 |
|
1955 | 0x0000000107ebcebc: ; {metadata(method data for {method} {0x00000003206db4f0} 'assertOnGameThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1956 | 0x0000000107ebcebc: 004c 90d2 | a038 a4f2 | 6000 c0f2 | e80f 7cb2 | e903 78b2 | 0211 899a | 0368 62f8 | 6304 0091
|
1957 | 0x0000000107ebcedc: 0368 22f8 | c102 0054
|
1958 |
|
1959 | 0x0000000107ebcee4: ; {metadata(method data for {method} {0x00000003206db4f0} 'assertOnGameThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1960 | 0x0000000107ebcee4: 004c 90d2 | a038 a4f2 | 6000 c0f2 | 0888 40f9 | 0805 0091 | 0888 00f9
|
1961 |
|
1962 | 0x0000000107ebcefc: ; {metadata(method data for {method} {0x00000003206db3a0} 'isOnGameThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1963 | 0x0000000107ebcefc: 007d 90d2 | a038 a4f2 | 6000 c0f2 | 02ac 40b9 | 4208 0011 | 02ac 00b9 | 424c 1f12 | 5f00 0071
|
1964 | 0x0000000107ebcf1c: 808c 0154
|
1965 |
|
1966 | 0x0000000107ebcf20: ; {metadata(method data for {method} {0x00000003206db4f0} 'assertOnGameThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1967 | 0x0000000107ebcf20: 004c 90d2 | a038 a4f2 | 6000 c0f2 | 0298 40f9 | 4204 0091 | 0298 00f9
|
1968 |
|
1969 | 0x0000000107ebcf38: ; {metadata(method data for {method} {0x00000003206dd550} 'clear' '(IZ)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1970 | 0x0000000107ebcf38: 00d9 98d2 | a03f a4f2 | 6000 c0f2 | 0880 40f9 | 0805 0091 | 0880 00f9
|
1971 |
|
1972 | 0x0000000107ebcf50: ; {metadata(method data for {method} {0x0000000320e67598} '_clear' '(IZ)V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
1973 | 0x0000000107ebcf50: 00a1 8ad2 | 603f a4f2 | 6000 c0f2 | 02ac 40b9 | 4208 0011 | 02ac 00b9 | 424c 1f12 | 5f00 0071
|
1974 | 0x0000000107ebcf70: e08a 0154
|
1975 |
|
1976 | 0x0000000107ebcf74: ; {metadata(method data for {method} {0x0000000320e67598} '_clear' '(IZ)V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
1977 | 0x0000000107ebcf74: 00a1 8ad2 | 603f a4f2 | 6000 c0f2 | 0878 40f9 | 0805 0091 | 0878 00f9
|
1978 |
|
1979 | 0x0000000107ebcf8c: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1980 | 0x0000000107ebcf8c: 0088 9bd2 | 0035 a4f2 | 6000 c0f2 | 02ac 40b9 | 4208 0011 | 02ac 00b9 | 424c 1f12 | 5f00 0071
|
1981 | 0x0000000107ebcfac: 008a 0154 | 3f00 0071
|
1982 |
|
1983 | 0x0000000107ebcfb4: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1984 | 0x0000000107ebcfb4: 0188 9bd2 | 0135 a4f2 | 6100 c0f2 | e80f 7cb2 | e903 78b2 | 0011 899a | 2268 60f8 | 4204 0091
|
1985 | 0x0000000107ebcfd4: 2268 20f8 | a107 0054
|
1986 |
|
1987 | 0x0000000107ebcfdc: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1988 | 0x0000000107ebcfdc: 0188 9bd2 | 0135 a4f2 | 6100 c0f2 | 2888 40f9 | 0805 0091 | 2888 00f9
|
1989 |
|
1990 | 0x0000000107ebcff4: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1991 | 0x0000000107ebcff4: 010f 85d2 | 212c a4f2 | 6100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
|
1992 | 0x0000000107ebd014: c087 0154
|
1993 |
|
1994 | 0x0000000107ebd018: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
1995 | 0x0000000107ebd018: 010f 85d2 | 212c a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
1996 |
|
1997 | 0x0000000107ebd030: ; {oop(a 'java/lang/Class'{0x000000070796cc00} = 'com/mojang/blaze3d/systems/RenderSystem')}
|
1998 | 0x0000000107ebd030: 0180 99d2 | c1f2 a0f2 | e100 c0f2 | 2180 40b9 | 21f0 7dd3 | 8047 41f9 | 0000 40f9 | 1f00 01eb
|
1999 | 0x0000000107ebd050: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2000 | 0x0000000107ebd050: 010f 85d2 | 212c a4f2 | 6100 c0f2 | e803 78b2 | 0922 80d2 | 0011 899a | 2268 60f8 | 4204 0091
|
2001 | 0x0000000107ebd070: 2268 20f8 | 2101 0054
|
2002 |
|
2003 | 0x0000000107ebd078: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2004 | 0x0000000107ebd078: 010f 85d2 | 212c a4f2 | 6100 c0f2 | 2090 40f9 | 0004 0091 | 2090 00f9 | e103 0032 | 0200 0014
|
2005 | 0x0000000107ebd098: 0100 a052 | 2100 0012 | 3f00 0071
|
2006 |
|
2007 | 0x0000000107ebd0a4: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2008 | 0x0000000107ebd0a4: 0188 9bd2 | 0135 a4f2 | 6100 c0f2 | 0824 80d2 | 0926 80d2 | 0001 899a | 2268 60f8 | 4204 0091
|
2009 | 0x0000000107ebd0c4: 2268 20f8 | 40b5 0054
|
2010 |
|
2011 | 0x0000000107ebd0cc: ; {metadata(method data for {method} {0x0000000320e67598} '_clear' '(IZ)V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
2012 | 0x0000000107ebd0cc: 01a1 8ad2 | 613f a4f2 | 6100 c0f2 | 2880 40f9 | 0805 0091 | 2880 00f9
|
2013 |
|
2014 | 0x0000000107ebd0e4: ; {metadata(method data for {method} {0x0000000320e7a9d8} 'glClear' '(I)V' in 'org/lwjgl/opengl/GL11')}
|
2015 | 0x0000000107ebd0e4: 01e7 9dd2 | 213f a4f2 | 6100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
|
2016 | 0x0000000107ebd104: 4081 0154
|
2017 |
|
2018 | 0x0000000107ebd108: ; {metadata(method data for {method} {0x0000000320e7a9d8} 'glClear' '(I)V' in 'org/lwjgl/opengl/GL11')}
|
2019 | 0x0000000107ebd108: 01e7 9dd2 | 213f a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9 | e103 1832
|
2020 |
|
2021 | 0x0000000107ebd124: ; ImmutableOopMap {[304]=Oop [216]=Oop }
|
2022 | ;*invokestatic glClear {reexecute=0 rethrow=0 return_oop=0}
|
2023 | ; - org.lwjgl.opengl.GL11::glClear@1 (line 992)
|
2024 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@4 (line 684)
|
2025 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
2026 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@622 (line 946)
|
2027 | ; {static_call}
|
2028 | 0x0000000107ebd124: cb18 a495
|
2029 |
|
2030 | 0x0000000107ebd128: ; {metadata(method data for {method} {0x0000000320e67598} '_clear' '(IZ)V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
2031 | 0x0000000107ebd128: 00a1 8ad2 | 603f a4f2 | 6000 c0f2 | 0190 40f9 | 2104 0091 | 0190 00f9
|
2032 |
|
2033 | 0x0000000107ebd140: ; {metadata(method data for {method} {0x0000000320e67598} '_clear' '(IZ)V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
2034 | 0x0000000107ebd140: 00a1 8ad2 | 603f a4f2 | 6000 c0f2 | 0898 40f9 | 0805 0091 | 0898 00f9
|
2035 |
|
2036 | 0x0000000107ebd158: ; {metadata(method data for {method} {0x0000000320e67db0} '_getError' '()I' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
2037 | 0x0000000107ebd158: 004d 8ad2 | 603f a4f2 | 6000 c0f2 | 01ac 40b9 | 2108 0011 | 01ac 00b9 | 214c 1f12 | 3f00 0071
|
2038 | 0x0000000107ebd178: a07e 0154
|
2039 |
|
2040 | 0x0000000107ebd17c: ; {metadata(method data for {method} {0x0000000320e67db0} '_getError' '()I' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
2041 | 0x0000000107ebd17c: 004d 8ad2 | 603f a4f2 | 6000 c0f2 | 0878 40f9 | 0805 0091 | 0878 00f9
|
2042 |
|
2043 | 0x0000000107ebd194: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2044 | 0x0000000107ebd194: 0096 85d2 | 202c a4f2 | 6000 c0f2 | 01ac 40b9 | 2108 0011 | 01ac 00b9 | 214c 1f12 | 3f00 0071
|
2045 | 0x0000000107ebd1b4: c07d 0154
|
2046 |
|
2047 | 0x0000000107ebd1b8: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2048 | 0x0000000107ebd1b8: 0096 85d2 | 202c a4f2 | 6000 c0f2 | 0878 40f9 | 0805 0091 | 0878 00f9
|
2049 |
|
2050 | 0x0000000107ebd1d0: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2051 | 0x0000000107ebd1d0: 000f 85d2 | 202c a4f2 | 6000 c0f2 | 01ac 40b9 | 2108 0011 | 01ac 00b9 | 214c 1f12 | 3f00 0071
|
2052 | 0x0000000107ebd1f0: e07c 0154
|
2053 |
|
2054 | 0x0000000107ebd1f4: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2055 | 0x0000000107ebd1f4: 000f 85d2 | 202c a4f2 | 6000 c0f2 | 0878 40f9 | 0805 0091 | 0878 00f9
|
2056 |
|
2057 | 0x0000000107ebd20c: ; {oop(a 'java/lang/Class'{0x000000070796cc00} = 'com/mojang/blaze3d/systems/RenderSystem')}
|
2058 | 0x0000000107ebd20c: 0080 99d2 | c0f2 a0f2 | e000 c0f2 | 0080 40b9 | 00f0 7dd3 | 8147 41f9 | 2100 40f9 | 3f00 00eb
|
2059 | 0x0000000107ebd22c: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2060 | 0x0000000107ebd22c: 000f 85d2 | 202c a4f2 | 6000 c0f2 | e803 78b2 | 0922 80d2 | 0111 899a | 0268 61f8 | 4204 0091
|
2061 | 0x0000000107ebd24c: 0268 21f8 | 2101 0054
|
2062 |
|
2063 | 0x0000000107ebd254: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2064 | 0x0000000107ebd254: 000f 85d2 | 202c a4f2 | 6000 c0f2 | 0190 40f9 | 2104 0091 | 0190 00f9 | e003 0032 | 0200 0014
|
2065 | 0x0000000107ebd274: 0000 a052 | 0000 0012 | 1f00 0071
|
2066 |
|
2067 | 0x0000000107ebd280: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2068 | 0x0000000107ebd280: 0096 85d2 | 202c a4f2 | 6000 c0f2 | 0822 80d2 | e903 78b2 | 0101 899a | 0268 61f8 | 4204 0091
|
2069 | 0x0000000107ebd2a0: 0268 21f8 | c0a0 0054
|
2070 |
|
2071 | 0x0000000107ebd2a8: ; {metadata(method data for {method} {0x0000000320e67db0} '_getError' '()I' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
2072 | 0x0000000107ebd2a8: 004d 8ad2 | 603f a4f2 | 6000 c0f2 | 0880 40f9 | 0805 0091 | 0880 00f9
|
2073 |
|
2074 | 0x0000000107ebd2c0: ; {metadata(method data for {method} {0x0000000320e81a98} 'glGetError' '()I' in 'org/lwjgl/opengl/GL11')}
|
2075 | 0x0000000107ebd2c0: 0097 9dd2 | 203f a4f2 | 6000 c0f2 | 01ac 40b9 | 2108 0011 | 01ac 00b9 | 214c 1f12 | 3f00 0071
|
2076 | 0x0000000107ebd2e0: 6076 0154
|
2077 |
|
2078 | 0x0000000107ebd2e4: ; {metadata(method data for {method} {0x0000000320e81a98} 'glGetError' '()I' in 'org/lwjgl/opengl/GL11')}
|
2079 | 0x0000000107ebd2e4: 0097 9dd2 | 203f a4f2 | 6000 c0f2 | 0878 40f9 | 0805 0091 | 0878 00f9
|
2080 |
|
2081 | 0x0000000107ebd2fc: ; ImmutableOopMap {[304]=Oop [216]=Oop }
|
2082 | ;*invokestatic glGetError {reexecute=0 rethrow=0 return_oop=0}
|
2083 | ; - org.lwjgl.opengl.GL11::glGetError@0 (line 2676)
|
2084 | ; - com.mojang.blaze3d.platform.GlStateManager::_getError@3 (line 738)
|
2085 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@11 (line 686)
|
2086 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
2087 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@622 (line 946)
|
2088 | ; {static_call}
|
2089 | 0x0000000107ebd2fc: d585 a995 | e16f 40f9 | 2258 40b9 | 42f0 7dd3
|
2090 |
|
2091 | 0x0000000107ebd30c: ; implicit exception: dispatches to 0x0000000107ec01cc
|
2092 | 0x0000000107ebd30c: 5f00 40f9 | e303 02aa
|
2093 |
|
2094 | 0x0000000107ebd314: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
2095 | 0x0000000107ebd314: 0400 84d2 | c44e a4f2 | 6400 c0f2
|
2096 |
|
2097 | 0x0000000107ebd320: ; {metadata('net/minecraft/client/Minecraft')}
|
2098 | 0x0000000107ebd320: 082b 82d2 | c80a a0f2 | 0801 c0f2 | 8904 4091 | 2941 0091 | 2801 00f9 | 880c 48f9 | 0805 0091
|
2099 | 0x0000000107ebd340: 880c 08f9 | 42a4 41b9 | 42f0 7dd3 | 4201 00b4
|
2100 |
|
2101 | 0x0000000107ebd350: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
2102 | 0x0000000107ebd350: 0098 9ad2 | 2018 a0f2 | 0001 c0f2 | 4508 40b9 | a500 5dd2 | a81c 40f9 | 1f00 08eb | 2173 0154
|
2103 | 0x0000000107ebd370: 0100 0014 | e303 02aa
|
2104 |
|
2105 | 0x0000000107ebd378: ; implicit exception: dispatches to 0x0000000107ec01d4
|
2106 | 0x0000000107ebd378: 5f00 40f9
|
2107 |
|
2108 | 0x0000000107ebd37c: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
2109 | 0x0000000107ebd37c: 0300 84d2 | c34e a4f2 | 6300 c0f2
|
2110 |
|
2111 | 0x0000000107ebd388: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
2112 | 0x0000000107ebd388: 0898 9ad2 | 2818 a0f2 | 0801 c0f2 | 6904 4091 | 2921 0191 | 2801 00f9 | 6828 48f9 | 0805 0091
|
2113 | 0x0000000107ebd3a8: 6828 08f9
|
2114 |
|
2115 | 0x0000000107ebd3ac: ; {metadata(method data for {method} {0x000000032082e6f0} 'm_7238_' '()V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
2116 | 0x0000000107ebd3ac: 0284 9cd2 | 6235 a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
2117 | 0x0000000107ebd3cc: 6070 0154 | 2058 40b9 | 00f0 7dd3
|
2118 |
|
2119 | 0x0000000107ebd3d8: ; implicit exception: dispatches to 0x0000000107ec01f8
|
2120 | 0x0000000107ebd3d8: 1f00 40f9 | e203 00aa
|
2121 |
|
2122 | 0x0000000107ebd3e0: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
2123 | 0x0000000107ebd3e0: 0300 84d2 | c34e a4f2 | 6300 c0f2 | 6844 48f9 | 0805 0091 | 6844 08f9 | 0588 41b9 | a5f0 7dd3
|
2124 | 0x0000000107ebd400: e203 1faa | bf00 02eb
|
2125 |
|
2126 | 0x0000000107ebd408: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
2127 | 0x0000000107ebd408: 0200 84d2 | c24e a4f2 | 6200 c0f2 | 0815 82d2 | 0917 82d2 | 0301 899a | 4468 63f8 | 8404 0091
|
2128 | 0x0000000107ebd428: 4468 23f8 | c00c 0054 | e203 00aa
|
2129 |
|
2130 | 0x0000000107ebd434: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
2131 | 0x0000000107ebd434: 0300 84d2 | c34e a4f2 | 6300 c0f2
|
2132 |
|
2133 | 0x0000000107ebd440: ; {metadata('net/minecraft/client/Minecraft')}
|
2134 | 0x0000000107ebd440: 082b 82d2 | c80a a0f2 | 0801 c0f2 | 6904 4091 | 2961 0391 | 2801 00f9 | 6870 48f9 | 0805 0091
|
2135 | 0x0000000107ebd460: 6870 08f9 | e203 00aa
|
2136 |
|
2137 | 0x0000000107ebd468: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
2138 | 0x0000000107ebd468: 0300 84d2 | c34e a4f2 | 6300 c0f2
|
2139 |
|
2140 | 0x0000000107ebd474: ; {metadata('net/minecraft/client/Minecraft')}
|
2141 | 0x0000000107ebd474: 082b 82d2 | c80a a0f2 | 0801 c0f2 | 6904 4091 | 2941 0491 | 2801 00f9 | 688c 48f9 | 0805 0091
|
2142 | 0x0000000107ebd494: 688c 08f9
|
2143 |
|
2144 | 0x0000000107ebd498: ; {metadata(method data for {method} {0x000000012273f908} 'm_91297_' '()F' in 'net/minecraft/client/Minecraft')}
|
2145 | 0x0000000107ebd498: 02a1 80d2 | 025a a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
2146 | 0x0000000107ebd4b8: 206a 0154 | 0284 40b9 | 42f0 7dd3
|
2147 |
|
2148 | 0x0000000107ebd4c4: ; implicit exception: dispatches to 0x0000000107ec021c
|
2149 | 0x0000000107ebd4c4: 4018 40bd
|
2150 |
|
2151 | 0x0000000107ebd4c8: ; implicit exception: dispatches to 0x0000000107ec0220
|
2152 | 0x0000000107ebd4c8: bf00 40f9 | e203 05aa
|
2153 |
|
2154 | 0x0000000107ebd4d0: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
2155 | 0x0000000107ebd4d0: 0300 84d2 | c34e a4f2 | 6300 c0f2 | 4208 40b9 | 4200 5dd2 | 6904 4091 | 2921 0591 | 2801 40f9
|
2156 | 0x0000000107ebd4f0: 5f00 08eb | a100 0054 | 68a8 48f9 | 0805 0091 | 68a8 08f9 | 2100 0014 | 6904 4091 | 2961 0591
|
2157 | 0x0000000107ebd510: 2801 40f9 | 5f00 08eb | a100 0054 | 68b0 48f9 | 0805 0091 | 68b0 08f9 | 1800 0014 | 6904 4091
|
2158 | 0x0000000107ebd530: 2921 0591 | 2801 40f9 | e800 00b5 | 2201 00f9 | e803 40b2 | 6904 4091 | 2941 0591 | 2801 00f9
|
2159 | 0x0000000107ebd550: 0e00 0014 | 6904 4091 | 2961 0591 | 2801 40f9 | e800 00b5 | 2201 00f9 | e803 40b2 | 6904 4091
|
2160 | 0x0000000107ebd570: 2981 0591 | 2801 00f9 | 0400 0014 | 689c 48f9 | 0805 0091 | 689c 08f9 | e29b 40f9 | e3e7 40b9
|
2161 | 0x0000000107ebd590: e4f3 40b9 | e103 05aa | e9ff 9fd2 | e9ff bff2 | e9ff dff2
|
2162 |
|
2163 | 0x0000000107ebd5a4: ; ImmutableOopMap {[304]=Oop [216]=Oop }
|
2164 | ;*invokevirtual m_88315_ {reexecute=0 rethrow=0 return_oop=0}
|
2165 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@667 (line 954)
|
2166 | ; {virtual_call}
|
2167 | 0x0000000107ebd5a4: 17ef 7695
|
2168 |
|
2169 | 0x0000000107ebd5a8: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
2170 | 0x0000000107ebd5a8: 0100 84d2 | c14e a4f2 | 6100 c0f2 | 22b8 48f9 | 4204 0091 | 22b8 08f9 | 7b00 0014 | 0184 41b9
|
2171 | 0x0000000107ebd5c8: 21f0 7dd3 | e203 1faa | 3f00 02eb
|
2172 |
|
2173 | 0x0000000107ebd5d4: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
2174 | 0x0000000107ebd5d4: 0200 84d2 | c24e a4f2 | 6200 c0f2 | 0849 82d2 | 094b 82d2 | 0301 899a | 4468 63f8 | 8404 0091
|
2175 | 0x0000000107ebd5f4: 4468 23f8 | a00d 0054 | e203 00aa
|
2176 |
|
2177 | 0x0000000107ebd600: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
2178 | 0x0000000107ebd600: 0300 84d2 | c34e a4f2 | 6300 c0f2 | 6840 49f9 | 0805 0091 | 6840 09f9
|
2179 |
|
2180 | 0x0000000107ebd618: ; {metadata(method data for {method} {0x000000012273f908} 'm_91297_' '()F' in 'net/minecraft/client/Minecraft')}
|
2181 | 0x0000000107ebd618: 02a1 80d2 | 025a a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
2182 | 0x0000000107ebd638: 605f 0154 | 0284 40b9 | 42f0 7dd3
|
2183 |
|
2184 | 0x0000000107ebd644: ; implicit exception: dispatches to 0x0000000107ec0244
|
2185 | 0x0000000107ebd644: 4018 40bd
|
2186 |
|
2187 | 0x0000000107ebd648: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
2188 | 0x0000000107ebd648: 0200 84d2 | c24e a4f2 | 6200 c0f2 | 4850 49f9 | 0805 0091 | 4850 09f9 | e29b 40f9 | e3e7 40b9
|
2189 | 0x0000000107ebd668: e4f3 40b9
|
2190 |
|
2191 | 0x0000000107ebd66c: ; ImmutableOopMap {[304]=Oop [216]=Oop }
|
2192 | ;*invokestatic drawScreen {reexecute=0 rethrow=0 return_oop=0}
|
2193 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@750 (line 965)
|
2194 | ; {static_call}
|
2195 | 0x0000000107ebd66c: 1569 f397
|
2196 |
|
2197 | 0x0000000107ebd670: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
2198 | 0x0000000107ebd670: 0100 84d2 | c14e a4f2 | 6100 c0f2 | 2058 49f9 | 0004 0091 | 2058 09f9 | e16f 40f9 | 2058 40b9
|
2199 | 0x0000000107ebd690: 00f0 7dd3
|
2200 |
|
2201 | 0x0000000107ebd694: ; implicit exception: dispatches to 0x0000000107ec0248
|
2202 | 0x0000000107ebd694: 0084 41b9 | 00f0 7dd3 | e203 1faa | 1f00 02eb
|
2203 |
|
2204 | 0x0000000107ebd6a4: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
2205 | 0x0000000107ebd6a4: 0200 84d2 | c24e a4f2 | 6200 c0f2 | 088b 82d2 | 098d 82d2 | 0301 899a | 4468 63f8 | 8404 0091
|
2206 | 0x0000000107ebd6c4: 4468 23f8 | 6006 0054
|
2207 |
|
2208 | 0x0000000107ebd6cc: ; implicit exception: dispatches to 0x0000000107ec024c
|
2209 | 0x0000000107ebd6cc: 1f00 40f9 | e203 00aa
|
2210 |
|
2211 | 0x0000000107ebd6d4: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
2212 | 0x0000000107ebd6d4: 0300 84d2 | c34e a4f2 | 6300 c0f2 | 4208 40b9 | 4200 5dd2 | 6904 4091 | 2921 1291 | 2801 40f9
|
2213 | 0x0000000107ebd6f4: 5f00 08eb | a100 0054 | 6848 4af9 | 0805 0091 | 6848 0af9 | 2100 0014 | 6904 4091 | 2961 1291
|
2214 | 0x0000000107ebd714: 2801 40f9 | 5f00 08eb | a100 0054 | 6850 4af9 | 0805 0091 | 6850 0af9 | 1800 0014 | 6904 4091
|
2215 | 0x0000000107ebd734: 2921 1291 | 2801 40f9 | e800 00b5 | 2201 00f9 | e803 40b2 | 6904 4091 | 2941 1291 | 2801 00f9
|
2216 | 0x0000000107ebd754: 0e00 0014 | 6904 4091 | 2961 1291 | 2801 40f9 | e800 00b5 | 2201 00f9 | e803 40b2 | 6904 4091
|
2217 | 0x0000000107ebd774: 2981 1291 | 2801 00f9 | 0400 0014 | 683c 4af9 | 0805 0091 | 683c 0af9 | e103 00aa
|
2218 |
|
2219 | 0x0000000107ebd790: ; ImmutableOopMap {[304]=Oop [216]=Oop }
|
2220 | ;*invokevirtual m_169417_ {reexecute=0 rethrow=0 return_oop=0}
|
2221 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@854 (line 983)
|
2222 | ; {optimized virtual_call}
|
2223 | 0x0000000107ebd790: 5c43 0694
|
2224 |
|
2225 | 0x0000000107ebd794: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
2226 | 0x0000000107ebd794: 0200 84d2 | c24e a4f2 | 6200 c0f2 | 4158 4af9 | 2104 0091 | 4158 0af9 | e16f 40f9 | 2258 40b9
|
2227 | 0x0000000107ebd7b4: 42f0 7dd3
|
2228 |
|
2229 | 0x0000000107ebd7b8: ; implicit exception: dispatches to 0x0000000107ec0250
|
2230 | 0x0000000107ebd7b8: 5f00 40f9 | e003 02aa
|
2231 |
|
2232 | 0x0000000107ebd7c0: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
2233 | 0x0000000107ebd7c0: 0300 84d2 | c34e a4f2 | 6300 c0f2 | 68d0 4af9 | 0805 0091 | 68d0 0af9 | 40a4 41b9 | 00f0 7dd3
|
2234 | 0x0000000107ebd7e0: 4001 00b4
|
2235 |
|
2236 | 0x0000000107ebd7e4: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
2237 | 0x0000000107ebd7e4: 0598 9ad2 | 2518 a0f2 | 0501 c0f2 | 0608 40b9 | c600 5dd2 | c81c 40f9 | bf00 08eb | a152 0154
|
2238 | 0x0000000107ebd804: 0100 0014 | e303 00aa
|
2239 |
|
2240 | 0x0000000107ebd80c: ; implicit exception: dispatches to 0x0000000107ec0258
|
2241 | 0x0000000107ebd80c: 1f00 40f9
|
2242 |
|
2243 | 0x0000000107ebd810: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
2244 | 0x0000000107ebd810: 0300 84d2 | c34e a4f2 | 6300 c0f2 | 68ec 4af9 | 0805 0091 | 68ec 0af9
|
2245 |
|
2246 | 0x0000000107ebd828: ; {metadata(method data for {method} {0x000000032082e4f8} 'm_6180_' '(Ljava/lang/String;)V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
2247 | 0x0000000107ebd828: 007a 83d2 | 6038 a4f2 | 6000 c0f2 | 03ac 40b9 | 6308 0011 | 03ac 00b9 | 634c 1f12 | 7f00 0071
|
2248 | 0x0000000107ebd848: a050 0154 | e003 02aa
|
2249 |
|
2250 | 0x0000000107ebd850: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
2251 | 0x0000000107ebd850: 0300 84d2 | c34e a4f2 | 6300 c0f2 | 6808 4bf9 | 0805 0091 | 6808 0bf9 | 4040 41b9 | 00f0 7dd3
|
2252 | 0x0000000107ebd870: ; implicit exception: dispatches to 0x0000000107ec027c
|
2253 | 0x0000000107ebd870: 1f00 40f9 | e203 00aa
|
2254 |
|
2255 | 0x0000000107ebd878: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
2256 | 0x0000000107ebd878: 0300 84d2 | c34e a4f2 | 6300 c0f2 | 6824 4bf9 | 0805 0091 | 6824 0bf9 | e29b 40f9 | e103 00aa
|
2257 | 0x0000000107ebd898: ; ImmutableOopMap {[304]=Oop [216]=Oop }
|
2258 | ;*invokevirtual m_94920_ {reexecute=0 rethrow=0 return_oop=0}
|
2259 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@931 (line 996)
|
2260 | ; {optimized virtual_call}
|
2261 | 0x0000000107ebd898: aacd 0794 | e16f 40f9 | 2258 40b9 | 42f0 7dd3
|
2262 |
|
2263 | 0x0000000107ebd8a8: ; implicit exception: dispatches to 0x0000000107ec0280
|
2264 | 0x0000000107ebd8a8: 5f00 40f9 | e003 02aa
|
2265 |
|
2266 | 0x0000000107ebd8b0: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
2267 | 0x0000000107ebd8b0: 0300 84d2 | c34e a4f2 | 6300 c0f2 | 6840 4bf9 | 0805 0091 | 6840 0bf9 | 42a4 41b9 | 42f0 7dd3
|
2268 | 0x0000000107ebd8d0: 4201 00b4
|
2269 |
|
2270 | 0x0000000107ebd8d4: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
2271 | 0x0000000107ebd8d4: 0498 9ad2 | 2418 a0f2 | 0401 c0f2 | 4508 40b9 | a500 5dd2 | a81c 40f9 | 9f00 08eb | a14c 0154
|
2272 | 0x0000000107ebd8f4: 0100 0014 | e003 02aa
|
2273 |
|
2274 | 0x0000000107ebd8fc: ; implicit exception: dispatches to 0x0000000107ec0288
|
2275 | 0x0000000107ebd8fc: 5f00 40f9
|
2276 |
|
2277 | 0x0000000107ebd900: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
2278 | 0x0000000107ebd900: 0000 84d2 | c04e a4f2 | 6000 c0f2 | 085c 4bf9 | 0805 0091 | 085c 0bf9
|
2279 |
|
2280 | 0x0000000107ebd918: ; {metadata(method data for {method} {0x000000032082e6f0} 'm_7238_' '()V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
2281 | 0x0000000107ebd918: 0284 9cd2 | 6235 a4f2 | 6200 c0f2 | 40ac 40b9 | 0008 0011 | 40ac 00b9 | 004c 1f12 | 1f00 0071
|
2282 | 0x0000000107ebd938: a04a 0154 | e09b 40f9
|
2283 |
|
2284 | 0x0000000107ebd940: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
2285 | 0x0000000107ebd940: 0200 84d2 | c24e a4f2 | 6200 c0f2 | 4878 4bf9 | 0805 0091 | 4878 0bf9
|
2286 |
|
2287 | 0x0000000107ebd958: ; {metadata(method data for {method} {0x0000000122714428} 'm_280262_' '()V' in 'net/minecraft/client/gui/GuiGraphics')}
|
2288 | 0x0000000107ebd958: 0262 82d2 | 8240 a4f2 | 6200 c0f2 | 40ac 40b9 | 0008 0011 | 40ac 00b9 | 004c 1f12 | 1f00 0071
|
2289 | 0x0000000107ebd978: a049 0154
|
2290 |
|
2291 | 0x0000000107ebd97c: ; {metadata(method data for {method} {0x0000000122714428} 'm_280262_' '()V' in 'net/minecraft/client/gui/GuiGraphics')}
|
2292 | 0x0000000107ebd97c: 0262 82d2 | 8240 a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
2293 |
|
2294 | 0x0000000107ebd994: ; {metadata(method data for {method} {0x00000003206dbd68} 'disableDepthTest' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2295 | 0x0000000107ebd994: 0293 82d2 | 8240 a4f2 | 6200 c0f2 | 40ac 40b9 | 0008 0011 | 40ac 00b9 | 004c 1f12 | 1f00 0071
|
2296 | 0x0000000107ebd9b4: c048 0154
|
2297 |
|
2298 | 0x0000000107ebd9b8: ; {metadata(method data for {method} {0x00000003206dbd68} 'disableDepthTest' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2299 | 0x0000000107ebd9b8: 0293 82d2 | 8240 a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
2300 |
|
2301 | 0x0000000107ebd9d0: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2302 | 0x0000000107ebd9d0: 0296 85d2 | 222c a4f2 | 6200 c0f2 | 40ac 40b9 | 0008 0011 | 40ac 00b9 | 004c 1f12 | 1f00 0071
|
2303 | 0x0000000107ebd9f0: e047 0154
|
2304 |
|
2305 | 0x0000000107ebd9f4: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2306 | 0x0000000107ebd9f4: 0296 85d2 | 222c a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
2307 |
|
2308 | 0x0000000107ebda0c: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2309 | 0x0000000107ebda0c: 020f 85d2 | 222c a4f2 | 6200 c0f2 | 40ac 40b9 | 0008 0011 | 40ac 00b9 | 004c 1f12 | 1f00 0071
|
2310 | 0x0000000107ebda2c: 0047 0154
|
2311 |
|
2312 | 0x0000000107ebda30: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2313 | 0x0000000107ebda30: 020f 85d2 | 222c a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
2314 |
|
2315 | 0x0000000107ebda48: ; {oop(a 'java/lang/Class'{0x000000070796cc00} = 'com/mojang/blaze3d/systems/RenderSystem')}
|
2316 | 0x0000000107ebda48: 0280 99d2 | c2f2 a0f2 | e200 c0f2 | 4280 40b9 | 42f0 7dd3 | 8047 41f9 | 0000 40f9 | 1f00 02eb
|
2317 | 0x0000000107ebda68: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2318 | 0x0000000107ebda68: 000f 85d2 | 202c a4f2 | 6000 c0f2 | e803 78b2 | 0922 80d2 | 0311 899a | 0468 63f8 | 8404 0091
|
2319 | 0x0000000107ebda88: 0468 23f8 | 2101 0054
|
2320 |
|
2321 | 0x0000000107ebda90: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2322 | 0x0000000107ebda90: 000f 85d2 | 202c a4f2 | 6000 c0f2 | 0390 40f9 | 6304 0091 | 0390 00f9 | e003 0032 | 0200 0014
|
2323 | 0x0000000107ebdab0: 0000 a052 | 0000 0012 | 1f00 0071
|
2324 |
|
2325 | 0x0000000107ebdabc: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2326 | 0x0000000107ebdabc: 0096 85d2 | 202c a4f2 | 6000 c0f2 | 0822 80d2 | e903 78b2 | 0301 899a | 0468 63f8 | 8404 0091
|
2327 | 0x0000000107ebdadc: 0468 23f8 | 4059 0054
|
2328 |
|
2329 | 0x0000000107ebdae4: ; {metadata(method data for {method} {0x00000003206dbd68} 'disableDepthTest' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2330 | 0x0000000107ebdae4: 0093 82d2 | 8040 a4f2 | 6000 c0f2 | 0880 40f9 | 0805 0091 | 0880 00f9
|
2331 |
|
2332 | 0x0000000107ebdafc: ; {metadata(method data for {method} {0x0000000320e62a50} '_disableDepthTest' '()V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
2333 | 0x0000000107ebdafc: 0058 99d2 | a03f a4f2 | 6000 c0f2 | 03ac 40b9 | 6308 0011 | 03ac 00b9 | 634c 1f12 | 7f00 0071
|
2334 | 0x0000000107ebdb1c: 8040 0154
|
2335 |
|
2336 | 0x0000000107ebdb20: ; {metadata(method data for {method} {0x0000000320e62a50} '_disableDepthTest' '()V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
2337 | 0x0000000107ebdb20: 0058 99d2 | a03f a4f2 | 6000 c0f2 | 0878 40f9 | 0805 0091 | 0878 00f9
|
2338 |
|
2339 | 0x0000000107ebdb38: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2340 | 0x0000000107ebdb38: 0088 9bd2 | 0035 a4f2 | 6000 c0f2 | 03ac 40b9 | 6308 0011 | 03ac 00b9 | 634c 1f12 | 7f00 0071
|
2341 | 0x0000000107ebdb58: a03f 0154
|
2342 |
|
2343 | 0x0000000107ebdb5c: ; {oop(a 'java/lang/Class'{0x000000070796cc00} = 'com/mojang/blaze3d/systems/RenderSystem')}
|
2344 | 0x0000000107ebdb5c: 0080 99d2 | c0f2 a0f2 | e000 c0f2 | 00f0 4339 | 1f00 0071
|
2345 |
|
2346 | 0x0000000107ebdb70: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2347 | 0x0000000107ebdb70: 0088 9bd2 | 0035 a4f2 | 6000 c0f2 | e80f 7cb2 | e903 78b2 | 0311 899a | 0468 63f8 | 8404 0091
|
2348 | 0x0000000107ebdb90: 0468 23f8 | 0107 0054
|
2349 |
|
2350 | 0x0000000107ebdb98: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2351 | 0x0000000107ebdb98: 0088 9bd2 | 0035 a4f2 | 6000 c0f2 | 0888 40f9 | 0805 0091 | 0888 00f9
|
2352 |
|
2353 | 0x0000000107ebdbb0: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2354 | 0x0000000107ebdbb0: 000f 85d2 | 202c a4f2 | 6000 c0f2 | 03ac 40b9 | 6308 0011 | 03ac 00b9 | 634c 1f12 | 7f00 0071
|
2355 | 0x0000000107ebdbd0: e03c 0154
|
2356 |
|
2357 | 0x0000000107ebdbd4: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2358 | 0x0000000107ebdbd4: 000f 85d2 | 202c a4f2 | 6000 c0f2 | 0878 40f9 | 0805 0091 | 0878 00f9 | 8047 41f9 | 0000 40f9
|
2359 | 0x0000000107ebdbf4: 1f00 02eb
|
2360 |
|
2361 | 0x0000000107ebdbf8: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2362 | 0x0000000107ebdbf8: 020f 85d2 | 222c a4f2 | 6200 c0f2 | e803 78b2 | 0922 80d2 | 0011 899a | 4368 60f8 | 6304 0091
|
2363 | 0x0000000107ebdc18: 4368 20f8 | 2101 0054
|
2364 |
|
2365 | 0x0000000107ebdc20: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2366 | 0x0000000107ebdc20: 020f 85d2 | 222c a4f2 | 6200 c0f2 | 4090 40f9 | 0004 0091 | 4090 00f9 | e203 0032 | 0200 0014
|
2367 | 0x0000000107ebdc40: 0200 a052 | 4200 0012 | 5f00 0071
|
2368 |
|
2369 | 0x0000000107ebdc4c: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2370 | 0x0000000107ebdc4c: 0288 9bd2 | 0235 a4f2 | 6200 c0f2 | 0824 80d2 | 0926 80d2 | 0001 899a | 4368 60f8 | 6304 0091
|
2371 | 0x0000000107ebdc6c: 4368 20f8 | 2047 0054
|
2372 |
|
2373 | 0x0000000107ebdc74: ; {oop(a 'com/mojang/blaze3d/platform/GlStateManager$DepthState'{0x0000000707a54b48})}
|
2374 | 0x0000000107ebdc74: 0269 89d2 | a2f4 a0f2 | e200 c0f2
|
2375 |
|
2376 | 0x0000000107ebdc80: ; implicit exception: dispatches to 0x0000000107ec038c
|
2377 | 0x0000000107ebdc80: 4014 40b9 | 00f0 7dd3
|
2378 |
|
2379 | 0x0000000107ebdc88: ; implicit exception: dispatches to 0x0000000107ec0390
|
2380 | 0x0000000107ebdc88: 1f00 40f9 | e203 00aa
|
2381 |
|
2382 | 0x0000000107ebdc90: ; {metadata(method data for {method} {0x0000000320e62a50} '_disableDepthTest' '()V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
2383 | 0x0000000107ebdc90: 0358 99d2 | a33f a4f2 | 6300 c0f2 | 688c 40f9 | 0805 0091 | 688c 00f9
|
2384 |
|
2385 | 0x0000000107ebdca8: ; {metadata(method data for {method} {0x0000000320e6a6f8} 'm_84589_' '()V' in 'com/mojang/blaze3d/platform/GlStateManager$BooleanState')}
|
2386 | 0x0000000107ebdca8: 02a2 9ad2 | 6238 a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
2387 | 0x0000000107ebdcc8: 6036 0154 | e203 00aa
|
2388 |
|
2389 | 0x0000000107ebdcd0: ; {metadata(method data for {method} {0x0000000320e6a6f8} 'm_84589_' '()V' in 'com/mojang/blaze3d/platform/GlStateManager$BooleanState')}
|
2390 | 0x0000000107ebdcd0: 03a2 9ad2 | 6338 a4f2 | 6300 c0f2 | 6884 40f9 | 0805 0091 | 6884 00f9 | 0200 a052 | e103 00aa
|
2391 | 0x0000000107ebdcf0: ; ImmutableOopMap {[304]=Oop [216]=Oop }
|
2392 | ;*invokevirtual m_84590_ {reexecute=0 rethrow=0 return_oop=0}
|
2393 | ; - com.mojang.blaze3d.platform.GlStateManager$BooleanState::m_84589_@2 (line 770)
|
2394 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@9 (line 68)
|
2395 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
2396 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
2397 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
2398 | ; {optimized virtual_call}
|
2399 | 0x0000000107ebdcf0: 38f1 b195 | e09b 40f9 | 0118 40b9 | 21f0 7dd3
|
2400 |
|
2401 | 0x0000000107ebdd00: ; implicit exception: dispatches to 0x0000000107ec03b4
|
2402 | 0x0000000107ebdd00: 3f00 40f9 | e003 01aa
|
2403 |
|
2404 | 0x0000000107ebdd08: ; {metadata(method data for {method} {0x0000000122714428} 'm_280262_' '()V' in 'net/minecraft/client/gui/GuiGraphics')}
|
2405 | 0x0000000107ebdd08: 0262 82d2 | 8240 a4f2 | 6200 c0f2 | 488c 40f9 | 0805 0091 | 488c 00f9
|
2406 |
|
2407 | 0x0000000107ebdd20: ; ImmutableOopMap {[216]=Oop }
|
2408 | ;*invokevirtual m_109911_ {reexecute=0 rethrow=0 return_oop=0}
|
2409 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@7 (line 125)
|
2410 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
2411 | ; {optimized virtual_call}
|
2412 | 0x0000000107ebdd20: d00c 0094
|
2413 |
|
2414 | 0x0000000107ebdd24: ; {metadata(method data for {method} {0x0000000122714428} 'm_280262_' '()V' in 'net/minecraft/client/gui/GuiGraphics')}
|
2415 | 0x0000000107ebdd24: 0262 82d2 | 8240 a4f2 | 6200 c0f2 | 489c 40f9 | 0805 0091 | 489c 00f9
|
2416 |
|
2417 | 0x0000000107ebdd3c: ; {metadata(method data for {method} {0x00000003206dbe00} 'enableDepthTest' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2418 | 0x0000000107ebdd3c: 0239 8fd2 | c23f a4f2 | 6200 c0f2 | 41ac 40b9 | 2108 0011 | 41ac 00b9 | 214c 1f12 | 3f00 0071
|
2419 | 0x0000000107ebdd5c: e032 0154
|
2420 |
|
2421 | 0x0000000107ebdd60: ; {metadata(method data for {method} {0x00000003206dbe00} 'enableDepthTest' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2422 | 0x0000000107ebdd60: 0239 8fd2 | c23f a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
2423 |
|
2424 | 0x0000000107ebdd78: ; {metadata(method data for {method} {0x00000003206db4f0} 'assertOnGameThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2425 | 0x0000000107ebdd78: 024c 90d2 | a238 a4f2 | 6200 c0f2 | 41ac 40b9 | 2108 0011 | 41ac 00b9 | 214c 1f12 | 3f00 0071
|
2426 | 0x0000000107ebdd98: 0032 0154
|
2427 |
|
2428 | 0x0000000107ebdd9c: ; {oop(a 'java/lang/Class'{0x000000070796cc00} = 'com/mojang/blaze3d/systems/RenderSystem')}
|
2429 | 0x0000000107ebdd9c: 0280 99d2 | c2f2 a0f2 | e200 c0f2 | 42f0 4339 | 5f00 0071
|
2430 |
|
2431 | 0x0000000107ebddb0: ; {metadata(method data for {method} {0x00000003206db4f0} 'assertOnGameThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2432 | 0x0000000107ebddb0: 014c 90d2 | a138 a4f2 | 6100 c0f2 | e80f 7cb2 | e903 78b2 | 0011 899a | 2368 60f8 | 6304 0091
|
2433 | 0x0000000107ebddd0: 2368 20f8 | c102 0054
|
2434 |
|
2435 | 0x0000000107ebddd8: ; {metadata(method data for {method} {0x00000003206db4f0} 'assertOnGameThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2436 | 0x0000000107ebddd8: 014c 90d2 | a138 a4f2 | 6100 c0f2 | 2888 40f9 | 0805 0091 | 2888 00f9
|
2437 |
|
2438 | 0x0000000107ebddf0: ; {metadata(method data for {method} {0x00000003206db3a0} 'isOnGameThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2439 | 0x0000000107ebddf0: 017d 90d2 | a138 a4f2 | 6100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
|
2440 | 0x0000000107ebde10: 402f 0154
|
2441 |
|
2442 | 0x0000000107ebde14: ; {metadata(method data for {method} {0x00000003206db4f0} 'assertOnGameThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2443 | 0x0000000107ebde14: 014c 90d2 | a138 a4f2 | 6100 c0f2 | 2098 40f9 | 0004 0091 | 2098 00f9
|
2444 |
|
2445 | 0x0000000107ebde2c: ; {metadata(method data for {method} {0x00000003206dbe00} 'enableDepthTest' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2446 | 0x0000000107ebde2c: 0139 8fd2 | c13f a4f2 | 6100 c0f2 | 2880 40f9 | 0805 0091 | 2880 00f9
|
2447 |
|
2448 | 0x0000000107ebde44: ; {metadata(method data for {method} {0x0000000320e62af0} '_enableDepthTest' '()V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
2449 | 0x0000000107ebde44: 0186 99d2 | a13f a4f2 | 6100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
|
2450 | 0x0000000107ebde64: a02d 0154
|
2451 |
|
2452 | 0x0000000107ebde68: ; {metadata(method data for {method} {0x0000000320e62af0} '_enableDepthTest' '()V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
2453 | 0x0000000107ebde68: 0186 99d2 | a13f a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
2454 |
|
2455 | 0x0000000107ebde80: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2456 | 0x0000000107ebde80: 0188 9bd2 | 0135 a4f2 | 6100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
|
2457 | 0x0000000107ebdea0: c02c 0154 | 5f00 0071
|
2458 |
|
2459 | 0x0000000107ebdea8: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2460 | 0x0000000107ebdea8: 0288 9bd2 | 0235 a4f2 | 6200 c0f2 | e80f 7cb2 | e903 78b2 | 0111 899a | 4068 61f8 | 0004 0091
|
2461 | 0x0000000107ebdec8: 4068 21f8 | a107 0054
|
2462 |
|
2463 | 0x0000000107ebded0: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2464 | 0x0000000107ebded0: 0288 9bd2 | 0235 a4f2 | 6200 c0f2 | 4888 40f9 | 0805 0091 | 4888 00f9
|
2465 |
|
2466 | 0x0000000107ebdee8: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2467 | 0x0000000107ebdee8: 020f 85d2 | 222c a4f2 | 6200 c0f2 | 41ac 40b9 | 2108 0011 | 41ac 00b9 | 214c 1f12 | 3f00 0071
|
2468 | 0x0000000107ebdf08: 802a 0154
|
2469 |
|
2470 | 0x0000000107ebdf0c: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2471 | 0x0000000107ebdf0c: 020f 85d2 | 222c a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
2472 |
|
2473 | 0x0000000107ebdf24: ; {oop(a 'java/lang/Class'{0x000000070796cc00} = 'com/mojang/blaze3d/systems/RenderSystem')}
|
2474 | 0x0000000107ebdf24: 0280 99d2 | c2f2 a0f2 | e200 c0f2 | 4280 40b9 | 42f0 7dd3 | 8147 41f9 | 2100 40f9 | 3f00 02eb
|
2475 | 0x0000000107ebdf44: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2476 | 0x0000000107ebdf44: 020f 85d2 | 222c a4f2 | 6200 c0f2 | e803 78b2 | 0922 80d2 | 0111 899a | 4068 61f8 | 0004 0091
|
2477 | 0x0000000107ebdf64: 4068 21f8 | 2101 0054
|
2478 |
|
2479 | 0x0000000107ebdf6c: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2480 | 0x0000000107ebdf6c: 020f 85d2 | 222c a4f2 | 6200 c0f2 | 4190 40f9 | 2104 0091 | 4190 00f9 | e203 0032 | 0200 0014
|
2481 | 0x0000000107ebdf8c: 0200 a052 | 4200 0012 | 5f00 0071
|
2482 |
|
2483 | 0x0000000107ebdf98: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2484 | 0x0000000107ebdf98: 0288 9bd2 | 0235 a4f2 | 6200 c0f2 | 0824 80d2 | 0926 80d2 | 0101 899a | 4068 61f8 | 0004 0091
|
2485 | 0x0000000107ebdfb8: 4068 21f8 | 2027 0054
|
2486 |
|
2487 | 0x0000000107ebdfc0: ; {oop(a 'com/mojang/blaze3d/platform/GlStateManager$DepthState'{0x0000000707a54b48})}
|
2488 | 0x0000000107ebdfc0: 0269 89d2 | a2f4 a0f2 | e200 c0f2 | 4114 40b9 | 21f0 7dd3
|
2489 |
|
2490 | 0x0000000107ebdfd4: ; implicit exception: dispatches to 0x0000000107ec0478
|
2491 | 0x0000000107ebdfd4: 3f00 40f9 | e203 01aa
|
2492 |
|
2493 | 0x0000000107ebdfdc: ; {metadata(method data for {method} {0x0000000320e62af0} '_enableDepthTest' '()V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
2494 | 0x0000000107ebdfdc: 0086 99d2 | a03f a4f2 | 6000 c0f2 | 088c 40f9 | 0805 0091 | 088c 00f9
|
2495 |
|
2496 | 0x0000000107ebdff4: ; {metadata(method data for {method} {0x0000000320e6a7a0} 'm_84592_' '()V' in 'com/mojang/blaze3d/platform/GlStateManager$BooleanState')}
|
2497 | 0x0000000107ebdff4: 023b 9dd2 | 4239 a4f2 | 6200 c0f2 | 40ac 40b9 | 0008 0011 | 40ac 00b9 | 004c 1f12 | 1f00 0071
|
2498 | 0x0000000107ebe014: 4023 0154 | e203 01aa
|
2499 |
|
2500 | 0x0000000107ebe01c: ; {metadata(method data for {method} {0x0000000320e6a7a0} 'm_84592_' '()V' in 'com/mojang/blaze3d/platform/GlStateManager$BooleanState')}
|
2501 | 0x0000000107ebe01c: 003b 9dd2 | 4039 a4f2 | 6000 c0f2 | 0884 40f9 | 0805 0091 | 0884 00f9 | e203 0032
|
2502 |
|
2503 | 0x0000000107ebe038: ; ImmutableOopMap {[216]=Oop }
|
2504 | ;*invokevirtual m_84590_ {reexecute=0 rethrow=0 return_oop=0}
|
2505 | ; - com.mojang.blaze3d.platform.GlStateManager$BooleanState::m_84592_@2 (line 774)
|
2506 | ; - com.mojang.blaze3d.platform.GlStateManager::_enableDepthTest@9 (line 73)
|
2507 | ; - com.mojang.blaze3d.systems.RenderSystem::enableDepthTest@3 (line 258)
|
2508 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@10 (line 126)
|
2509 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
2510 | ; {optimized virtual_call}
|
2511 | 0x0000000107ebe038: 66f0 b195
|
2512 |
|
2513 | 0x0000000107ebe03c: ; {metadata('org/spongepowered/asm/mixin/injection/callback/CallbackInfo')}
|
2514 | 0x0000000107ebe03c: 032c 9cd2 | a30a a0f2 | 0301 c0f2 | 8087 40f9 | 0b60 0091 | 888f 40f9 | 7f01 08eb | 2822 0154
|
2515 | 0x0000000107ebe05c: 8b87 00f9 | ea03 40b2 | 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | bf3a 03d5
|
2516 | 0x0000000107ebe07c: e203 00aa
|
2517 |
|
2518 | 0x0000000107ebe080: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
2519 | 0x0000000107ebe080: 0300 84d2 | c34e a4f2 | 6300 c0f2 | 6888 4bf9 | 0805 0091 | 6888 0bf9
|
2520 |
|
2521 | 0x0000000107ebe098: ; {metadata(method data for {method} {0x000000012270ba98} '<init>' '(Ljava/lang/String;Z)V' in 'org/spongepowered/asm/mixin/injection/callback/CallbackInfo')}
|
2522 | 0x0000000107ebe098: 02da 83d2 | e22f a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
2523 | 0x0000000107ebe0b8: 601f 0154 | e203 00aa
|
2524 |
|
2525 | 0x0000000107ebe0c0: ; {metadata(method data for {method} {0x000000012270ba98} '<init>' '(Ljava/lang/String;Z)V' in 'org/spongepowered/asm/mixin/injection/callback/CallbackInfo')}
|
2526 | 0x0000000107ebe0c0: 03da 83d2 | e32f a4f2 | 6300 c0f2 | 6878 40f9 | 0805 0091 | 6878 00f9
|
2527 |
|
2528 | 0x0000000107ebe0d8: ; {metadata(method data for {method} {0x0000000120000510} '<init>' '()V' in 'java/lang/Object')}
|
2529 | 0x0000000107ebe0d8: 0213 91d2 | 8204 a4f2 | 2200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
2530 | 0x0000000107ebe0f8: 601e 0154
|
2531 |
|
2532 | 0x0000000107ebe0fc: ; {oop("m_109093_"{0x0000000708ba52b8})}
|
2533 | 0x0000000107ebe0fc: 0257 8ad2 | 4217 a1f2 | e200 c0f2 | 83e3 4039 | 7f00 0071 | a11e 0154 | 48fc 43d3 | 0810 00b9
|
2534 | 0x0000000107ebe11c: 0300 02ca | 63fc 55d3 | 7f00 00f1 | a11e 0154 | bf3a 03d5 | e16f 40f9
|
2535 |
|
2536 | 0x0000000107ebe134: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
2537 | 0x0000000107ebe134: 0200 84d2 | c24e a4f2 | 6200 c0f2 | 4890 4bf9 | 0805 0091 | 4890 0bf9 | e013 42bd | e277 40f9
|
2538 | 0x0000000107ebe154: e3e3 40b9 | e403 00aa | e16f 40f9
|
2539 |
|
2540 | 0x0000000107ebe160: ; ImmutableOopMap {}
|
2541 | ;*invokespecial handler$zcl000$onRender {reexecute=0 rethrow=0 return_oop=0}
|
2542 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@967 (line 998)
|
2543 | ; {optimized virtual_call}
|
2544 | 0x0000000107ebe160: b83d ff97
|
2545 |
|
2546 | 0x0000000107ebe164: ; {oop(a 'com/mojang/blaze3d/vertex/PoseStack'{0x00000007081e8cd8})}
|
2547 | 0x0000000107ebe164: 009b 91d2 | c003 a1f2 | e000 c0f2 | e103 00aa
|
2548 |
|
2549 | 0x0000000107ebe174: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
2550 | 0x0000000107ebe174: 0200 84d2 | c24e a4f2 | 6200 c0f2 | 48a4 4bf9 | 0805 0091 | 48a4 0bf9
|
2551 |
|
2552 | 0x0000000107ebe18c: ; {metadata(method data for {method} {0x0000000320765bf8} 'm_85849_' '()V' in 'com/mojang/blaze3d/vertex/PoseStack')}
|
2553 | 0x0000000107ebe18c: 011b 86d2 | a13f a4f2 | 6100 c0f2 | 22ac 40b9 | 4208 0011 | 22ac 00b9 | 424c 1f12 | 5f00 0071
|
2554 | 0x0000000107ebe1ac: 001b 0154 | 0110 40b9 | 21f0 7dd3
|
2555 |
|
2556 | 0x0000000107ebe1b8: ; implicit exception: dispatches to 0x0000000107ec052c
|
2557 | 0x0000000107ebe1b8: 3f00 40f9 | e203 01aa
|
2558 |
|
2559 | 0x0000000107ebe1c0: ; {metadata(method data for {method} {0x0000000320765bf8} 'm_85849_' '()V' in 'com/mojang/blaze3d/vertex/PoseStack')}
|
2560 | 0x0000000107ebe1c0: 031b 86d2 | a33f a4f2 | 6300 c0f2 | 4208 40b9 | 4200 5dd2 | 6900 0491 | 2801 40f9 | 5f00 08eb
|
2561 | 0x0000000107ebe1e0: a100 0054 | 6884 40f9 | 0805 0091 | 6884 00f9 | 1c00 0014 | 6940 0491 | 2801 40f9 | 5f00 08eb
|
2562 | 0x0000000107ebe200: a100 0054 | 688c 40f9 | 0805 0091 | 688c 00f9 | 1400 0014 | 6900 0491 | 2801 40f9 | c800 00b5
|
2563 | 0x0000000107ebe220: 2201 00f9 | e803 40b2 | 6920 0491 | 2801 00f9 | 0c00 0014 | 6940 0491 | 2801 40f9 | c800 00b5
|
2564 | 0x0000000107ebe240: 2201 00f9 | e803 40b2 | 6960 0491 | 2801 00f9 | 0400 0014 | 6878 40f9 | 0805 0091 | 6878 00f9
|
2565 | 0x0000000107ebe260: e0ab 00f9 | 09f1 91d2 | e900 a0f2 | 0901 c0f2
|
2566 |
|
2567 | 0x0000000107ebe270: ; ImmutableOopMap {[336]=Oop }
|
2568 | ;*invokeinterface removeLast {reexecute=0 rethrow=0 return_oop=0}
|
2569 | ; - com.mojang.blaze3d.vertex.PoseStack::m_85849_@4 (line 553)
|
2570 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@972 (line 999)
|
2571 | ; {virtual_call}
|
2572 | 0x0000000107ebe270: 9453 b195 | 0001 00b5
|
2573 |
|
2574 | 0x0000000107ebe278: ; {metadata(method data for {method} {0x0000000320765bf8} 'm_85849_' '()V' in 'com/mojang/blaze3d/vertex/PoseStack')}
|
2575 | 0x0000000107ebe278: 031b 86d2 | a33f a4f2 | 6300 c0f2 | 6884 4439 | 0801 40b2 | 6884 0439 | 3600 0014
|
2576 |
|
2577 | 0x0000000107ebe294: ; {metadata('com/mojang/blaze3d/vertex/PoseStack$Pose')}
|
2578 | 0x0000000107ebe294: 02a9 9ed2 | e217 a0f2 | 0201 c0f2 | 0808 40b9 | 0801 5dd2 | 1f01 02eb | e104 0054
|
2579 |
|
2580 | 0x0000000107ebe2b0: ; {metadata(method data for {method} {0x0000000320765bf8} 'm_85849_' '()V' in 'com/mojang/blaze3d/vertex/PoseStack')}
|
2581 | 0x0000000107ebe2b0: 031b 86d2 | a33f a4f2 | 6300 c0f2 | 0208 40b9 | 4200 5dd2 | 69e0 0491 | 2801 40f9 | 5f00 08eb
|
2582 | 0x0000000107ebe2d0: a100 0054 | 68a0 40f9 | 0805 0091 | 68a0 00f9 | 2200 0014 | 6920 0591 | 2801 40f9 | 5f00 08eb
|
2583 | 0x0000000107ebe2f0: a100 0054 | 68a8 40f9 | 0805 0091 | 68a8 00f9 | 1a00 0014 | 69e0 0491 | 2801 40f9 | c800 00b5
|
2584 | 0x0000000107ebe310: 2201 00f9 | e803 40b2 | 6900 0591 | 2801 00f9 | 1200 0014 | 6920 0591 | 2801 40f9 | c800 00b5
|
2585 | 0x0000000107ebe330: 2201 00f9 | e803 40b2 | 6940 0591 | 2801 00f9 | 0a00 0014 | 0900 0014
|
2586 |
|
2587 | 0x0000000107ebe348: ; {metadata(method data for {method} {0x0000000320765bf8} 'm_85849_' '()V' in 'com/mojang/blaze3d/vertex/PoseStack')}
|
2588 | 0x0000000107ebe348: 031b 86d2 | a33f a4f2 | 6300 c0f2 | 6894 40f9 | 0805 00d1 | 6894 00f9 | 7408 0014 | 0100 0014
|
2589 | 0x0000000107ebe368: e203 00aa | e0ab 40f9 | 010c 40b9 | 3f00 0071
|
2590 |
|
2591 | 0x0000000107ebe378: ; {metadata(method data for {method} {0x0000000320765bf8} 'm_85849_' '()V' in 'com/mojang/blaze3d/vertex/PoseStack')}
|
2592 | 0x0000000107ebe378: 011b 86d2 | a13f a4f2 | 6100 c0f2 | 082c 80d2 | 092e 80d2 | 00d1 899a | 2368 60f8 | 6304 0091
|
2593 | 0x0000000107ebe398: 2368 20f8 | 8d06 0054
|
2594 |
|
2595 | 0x0000000107ebe3a0: ; {oop(a 'com/mojang/blaze3d/vertex/PoseStack'{0x00000007081e8cd8})}
|
2596 | 0x0000000107ebe3a0: 019b 91d2 | c103 a1f2 | e100 c0f2 | 2114 40b9 | 21f0 7dd3
|
2597 |
|
2598 | 0x0000000107ebe3b4: ; implicit exception: dispatches to 0x0000000107ec0538
|
2599 | 0x0000000107ebe3b4: 3f00 40f9 | e003 01aa
|
2600 |
|
2601 | 0x0000000107ebe3bc: ; {metadata(method data for {method} {0x0000000320765bf8} 'm_85849_' '()V' in 'com/mojang/blaze3d/vertex/PoseStack')}
|
2602 | 0x0000000107ebe3bc: 031b 86d2 | a33f a4f2 | 6300 c0f2 | 0008 40b9 | 0000 5dd2 | 6940 0691 | 2801 40f9 | 1f00 08eb
|
2603 | 0x0000000107ebe3dc: a100 0054 | 68cc 40f9 | 0805 0091 | 68cc 00f9 | 1c00 0014 | 6980 0691 | 2801 40f9 | 1f00 08eb
|
2604 | 0x0000000107ebe3fc: a100 0054 | 68d4 40f9 | 0805 0091 | 68d4 00f9 | 1400 0014 | 6940 0691 | 2801 40f9 | c800 00b5
|
2605 | 0x0000000107ebe41c: 2001 00f9 | e803 40b2 | 6960 0691 | 2801 00f9 | 0c00 0014 | 6980 0691 | 2801 40f9 | c800 00b5
|
2606 | 0x0000000107ebe43c: 2001 00f9 | e803 40b2 | 69a0 0691 | 2801 00f9 | 0400 0014 | 68c0 40f9 | 0805 0091 | 68c0 00f9
|
2607 | 0x0000000107ebe45c: e9ff 9fd2 | e9ff bff2 | e9ff dff2
|
2608 |
|
2609 | 0x0000000107ebe468: ; ImmutableOopMap {}
|
2610 | ;*invokeinterface addLast {reexecute=0 rethrow=0 return_oop=0}
|
2611 | ; - com.mojang.blaze3d.vertex.PoseStack::m_85849_@25 (line 555)
|
2612 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@972 (line 999)
|
2613 | ; {virtual_call}
|
2614 | 0x0000000107ebe468: 66eb 7695
|
2615 |
|
2616 | 0x0000000107ebe46c: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
2617 | 0x0000000107ebe46c: 0000 84d2 | c04e a4f2 | 6000 c0f2 | 08b4 4bf9 | 0805 0091 | 08b4 0bf9
|
2618 |
|
2619 | 0x0000000107ebe484: ; ImmutableOopMap {}
|
2620 | ;*invokestatic applyModelViewMatrix {reexecute=0 rethrow=0 return_oop=0}
|
2621 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@975 (line 1000)
|
2622 | ; {static_call}
|
2623 | 0x0000000107ebe484: 0f9c d097 | ff03 0991 | fd7b c1a8
|
2624 |
|
2625 | 0x0000000107ebe490: ; {poll_return}
|
2626 | 0x0000000107ebe490: 88a3 41f9 | ff63 28eb | 2805 0154 | c003 5fd6
|
2627 |
|
2628 | 0x0000000107ebe4a0: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2629 | 0x0000000107ebe4a0: 0388 9bd2 | 0335 a4f2 | 6300 c0f2 | 68a0 40f9 | 0805 0091 | 68a0 00f9
|
2630 |
|
2631 | 0x0000000107ebe4b8: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2632 | 0x0000000107ebe4b8: 03c3 85d2 | 232c a4f2 | 6300 c0f2 | 60ac 40b9 | 0008 0011 | 60ac 00b9 | 004c 1f12 | 1f00 0071
|
2633 | 0x0000000107ebe4d8: 8003 0154
|
2634 |
|
2635 | 0x0000000107ebe4dc: ; ImmutableOopMap {[216]=Oop }
|
2636 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
2637 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
2638 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
2639 | ; - com.mojang.blaze3d.platform.GlStateManager::_enableDepthTest@0 (line 72)
|
2640 | ; - com.mojang.blaze3d.systems.RenderSystem::enableDepthTest@3 (line 258)
|
2641 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@10 (line 126)
|
2642 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
2643 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
2644 | 0x0000000107ebe4dc: 09b8 7995 | 8087 40f9 | 0ba0 0091 | 888f 40f9 | 7f01 08eb | c803 0154 | 8b87 00f9 | ea03 40b2
|
2645 | 0x0000000107ebe4fc: 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | 5ffd 00a9 | bf3a 03d5 | e203 00aa
|
2646 | 0x0000000107ebe51c: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2647 | 0x0000000107ebe51c: 01c3 85d2 | 212c a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
2648 |
|
2649 | 0x0000000107ebe534: ; {oop("Rendersystem called from wrong thread"{0x0000000708b094a8})}
|
2650 | 0x0000000107ebe534: 0295 92d2 | 0216 a1f2 | e200 c0f2 | e103 00aa | e0af 00f9
|
2651 |
|
2652 | 0x0000000107ebe548: ; ImmutableOopMap {[216]=Oop [344]=Oop }
|
2653 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
2654 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@6 (line 184)
|
2655 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
2656 | ; - com.mojang.blaze3d.platform.GlStateManager::_enableDepthTest@0 (line 72)
|
2657 | ; - com.mojang.blaze3d.systems.RenderSystem::enableDepthTest@3 (line 258)
|
2658 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@10 (line 126)
|
2659 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
2660 | ; {optimized virtual_call}
|
2661 | 0x0000000107ebe548: 6eea 7695 | e0af 40f9 | bb08 0014
|
2662 |
|
2663 | 0x0000000107ebe554: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2664 | 0x0000000107ebe554: 0388 9bd2 | 0335 a4f2 | 6300 c0f2 | 68a0 40f9 | 0805 0091 | 68a0 00f9
|
2665 |
|
2666 | 0x0000000107ebe56c: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2667 | 0x0000000107ebe56c: 03c3 85d2 | 232c a4f2 | 6300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
2668 | 0x0000000107ebe58c: 20ff 0054
|
2669 |
|
2670 | 0x0000000107ebe590: ; ImmutableOopMap {[304]=Oop [216]=Oop }
|
2671 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
2672 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
2673 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
2674 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@0 (line 67)
|
2675 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
2676 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
2677 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
2678 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
2679 | 0x0000000107ebe590: dcb7 7995 | 8087 40f9 | 0ba0 0091 | 888f 40f9 | 7f01 08eb | 68ff 0054 | 8b87 00f9 | ea03 40b2
|
2680 | 0x0000000107ebe5b0: 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | 5ffd 00a9 | bf3a 03d5 | e203 00aa
|
2681 | 0x0000000107ebe5d0: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2682 | 0x0000000107ebe5d0: 01c3 85d2 | 212c a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
2683 |
|
2684 | 0x0000000107ebe5e8: ; {oop("Rendersystem called from wrong thread"{0x0000000708b094a8})}
|
2685 | 0x0000000107ebe5e8: 0295 92d2 | 0216 a1f2 | e200 c0f2 | e103 00aa | e0b3 00f9
|
2686 |
|
2687 | 0x0000000107ebe5fc: ; ImmutableOopMap {[216]=Oop [304]=Oop [352]=Oop }
|
2688 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
2689 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@6 (line 184)
|
2690 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
2691 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@0 (line 67)
|
2692 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
2693 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
2694 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
2695 | ; {optimized virtual_call}
|
2696 | 0x0000000107ebe5fc: 41ea 7695 | e0b3 40f9 | 8e08 0014
|
2697 |
|
2698 | 0x0000000107ebe608: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2699 | 0x0000000107ebe608: 0396 85d2 | 232c a4f2 | 6300 c0f2 | 6890 40f9 | 0805 0091 | 6890 00f9
|
2700 |
|
2701 | 0x0000000107ebe620: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2702 | 0x0000000107ebe620: 03c3 85d2 | 232c a4f2 | 6300 c0f2 | 60ac 40b9 | 0008 0011 | 60ac 00b9 | 004c 1f12 | 1f00 0071
|
2703 | 0x0000000107ebe640: c0fa 0054
|
2704 |
|
2705 | 0x0000000107ebe644: ; ImmutableOopMap {[304]=Oop [216]=Oop }
|
2706 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
2707 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
2708 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
2709 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@0 (line 245)
|
2710 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
2711 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
2712 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
2713 | 0x0000000107ebe644: afb7 7995 | 8087 40f9 | 0ba0 0091 | 888f 40f9 | 7f01 08eb | 08fb 0054 | 8b87 00f9 | ea03 40b2
|
2714 | 0x0000000107ebe664: 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | 5ffd 00a9 | bf3a 03d5 | e203 00aa
|
2715 | 0x0000000107ebe684: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2716 | 0x0000000107ebe684: 01c3 85d2 | 212c a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
2717 |
|
2718 | 0x0000000107ebe69c: ; {oop("Rendersystem called from wrong thread"{0x0000000708b094a8})}
|
2719 | 0x0000000107ebe69c: 0295 92d2 | 0216 a1f2 | e200 c0f2 | e103 00aa | e0b7 00f9
|
2720 |
|
2721 | 0x0000000107ebe6b0: ; ImmutableOopMap {[304]=Oop [216]=Oop [360]=Oop }
|
2722 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
2723 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@6 (line 184)
|
2724 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
2725 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@0 (line 245)
|
2726 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
2727 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
2728 | ; {optimized virtual_call}
|
2729 | 0x0000000107ebe6b0: 14ea 7695 | e0b7 40f9 | 6108 0014
|
2730 |
|
2731 | 0x0000000107ebe6bc: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2732 | 0x0000000107ebe6bc: 0396 85d2 | 232c a4f2 | 6300 c0f2 | 6890 40f9 | 0805 0091 | 6890 00f9
|
2733 |
|
2734 | 0x0000000107ebe6d4: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2735 | 0x0000000107ebe6d4: 03c3 85d2 | 232c a4f2 | 6300 c0f2 | 60ac 40b9 | 0008 0011 | 60ac 00b9 | 004c 1f12 | 1f00 0071
|
2736 | 0x0000000107ebe6f4: 60f6 0054
|
2737 |
|
2738 | 0x0000000107ebe6f8: ; ImmutableOopMap {[216]=Oop [304]=Oop }
|
2739 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
2740 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
2741 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
2742 | ; - com.mojang.blaze3d.platform.GlStateManager::_getError@0 (line 737)
|
2743 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@11 (line 686)
|
2744 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
2745 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@622 (line 946)
|
2746 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
2747 | 0x0000000107ebe6f8: 82b7 7995 | 8087 40f9 | 0ba0 0091 | 888f 40f9 | 7f01 08eb | a8f6 0054 | 8b87 00f9 | ea03 40b2
|
2748 | 0x0000000107ebe718: 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | 5ffd 00a9 | bf3a 03d5 | e203 00aa
|
2749 | 0x0000000107ebe738: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2750 | 0x0000000107ebe738: 01c3 85d2 | 212c a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
2751 |
|
2752 | 0x0000000107ebe750: ; {oop("Rendersystem called from wrong thread"{0x0000000708b094a8})}
|
2753 | 0x0000000107ebe750: 0295 92d2 | 0216 a1f2 | e200 c0f2 | e103 00aa | e0bb 00f9
|
2754 |
|
2755 | 0x0000000107ebe764: ; ImmutableOopMap {[216]=Oop [304]=Oop [368]=Oop }
|
2756 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
2757 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@6 (line 184)
|
2758 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
2759 | ; - com.mojang.blaze3d.platform.GlStateManager::_getError@0 (line 737)
|
2760 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@11 (line 686)
|
2761 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
2762 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@622 (line 946)
|
2763 | ; {optimized virtual_call}
|
2764 | 0x0000000107ebe764: e7e9 7695 | e0bb 40f9 | 3408 0014
|
2765 |
|
2766 | 0x0000000107ebe770: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2767 | 0x0000000107ebe770: 0388 9bd2 | 0335 a4f2 | 6300 c0f2 | 68a0 40f9 | 0805 0091 | 68a0 00f9
|
2768 |
|
2769 | 0x0000000107ebe788: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2770 | 0x0000000107ebe788: 03c3 85d2 | 232c a4f2 | 6300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
2771 | 0x0000000107ebe7a8: 00f2 0054
|
2772 |
|
2773 | 0x0000000107ebe7ac: ; ImmutableOopMap {[304]=Oop [216]=Oop }
|
2774 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
2775 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
2776 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
2777 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@0 (line 683)
|
2778 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
2779 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@622 (line 946)
|
2780 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
2781 | 0x0000000107ebe7ac: 55b7 7995 | 8087 40f9 | 0ba0 0091 | 888f 40f9 | 7f01 08eb | 48f2 0054 | 8b87 00f9 | ea03 40b2
|
2782 | 0x0000000107ebe7cc: 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | 5ffd 00a9 | bf3a 03d5 | e203 00aa
|
2783 | 0x0000000107ebe7ec: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2784 | 0x0000000107ebe7ec: 01c3 85d2 | 212c a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
2785 |
|
2786 | 0x0000000107ebe804: ; {oop("Rendersystem called from wrong thread"{0x0000000708b094a8})}
|
2787 | 0x0000000107ebe804: 0295 92d2 | 0216 a1f2 | e200 c0f2 | e103 00aa | e0bf 00f9
|
2788 |
|
2789 | 0x0000000107ebe818: ; ImmutableOopMap {[216]=Oop [376]=Oop [304]=Oop }
|
2790 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
2791 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@6 (line 184)
|
2792 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
2793 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@0 (line 683)
|
2794 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
2795 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@622 (line 946)
|
2796 | ; {optimized virtual_call}
|
2797 | 0x0000000107ebe818: bae9 7695 | e0bf 40f9 | 0708 0014
|
2798 |
|
2799 | 0x0000000107ebe824: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2800 | 0x0000000107ebe824: 0396 85d2 | 232c a4f2 | 6300 c0f2 | 6890 40f9 | 0805 0091 | 6890 00f9
|
2801 |
|
2802 | 0x0000000107ebe83c: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2803 | 0x0000000107ebe83c: 03c3 85d2 | 232c a4f2 | 6300 c0f2 | 60ac 40b9 | 0008 0011 | 60ac 00b9 | 004c 1f12 | 1f00 0071
|
2804 | 0x0000000107ebe85c: a0ed 0054
|
2805 |
|
2806 | 0x0000000107ebe860: ; ImmutableOopMap {[216]=Oop }
|
2807 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
2808 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
2809 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
2810 | ; - com.mojang.blaze3d.systems.RenderSystem::setupGui3DDiffuseLighting@0 (line 1136)
|
2811 | ; - com.mojang.blaze3d.platform.Lighting::m_84931_@6 (line 30)
|
2812 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@402 (line 931)
|
2813 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
2814 | 0x0000000107ebe860: 28b7 7995 | 8087 40f9 | 0ba0 0091 | 888f 40f9 | 7f01 08eb | e8ed 0054 | 8b87 00f9 | ea03 40b2
|
2815 | 0x0000000107ebe880: 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | 5ffd 00a9 | bf3a 03d5 | e203 00aa
|
2816 | 0x0000000107ebe8a0: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2817 | 0x0000000107ebe8a0: 01c3 85d2 | 212c a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
2818 |
|
2819 | 0x0000000107ebe8b8: ; {oop("Rendersystem called from wrong thread"{0x0000000708b094a8})}
|
2820 | 0x0000000107ebe8b8: 0295 92d2 | 0216 a1f2 | e200 c0f2 | e103 00aa | e0c3 00f9
|
2821 |
|
2822 | 0x0000000107ebe8cc: ; ImmutableOopMap {[216]=Oop [384]=Oop }
|
2823 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
2824 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@6 (line 184)
|
2825 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
2826 | ; - com.mojang.blaze3d.systems.RenderSystem::setupGui3DDiffuseLighting@0 (line 1136)
|
2827 | ; - com.mojang.blaze3d.platform.Lighting::m_84931_@6 (line 30)
|
2828 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@402 (line 931)
|
2829 | ; {optimized virtual_call}
|
2830 | 0x0000000107ebe8cc: 8de9 7695 | e0c3 40f9 | da07 0014
|
2831 |
|
2832 | 0x0000000107ebe8d8: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2833 | 0x0000000107ebe8d8: 0396 85d2 | 232c a4f2 | 6300 c0f2 | 6890 40f9 | 0805 0091 | 6890 00f9
|
2834 |
|
2835 | 0x0000000107ebe8f0: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2836 | 0x0000000107ebe8f0: 03c3 85d2 | 232c a4f2 | 6300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
2837 | 0x0000000107ebe910: 40e9 0054
|
2838 |
|
2839 | 0x0000000107ebe914: ; ImmutableOopMap {[264]=Oop [216]=Oop }
|
2840 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
2841 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
2842 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
2843 | ; - com.mojang.blaze3d.platform.GlStateManager::_getError@0 (line 737)
|
2844 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@11 (line 686)
|
2845 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
2846 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@314 (line 923)
|
2847 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
2848 | 0x0000000107ebe914: fbb6 7995 | 8087 40f9 | 0ba0 0091 | 888f 40f9 | 7f01 08eb | 88e9 0054 | 8b87 00f9 | ea03 40b2
|
2849 | 0x0000000107ebe934: 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | 5ffd 00a9 | bf3a 03d5 | e203 00aa
|
2850 | 0x0000000107ebe954: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2851 | 0x0000000107ebe954: 01c3 85d2 | 212c a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
2852 |
|
2853 | 0x0000000107ebe96c: ; {oop("Rendersystem called from wrong thread"{0x0000000708b094a8})}
|
2854 | 0x0000000107ebe96c: 0295 92d2 | 0216 a1f2 | e200 c0f2 | e103 00aa | e0c7 00f9
|
2855 |
|
2856 | 0x0000000107ebe980: ; ImmutableOopMap {[216]=Oop [264]=Oop [392]=Oop }
|
2857 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
2858 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@6 (line 184)
|
2859 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
2860 | ; - com.mojang.blaze3d.platform.GlStateManager::_getError@0 (line 737)
|
2861 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@11 (line 686)
|
2862 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
2863 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@314 (line 923)
|
2864 | ; {optimized virtual_call}
|
2865 | 0x0000000107ebe980: 60e9 7695 | e0c7 40f9 | ad07 0014
|
2866 |
|
2867 | 0x0000000107ebe98c: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2868 | 0x0000000107ebe98c: 0388 9bd2 | 0335 a4f2 | 6300 c0f2 | 68a0 40f9 | 0805 0091 | 68a0 00f9
|
2869 |
|
2870 | 0x0000000107ebe9a4: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2871 | 0x0000000107ebe9a4: 03c3 85d2 | 232c a4f2 | 6300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
2872 | 0x0000000107ebe9c4: e0e4 0054
|
2873 |
|
2874 | 0x0000000107ebe9c8: ; ImmutableOopMap {[264]=Oop [216]=Oop }
|
2875 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
2876 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
2877 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
2878 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@0 (line 683)
|
2879 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
2880 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@314 (line 923)
|
2881 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
2882 | 0x0000000107ebe9c8: ceb6 7995 | 8087 40f9 | 0ba0 0091 | 888f 40f9 | 7f01 08eb | 28e5 0054 | 8b87 00f9 | ea03 40b2
|
2883 | 0x0000000107ebe9e8: 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | 5ffd 00a9 | bf3a 03d5 | e203 00aa
|
2884 | 0x0000000107ebea08: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2885 | 0x0000000107ebea08: 01c3 85d2 | 212c a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
2886 |
|
2887 | 0x0000000107ebea20: ; {oop("Rendersystem called from wrong thread"{0x0000000708b094a8})}
|
2888 | 0x0000000107ebea20: 0295 92d2 | 0216 a1f2 | e200 c0f2 | e103 00aa | e0cb 00f9
|
2889 |
|
2890 | 0x0000000107ebea34: ; ImmutableOopMap {[216]=Oop [264]=Oop [400]=Oop }
|
2891 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
2892 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@6 (line 184)
|
2893 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
2894 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@0 (line 683)
|
2895 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
2896 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@314 (line 923)
|
2897 | ; {optimized virtual_call}
|
2898 | 0x0000000107ebea34: 33e9 7695 | e0cb 40f9 | 8007 0014 | e5f7 00b9
|
2899 |
|
2900 | 0x0000000107ebea44: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2901 | 0x0000000107ebea44: 0388 9bd2 | 0335 a4f2 | 6300 c0f2 | 68a0 40f9 | 0805 0091 | 68a0 00f9
|
2902 |
|
2903 | 0x0000000107ebea5c: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2904 | 0x0000000107ebea5c: 03c3 85d2 | 232c a4f2 | 6300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
2905 | 0x0000000107ebea7c: 60e0 0054
|
2906 |
|
2907 | 0x0000000107ebea80: ; ImmutableOopMap {[256]=Oop [216]=Oop }
|
2908 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
2909 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
2910 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
2911 | ; - com.mojang.blaze3d.platform.GlStateManager::_glBindFramebuffer@0 (line 343)
|
2912 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@9 (line 202)
|
2913 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
2914 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@296 (line 919)
|
2915 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
2916 | 0x0000000107ebea80: a0b6 7995 | 8087 40f9 | 0ba0 0091 | 888f 40f9 | 7f01 08eb | a8e0 0054 | 8b87 00f9 | ea03 40b2
|
2917 | 0x0000000107ebeaa0: 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | 5ffd 00a9 | bf3a 03d5 | e203 00aa
|
2918 | 0x0000000107ebeac0: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2919 | 0x0000000107ebeac0: 01c3 85d2 | 212c a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
2920 |
|
2921 | 0x0000000107ebead8: ; {oop("Rendersystem called from wrong thread"{0x0000000708b094a8})}
|
2922 | 0x0000000107ebead8: 0295 92d2 | 0216 a1f2 | e200 c0f2 | e103 00aa | e0cf 00f9
|
2923 |
|
2924 | 0x0000000107ebeaec: ; ImmutableOopMap {[216]=Oop [408]=Oop [256]=Oop }
|
2925 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
2926 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@6 (line 184)
|
2927 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
2928 | ; - com.mojang.blaze3d.platform.GlStateManager::_glBindFramebuffer@0 (line 343)
|
2929 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@9 (line 202)
|
2930 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
2931 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@296 (line 919)
|
2932 | ; {optimized virtual_call}
|
2933 | 0x0000000107ebeaec: 05e9 7695 | e0cf 40f9 | 5207 0014
|
2934 |
|
2935 | 0x0000000107ebeaf8: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2936 | 0x0000000107ebeaf8: 0388 9bd2 | 0335 a4f2 | 6300 c0f2 | 68a0 40f9 | 0805 0091 | 68a0 00f9
|
2937 |
|
2938 | 0x0000000107ebeb10: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2939 | 0x0000000107ebeb10: 03c3 85d2 | 232c a4f2 | 6300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
2940 | 0x0000000107ebeb30: 00dc 0054
|
2941 |
|
2942 | 0x0000000107ebeb34: ; ImmutableOopMap {[256]=Oop [216]=Oop }
|
2943 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
2944 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
2945 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
2946 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@0 (line 201)
|
2947 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
2948 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@296 (line 919)
|
2949 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
2950 | 0x0000000107ebeb34: 73b6 7995 | 8087 40f9 | 0ba0 0091 | 888f 40f9 | 7f01 08eb | 48dc 0054 | 8b87 00f9 | ea03 40b2
|
2951 | 0x0000000107ebeb54: 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | 5ffd 00a9 | bf3a 03d5 | e203 00aa
|
2952 | 0x0000000107ebeb74: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2953 | 0x0000000107ebeb74: 01c3 85d2 | 212c a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
2954 |
|
2955 | 0x0000000107ebeb8c: ; {oop("Rendersystem called from wrong thread"{0x0000000708b094a8})}
|
2956 | 0x0000000107ebeb8c: 0295 92d2 | 0216 a1f2 | e200 c0f2 | e103 00aa | e0d3 00f9
|
2957 |
|
2958 | 0x0000000107ebeba0: ; ImmutableOopMap {[216]=Oop [256]=Oop [416]=Oop }
|
2959 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
2960 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@6 (line 184)
|
2961 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
2962 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@0 (line 201)
|
2963 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
2964 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@296 (line 919)
|
2965 | ; {optimized virtual_call}
|
2966 | 0x0000000107ebeba0: d8e8 7695 | e0d3 40f9 | 2507 0014
|
2967 |
|
2968 | 0x0000000107ebebac: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2969 | 0x0000000107ebebac: 0388 9bd2 | 0335 a4f2 | 6300 c0f2 | 68a0 40f9 | 0805 0091 | 68a0 00f9
|
2970 |
|
2971 | 0x0000000107ebebc4: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2972 | 0x0000000107ebebc4: 03c3 85d2 | 232c a4f2 | 6300 c0f2 | 60ac 40b9 | 0008 0011 | 60ac 00b9 | 004c 1f12 | 1f00 0071
|
2973 | 0x0000000107ebebe4: a0d7 0054
|
2974 |
|
2975 | 0x0000000107ebebe8: ; ImmutableOopMap {[216]=Oop }
|
2976 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
2977 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
2978 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
2979 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@0 (line 67)
|
2980 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
2981 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@274 (line 914)
|
2982 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
2983 | 0x0000000107ebebe8: 46b6 7995 | 8087 40f9 | 0ba0 0091 | 888f 40f9 | 7f01 08eb | e8d7 0054 | 8b87 00f9 | ea03 40b2
|
2984 | 0x0000000107ebec08: 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | 5ffd 00a9 | bf3a 03d5 | e203 00aa
|
2985 | 0x0000000107ebec28: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
2986 | 0x0000000107ebec28: 01c3 85d2 | 212c a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
2987 |
|
2988 | 0x0000000107ebec40: ; {oop("Rendersystem called from wrong thread"{0x0000000708b094a8})}
|
2989 | 0x0000000107ebec40: 0295 92d2 | 0216 a1f2 | e200 c0f2 | e103 00aa | e0d7 00f9
|
2990 |
|
2991 | 0x0000000107ebec54: ; ImmutableOopMap {[216]=Oop [424]=Oop }
|
2992 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
2993 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@6 (line 184)
|
2994 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
2995 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@0 (line 67)
|
2996 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
2997 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@274 (line 914)
|
2998 | ; {optimized virtual_call}
|
2999 | 0x0000000107ebec54: abe8 7695 | e0d7 40f9 | f806 0014
|
3000 |
|
3001 | 0x0000000107ebec60: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
3002 | 0x0000000107ebec60: 0396 85d2 | 232c a4f2 | 6300 c0f2 | 6890 40f9 | 0805 0091 | 6890 00f9
|
3003 |
|
3004 | 0x0000000107ebec78: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
3005 | 0x0000000107ebec78: 03c3 85d2 | 232c a4f2 | 6300 c0f2 | 60ac 40b9 | 0008 0011 | 60ac 00b9 | 004c 1f12 | 1f00 0071
|
3006 | 0x0000000107ebec98: 40d3 0054
|
3007 |
|
3008 | 0x0000000107ebec9c: ; ImmutableOopMap {[216]=Oop }
|
3009 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
3010 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
3011 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
3012 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@0 (line 245)
|
3013 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@274 (line 914)
|
3014 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
3015 | 0x0000000107ebec9c: 19b6 7995 | 8087 40f9 | 0ba0 0091 | 888f 40f9 | 7f01 08eb | 88d3 0054 | 8b87 00f9 | ea03 40b2
|
3016 | 0x0000000107ebecbc: 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | 5ffd 00a9 | bf3a 03d5 | e203 00aa
|
3017 | 0x0000000107ebecdc: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
3018 | 0x0000000107ebecdc: 01c3 85d2 | 212c a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
3019 |
|
3020 | 0x0000000107ebecf4: ; {oop("Rendersystem called from wrong thread"{0x0000000708b094a8})}
|
3021 | 0x0000000107ebecf4: 0295 92d2 | 0216 a1f2 | e200 c0f2 | e103 00aa | e0db 00f9
|
3022 |
|
3023 | 0x0000000107ebed08: ; ImmutableOopMap {[216]=Oop [432]=Oop }
|
3024 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
3025 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@6 (line 184)
|
3026 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
3027 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@0 (line 245)
|
3028 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@274 (line 914)
|
3029 | ; {optimized virtual_call}
|
3030 | 0x0000000107ebed08: 7ee8 7695 | e0db 40f9 | cb06 0014
|
3031 |
|
3032 | 0x0000000107ebed14: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
3033 | 0x0000000107ebed14: 0396 85d2 | 232c a4f2 | 6300 c0f2 | 6890 40f9 | 0805 0091 | 6890 00f9
|
3034 |
|
3035 | 0x0000000107ebed2c: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
3036 | 0x0000000107ebed2c: 03c3 85d2 | 232c a4f2 | 6300 c0f2 | 60ac 40b9 | 0008 0011 | 60ac 00b9 | 004c 1f12 | 1f00 0071
|
3037 | 0x0000000107ebed4c: e0ce 0054
|
3038 |
|
3039 | 0x0000000107ebed50: ; ImmutableOopMap {[216]=Oop }
|
3040 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
3041 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
3042 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
3043 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableBlend@0 (line 95)
|
3044 | ; - com.mojang.blaze3d.systems.RenderSystem::disableBlend@3 (line 321)
|
3045 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@271 (line 913)
|
3046 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
3047 | 0x0000000107ebed50: ecb5 7995 | 8087 40f9 | 0ba0 0091 | 888f 40f9 | 7f01 08eb | 28cf 0054 | 8b87 00f9 | ea03 40b2
|
3048 | 0x0000000107ebed70: 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | 5ffd 00a9 | bf3a 03d5 | e203 00aa
|
3049 | 0x0000000107ebed90: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
3050 | 0x0000000107ebed90: 01c3 85d2 | 212c a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
3051 |
|
3052 | 0x0000000107ebeda8: ; {oop("Rendersystem called from wrong thread"{0x0000000708b094a8})}
|
3053 | 0x0000000107ebeda8: 0295 92d2 | 0216 a1f2 | e200 c0f2 | e103 00aa | e0df 00f9
|
3054 |
|
3055 | 0x0000000107ebedbc: ; ImmutableOopMap {[216]=Oop [440]=Oop }
|
3056 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
3057 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@6 (line 184)
|
3058 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
3059 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableBlend@0 (line 95)
|
3060 | ; - com.mojang.blaze3d.systems.RenderSystem::disableBlend@3 (line 321)
|
3061 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@271 (line 913)
|
3062 | ; {optimized virtual_call}
|
3063 | 0x0000000107ebedbc: 51e8 7695 | e0df 40f9 | 9e06 0014
|
3064 |
|
3065 | 0x0000000107ebedc8: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
3066 | 0x0000000107ebedc8: 0096 85d2 | 202c a4f2 | 6000 c0f2 | 0890 40f9 | 0805 0091 | 0890 00f9
|
3067 |
|
3068 | 0x0000000107ebede0: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
3069 | 0x0000000107ebede0: 00c3 85d2 | 202c a4f2 | 6000 c0f2 | 04ac 40b9 | 8408 0011 | 04ac 00b9 | 844c 1f12 | 9f00 0071
|
3070 | 0x0000000107ebee00: 80ca 0054
|
3071 |
|
3072 | 0x0000000107ebee04: ; ImmutableOopMap {[216]=Oop }
|
3073 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
3074 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
3075 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
3076 | ; - com.mojang.blaze3d.systems.RenderSystem::disableBlend@0 (line 317)
|
3077 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@271 (line 913)
|
3078 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
3079 | 0x0000000107ebee04: bfb5 7995 | 8087 40f9 | 0ba0 0091 | 888f 40f9 | 7f01 08eb | c8ca 0054 | 8b87 00f9 | ea03 40b2
|
3080 | 0x0000000107ebee24: 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | 5ffd 00a9 | bf3a 03d5 | e103 00aa
|
3081 | 0x0000000107ebee44: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
3082 | 0x0000000107ebee44: 03c3 85d2 | 232c a4f2 | 6300 c0f2 | 6878 40f9 | 0805 0091 | 6878 00f9
|
3083 |
|
3084 | 0x0000000107ebee5c: ; {oop("Rendersystem called from wrong thread"{0x0000000708b094a8})}
|
3085 | 0x0000000107ebee5c: 0295 92d2 | 0216 a1f2 | e200 c0f2 | e103 00aa | e0e3 00f9
|
3086 |
|
3087 | 0x0000000107ebee70: ; ImmutableOopMap {[216]=Oop [448]=Oop }
|
3088 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
3089 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@6 (line 184)
|
3090 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
3091 | ; - com.mojang.blaze3d.systems.RenderSystem::disableBlend@0 (line 317)
|
3092 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@271 (line 913)
|
3093 | ; {optimized virtual_call}
|
3094 | 0x0000000107ebee70: 24e8 7695 | e0e3 40f9 | 7106 0014 | 80eb 41f9 | 9feb 01f9 | 9fef 01f9
|
3095 |
|
3096 | 0x0000000107ebee88: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
3097 | 0x0000000107ebee88: 0100 84d2 | c14e a4f2 | 6100 c0f2 | 2864 4af9 | 0805 0091 | 2864 0af9 | e103 00aa
|
3098 |
|
3099 | 0x0000000107ebeea4: ; {oop("Narrating screen"{0x0000000714091f88})}
|
3100 | 0x0000000107ebeea4: 02f1 83d2 | 2281 a2f2 | e200 c0f2
|
3101 |
|
3102 | 0x0000000107ebeeb0: ; ImmutableOopMap {[216]=Oop }
|
3103 | ;*invokestatic m_127521_ {reexecute=0 rethrow=0 return_oop=0}
|
3104 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@867 (line 986)
|
3105 | ; {static_call}
|
3106 | 0x0000000107ebeeb0: 94e9 7695
|
3107 |
|
3108 | 0x0000000107ebeeb4: ; implicit exception: dispatches to 0x0000000107ec0778
|
3109 | 0x0000000107ebeeb4: 1f00 40f9 | e203 00aa
|
3110 |
|
3111 | 0x0000000107ebeebc: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
3112 | 0x0000000107ebeebc: 0300 84d2 | c34e a4f2 | 6300 c0f2
|
3113 |
|
3114 | 0x0000000107ebeec8: ; {metadata('net/minecraft/CrashReport')}
|
3115 | 0x0000000107ebeec8: 0862 99d2 | 880b a0f2 | 0801 c0f2 | 6904 4091 | 29a1 1391 | 2801 00f9 | 6878 4af9 | 0805 0091
|
3116 | 0x0000000107ebeee8: 6878 0af9
|
3117 |
|
3118 | 0x0000000107ebeeec: ; {metadata(method data for {method} {0x0000000122996db0} 'm_127514_' '(Ljava/lang/String;)Lnet/minecraft/CrashReportCategory;' in 'net/minecraft/CrashReport')}
|
3119 | 0x0000000107ebeeec: 02bf 94d2 | e234 a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
3120 | 0x0000000107ebef0c: 80c3 0054 | e203 00aa
|
3121 |
|
3122 | 0x0000000107ebef14: ; {metadata(method data for {method} {0x0000000122996db0} 'm_127514_' '(Ljava/lang/String;)Lnet/minecraft/CrashReportCategory;' in 'net/minecraft/CrashReport')}
|
3123 | 0x0000000107ebef14: 03bf 94d2 | e334 a4f2 | 6300 c0f2
|
3124 |
|
3125 | 0x0000000107ebef20: ; {metadata('net/minecraft/CrashReport')}
|
3126 | 0x0000000107ebef20: 0862 99d2 | 880b a0f2 | 0801 c0f2 | 6900 0491 | 2801 00f9 | 6884 40f9 | 0805 0091 | 6884 00f9
|
3127 | 0x0000000107ebef40: ; {oop("Screen details"{0x0000000714091f50})}
|
3128 | 0x0000000107ebef40: 02ea 83d2 | 2281 a2f2 | e200 c0f2 | e303 0032 | e103 00aa | e0e7 00f9
|
3129 |
|
3130 | 0x0000000107ebef58: ; ImmutableOopMap {[216]=Oop [456]=Oop }
|
3131 | ;*invokevirtual m_127516_ {reexecute=0 rethrow=0 return_oop=0}
|
3132 | ; - net.minecraft.CrashReport::m_127514_@3 (line 154)
|
3133 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@877 (line 987)
|
3134 | ; {optimized virtual_call}
|
3135 | 0x0000000107ebef58: eae7 7695
|
3136 |
|
3137 | 0x0000000107ebef5c: ; ImmutableOopMap {[216]=Oop [456]=Oop c_rarg0=Oop }
|
3138 | ;*invokedynamic {reexecute=0 rethrow=0 return_oop=0}
|
3139 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@888 (line 988)
|
3140 | ; {runtime_call load_appendix_patching Runtime1 stub}
|
3141 | 0x0000000107ebef5c: 29b6 7995 | e16f 40f9 | e0eb 00f9
|
3142 |
|
3143 | 0x0000000107ebef68: ; ImmutableOopMap {[456]=Oop [464]=Oop }
|
3144 | ;*invokedynamic {reexecute=0 rethrow=0 return_oop=0}
|
3145 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@888 (line 988)
|
3146 | ; {static_call}
|
3147 | 0x0000000107ebef68: 66e9 7695
|
3148 |
|
3149 | 0x0000000107ebef6c: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
3150 | 0x0000000107ebef6c: 0200 84d2 | c24e a4f2 | 6200 c0f2 | 4204 4091 | 42c0 1491 | e303 00aa | a300 00b5 | 4900 40f9
|
3151 | 0x0000000107ebef8c: 2901 40b2 | 4900 00f9 | 1600 0014 | 6308 40b9 | 6300 5dd2 | 4900 40f9 | 6300 09ca | 68f4 7e92
|
3152 | 0x0000000107ebefac: 0802 00b4 | e301 0837 | a901 00b4 | 3f05 00f1 | 6001 0054 | bf39 03d5 | 6300 09ca | 4900 40f9
|
3153 | 0x0000000107ebefcc: 6300 09ca | 68f4 7e92 | c800 00b4 | 4900 40f9 | 2901 7fb2 | 4900 00f9 | 0200 0014 | 4300 00f9
|
3154 | 0x0000000107ebefec: ; {oop("Screen name"{0x000000071366c460})}
|
3155 | 0x0000000107ebefec: 028c 98d2 | c26c a2f2 | e200 c0f2 | e303 00aa | e1eb 40f9 | e9ff 9fd2 | e9ff bff2 | e9ff dff2
|
3156 | 0x0000000107ebf00c: ; ImmutableOopMap {[456]=Oop }
|
3157 | ;*invokevirtual m_128165_ {reexecute=0 rethrow=0 return_oop=0}
|
3158 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@893 (line 988)
|
3159 | ; {virtual_call}
|
3160 | 0x0000000107ebf00c: 7de8 7695
|
3161 |
|
3162 | 0x0000000107ebf010: ; ImmutableOopMap {[456]=Oop }
|
3163 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
3164 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@897 (line 991)
|
3165 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
3166 | 0x0000000107ebf010: 3cb5 7995 | 68ec 4439 | 1f11 0071
|
3167 |
|
3168 | 0x0000000107ebf01c: ; implicit exception: dispatches to 0x0000000107ec079c
|
3169 | 0x0000000107ebf01c: 21bc 0054 | 8087 40f9 | 0ba0 0091 | 888f 40f9 | 7f01 08eb | 88bb 0054 | 8b87 00f9 | ea03 40b2
|
3170 | 0x0000000107ebf03c: 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | 5ffd 00a9 | bf3a 03d5 | e203 00aa
|
3171 | 0x0000000107ebf05c: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
3172 | 0x0000000107ebf05c: 0100 84d2 | c14e a4f2 | 6100 c0f2 | 28bc 4af9 | 0805 0091 | 28bc 0af9 | e2e7 40f9 | e103 00aa
|
3173 | 0x0000000107ebf07c: e0ef 00f9
|
3174 |
|
3175 | 0x0000000107ebf080: ; ImmutableOopMap {[472]=Oop }
|
3176 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
3177 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@903 (line 991)
|
3178 | ; {optimized virtual_call}
|
3179 | 0x0000000107ebf080: a0e7 7695 | e0ef 40f9 | ed05 0014 | 80eb 41f9 | 9feb 01f9 | 9fef 01f9
|
3180 |
|
3181 | 0x0000000107ebf098: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
3182 | 0x0000000107ebf098: 0100 84d2 | c14e a4f2 | 6100 c0f2 | 2864 49f9 | 0805 0091 | 2864 09f9 | e103 00aa
|
3183 |
|
3184 | 0x0000000107ebf0b4: ; {oop("Rendering screen"{0x00000007140a9970})}
|
3185 | 0x0000000107ebf0b4: 022e 93d2 | 4281 a2f2 | e200 c0f2
|
3186 |
|
3187 | 0x0000000107ebf0c0: ; ImmutableOopMap {[216]=Oop }
|
3188 | ;*invokestatic m_127521_ {reexecute=0 rethrow=0 return_oop=0}
|
3189 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@763 (line 967)
|
3190 | ; {static_call}
|
3191 | 0x0000000107ebf0c0: 10e9 7695
|
3192 |
|
3193 | 0x0000000107ebf0c4: ; implicit exception: dispatches to 0x0000000107ec07a8
|
3194 | 0x0000000107ebf0c4: 1f00 40f9 | e203 00aa
|
3195 |
|
3196 | 0x0000000107ebf0cc: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
3197 | 0x0000000107ebf0cc: 0300 84d2 | c34e a4f2 | 6300 c0f2
|
3198 |
|
3199 | 0x0000000107ebf0d8: ; {metadata('net/minecraft/CrashReport')}
|
3200 | 0x0000000107ebf0d8: 0862 99d2 | 880b a0f2 | 0801 c0f2 | 6904 4091 | 29a1 0b91 | 2801 00f9 | 6878 49f9 | 0805 0091
|
3201 | 0x0000000107ebf0f8: 6878 09f9
|
3202 |
|
3203 | 0x0000000107ebf0fc: ; {metadata(method data for {method} {0x0000000122996db0} 'm_127514_' '(Ljava/lang/String;)Lnet/minecraft/CrashReportCategory;' in 'net/minecraft/CrashReport')}
|
3204 | 0x0000000107ebf0fc: 02bf 94d2 | e234 a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
3205 | 0x0000000107ebf11c: 80b4 0054 | e203 00aa
|
3206 |
|
3207 | 0x0000000107ebf124: ; {metadata(method data for {method} {0x0000000122996db0} 'm_127514_' '(Ljava/lang/String;)Lnet/minecraft/CrashReportCategory;' in 'net/minecraft/CrashReport')}
|
3208 | 0x0000000107ebf124: 03bf 94d2 | e334 a4f2 | 6300 c0f2
|
3209 |
|
3210 | 0x0000000107ebf130: ; {metadata('net/minecraft/CrashReport')}
|
3211 | 0x0000000107ebf130: 0862 99d2 | 880b a0f2 | 0801 c0f2 | 6900 0491 | 2801 00f9 | 6884 40f9 | 0805 0091 | 6884 00f9
|
3212 | 0x0000000107ebf150: ; {oop("Screen render details"{0x00000007140a9930})}
|
3213 | 0x0000000107ebf150: 0226 93d2 | 4281 a2f2 | e200 c0f2 | e303 0032 | e103 00aa | e0f3 00f9
|
3214 |
|
3215 | 0x0000000107ebf168: ; ImmutableOopMap {[216]=Oop [480]=Oop }
|
3216 | ;*invokevirtual m_127516_ {reexecute=0 rethrow=0 return_oop=0}
|
3217 | ; - net.minecraft.CrashReport::m_127514_@3 (line 154)
|
3218 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@773 (line 968)
|
3219 | ; {optimized virtual_call}
|
3220 | 0x0000000107ebf168: 66e7 7695
|
3221 |
|
3222 | 0x0000000107ebf16c: ; ImmutableOopMap {[216]=Oop [480]=Oop c_rarg0=Oop }
|
3223 | ;*invokedynamic {reexecute=0 rethrow=0 return_oop=0}
|
3224 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@784 (line 969)
|
3225 | ; {runtime_call load_appendix_patching Runtime1 stub}
|
3226 | 0x0000000107ebf16c: a5b5 7995 | e16f 40f9 | e0f7 00f9
|
3227 |
|
3228 | 0x0000000107ebf178: ; ImmutableOopMap {[216]=Oop [480]=Oop [488]=Oop }
|
3229 | ;*invokedynamic {reexecute=0 rethrow=0 return_oop=0}
|
3230 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@784 (line 969)
|
3231 | ; {static_call}
|
3232 | 0x0000000107ebf178: e2e8 7695
|
3233 |
|
3234 | 0x0000000107ebf17c: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
3235 | 0x0000000107ebf17c: 0200 84d2 | c24e a4f2 | 6200 c0f2 | 4204 4091 | 42c0 0c91 | e303 00aa | a300 00b5 | 4900 40f9
|
3236 | 0x0000000107ebf19c: 2901 40b2 | 4900 00f9 | 1600 0014 | 6308 40b9 | 6300 5dd2 | 4900 40f9 | 6300 09ca | 68f4 7e92
|
3237 | 0x0000000107ebf1bc: 0802 00b4 | e301 0837 | a901 00b4 | 3f05 00f1 | 6001 0054 | bf39 03d5 | 6300 09ca | 4900 40f9
|
3238 | 0x0000000107ebf1dc: 6300 09ca | 68f4 7e92 | c800 00b4 | 4900 40f9 | 2901 7fb2 | 4900 00f9 | 0200 0014 | 4300 00f9
|
3239 | 0x0000000107ebf1fc: ; {oop("Screen name"{0x000000071366c460})}
|
3240 | 0x0000000107ebf1fc: 028c 98d2 | c26c a2f2 | e200 c0f2 | e303 00aa | e1f7 40f9 | e9ff 9fd2 | e9ff bff2 | e9ff dff2
|
3241 | 0x0000000107ebf21c: ; ImmutableOopMap {[216]=Oop [480]=Oop [488]=Oop }
|
3242 | ;*invokevirtual m_128165_ {reexecute=0 rethrow=0 return_oop=0}
|
3243 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@789 (line 969)
|
3244 | ; {virtual_call}
|
3245 | 0x0000000107ebf21c: f9e7 7695
|
3246 |
|
3247 | 0x0000000107ebf220: ; ImmutableOopMap {[216]=Oop [480]=Oop [488]=Oop }
|
3248 | ;*invokedynamic {reexecute=0 rethrow=0 return_oop=0}
|
3249 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@803 (line 972)
|
3250 | ; {runtime_call load_appendix_patching Runtime1 stub}
|
3251 | 0x0000000107ebf220: 78b5 7995 | e16f 40f9 | e2e7 40b9 | e3f3 40b9
|
3252 |
|
3253 | 0x0000000107ebf230: ; ImmutableOopMap {[216]=Oop [480]=Oop [488]=Oop }
|
3254 | ;*invokedynamic {reexecute=0 rethrow=0 return_oop=0}
|
3255 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@803 (line 972)
|
3256 | ; {static_call}
|
3257 | 0x0000000107ebf230: b4e8 7695
|
3258 |
|
3259 | 0x0000000107ebf234: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
3260 | 0x0000000107ebf234: 0200 84d2 | c24e a4f2 | 6200 c0f2 | 4204 4091 | 4260 0e91 | e303 00aa | a300 00b5 | 4900 40f9
|
3261 | 0x0000000107ebf254: 2901 40b2 | 4900 00f9 | 1600 0014 | 6308 40b9 | 6300 5dd2 | 4900 40f9 | 6300 09ca | 68f4 7e92
|
3262 | 0x0000000107ebf274: 0802 00b4 | e301 0837 | a901 00b4 | 3f05 00f1 | 6001 0054 | bf39 03d5 | 6300 09ca | 4900 40f9
|
3263 | 0x0000000107ebf294: 6300 09ca | 68f4 7e92 | c800 00b4 | 4900 40f9 | 2901 7fb2 | 4900 00f9 | 0200 0014 | 4300 00f9
|
3264 | 0x0000000107ebf2b4: ; {oop("Mouse location"{0x00000007140a98f8})}
|
3265 | 0x0000000107ebf2b4: 021f 93d2 | 4281 a2f2 | e200 c0f2 | e303 00aa | e1f7 40f9 | e9ff 9fd2 | e9ff bff2 | e9ff dff2
|
3266 | 0x0000000107ebf2d4: ; ImmutableOopMap {[216]=Oop [480]=Oop [488]=Oop }
|
3267 | ;*invokevirtual m_128165_ {reexecute=0 rethrow=0 return_oop=0}
|
3268 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@808 (line 972)
|
3269 | ; {virtual_call}
|
3270 | 0x0000000107ebf2d4: cbe7 7695
|
3271 |
|
3272 | 0x0000000107ebf2d8: ; ImmutableOopMap {[216]=Oop [480]=Oop [488]=Oop }
|
3273 | ;*invokedynamic {reexecute=0 rethrow=0 return_oop=0}
|
3274 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@818 (line 975)
|
3275 | ; {runtime_call load_appendix_patching Runtime1 stub}
|
3276 | 0x0000000107ebf2d8: 4ab5 7995 | e16f 40f9
|
3277 |
|
3278 | 0x0000000107ebf2e0: ; ImmutableOopMap {[480]=Oop [488]=Oop }
|
3279 | ;*invokedynamic {reexecute=0 rethrow=0 return_oop=0}
|
3280 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@818 (line 975)
|
3281 | ; {static_call}
|
3282 | 0x0000000107ebf2e0: 88e8 7695
|
3283 |
|
3284 | 0x0000000107ebf2e4: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
3285 | 0x0000000107ebf2e4: 0200 84d2 | c24e a4f2 | 6200 c0f2 | 4204 4091 | 4200 1091 | e303 00aa | a300 00b5 | 4900 40f9
|
3286 | 0x0000000107ebf304: 2901 40b2 | 4900 00f9 | 1600 0014 | 6308 40b9 | 6300 5dd2 | 4900 40f9 | 6300 09ca | 68f4 7e92
|
3287 | 0x0000000107ebf324: 0802 00b4 | e301 0837 | a901 00b4 | 3f05 00f1 | 6001 0054 | bf39 03d5 | 6300 09ca | 4900 40f9
|
3288 | 0x0000000107ebf344: 6300 09ca | 68f4 7e92 | c800 00b4 | 4900 40f9 | 2901 7fb2 | 4900 00f9 | 0200 0014 | 4300 00f9
|
3289 | 0x0000000107ebf364: ; {oop("Screen size"{0x00000007140a98c0})}
|
3290 | 0x0000000107ebf364: 0218 93d2 | 4281 a2f2 | e200 c0f2 | e303 00aa | e1f7 40f9 | e9ff 9fd2 | e9ff bff2 | e9ff dff2
|
3291 | 0x0000000107ebf384: ; ImmutableOopMap {[480]=Oop }
|
3292 | ;*invokevirtual m_128165_ {reexecute=0 rethrow=0 return_oop=0}
|
3293 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@823 (line 975)
|
3294 | ; {virtual_call}
|
3295 | 0x0000000107ebf384: 9fe7 7695
|
3296 |
|
3297 | 0x0000000107ebf388: ; ImmutableOopMap {[480]=Oop }
|
3298 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
3299 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@827 (line 978)
|
3300 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
3301 | 0x0000000107ebf388: 5eb4 7995 | 68ec 4439 | 1f11 0071
|
3302 |
|
3303 | 0x0000000107ebf394: ; implicit exception: dispatches to 0x0000000107ec07cc
|
3304 | 0x0000000107ebf394: e1a1 0054 | 8087 40f9 | 0ba0 0091 | 888f 40f9 | 7f01 08eb | 48a1 0054 | 8b87 00f9 | ea03 40b2
|
3305 | 0x0000000107ebf3b4: 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | 5ffd 00a9 | bf3a 03d5 | e203 00aa
|
3306 | 0x0000000107ebf3d4: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
3307 | 0x0000000107ebf3d4: 0100 84d2 | c14e a4f2 | 6100 c0f2 | 2824 4af9 | 0805 0091 | 2824 0af9 | e2f3 40f9 | e103 00aa
|
3308 | 0x0000000107ebf3f4: e0fb 00f9
|
3309 |
|
3310 | 0x0000000107ebf3f8: ; ImmutableOopMap {[496]=Oop }
|
3311 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
3312 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@833 (line 978)
|
3313 | ; {optimized virtual_call}
|
3314 | 0x0000000107ebf3f8: c2e6 7695 | e0fb 40f9 | 0f05 0014 | 80eb 41f9 | 9feb 01f9 | 9fef 01f9
|
3315 |
|
3316 | 0x0000000107ebf410: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
3317 | 0x0000000107ebf410: 0200 84d2 | c24e a4f2 | 6200 c0f2 | 48c4 48f9 | 0805 0091 | 48c4 08f9 | e103 00aa
|
3318 |
|
3319 | 0x0000000107ebf42c: ; {oop("Rendering overlay"{0x00000007140a9a20})}
|
3320 | 0x0000000107ebf42c: 0244 93d2 | 4281 a2f2 | e200 c0f2
|
3321 |
|
3322 | 0x0000000107ebf438: ; ImmutableOopMap {[216]=Oop }
|
3323 | ;*invokestatic m_127521_ {reexecute=0 rethrow=0 return_oop=0}
|
3324 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@680 (line 956)
|
3325 | ; {static_call}
|
3326 | 0x0000000107ebf438: 32e8 7695
|
3327 |
|
3328 | 0x0000000107ebf43c: ; implicit exception: dispatches to 0x0000000107ec07d8
|
3329 | 0x0000000107ebf43c: 1f00 40f9 | e203 00aa
|
3330 |
|
3331 | 0x0000000107ebf444: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
3332 | 0x0000000107ebf444: 0300 84d2 | c34e a4f2 | 6300 c0f2
|
3333 |
|
3334 | 0x0000000107ebf450: ; {metadata('net/minecraft/CrashReport')}
|
3335 | 0x0000000107ebf450: 0862 99d2 | 880b a0f2 | 0801 c0f2 | 6904 4091 | 29a1 0691 | 2801 00f9 | 68d8 48f9 | 0805 0091
|
3336 | 0x0000000107ebf470: 68d8 08f9
|
3337 |
|
3338 | 0x0000000107ebf474: ; {metadata(method data for {method} {0x0000000122996db0} 'm_127514_' '(Ljava/lang/String;)Lnet/minecraft/CrashReportCategory;' in 'net/minecraft/CrashReport')}
|
3339 | 0x0000000107ebf474: 02bf 94d2 | e234 a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
3340 | 0x0000000107ebf494: 409a 0054 | e203 00aa
|
3341 |
|
3342 | 0x0000000107ebf49c: ; {metadata(method data for {method} {0x0000000122996db0} 'm_127514_' '(Ljava/lang/String;)Lnet/minecraft/CrashReportCategory;' in 'net/minecraft/CrashReport')}
|
3343 | 0x0000000107ebf49c: 03bf 94d2 | e334 a4f2 | 6300 c0f2
|
3344 |
|
3345 | 0x0000000107ebf4a8: ; {metadata('net/minecraft/CrashReport')}
|
3346 | 0x0000000107ebf4a8: 0862 99d2 | 880b a0f2 | 0801 c0f2 | 6900 0491 | 2801 00f9 | 6884 40f9 | 0805 0091 | 6884 00f9
|
3347 | 0x0000000107ebf4c8: ; {oop("Overlay render details"{0x00000007140a99e0})}
|
3348 | 0x0000000107ebf4c8: 023c 93d2 | 4281 a2f2 | e200 c0f2 | e303 0032 | e103 00aa | e0ff 00f9
|
3349 |
|
3350 | 0x0000000107ebf4e0: ; ImmutableOopMap {[216]=Oop [504]=Oop }
|
3351 | ;*invokevirtual m_127516_ {reexecute=0 rethrow=0 return_oop=0}
|
3352 | ; - net.minecraft.CrashReport::m_127514_@3 (line 154)
|
3353 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@690 (line 957)
|
3354 | ; {optimized virtual_call}
|
3355 | 0x0000000107ebf4e0: 88e6 7695
|
3356 |
|
3357 | 0x0000000107ebf4e4: ; ImmutableOopMap {[216]=Oop [504]=Oop c_rarg0=Oop }
|
3358 | ;*invokedynamic {reexecute=0 rethrow=0 return_oop=0}
|
3359 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@701 (line 958)
|
3360 | ; {runtime_call load_appendix_patching Runtime1 stub}
|
3361 | 0x0000000107ebf4e4: c7b4 7995 | e16f 40f9 | e003 01f9
|
3362 |
|
3363 | 0x0000000107ebf4f0: ; ImmutableOopMap {[504]=Oop [512]=Oop }
|
3364 | ;*invokedynamic {reexecute=0 rethrow=0 return_oop=0}
|
3365 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@701 (line 958)
|
3366 | ; {static_call}
|
3367 | 0x0000000107ebf4f0: 04e8 7695
|
3368 |
|
3369 | 0x0000000107ebf4f4: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
3370 | 0x0000000107ebf4f4: 0200 84d2 | c24e a4f2 | 6200 c0f2 | 4204 4091 | 42c0 0791 | e303 00aa | a300 00b5 | 4900 40f9
|
3371 | 0x0000000107ebf514: 2901 40b2 | 4900 00f9 | 1600 0014 | 6308 40b9 | 6300 5dd2 | 4900 40f9 | 6300 09ca | 68f4 7e92
|
3372 | 0x0000000107ebf534: 0802 00b4 | e301 0837 | a901 00b4 | 3f05 00f1 | 6001 0054 | bf39 03d5 | 6300 09ca | 4900 40f9
|
3373 | 0x0000000107ebf554: 6300 09ca | 68f4 7e92 | c800 00b4 | 4900 40f9 | 2901 7fb2 | 4900 00f9 | 0200 0014 | 4300 00f9
|
3374 | 0x0000000107ebf574: ; {oop("Overlay name"{0x00000007140a99a8})}
|
3375 | 0x0000000107ebf574: 0235 93d2 | 4281 a2f2 | e200 c0f2 | e303 00aa | e103 41f9 | e9ff 9fd2 | e9ff bff2 | e9ff dff2
|
3376 | 0x0000000107ebf594: ; ImmutableOopMap {[504]=Oop }
|
3377 | ;*invokevirtual m_128165_ {reexecute=0 rethrow=0 return_oop=0}
|
3378 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@706 (line 958)
|
3379 | ; {virtual_call}
|
3380 | 0x0000000107ebf594: 1be7 7695
|
3381 |
|
3382 | 0x0000000107ebf598: ; ImmutableOopMap {[504]=Oop }
|
3383 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
3384 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@710 (line 961)
|
3385 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
3386 | 0x0000000107ebf598: dab3 7995 | 68ec 4439 | 1f11 0071
|
3387 |
|
3388 | 0x0000000107ebf5a4: ; implicit exception: dispatches to 0x0000000107ec07fc
|
3389 | 0x0000000107ebf5a4: e192 0054 | 8087 40f9 | 0ba0 0091 | 888f 40f9 | 7f01 08eb | 4892 0054 | 8b87 00f9 | ea03 40b2
|
3390 | 0x0000000107ebf5c4: 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | 5ffd 00a9 | bf3a 03d5 | e203 00aa
|
3391 | 0x0000000107ebf5e4: ; {metadata(method data for {method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
3392 | 0x0000000107ebf5e4: 0100 84d2 | c14e a4f2 | 6100 c0f2 | 281c 49f9 | 0805 0091 | 281c 09f9 | e2ff 40f9 | e103 00aa
|
3393 | 0x0000000107ebf604: e007 01f9
|
3394 |
|
3395 | 0x0000000107ebf608: ; ImmutableOopMap {[520]=Oop }
|
3396 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
3397 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@716 (line 961)
|
3398 | ; {optimized virtual_call}
|
3399 | 0x0000000107ebf608: 3ee6 7695 | e007 41f9 | 8b04 0014 | 80eb 41f9 | 9feb 01f9 | 9fef 01f9 | e103 00aa
|
3400 |
|
3401 | 0x0000000107ebf624: ; {oop(a 'java/util/Stack'{0x0000000708b1a9b0})}
|
3402 | 0x0000000107ebf624: 0036 95d2 | 2016 a1f2 | e000 c0f2 | e0a3 0891 | 0200 40f9 | 0201 00b4 | 0304 40f9 | e903 00aa
|
3403 | 0x0000000107ebf644: 62fc e0c8 | 3f01 00eb | 6000 0054 | bf3b 03d5 | 6d04 0014 | e003 01aa | 7804 0014 | 80eb 41f9
|
3404 | 0x0000000107ebf664: 9feb 01f9 | 9fef 01f9 | e103 00aa
|
3405 |
|
3406 | 0x0000000107ebf670: ; {oop(a 'java/util/Stack'{0x0000000708b1a9b0})}
|
3407 | 0x0000000107ebf670: 0036 95d2 | 2016 a1f2 | e000 c0f2 | e0a3 0891 | 0200 40f9 | 0201 00b4 | 0304 40f9 | e903 00aa
|
3408 | 0x0000000107ebf690: 62fc e0c8 | 3f01 00eb | 6000 0054 | bf3b 03d5 | 5e04 0014 | e003 01aa | 6504 0014
|
3409 |
|
3410 | 0x0000000107ebf6ac: ; {metadata({method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
3411 | 0x0000000107ebf6ac: 08c7 87d2 | a824 a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3412 |
|
3413 | 0x0000000107ebf6c4: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop }
|
3414 | ;*synchronization entry
|
3415 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@-1 (line 895)
|
3416 | ; {runtime_call counter_overflow Runtime1 stub}
|
3417 | 0x0000000107ebf6c4: cfb5 7995 | b0e7 ff17
|
3418 |
|
3419 | 0x0000000107ebf6cc: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop c_rarg0=Oop }
|
3420 | ;*invokevirtual m_91302_ {reexecute=0 rethrow=0 return_oop=0}
|
3421 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@4 (line 895)
|
3422 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
3423 | 0x0000000107ebf6cc: 0da3 7995
|
3424 |
|
3425 | 0x0000000107ebf6d0: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop c_rarg0=Oop c_rarg4=Oop }
|
3426 | ;*getfield f_92126_ {reexecute=1 rethrow=0 return_oop=0}
|
3427 | ; - (reexecute) net.minecraft.client.renderer.GameRenderer::m_109093_@17 (line 895)
|
3428 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
3429 | 0x0000000107ebf6d0: 0ca3 7995
|
3430 |
|
3431 | 0x0000000107ebf6d4: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop c_rarg0=Oop c_rarg4=Oop }
|
3432 | ;*invokevirtual m_231551_ {reexecute=0 rethrow=0 return_oop=0}
|
3433 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@33 (line 895)
|
3434 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
3435 | 0x0000000107ebf6d4: 0ba3 7995 | e803 04aa
|
3436 |
|
3437 | 0x0000000107ebf6dc: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop c_rarg0=Oop }
|
3438 | ;*checkcast {reexecute=0 rethrow=0 return_oop=0}
|
3439 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@36 (line 895)
|
3440 | ; {runtime_call throw_class_cast_exception Runtime1 stub}
|
3441 | 0x0000000107ebf6dc: 09ac 7995
|
3442 |
|
3443 | 0x0000000107ebf6e0: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop c_rarg0=Oop c_rarg4=Oop }
|
3444 | ;*invokevirtual booleanValue {reexecute=0 rethrow=0 return_oop=0}
|
3445 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@39 (line 895)
|
3446 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
3447 | 0x0000000107ebf6e0: 08a3 7995
|
3448 |
|
3449 | 0x0000000107ebf6e4: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop c_rarg0=Oop }
|
3450 | ;*invokevirtual m_91584_ {reexecute=0 rethrow=0 return_oop=0}
|
3451 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@52 (line 895)
|
3452 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
3453 | 0x0000000107ebf6e4: 07a3 7995
|
3454 |
|
3455 | 0x0000000107ebf6e8: ; {metadata({method} {0x00000001229666b0} 'm_137550_' '()J' in 'net/minecraft/Util')}
|
3456 | 0x0000000107ebf6e8: 08d6 8cd2 | c852 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3457 |
|
3458 | 0x0000000107ebf700: ; ImmutableOopMap {[216]=Oop }
|
3459 | ;*synchronization entry
|
3460 | ; - net.minecraft.Util::m_137550_@-1 (line 115)
|
3461 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@85 (line 900)
|
3462 | ; {runtime_call counter_overflow Runtime1 stub}
|
3463 | 0x0000000107ebf700: c0b5 7995 | 5be8 ff17
|
3464 |
|
3465 | 0x0000000107ebf708: ; {metadata({method} {0x0000000122966748} 'm_137569_' '()J' in 'net/minecraft/Util')}
|
3466 | 0x0000000107ebf708: 08e9 8cd2 | c852 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3467 |
|
3468 | 0x0000000107ebf720: ; ImmutableOopMap {[216]=Oop }
|
3469 | ;*synchronization entry
|
3470 | ; - net.minecraft.Util::m_137569_@-1 (line 119)
|
3471 | ; - net.minecraft.Util::m_137550_@0 (line 115)
|
3472 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@85 (line 900)
|
3473 | ; {runtime_call counter_overflow Runtime1 stub}
|
3474 | 0x0000000107ebf720: b8b5 7995 | 62e8 ff17
|
3475 |
|
3476 | 0x0000000107ebf728: ; ImmutableOopMap {[216]=Oop c_rarg0=Oop }
|
3477 | ;*invokeinterface getAsLong {reexecute=0 rethrow=0 return_oop=0}
|
3478 | ; - net.minecraft.Util::m_137569_@3 (line 119)
|
3479 | ; - net.minecraft.Util::m_137550_@0 (line 115)
|
3480 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@85 (line 900)
|
3481 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
3482 | 0x0000000107ebf728: f6a2 7995
|
3483 |
|
3484 | 0x0000000107ebf72c: ; {metadata({method} {0x00000001229666b0} 'm_137550_' '()J' in 'net/minecraft/Util')}
|
3485 | 0x0000000107ebf72c: 08d6 8cd2 | c852 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3486 |
|
3487 | 0x0000000107ebf744: ; ImmutableOopMap {[216]=Oop }
|
3488 | ;*synchronization entry
|
3489 | ; - net.minecraft.Util::m_137550_@-1 (line 115)
|
3490 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@58 (line 896)
|
3491 | ; {runtime_call counter_overflow Runtime1 stub}
|
3492 | 0x0000000107ebf744: afb5 7995 | a2e8 ff17
|
3493 |
|
3494 | 0x0000000107ebf74c: ; {metadata({method} {0x0000000122966748} 'm_137569_' '()J' in 'net/minecraft/Util')}
|
3495 | 0x0000000107ebf74c: 08e9 8cd2 | c852 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3496 |
|
3497 | 0x0000000107ebf764: ; ImmutableOopMap {[216]=Oop }
|
3498 | ;*synchronization entry
|
3499 | ; - net.minecraft.Util::m_137569_@-1 (line 119)
|
3500 | ; - net.minecraft.Util::m_137550_@0 (line 115)
|
3501 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@58 (line 896)
|
3502 | ; {runtime_call counter_overflow Runtime1 stub}
|
3503 | 0x0000000107ebf764: a7b5 7995 | a9e8 ff17
|
3504 |
|
3505 | 0x0000000107ebf76c: ; ImmutableOopMap {[216]=Oop c_rarg0=Oop }
|
3506 | ;*invokeinterface getAsLong {reexecute=0 rethrow=0 return_oop=0}
|
3507 | ; - net.minecraft.Util::m_137569_@3 (line 119)
|
3508 | ; - net.minecraft.Util::m_137550_@0 (line 115)
|
3509 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@58 (line 896)
|
3510 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
3511 | 0x0000000107ebf76c: e5a2 7995
|
3512 |
|
3513 | 0x0000000107ebf770: ; ImmutableOopMap {c_rarg0=Oop [216]=Oop c_rarg1=Oop }
|
3514 | ;*invokevirtual m_91358_ {reexecute=0 rethrow=0 return_oop=0}
|
3515 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@78 (line 897)
|
3516 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
3517 | 0x0000000107ebf770: e4a2 7995
|
3518 |
|
3519 | 0x0000000107ebf774: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop c_rarg2=Oop }
|
3520 | ;*getfield f_91079_ {reexecute=1 rethrow=0 return_oop=0}
|
3521 | ; - (reexecute) net.minecraft.client.renderer.GameRenderer::m_109093_@95 (line 903)
|
3522 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
3523 | 0x0000000107ebf774: e3a2 7995
|
3524 |
|
3525 | 0x0000000107ebf778: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [216]=Oop c_rarg3=Oop }
|
3526 | ;*invokevirtual m_91589_ {reexecute=0 rethrow=0 return_oop=0}
|
3527 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@108 (line 904)
|
3528 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
3529 | 0x0000000107ebf778: e2a2 7995
|
3530 |
|
3531 | 0x0000000107ebf77c: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [216]=Oop c_rarg3=Oop c_rarg4=Oop }
|
3532 | ;*invokevirtual m_85445_ {reexecute=0 rethrow=0 return_oop=0}
|
3533 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@118 (line 904)
|
3534 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
3535 | 0x0000000107ebf77c: e1a2 7995
|
3536 |
|
3537 | 0x0000000107ebf780: ; {metadata({method} {0x00000003206dcf80} 'viewport' '(IIII)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
3538 | 0x0000000107ebf780: 08f0 99d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3539 |
|
3540 | 0x0000000107ebf798: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop }
|
3541 | ;*synchronization entry
|
3542 | ; - com.mojang.blaze3d.systems.RenderSystem::viewport@-1 (line 518)
|
3543 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@197 (line 906)
|
3544 | ; {runtime_call counter_overflow Runtime1 stub}
|
3545 | 0x0000000107ebf798: 9ab5 7995 | 94e9 ff17
|
3546 |
|
3547 | 0x0000000107ebf7a0: ; {metadata({method} {0x00000003206db4f0} 'assertOnGameThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
3548 | 0x0000000107ebf7a0: 089e 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3549 |
|
3550 | 0x0000000107ebf7b8: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop }
|
3551 | ;*synchronization entry
|
3552 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnGameThreadOrInit@-1 (line 158)
|
3553 | ; - com.mojang.blaze3d.systems.RenderSystem::viewport@0 (line 518)
|
3554 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@197 (line 906)
|
3555 | ; {runtime_call counter_overflow Runtime1 stub}
|
3556 | 0x0000000107ebf7b8: 92b5 7995 | 9be9 ff17
|
3557 |
|
3558 | 0x0000000107ebf7c0: ; {metadata({method} {0x00000003206db3a0} 'isOnGameThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
3559 | 0x0000000107ebf7c0: 0874 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3560 |
|
3561 | 0x0000000107ebf7d8: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop }
|
3562 | ;*synchronization entry
|
3563 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnGameThread@-1 (line 146)
|
3564 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnGameThreadOrInit@6 (line 158)
|
3565 | ; - com.mojang.blaze3d.systems.RenderSystem::viewport@0 (line 518)
|
3566 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@197 (line 906)
|
3567 | ; {runtime_call counter_overflow Runtime1 stub}
|
3568 | 0x0000000107ebf7d8: 8ab5 7995 | b1e9 ff17
|
3569 |
|
3570 | 0x0000000107ebf7e0: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop c_rarg0=Oop }
|
3571 | ;*getfield f_91073_ {reexecute=1 rethrow=0 return_oop=0}
|
3572 | ; - (reexecute) net.minecraft.client.renderer.GameRenderer::m_109093_@209 (line 907)
|
3573 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
3574 | 0x0000000107ebf7e0: c8a2 7995
|
3575 |
|
3576 | 0x0000000107ebf7e4: ; ImmutableOopMap {[216]=Oop c_rarg0=Oop }
|
3577 | ;*invokeinterface m_6180_ {reexecute=0 rethrow=0 return_oop=0}
|
3578 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@225 (line 908)
|
3579 | ; {runtime_call throw_incompatible_class_change_error Runtime1 stub}
|
3580 | 0x0000000107ebf7e4: 87ac 7995
|
3581 |
|
3582 | 0x0000000107ebf7e8: ; ImmutableOopMap {[216]=Oop c_rarg0=Oop }
|
3583 | ;*invokeinterface m_6180_ {reexecute=0 rethrow=0 return_oop=0}
|
3584 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@225 (line 908)
|
3585 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
3586 | 0x0000000107ebf7e8: c6a2 7995
|
3587 |
|
3588 | 0x0000000107ebf7ec: ; {metadata({method} {0x000000032082e4f8} 'm_6180_' '(Ljava/lang/String;)V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
3589 | 0x0000000107ebf7ec: 089f 9cd2 | 4810 a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3590 |
|
3591 | 0x0000000107ebf804: ; ImmutableOopMap {[216]=Oop }
|
3592 | ;*synchronization entry
|
3593 | ; - net.minecraft.util.profiling.InactiveProfiler::m_6180_@-1 (line 27)
|
3594 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@225 (line 908)
|
3595 | ; {runtime_call counter_overflow Runtime1 stub}
|
3596 | 0x0000000107ebf804: 7fb5 7995 | 00ea ff17
|
3597 |
|
3598 | 0x0000000107ebf80c: ; ImmutableOopMap {[216]=Oop }
|
3599 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
3600 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@233 (line 909)
|
3601 | ; {runtime_call fast_new_instance Runtime1 stub}
|
3602 | 0x0000000107ebf80c: fda4 7995 | 0eea ff17
|
3603 |
|
3604 | 0x0000000107ebf814: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop }
|
3605 | ;*getfield f_91060_ {reexecute=1 rethrow=0 return_oop=0}
|
3606 | ; - (reexecute) net.minecraft.client.renderer.GameRenderer::m_109093_@251 (line 911)
|
3607 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
3608 | 0x0000000107ebf814: bba2 7995
|
3609 |
|
3610 | 0x0000000107ebf818: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop c_rarg0=Oop }
|
3611 | ;*invokevirtual m_109769_ {reexecute=0 rethrow=0 return_oop=0}
|
3612 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@254 (line 911)
|
3613 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
3614 | 0x0000000107ebf818: baa2 7995
|
3615 |
|
3616 | 0x0000000107ebf81c: ; {metadata({method} {0x00000003206dc1e8} 'disableBlend' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
3617 | 0x0000000107ebf81c: 083d 98d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3618 |
|
3619 | 0x0000000107ebf834: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop }
|
3620 | ;*synchronization entry
|
3621 | ; - com.mojang.blaze3d.systems.RenderSystem::disableBlend@-1 (line 317)
|
3622 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@271 (line 913)
|
3623 | ; {runtime_call counter_overflow Runtime1 stub}
|
3624 | 0x0000000107ebf834: 73b5 7995 | 66ea ff17
|
3625 |
|
3626 | 0x0000000107ebf83c: ; {metadata({method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
3627 | 0x0000000107ebf83c: 08ca 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3628 |
|
3629 | 0x0000000107ebf854: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop }
|
3630 | ;*synchronization entry
|
3631 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@-1 (line 172)
|
3632 | ; - com.mojang.blaze3d.systems.RenderSystem::disableBlend@0 (line 317)
|
3633 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@271 (line 913)
|
3634 | ; {runtime_call counter_overflow Runtime1 stub}
|
3635 | 0x0000000107ebf854: 6bb5 7995 | 6dea ff17
|
3636 |
|
3637 | 0x0000000107ebf85c: ; {metadata({method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
3638 | 0x0000000107ebf85c: 082b 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3639 |
|
3640 | 0x0000000107ebf874: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop }
|
3641 | ;*synchronization entry
|
3642 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnRenderThread@-1 (line 127)
|
3643 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@0 (line 172)
|
3644 | ; - com.mojang.blaze3d.systems.RenderSystem::disableBlend@0 (line 317)
|
3645 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@271 (line 913)
|
3646 | ; {runtime_call counter_overflow Runtime1 stub}
|
3647 | 0x0000000107ebf874: 63b5 7995 | 74ea ff17
|
3648 |
|
3649 | 0x0000000107ebf87c: ; {metadata({method} {0x0000000320e62d20} '_disableBlend' '()V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
3650 | 0x0000000107ebf87c: 08a4 85d2 | c81c a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3651 |
|
3652 | 0x0000000107ebf894: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop c_rarg2=Oop }
|
3653 | ;*synchronization entry
|
3654 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableBlend@-1 (line 95)
|
3655 | ; - com.mojang.blaze3d.systems.RenderSystem::disableBlend@3 (line 321)
|
3656 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@271 (line 913)
|
3657 | ; {runtime_call counter_overflow Runtime1 stub}
|
3658 | 0x0000000107ebf894: 5bb5 7995 | a8ea ff17
|
3659 |
|
3660 | 0x0000000107ebf89c: ; {metadata({method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
3661 | 0x0000000107ebf89c: 08ca 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3662 |
|
3663 | 0x0000000107ebf8b4: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop c_rarg2=Oop }
|
3664 | ;*synchronization entry
|
3665 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@-1 (line 172)
|
3666 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableBlend@0 (line 95)
|
3667 | ; - com.mojang.blaze3d.systems.RenderSystem::disableBlend@3 (line 321)
|
3668 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@271 (line 913)
|
3669 | ; {runtime_call counter_overflow Runtime1 stub}
|
3670 | 0x0000000107ebf8b4: 53b5 7995 | afea ff17
|
3671 |
|
3672 | 0x0000000107ebf8bc: ; {metadata({method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
3673 | 0x0000000107ebf8bc: 082b 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3674 |
|
3675 | 0x0000000107ebf8d4: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop c_rarg2=Oop }
|
3676 | ;*synchronization entry
|
3677 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnRenderThread@-1 (line 127)
|
3678 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@0 (line 172)
|
3679 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableBlend@0 (line 95)
|
3680 | ; - com.mojang.blaze3d.systems.RenderSystem::disableBlend@3 (line 321)
|
3681 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@271 (line 913)
|
3682 | ; {runtime_call counter_overflow Runtime1 stub}
|
3683 | 0x0000000107ebf8d4: 4bb5 7995 | b6ea ff17
|
3684 |
|
3685 | 0x0000000107ebf8dc: ; ImmutableOopMap {[216]=Oop }
|
3686 | ;*getfield f_84577_ {reexecute=1 rethrow=0 return_oop=0}
|
3687 | ; - (reexecute) com.mojang.blaze3d.platform.GlStateManager::_disableBlend@6 (line 96)
|
3688 | ; - com.mojang.blaze3d.systems.RenderSystem::disableBlend@3 (line 321)
|
3689 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@271 (line 913)
|
3690 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
3691 | 0x0000000107ebf8dc: 89a2 7995
|
3692 |
|
3693 | 0x0000000107ebf8e0: ; ImmutableOopMap {[216]=Oop c_rarg0=Oop }
|
3694 | ;*invokevirtual m_84589_ {reexecute=0 rethrow=0 return_oop=0}
|
3695 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableBlend@9 (line 96)
|
3696 | ; - com.mojang.blaze3d.systems.RenderSystem::disableBlend@3 (line 321)
|
3697 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@271 (line 913)
|
3698 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
3699 | 0x0000000107ebf8e0: 88a2 7995
|
3700 |
|
3701 | 0x0000000107ebf8e4: ; {metadata({method} {0x0000000320e6a6f8} 'm_84589_' '()V' in 'com/mojang/blaze3d/platform/GlStateManager$BooleanState')}
|
3702 | 0x0000000107ebf8e4: 08df 94d2 | c81c a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3703 |
|
3704 | 0x0000000107ebf8fc: ; ImmutableOopMap {[216]=Oop c_rarg0=Oop }
|
3705 | ;*synchronization entry
|
3706 | ; - com.mojang.blaze3d.platform.GlStateManager$BooleanState::m_84589_@-1 (line 770)
|
3707 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableBlend@9 (line 96)
|
3708 | ; - com.mojang.blaze3d.systems.RenderSystem::disableBlend@3 (line 321)
|
3709 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@271 (line 913)
|
3710 | ; {runtime_call counter_overflow Runtime1 stub}
|
3711 | 0x0000000107ebf8fc: 41b5 7995 | eaea ff17
|
3712 |
|
3713 | 0x0000000107ebf904: ; {metadata({method} {0x00000003206dbd68} 'disableDepthTest' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
3714 | 0x0000000107ebf904: 08ad 97d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3715 |
|
3716 | 0x0000000107ebf91c: ; ImmutableOopMap {[216]=Oop }
|
3717 | ;*synchronization entry
|
3718 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@-1 (line 245)
|
3719 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@274 (line 914)
|
3720 | ; {runtime_call counter_overflow Runtime1 stub}
|
3721 | 0x0000000107ebf91c: 39b5 7995 | fbea ff17
|
3722 |
|
3723 | 0x0000000107ebf924: ; {metadata({method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
3724 | 0x0000000107ebf924: 08ca 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3725 |
|
3726 | 0x0000000107ebf93c: ; ImmutableOopMap {[216]=Oop }
|
3727 | ;*synchronization entry
|
3728 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@-1 (line 172)
|
3729 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@0 (line 245)
|
3730 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@274 (line 914)
|
3731 | ; {runtime_call counter_overflow Runtime1 stub}
|
3732 | 0x0000000107ebf93c: 31b5 7995 | 02eb ff17
|
3733 |
|
3734 | 0x0000000107ebf944: ; {metadata({method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
3735 | 0x0000000107ebf944: 082b 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3736 |
|
3737 | 0x0000000107ebf95c: ; ImmutableOopMap {[216]=Oop }
|
3738 | ;*synchronization entry
|
3739 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnRenderThread@-1 (line 127)
|
3740 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@0 (line 172)
|
3741 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@0 (line 245)
|
3742 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@274 (line 914)
|
3743 | ; {runtime_call counter_overflow Runtime1 stub}
|
3744 | 0x0000000107ebf95c: 29b5 7995 | 09eb ff17
|
3745 |
|
3746 | 0x0000000107ebf964: ; {metadata({method} {0x0000000320e62a50} '_disableDepthTest' '()V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
3747 | 0x0000000107ebf964: 084a 85d2 | c81c a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3748 |
|
3749 | 0x0000000107ebf97c: ; ImmutableOopMap {[216]=Oop c_rarg2=Oop }
|
3750 | ;*synchronization entry
|
3751 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@-1 (line 67)
|
3752 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
3753 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@274 (line 914)
|
3754 | ; {runtime_call counter_overflow Runtime1 stub}
|
3755 | 0x0000000107ebf97c: 21b5 7995 | 3deb ff17
|
3756 |
|
3757 | 0x0000000107ebf984: ; {metadata({method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
3758 | 0x0000000107ebf984: 08b4 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3759 |
|
3760 | 0x0000000107ebf99c: ; ImmutableOopMap {[216]=Oop c_rarg2=Oop }
|
3761 | ;*synchronization entry
|
3762 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@-1 (line 165)
|
3763 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@0 (line 67)
|
3764 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
3765 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@274 (line 914)
|
3766 | ; {runtime_call counter_overflow Runtime1 stub}
|
3767 | 0x0000000107ebf99c: 19b5 7995 | 44eb ff17
|
3768 |
|
3769 | 0x0000000107ebf9a4: ; {metadata({method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
3770 | 0x0000000107ebf9a4: 082b 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3771 |
|
3772 | 0x0000000107ebf9bc: ; ImmutableOopMap {[216]=Oop c_rarg2=Oop }
|
3773 | ;*synchronization entry
|
3774 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnRenderThread@-1 (line 127)
|
3775 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@6 (line 165)
|
3776 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@0 (line 67)
|
3777 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
3778 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@274 (line 914)
|
3779 | ; {runtime_call counter_overflow Runtime1 stub}
|
3780 | 0x0000000107ebf9bc: 11b5 7995 | 5aeb ff17
|
3781 |
|
3782 | 0x0000000107ebf9c4: ; ImmutableOopMap {[216]=Oop }
|
3783 | ;*getfield f_84626_ {reexecute=1 rethrow=0 return_oop=0}
|
3784 | ; - (reexecute) com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@6 (line 68)
|
3785 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
3786 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@274 (line 914)
|
3787 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
3788 | 0x0000000107ebf9c4: 4fa2 7995
|
3789 |
|
3790 | 0x0000000107ebf9c8: ; ImmutableOopMap {[216]=Oop c_rarg1=Oop }
|
3791 | ;*invokevirtual m_84589_ {reexecute=0 rethrow=0 return_oop=0}
|
3792 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@9 (line 68)
|
3793 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
3794 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@274 (line 914)
|
3795 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
3796 | 0x0000000107ebf9c8: 4ea2 7995
|
3797 |
|
3798 | 0x0000000107ebf9cc: ; {metadata({method} {0x0000000320e6a6f8} 'm_84589_' '()V' in 'com/mojang/blaze3d/platform/GlStateManager$BooleanState')}
|
3799 | 0x0000000107ebf9cc: 08df 94d2 | c81c a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3800 |
|
3801 | 0x0000000107ebf9e4: ; ImmutableOopMap {[216]=Oop c_rarg1=Oop }
|
3802 | ;*synchronization entry
|
3803 | ; - com.mojang.blaze3d.platform.GlStateManager$BooleanState::m_84589_@-1 (line 770)
|
3804 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@9 (line 68)
|
3805 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
3806 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@274 (line 914)
|
3807 | ; {runtime_call counter_overflow Runtime1 stub}
|
3808 | 0x0000000107ebf9e4: 07b5 7995 | 8eeb ff17
|
3809 |
|
3810 | 0x0000000107ebf9ec: ; {metadata({method} {0x00000003206e0f08} 'resetTextureMatrix' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
3811 | 0x0000000107ebf9ec: 08e1 81d2 | c80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3812 |
|
3813 | 0x0000000107ebfa04: ; ImmutableOopMap {[216]=Oop }
|
3814 | ;*synchronization entry
|
3815 | ; - com.mojang.blaze3d.systems.RenderSystem::resetTextureMatrix@-1 (line 1297)
|
3816 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@277 (line 915)
|
3817 | ; {runtime_call counter_overflow Runtime1 stub}
|
3818 | 0x0000000107ebfa04: ffb4 7995 | 9eeb ff17
|
3819 |
|
3820 | 0x0000000107ebfa0c: ; {metadata({method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
3821 | 0x0000000107ebfa0c: 082b 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3822 |
|
3823 | 0x0000000107ebfa24: ; ImmutableOopMap {[216]=Oop }
|
3824 | ;*synchronization entry
|
3825 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnRenderThread@-1 (line 127)
|
3826 | ; - com.mojang.blaze3d.systems.RenderSystem::resetTextureMatrix@0 (line 1297)
|
3827 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@277 (line 915)
|
3828 | ; {runtime_call counter_overflow Runtime1 stub}
|
3829 | 0x0000000107ebfa24: f7b4 7995 | a5eb ff17
|
3830 |
|
3831 | 0x0000000107ebfa2c: ; {metadata({method} {0x00000003206db8e0} 'recordRenderCall' '(Lcom/mojang/blaze3d/pipeline/RenderCall;)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
3832 | 0x0000000107ebfa2c: 081c 97d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3833 |
|
3834 | 0x0000000107ebfa44: ; ImmutableOopMap {[216]=Oop c_rarg0=Oop }
|
3835 | ;*synchronization entry
|
3836 | ; - com.mojang.blaze3d.systems.RenderSystem::recordRenderCall@-1 (line 195)
|
3837 | ; - com.mojang.blaze3d.systems.RenderSystem::resetTextureMatrix@11 (line 1298)
|
3838 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@277 (line 915)
|
3839 | ; {runtime_call counter_overflow Runtime1 stub}
|
3840 | 0x0000000107ebfa44: efb4 7995 | faeb ff17
|
3841 |
|
3842 | 0x0000000107ebfa4c: ; {metadata({method} {0x0000000120f3cef8} 'add' '(Ljava/lang/Object;)Z' in 'java/util/concurrent/ConcurrentLinkedQueue')}
|
3843 | 0x0000000107ebfa4c: 08df 99d2 | 681e a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3844 |
|
3845 | 0x0000000107ebfa64: ; ImmutableOopMap {[216]=Oop c_rarg0=Oop c_rarg1=Oop }
|
3846 | ;*synchronization entry
|
3847 | ; - java.util.concurrent.ConcurrentLinkedQueue::add@-1 (line 283)
|
3848 | ; - com.mojang.blaze3d.systems.RenderSystem::recordRenderCall@4 (line 195)
|
3849 | ; - com.mojang.blaze3d.systems.RenderSystem::resetTextureMatrix@11 (line 1298)
|
3850 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@277 (line 915)
|
3851 | ; {runtime_call counter_overflow Runtime1 stub}
|
3852 | 0x0000000107ebfa64: e7b4 7995 | 27ec ff17
|
3853 |
|
3854 | 0x0000000107ebfa6c: ; ImmutableOopMap {[216]=Oop c_rarg1=Oop }
|
3855 | ;*invokevirtual identity {reexecute=0 rethrow=0 return_oop=0}
|
3856 | ; - com.mojang.blaze3d.systems.RenderSystem::resetTextureMatrix@20 (line 1302)
|
3857 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@277 (line 915)
|
3858 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
3859 | 0x0000000107ebfa6c: 25a2 7995
|
3860 |
|
3861 | 0x0000000107ebfa70: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop c_rarg0=Oop }
|
3862 | ;*invokevirtual m_110023_ {reexecute=0 rethrow=0 return_oop=0}
|
3863 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@285 (line 916)
|
3864 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
3865 | 0x0000000107ebfa70: 24a2 7995
|
3866 |
|
3867 | 0x0000000107ebfa74: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop c_rarg2=Oop }
|
3868 | ;*invokevirtual m_91385_ {reexecute=0 rethrow=0 return_oop=0}
|
3869 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@292 (line 919)
|
3870 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
3871 | 0x0000000107ebfa74: 23a2 7995
|
3872 |
|
3873 | 0x0000000107ebfa78: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop c_rarg0=Oop [256]=Oop }
|
3874 | ;*invokevirtual m_83947_ {reexecute=0 rethrow=0 return_oop=0}
|
3875 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@296 (line 919)
|
3876 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
3877 | 0x0000000107ebfa78: 22a2 7995
|
3878 |
|
3879 | 0x0000000107ebfa7c: ; {metadata({method} {0x0000000320769e50} 'm_83947_' '(Z)V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
3880 | 0x0000000107ebfa7c: 08ca 93d2 | c80e a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3881 |
|
3882 | 0x0000000107ebfa94: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop c_rarg0=Oop [256]=Oop }
|
3883 | ;*synchronization entry
|
3884 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@-1 (line 190)
|
3885 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@296 (line 919)
|
3886 | ; {runtime_call counter_overflow Runtime1 stub}
|
3887 | 0x0000000107ebfa94: dbb4 7995 | b9ec ff17
|
3888 |
|
3889 | 0x0000000107ebfa9c: ; {metadata({method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
3890 | 0x0000000107ebfa9c: 082b 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3891 |
|
3892 | 0x0000000107ebfab4: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop c_rarg0=Oop [256]=Oop }
|
3893 | ;*synchronization entry
|
3894 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnRenderThread@-1 (line 127)
|
3895 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@0 (line 190)
|
3896 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@296 (line 919)
|
3897 | ; {runtime_call counter_overflow Runtime1 stub}
|
3898 | 0x0000000107ebfab4: d3b4 7995 | c0ec ff17
|
3899 |
|
3900 | 0x0000000107ebfabc: ; {metadata({method} {0x00000003206db8e0} 'recordRenderCall' '(Lcom/mojang/blaze3d/pipeline/RenderCall;)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
3901 | 0x0000000107ebfabc: 081c 97d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3902 |
|
3903 | 0x0000000107ebfad4: ; ImmutableOopMap {[216]=Oop c_rarg0=Oop }
|
3904 | ;*synchronization entry
|
3905 | ; - com.mojang.blaze3d.systems.RenderSystem::recordRenderCall@-1 (line 195)
|
3906 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@13 (line 191)
|
3907 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@296 (line 919)
|
3908 | ; {runtime_call counter_overflow Runtime1 stub}
|
3909 | 0x0000000107ebfad4: cbb4 7995 | 17ed ff17
|
3910 |
|
3911 | 0x0000000107ebfadc: ; {metadata({method} {0x0000000120f3cef8} 'add' '(Ljava/lang/Object;)Z' in 'java/util/concurrent/ConcurrentLinkedQueue')}
|
3912 | 0x0000000107ebfadc: 08df 99d2 | 681e a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3913 |
|
3914 | 0x0000000107ebfaf4: ; ImmutableOopMap {[216]=Oop c_rarg0=Oop c_rarg1=Oop }
|
3915 | ;*synchronization entry
|
3916 | ; - java.util.concurrent.ConcurrentLinkedQueue::add@-1 (line 283)
|
3917 | ; - com.mojang.blaze3d.systems.RenderSystem::recordRenderCall@4 (line 195)
|
3918 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@13 (line 191)
|
3919 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@296 (line 919)
|
3920 | ; {runtime_call counter_overflow Runtime1 stub}
|
3921 | 0x0000000107ebfaf4: c3b4 7995 | 44ed ff17
|
3922 |
|
3923 | 0x0000000107ebfafc: ; {metadata({method} {0x0000000320769f30} 'm_83961_' '(Z)V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
3924 | 0x0000000107ebfafc: 08e6 93d2 | c80e a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3925 |
|
3926 | 0x0000000107ebfb14: ; ImmutableOopMap {[216]=Oop c_rarg2=Oop c_rarg0=Oop [256]=Oop }
|
3927 | ;*synchronization entry
|
3928 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@-1 (line 201)
|
3929 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
3930 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@296 (line 919)
|
3931 | ; {runtime_call counter_overflow Runtime1 stub}
|
3932 | 0x0000000107ebfb14: bbb4 7995 | 7eed ff17
|
3933 |
|
3934 | 0x0000000107ebfb1c: ; {metadata({method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
3935 | 0x0000000107ebfb1c: 08b4 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3936 |
|
3937 | 0x0000000107ebfb34: ; ImmutableOopMap {[216]=Oop c_rarg2=Oop c_rarg0=Oop [256]=Oop }
|
3938 | ;*synchronization entry
|
3939 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@-1 (line 165)
|
3940 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@0 (line 201)
|
3941 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
3942 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@296 (line 919)
|
3943 | ; {runtime_call counter_overflow Runtime1 stub}
|
3944 | 0x0000000107ebfb34: b3b4 7995 | 85ed ff17
|
3945 |
|
3946 | 0x0000000107ebfb3c: ; {metadata({method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
3947 | 0x0000000107ebfb3c: 082b 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3948 |
|
3949 | 0x0000000107ebfb54: ; ImmutableOopMap {[216]=Oop c_rarg2=Oop c_rarg0=Oop [256]=Oop }
|
3950 | ;*synchronization entry
|
3951 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnRenderThread@-1 (line 127)
|
3952 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@6 (line 165)
|
3953 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@0 (line 201)
|
3954 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
3955 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@296 (line 919)
|
3956 | ; {runtime_call counter_overflow Runtime1 stub}
|
3957 | 0x0000000107ebfb54: abb4 7995 | 9bed ff17
|
3958 |
|
3959 | 0x0000000107ebfb5c: ; {metadata({method} {0x0000000320e64b88} '_glBindFramebuffer' '(II)V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
3960 | 0x0000000107ebfb5c: 0871 89d2 | c81c a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3961 |
|
3962 | 0x0000000107ebfb74: ; ImmutableOopMap {[216]=Oop c_rarg2=Oop c_rarg0=Oop [256]=Oop }
|
3963 | ;*synchronization entry
|
3964 | ; - com.mojang.blaze3d.platform.GlStateManager::_glBindFramebuffer@-1 (line 343)
|
3965 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@9 (line 202)
|
3966 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
3967 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@296 (line 919)
|
3968 | ; {runtime_call counter_overflow Runtime1 stub}
|
3969 | 0x0000000107ebfb74: a3b4 7995 | cbed ff17
|
3970 |
|
3971 | 0x0000000107ebfb7c: ; {metadata({method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
3972 | 0x0000000107ebfb7c: 08b4 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3973 |
|
3974 | 0x0000000107ebfb94: ; ImmutableOopMap {[216]=Oop c_rarg2=Oop c_rarg0=Oop [256]=Oop }
|
3975 | ;*synchronization entry
|
3976 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@-1 (line 165)
|
3977 | ; - com.mojang.blaze3d.platform.GlStateManager::_glBindFramebuffer@0 (line 343)
|
3978 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@9 (line 202)
|
3979 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
3980 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@296 (line 919)
|
3981 | ; {runtime_call counter_overflow Runtime1 stub}
|
3982 | 0x0000000107ebfb94: 9bb4 7995 | d2ed ff17
|
3983 |
|
3984 | 0x0000000107ebfb9c: ; {metadata({method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
3985 | 0x0000000107ebfb9c: 082b 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
3986 |
|
3987 | 0x0000000107ebfbb4: ; ImmutableOopMap {[216]=Oop c_rarg0=Oop [256]=Oop c_rarg2=Oop }
|
3988 | ;*synchronization entry
|
3989 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnRenderThread@-1 (line 127)
|
3990 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@6 (line 165)
|
3991 | ; - com.mojang.blaze3d.platform.GlStateManager::_glBindFramebuffer@0 (line 343)
|
3992 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@9 (line 202)
|
3993 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
3994 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@296 (line 919)
|
3995 | ; {runtime_call counter_overflow Runtime1 stub}
|
3996 | 0x0000000107ebfbb4: 93b4 7995 | e4ed ff17
|
3997 |
|
3998 | 0x0000000107ebfbbc: ; {metadata({method} {0x0000000320eb4940} 'glBindFramebuffer' '(II)V' in 'org/lwjgl/opengl/GL30')}
|
3999 | 0x0000000107ebfbbc: 0828 89d2 | 681d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4000 |
|
4001 | 0x0000000107ebfbd4: ; ImmutableOopMap {[216]=Oop [256]=Oop }
|
4002 | ;*synchronization entry
|
4003 | ; - org.lwjgl.opengl.GL30::glBindFramebuffer@-1 (line 1619)
|
4004 | ; - com.mojang.blaze3d.platform.GlStateManager::_glBindFramebuffer@5 (line 344)
|
4005 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@9 (line 202)
|
4006 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
4007 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@296 (line 919)
|
4008 | ; {runtime_call counter_overflow Runtime1 stub}
|
4009 | 0x0000000107ebfbd4: 8bb4 7995 | 13ee ff17
|
4010 |
|
4011 | 0x0000000107ebfbdc: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop c_rarg0=Oop }
|
4012 | ;*invokevirtual m_91268_ {reexecute=0 rethrow=0 return_oop=0}
|
4013 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@303 (line 922)
|
4014 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4015 | 0x0000000107ebfbdc: c9a1 7995
|
4016 |
|
4017 | 0x0000000107ebfbe0: ; {metadata({method} {0x00000003206dd550} 'clear' '(IZ)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
4018 | 0x0000000107ebfbe0: 08aa 9ad2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4019 |
|
4020 | 0x0000000107ebfbf8: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop c_rarg0=Oop [264]=Oop }
|
4021 | ;*synchronization entry
|
4022 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@-1 (line 609)
|
4023 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@314 (line 923)
|
4024 | ; {runtime_call counter_overflow Runtime1 stub}
|
4025 | 0x0000000107ebfbf8: 82b4 7995 | 41ee ff17
|
4026 |
|
4027 | 0x0000000107ebfc00: ; {metadata({method} {0x00000003206db4f0} 'assertOnGameThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
4028 | 0x0000000107ebfc00: 089e 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4029 |
|
4030 | 0x0000000107ebfc18: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop c_rarg0=Oop [264]=Oop }
|
4031 | ;*synchronization entry
|
4032 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnGameThreadOrInit@-1 (line 158)
|
4033 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@0 (line 609)
|
4034 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@314 (line 923)
|
4035 | ; {runtime_call counter_overflow Runtime1 stub}
|
4036 | 0x0000000107ebfc18: 7ab4 7995 | 48ee ff17
|
4037 |
|
4038 | 0x0000000107ebfc20: ; {metadata({method} {0x00000003206db3a0} 'isOnGameThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
4039 | 0x0000000107ebfc20: 0874 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4040 |
|
4041 | 0x0000000107ebfc38: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop c_rarg0=Oop [264]=Oop }
|
4042 | ;*synchronization entry
|
4043 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnGameThread@-1 (line 146)
|
4044 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnGameThreadOrInit@6 (line 158)
|
4045 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@0 (line 609)
|
4046 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@314 (line 923)
|
4047 | ; {runtime_call counter_overflow Runtime1 stub}
|
4048 | 0x0000000107ebfc38: 72b4 7995 | 5eee ff17
|
4049 |
|
4050 | 0x0000000107ebfc40: ; {metadata({method} {0x0000000320e67598} '_clear' '(IZ)V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
4051 | 0x0000000107ebfc40: 08b3 8ed2 | c81c a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4052 |
|
4053 | 0x0000000107ebfc58: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop c_rarg0=Oop [264]=Oop }
|
4054 | ;*synchronization entry
|
4055 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@-1 (line 683)
|
4056 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
4057 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@314 (line 923)
|
4058 | ; {runtime_call counter_overflow Runtime1 stub}
|
4059 | 0x0000000107ebfc58: 6ab4 7995 | 6bee ff17
|
4060 |
|
4061 | 0x0000000107ebfc60: ; {metadata({method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
4062 | 0x0000000107ebfc60: 08b4 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4063 |
|
4064 | 0x0000000107ebfc78: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop c_rarg0=Oop [264]=Oop }
|
4065 | ;*synchronization entry
|
4066 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@-1 (line 165)
|
4067 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@0 (line 683)
|
4068 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
4069 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@314 (line 923)
|
4070 | ; {runtime_call counter_overflow Runtime1 stub}
|
4071 | 0x0000000107ebfc78: 62b4 7995 | 72ee ff17
|
4072 |
|
4073 | 0x0000000107ebfc80: ; {metadata({method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
4074 | 0x0000000107ebfc80: 082b 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4075 |
|
4076 | 0x0000000107ebfc98: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop c_rarg0=Oop [264]=Oop }
|
4077 | ;*synchronization entry
|
4078 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnRenderThread@-1 (line 127)
|
4079 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@6 (line 165)
|
4080 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@0 (line 683)
|
4081 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
4082 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@314 (line 923)
|
4083 | ; {runtime_call counter_overflow Runtime1 stub}
|
4084 | 0x0000000107ebfc98: 5ab4 7995 | 84ee ff17
|
4085 |
|
4086 | 0x0000000107ebfca0: ; {metadata({method} {0x0000000320e7a9d8} 'glClear' '(I)V' in 'org/lwjgl/opengl/GL11')}
|
4087 | 0x0000000107ebfca0: 083b 95d2 | e81c a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4088 |
|
4089 | 0x0000000107ebfcb8: ; ImmutableOopMap {[216]=Oop [264]=Oop }
|
4090 | ;*synchronization entry
|
4091 | ; - org.lwjgl.opengl.GL11::glClear@-1 (line 992)
|
4092 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@4 (line 684)
|
4093 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
4094 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@314 (line 923)
|
4095 | ; {runtime_call counter_overflow Runtime1 stub}
|
4096 | 0x0000000107ebfcb8: 52b4 7995 | b8ee ff17
|
4097 |
|
4098 | 0x0000000107ebfcc0: ; {metadata({method} {0x0000000320e67db0} '_getError' '()I' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
4099 | 0x0000000107ebfcc0: 08b6 8fd2 | c81c a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4100 |
|
4101 | 0x0000000107ebfcd8: ; ImmutableOopMap {[264]=Oop [216]=Oop }
|
4102 | ;*synchronization entry
|
4103 | ; - com.mojang.blaze3d.platform.GlStateManager::_getError@-1 (line 737)
|
4104 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@11 (line 686)
|
4105 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
4106 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@314 (line 923)
|
4107 | ; {runtime_call counter_overflow Runtime1 stub}
|
4108 | 0x0000000107ebfcd8: 4ab4 7995 | cdee ff17
|
4109 |
|
4110 | 0x0000000107ebfce0: ; {metadata({method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
4111 | 0x0000000107ebfce0: 08ca 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4112 |
|
4113 | 0x0000000107ebfcf8: ; ImmutableOopMap {[264]=Oop [216]=Oop }
|
4114 | ;*synchronization entry
|
4115 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@-1 (line 172)
|
4116 | ; - com.mojang.blaze3d.platform.GlStateManager::_getError@0 (line 737)
|
4117 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@11 (line 686)
|
4118 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
4119 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@314 (line 923)
|
4120 | ; {runtime_call counter_overflow Runtime1 stub}
|
4121 | 0x0000000107ebfcf8: 42b4 7995 | d4ee ff17
|
4122 |
|
4123 | 0x0000000107ebfd00: ; {metadata({method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
4124 | 0x0000000107ebfd00: 082b 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4125 |
|
4126 | 0x0000000107ebfd18: ; ImmutableOopMap {[264]=Oop [216]=Oop }
|
4127 | ;*synchronization entry
|
4128 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnRenderThread@-1 (line 127)
|
4129 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@0 (line 172)
|
4130 | ; - com.mojang.blaze3d.platform.GlStateManager::_getError@0 (line 737)
|
4131 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@11 (line 686)
|
4132 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
4133 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@314 (line 923)
|
4134 | ; {runtime_call counter_overflow Runtime1 stub}
|
4135 | 0x0000000107ebfd18: 3ab4 7995 | dbee ff17
|
4136 |
|
4137 | 0x0000000107ebfd20: ; {metadata({method} {0x0000000320e81a98} 'glGetError' '()I' in 'org/lwjgl/opengl/GL11')}
|
4138 | 0x0000000107ebfd20: 0853 83d2 | 081d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4139 |
|
4140 | 0x0000000107ebfd38: ; ImmutableOopMap {[264]=Oop [216]=Oop }
|
4141 | ;*synchronization entry
|
4142 | ; - org.lwjgl.opengl.GL11::glGetError@-1 (line 2676)
|
4143 | ; - com.mojang.blaze3d.platform.GlStateManager::_getError@3 (line 738)
|
4144 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@11 (line 686)
|
4145 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
4146 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@314 (line 923)
|
4147 | ; {runtime_call counter_overflow Runtime1 stub}
|
4148 | 0x0000000107ebfd38: 32b4 7995 | 0fef ff17
|
4149 |
|
4150 | 0x0000000107ebfd40: ; ImmutableOopMap {[216]=Oop c_rarg5=Oop [264]=Oop }
|
4151 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
4152 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@317 (line 924)
|
4153 | ; {runtime_call fast_new_instance Runtime1 stub}
|
4154 | 0x0000000107ebfd40: b0a3 7995 | 29ef ff17
|
4155 |
|
4156 | 0x0000000107ebfd48: ; {metadata({method} {0x0000000122854440} '<init>' '()V' in 'org/joml/Matrix4f')}
|
4157 | 0x0000000107ebfd48: 0888 88d2 | a850 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4158 |
|
4159 | 0x0000000107ebfd60: ; ImmutableOopMap {[216]=Oop c_rarg5=Oop [264]=Oop c_rarg1=Oop }
|
4160 | ;*synchronization entry
|
4161 | ; - org.joml.Matrix4f::<init>@-1 (line 62)
|
4162 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@321 (line 924)
|
4163 | ; {runtime_call counter_overflow Runtime1 stub}
|
4164 | 0x0000000107ebfd60: 28b4 7995 | 32ef ff17
|
4165 |
|
4166 | 0x0000000107ebfd68: ; {metadata({method} {0x0000000120000510} '<init>' '()V' in 'java/lang/Object')}
|
4167 | 0x0000000107ebfd68: 08a2 80d2 | 0800 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4168 |
|
4169 | 0x0000000107ebfd80: ; ImmutableOopMap {[216]=Oop c_rarg5=Oop [264]=Oop c_rarg1=Oop }
|
4170 | ;*synchronization entry
|
4171 | ; - java.lang.Object::<init>@-1 (line 44)
|
4172 | ; - org.joml.Matrix4f::<init>@1 (line 62)
|
4173 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@321 (line 924)
|
4174 | ; {runtime_call counter_overflow Runtime1 stub}
|
4175 | 0x0000000107ebfd80: 20b4 7995 | 3aef ff17
|
4176 |
|
4177 | 0x0000000107ebfd88: ; {metadata({method} {0x00000001228562e8} '_m00' '(F)Lorg/joml/Matrix4f;' in 'org/joml/Matrix4f')}
|
4178 | 0x0000000107ebfd88: 085d 8cd2 | a850 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4179 |
|
4180 | 0x0000000107ebfda0: ; ImmutableOopMap {[216]=Oop c_rarg5=Oop [264]=Oop c_rarg1=Oop }
|
4181 | ;*synchronization entry
|
4182 | ; - org.joml.Matrix4f::_m00@-1 (line 544)
|
4183 | ; - org.joml.Matrix4f::<init>@6 (line 63)
|
4184 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@321 (line 924)
|
4185 | ; {runtime_call counter_overflow Runtime1 stub}
|
4186 | 0x0000000107ebfda0: 18b4 7995 | 42ef ff17
|
4187 |
|
4188 | 0x0000000107ebfda8: ; {metadata({method} {0x0000000122856658} '_m11' '(F)Lorg/joml/Matrix4f;' in 'org/joml/Matrix4f')}
|
4189 | 0x0000000107ebfda8: 08cb 8cd2 | a850 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4190 |
|
4191 | 0x0000000107ebfdc0: ; ImmutableOopMap {[216]=Oop c_rarg5=Oop [264]=Oop c_rarg1=Oop }
|
4192 | ;*synchronization entry
|
4193 | ; - org.joml.Matrix4f::_m11@-1 (line 599)
|
4194 | ; - org.joml.Matrix4f::<init>@10 (line 64)
|
4195 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@321 (line 924)
|
4196 | ; {runtime_call counter_overflow Runtime1 stub}
|
4197 | 0x0000000107ebfdc0: 10b4 7995 | 4cef ff17
|
4198 |
|
4199 | 0x0000000107ebfdc8: ; {metadata({method} {0x00000001228569c8} '_m22' '(F)Lorg/joml/Matrix4f;' in 'org/joml/Matrix4f')}
|
4200 | 0x0000000107ebfdc8: 0839 8dd2 | a850 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4201 |
|
4202 | 0x0000000107ebfde0: ; ImmutableOopMap {[216]=Oop c_rarg5=Oop [264]=Oop c_rarg1=Oop }
|
4203 | ;*synchronization entry
|
4204 | ; - org.joml.Matrix4f::_m22@-1 (line 654)
|
4205 | ; - org.joml.Matrix4f::<init>@14 (line 65)
|
4206 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@321 (line 924)
|
4207 | ; {runtime_call counter_overflow Runtime1 stub}
|
4208 | 0x0000000107ebfde0: 08b4 7995 | 55ef ff17
|
4209 |
|
4210 | 0x0000000107ebfde8: ; {metadata({method} {0x0000000122856d38} '_m33' '(F)Lorg/joml/Matrix4f;' in 'org/joml/Matrix4f')}
|
4211 | 0x0000000107ebfde8: 08a7 8dd2 | a850 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4212 |
|
4213 | 0x0000000107ebfe00: ; ImmutableOopMap {[216]=Oop c_rarg5=Oop [264]=Oop c_rarg1=Oop }
|
4214 | ;*synchronization entry
|
4215 | ; - org.joml.Matrix4f::_m33@-1 (line 710)
|
4216 | ; - org.joml.Matrix4f::<init>@18 (line 66)
|
4217 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@321 (line 924)
|
4218 | ; {runtime_call counter_overflow Runtime1 stub}
|
4219 | 0x0000000107ebfe00: 00b4 7995 | 5eef ff17
|
4220 |
|
4221 | 0x0000000107ebfe08: ; {metadata({method} {0x00000001228549c8} '_properties' '(I)Lorg/joml/Matrix4f;' in 'org/joml/Matrix4f')}
|
4222 | 0x0000000107ebfe08: 0839 89d2 | a850 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4223 |
|
4224 | 0x0000000107ebfe20: ; ImmutableOopMap {[216]=Oop c_rarg5=Oop [264]=Oop c_rarg1=Oop }
|
4225 | ;*synchronization entry
|
4226 | ; - org.joml.Matrix4f::_properties@-1 (line 213)
|
4227 | ; - org.joml.Matrix4f::<init>@23 (line 67)
|
4228 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@321 (line 924)
|
4229 | ; {runtime_call counter_overflow Runtime1 stub}
|
4230 | 0x0000000107ebfe20: f8b3 7995 | 67ef ff17
|
4231 |
|
4232 | 0x0000000107ebfe28: ; ImmutableOopMap {[216]=Oop c_rarg5=Oop [264]=Oop c_rarg1=Oop }
|
4233 | ;*invokevirtual m_85441_ {reexecute=0 rethrow=0 return_oop=0}
|
4234 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@327 (line 924)
|
4235 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4236 | 0x0000000107ebfe28: 36a1 7995
|
4237 |
|
4238 | 0x0000000107ebfe2c: ; {metadata({method} {0x0000000321065ba0} 'getGuiFarPlane' '()F' in 'net/minecraftforge/client/ForgeHooksClient')}
|
4239 | 0x0000000107ebfe2c: 0874 8bd2 | c820 a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4240 |
|
4241 | 0x0000000107ebfe44: ; ImmutableOopMap {[216]=Oop c_rarg1=Oop }
|
4242 | ;*synchronization entry
|
4243 | ; - net.minecraftforge.client.ForgeHooksClient::getGuiFarPlane@-1 (line 261)
|
4244 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@354 (line 924)
|
4245 | ; {runtime_call counter_overflow Runtime1 stub}
|
4246 | 0x0000000107ebfe44: efb3 7995 | 95ef ff17
|
4247 |
|
4248 | 0x0000000107ebfe4c: ; ImmutableOopMap {[216]=Oop c_rarg1=Oop c_rarg2=Oop }
|
4249 | ;*synchronization entry
|
4250 | ; - java.util.Vector::size@-1 (line 305)
|
4251 | ; - net.minecraftforge.client.ForgeHooksClient::getGuiFarPlane@10 (line 261)
|
4252 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@354 (line 924)
|
4253 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4254 | 0x0000000107ebfe4c: 2da1 7995 | e30b 00a9
|
4255 |
|
4256 | 0x0000000107ebfe54: ; ImmutableOopMap {[216]=Oop c_rarg1=Oop c_rarg2=Oop [560]=Oop }
|
4257 | ;*synchronization entry
|
4258 | ; - java.util.Vector::size@-1 (line 305)
|
4259 | ; - net.minecraftforge.client.ForgeHooksClient::getGuiFarPlane@10 (line 261)
|
4260 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@354 (line 924)
|
4261 | ; {runtime_call monitorenter Runtime1 stub}
|
4262 | 0x0000000107ebfe54: 6bac 7995 | cdef ff17 | e0a3 0891 | e003 00f9 | befa fd10
|
4263 |
|
4264 | 0x0000000107ebfe68: ; {runtime_call monitorexit Runtime1 stub}
|
4265 | 0x0000000107ebfe68: e6ad 7915
|
4266 |
|
4267 | 0x0000000107ebfe6c: ; {metadata({method} {0x00000003206e1500} 'getModelViewStack' '()Lcom/mojang/blaze3d/vertex/PoseStack;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
4268 | 0x0000000107ebfe6c: 08a0 82d2 | c80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4269 |
|
4270 | 0x0000000107ebfe84: ; ImmutableOopMap {[216]=Oop [272]=Oop }
|
4271 | ;*synchronization entry
|
4272 | ; - com.mojang.blaze3d.systems.RenderSystem::getModelViewStack@-1 (line 1363)
|
4273 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@370 (line 926)
|
4274 | ; {runtime_call counter_overflow Runtime1 stub}
|
4275 | 0x0000000107ebfe84: dfb3 7995 | ffef ff17
|
4276 |
|
4277 | 0x0000000107ebfe8c: ; {metadata({method} {0x0000000320765808} 'm_166856_' '()V' in 'com/mojang/blaze3d/vertex/PoseStack')}
|
4278 | 0x0000000107ebfe8c: 0801 8bd2 | c80e a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4279 |
|
4280 | 0x0000000107ebfea4: ; ImmutableOopMap {[216]=Oop [272]=Oop [280]=Oop }
|
4281 | ;*synchronization entry
|
4282 | ; - com.mojang.blaze3d.vertex.PoseStack::m_166856_@-1 (line 78)
|
4283 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@382 (line 928)
|
4284 | ; {runtime_call counter_overflow Runtime1 stub}
|
4285 | 0x0000000107ebfea4: d7b3 7995 | 14f0 ff17
|
4286 |
|
4287 | 0x0000000107ebfeac: ; ImmutableOopMap {[216]=Oop [272]=Oop c_rarg0=Oop [280]=Oop c_rarg1=Oop }
|
4288 | ;*invokeinterface getLast {reexecute=0 rethrow=0 return_oop=0}
|
4289 | ; - com.mojang.blaze3d.vertex.PoseStack::m_166856_@4 (line 78)
|
4290 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@382 (line 928)
|
4291 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4292 | 0x0000000107ebfeac: 15a1 7995 | e803 00aa
|
4293 |
|
4294 | 0x0000000107ebfeb4: ; ImmutableOopMap {[216]=Oop [272]=Oop [280]=Oop }
|
4295 | ;*checkcast {reexecute=0 rethrow=0 return_oop=0}
|
4296 | ; - com.mojang.blaze3d.vertex.PoseStack::m_166856_@9 (line 78)
|
4297 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@382 (line 928)
|
4298 | ; {runtime_call throw_class_cast_exception Runtime1 stub}
|
4299 | 0x0000000107ebfeb4: 13aa 7995
|
4300 |
|
4301 | 0x0000000107ebfeb8: ; ImmutableOopMap {[216]=Oop [272]=Oop [280]=Oop c_rarg0=Oop }
|
4302 | ;*getfield f_85852_ {reexecute=1 rethrow=0 return_oop=0}
|
4303 | ; - (reexecute) com.mojang.blaze3d.vertex.PoseStack::m_166856_@14 (line 79)
|
4304 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@382 (line 928)
|
4305 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4306 | 0x0000000107ebfeb8: 12a1 7995
|
4307 |
|
4308 | 0x0000000107ebfebc: ; ImmutableOopMap {[216]=Oop [272]=Oop [280]=Oop c_rarg0=Oop c_rarg1=Oop }
|
4309 | ;*invokevirtual identity {reexecute=0 rethrow=0 return_oop=0}
|
4310 | ; - com.mojang.blaze3d.vertex.PoseStack::m_166856_@17 (line 79)
|
4311 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@382 (line 928)
|
4312 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4313 | 0x0000000107ebfebc: 11a1 7995
|
4314 |
|
4315 | 0x0000000107ebfec0: ; ImmutableOopMap {[216]=Oop [272]=Oop [280]=Oop c_rarg0=Oop }
|
4316 | ;*invokevirtual identity {reexecute=0 rethrow=0 return_oop=0}
|
4317 | ; - com.mojang.blaze3d.vertex.PoseStack::m_166856_@25 (line 80)
|
4318 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@382 (line 928)
|
4319 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4320 | 0x0000000107ebfec0: 10a1 7995
|
4321 |
|
4322 | 0x0000000107ebfec4: ; {metadata({method} {0x0000000320708230} 'identity' '()Lorg/joml/Matrix3f;' in 'org/joml/Matrix3f')}
|
4323 | 0x0000000107ebfec4: 0846 90d2 | 080e a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4324 |
|
4325 | 0x0000000107ebfedc: ; ImmutableOopMap {[216]=Oop [272]=Oop [280]=Oop c_rarg0=Oop }
|
4326 | ;*synchronization entry
|
4327 | ; - org.joml.Matrix3f::identity@-1 (line 1086)
|
4328 | ; - com.mojang.blaze3d.vertex.PoseStack::m_166856_@25 (line 80)
|
4329 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@382 (line 928)
|
4330 | ; {runtime_call counter_overflow Runtime1 stub}
|
4331 | 0x0000000107ebfedc: c9b3 7995 | 94f0 ff17
|
4332 |
|
4333 | 0x0000000107ebfee4: ; {metadata({method} {0x0000000321065ba0} 'getGuiFarPlane' '()F' in 'net/minecraftforge/client/ForgeHooksClient')}
|
4334 | 0x0000000107ebfee4: 0874 8bd2 | c820 a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4335 |
|
4336 | 0x0000000107ebfefc: ; ImmutableOopMap {[216]=Oop [272]=Oop [280]=Oop }
|
4337 | ;*synchronization entry
|
4338 | ; - net.minecraftforge.client.ForgeHooksClient::getGuiFarPlane@-1 (line 261)
|
4339 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@391 (line 929)
|
4340 | ; {runtime_call counter_overflow Runtime1 stub}
|
4341 | 0x0000000107ebfefc: c1b3 7995 | caf0 ff17 | e10b 00a9
|
4342 |
|
4343 | 0x0000000107ebff08: ; ImmutableOopMap {[216]=Oop [280]=Oop c_rarg2=Oop [560]=Oop }
|
4344 | ;*synchronization entry
|
4345 | ; - java.util.Vector::size@-1 (line 305)
|
4346 | ; - net.minecraftforge.client.ForgeHooksClient::getGuiFarPlane@10 (line 261)
|
4347 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@391 (line 929)
|
4348 | ; {runtime_call monitorenter Runtime1 stub}
|
4349 | 0x0000000107ebff08: 3eac 7995 | 01f1 ff17 | e0a3 0891 | e003 00f9 | 3e21 fe10
|
4350 |
|
4351 | 0x0000000107ebff1c: ; {runtime_call monitorexit Runtime1 stub}
|
4352 | 0x0000000107ebff1c: b9ad 7915
|
4353 |
|
4354 | 0x0000000107ebff20: ; {metadata({method} {0x00000003217b9820} 'm_84931_' '()V' in 'com/mojang/blaze3d/platform/Lighting')}
|
4355 | 0x0000000107ebff20: 0804 93d2 | 682f a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4356 |
|
4357 | 0x0000000107ebff38: ; ImmutableOopMap {[216]=Oop }
|
4358 | ;*synchronization entry
|
4359 | ; - com.mojang.blaze3d.platform.Lighting::m_84931_@-1 (line 30)
|
4360 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@402 (line 931)
|
4361 | ; {runtime_call counter_overflow Runtime1 stub}
|
4362 | 0x0000000107ebff38: b2b3 7995 | 29f1 ff17
|
4363 |
|
4364 | 0x0000000107ebff40: ; {metadata({method} {0x00000003206e00b8} 'setupGui3DDiffuseLighting' '(Lorg/joml/Vector3f;Lorg/joml/Vector3f;)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
4365 | 0x0000000107ebff40: 0817 80d2 | c80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4366 |
|
4367 | 0x0000000107ebff58: ; ImmutableOopMap {[216]=Oop }
|
4368 | ;*synchronization entry
|
4369 | ; - com.mojang.blaze3d.systems.RenderSystem::setupGui3DDiffuseLighting@-1 (line 1136)
|
4370 | ; - com.mojang.blaze3d.platform.Lighting::m_84931_@6 (line 30)
|
4371 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@402 (line 931)
|
4372 | ; {runtime_call counter_overflow Runtime1 stub}
|
4373 | 0x0000000107ebff58: aab3 7995 | 30f1 ff17
|
4374 |
|
4375 | 0x0000000107ebff60: ; {metadata({method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
4376 | 0x0000000107ebff60: 08ca 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4377 |
|
4378 | 0x0000000107ebff78: ; ImmutableOopMap {[216]=Oop }
|
4379 | ;*synchronization entry
|
4380 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@-1 (line 172)
|
4381 | ; - com.mojang.blaze3d.systems.RenderSystem::setupGui3DDiffuseLighting@0 (line 1136)
|
4382 | ; - com.mojang.blaze3d.platform.Lighting::m_84931_@6 (line 30)
|
4383 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@402 (line 931)
|
4384 | ; {runtime_call counter_overflow Runtime1 stub}
|
4385 | 0x0000000107ebff78: a2b3 7995 | 37f1 ff17
|
4386 |
|
4387 | 0x0000000107ebff80: ; {metadata({method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
4388 | 0x0000000107ebff80: 082b 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4389 |
|
4390 | 0x0000000107ebff98: ; ImmutableOopMap {[216]=Oop }
|
4391 | ;*synchronization entry
|
4392 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnRenderThread@-1 (line 127)
|
4393 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@0 (line 172)
|
4394 | ; - com.mojang.blaze3d.systems.RenderSystem::setupGui3DDiffuseLighting@0 (line 1136)
|
4395 | ; - com.mojang.blaze3d.platform.Lighting::m_84931_@6 (line 30)
|
4396 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@402 (line 931)
|
4397 | ; {runtime_call counter_overflow Runtime1 stub}
|
4398 | 0x0000000107ebff98: 9ab3 7995 | 3ef1 ff17
|
4399 |
|
4400 | 0x0000000107ebffa0: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop }
|
4401 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
4402 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@405 (line 932)
|
4403 | ; {runtime_call fast_new_instance Runtime1 stub}
|
4404 | 0x0000000107ebffa0: 18a3 7995 | 88f1 ff17
|
4405 |
|
4406 | 0x0000000107ebffa8: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop c_rarg0=Oop [304]=Oop c_rarg5=Oop c_rarg3=Oop }
|
4407 | ;*invokevirtual m_110104_ {reexecute=0 rethrow=0 return_oop=0}
|
4408 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@417 (line 932)
|
4409 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4410 | 0x0000000107ebffa8: d6a0 7995
|
4411 |
|
4412 | 0x0000000107ebffac: ; {metadata({method} {0x0000000122713e60} '<init>' '(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/renderer/MultiBufferSource$BufferSource;)V' in 'net/minecraft/client/gui/GuiGraphics')}
|
4413 | 0x0000000107ebffac: 08cc 87d2 | 284e a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4414 |
|
4415 | 0x0000000107ebffc4: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop c_rarg0=Oop [304]=Oop c_rarg5=Oop c_rarg6=Oop }
|
4416 | ;*synchronization entry
|
4417 | ; - net.minecraft.client.gui.GuiGraphics::<init>@-1 (line 76)
|
4418 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@420 (line 932)
|
4419 | ; {runtime_call counter_overflow Runtime1 stub}
|
4420 | 0x0000000107ebffc4: 8fb3 7995 | 9ef1 ff17
|
4421 |
|
4422 | 0x0000000107ebffcc: ; ImmutableOopMap {c_rarg1=Oop [216]=Oop c_rarg5=Oop c_rarg6=Oop [304]=Oop }
|
4423 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
4424 | ; - net.minecraft.client.gui.GuiGraphics::<init>@2 (line 76)
|
4425 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@420 (line 932)
|
4426 | ; {runtime_call fast_new_instance Runtime1 stub}
|
4427 | 0x0000000107ebffcc: 0da3 7995 | acf1 ff17
|
4428 |
|
4429 | 0x0000000107ebffd4: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop c_rarg2=Oop }
|
4430 | ;*getfield f_91073_ {reexecute=1 rethrow=0 return_oop=0}
|
4431 | ; - (reexecute) net.minecraft.client.renderer.GameRenderer::m_109093_@434 (line 933)
|
4432 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4433 | 0x0000000107ebffd4: cba0 7995
|
4434 |
|
4435 | 0x0000000107ebffd8: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop c_rarg2=Oop c_rarg0=Oop }
|
4436 | ;*invokeinterface m_6182_ {reexecute=0 rethrow=0 return_oop=0}
|
4437 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@450 (line 934)
|
4438 | ; {runtime_call throw_incompatible_class_change_error Runtime1 stub}
|
4439 | 0x0000000107ebffd8: 8aaa 7995
|
4440 |
|
4441 | 0x0000000107ebffdc: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop c_rarg2=Oop c_rarg0=Oop }
|
4442 | ;*invokeinterface m_6182_ {reexecute=0 rethrow=0 return_oop=0}
|
4443 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@450 (line 934)
|
4444 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4445 | 0x0000000107ebffdc: c9a0 7995
|
4446 |
|
4447 | 0x0000000107ebffe0: ; {metadata({method} {0x000000032082e798} 'm_6182_' '(Ljava/lang/String;)V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
4448 | 0x0000000107ebffe0: 08f3 9cd2 | 4810 a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4449 |
|
4450 | 0x0000000107ebfff8: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop c_rarg2=Oop }
|
4451 | ;*synchronization entry
|
4452 | ; - net.minecraft.util.profiling.InactiveProfiler::m_6182_@-1 (line 43)
|
4453 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@450 (line 934)
|
4454 | ; {runtime_call counter_overflow Runtime1 stub}
|
4455 | 0x0000000107ebfff8: 82b3 7995 | 02f2 ff17
|
4456 |
|
4457 | 0x0000000107ec0000: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop c_rarg0=Oop c_rarg2=Oop }
|
4458 | ;*getfield f_108590_ {reexecute=1 rethrow=0 return_oop=0}
|
4459 | ; - (reexecute) net.minecraft.client.renderer.GameRenderer::m_109093_@473 (line 936)
|
4460 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4461 | 0x0000000107ec0000: c0a0 7995
|
4462 |
|
4463 | 0x0000000107ec0004: ; {metadata({method} {0x00000001229790c0} 'm_14179_' '(FFF)F' in 'net/minecraft/util/Mth')}
|
4464 | 0x0000000107ec0004: 0818 92d2 | e852 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4465 |
|
4466 | 0x0000000107ec001c: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop c_rarg0=Oop c_rarg2=Oop }
|
4467 | ;*synchronization entry
|
4468 | ; - net.minecraft.util.Mth::m_14179_@-1 (line 610)
|
4469 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@486 (line 936)
|
4470 | ; {runtime_call counter_overflow Runtime1 stub}
|
4471 | 0x0000000107ec001c: 79b3 7995 | 19f2 ff17
|
4472 |
|
4473 | 0x0000000107ec0024: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop c_rarg0=Oop c_rarg2=Oop }
|
4474 | ;*invokevirtual m_231924_ {reexecute=0 rethrow=0 return_oop=0}
|
4475 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@498 (line 937)
|
4476 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4477 | 0x0000000107ec0024: b7a0 7995
|
4478 |
|
4479 | 0x0000000107ec0028: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop c_rarg0=Oop c_rarg2=Oop }
|
4480 | ;*invokevirtual m_231551_ {reexecute=0 rethrow=0 return_oop=0}
|
4481 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@501 (line 937)
|
4482 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4483 | 0x0000000107ec0028: b6a0 7995 | e803 02aa
|
4484 |
|
4485 | 0x0000000107ec0030: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop c_rarg0=Oop }
|
4486 | ;*checkcast {reexecute=0 rethrow=0 return_oop=0}
|
4487 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@504 (line 937)
|
4488 | ; {runtime_call throw_class_cast_exception Runtime1 stub}
|
4489 | 0x0000000107ec0030: b4a9 7995
|
4490 |
|
4491 | 0x0000000107ec0034: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop c_rarg0=Oop c_rarg2=Oop }
|
4492 | ;*invokevirtual floatValue {reexecute=0 rethrow=0 return_oop=0}
|
4493 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@507 (line 937)
|
4494 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4495 | 0x0000000107ec0034: b3a0 7995
|
4496 |
|
4497 | 0x0000000107ec0038: ; {metadata({method} {0x000000012011aed0} 'floatValue' '()F' in 'java/lang/Double')}
|
4498 | 0x0000000107ec0038: 08da 95d2 | 2802 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4499 |
|
4500 | 0x0000000107ec0050: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop c_rarg0=Oop c_rarg2=Oop }
|
4501 | ;*synchronization entry
|
4502 | ; - java.lang.Double::floatValue@-1 (line 832)
|
4503 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@507 (line 937)
|
4504 | ; {runtime_call counter_overflow Runtime1 stub}
|
4505 | 0x0000000107ec0050: 6cb3 7995 | 78f2 ff17
|
4506 |
|
4507 | 0x0000000107ec0058: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop c_rarg2=Oop }
|
4508 | ;*getfield f_91066_ {reexecute=1 rethrow=0 return_oop=0}
|
4509 | ; - (reexecute) net.minecraft.client.renderer.GameRenderer::m_109093_@559 (line 943)
|
4510 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4511 | 0x0000000107ec0058: aaa0 7995
|
4512 |
|
4513 | 0x0000000107ec005c: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop c_rarg2=Oop }
|
4514 | ;*getfield f_92062_ {reexecute=1 rethrow=0 return_oop=0}
|
4515 | ; - (reexecute) net.minecraft.client.renderer.GameRenderer::m_109093_@562 (line 943)
|
4516 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4517 | 0x0000000107ec005c: a9a0 7995
|
4518 |
|
4519 | 0x0000000107ec0060: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop c_rarg2=Oop c_rarg3=Oop }
|
4520 | ;*invokevirtual m_85445_ {reexecute=0 rethrow=0 return_oop=0}
|
4521 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@586 (line 944)
|
4522 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4523 | 0x0000000107ec0060: a8a0 7995
|
4524 |
|
4525 | 0x0000000107ec0064: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop }
|
4526 | ;*getfield f_91065_ {reexecute=1 rethrow=0 return_oop=0}
|
4527 | ; - (reexecute) net.minecraft.client.renderer.GameRenderer::m_109093_@607 (line 945)
|
4528 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4529 | 0x0000000107ec0064: a7a0 7995
|
4530 |
|
4531 | 0x0000000107ec0068: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop c_rarg0=Oop }
|
4532 | ;*invokevirtual m_280421_ {reexecute=0 rethrow=0 return_oop=0}
|
4533 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@613 (line 945)
|
4534 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4535 | 0x0000000107ec0068: a6a0 7995
|
4536 |
|
4537 | 0x0000000107ec006c: ; {metadata({method} {0x00000003206dd550} 'clear' '(IZ)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
4538 | 0x0000000107ec006c: 08aa 9ad2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4539 |
|
4540 | 0x0000000107ec0084: ; ImmutableOopMap {[304]=Oop [216]=Oop }
|
4541 | ;*synchronization entry
|
4542 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@-1 (line 609)
|
4543 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@622 (line 946)
|
4544 | ; {runtime_call counter_overflow Runtime1 stub}
|
4545 | 0x0000000107ec0084: 5fb3 7995 | 79f3 ff17
|
4546 |
|
4547 | 0x0000000107ec008c: ; {metadata({method} {0x00000003206db4f0} 'assertOnGameThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
4548 | 0x0000000107ec008c: 089e 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4549 |
|
4550 | 0x0000000107ec00a4: ; ImmutableOopMap {[304]=Oop [216]=Oop }
|
4551 | ;*synchronization entry
|
4552 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnGameThreadOrInit@-1 (line 158)
|
4553 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@0 (line 609)
|
4554 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@622 (line 946)
|
4555 | ; {runtime_call counter_overflow Runtime1 stub}
|
4556 | 0x0000000107ec00a4: 57b3 7995 | 80f3 ff17
|
4557 |
|
4558 | 0x0000000107ec00ac: ; {metadata({method} {0x00000003206db3a0} 'isOnGameThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
4559 | 0x0000000107ec00ac: 0874 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4560 |
|
4561 | 0x0000000107ec00c4: ; ImmutableOopMap {[304]=Oop [216]=Oop }
|
4562 | ;*synchronization entry
|
4563 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnGameThread@-1 (line 146)
|
4564 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnGameThreadOrInit@6 (line 158)
|
4565 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@0 (line 609)
|
4566 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@622 (line 946)
|
4567 | ; {runtime_call counter_overflow Runtime1 stub}
|
4568 | 0x0000000107ec00c4: 4fb3 7995 | 96f3 ff17
|
4569 |
|
4570 | 0x0000000107ec00cc: ; {metadata({method} {0x0000000320e67598} '_clear' '(IZ)V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
4571 | 0x0000000107ec00cc: 08b3 8ed2 | c81c a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4572 |
|
4573 | 0x0000000107ec00e4: ; ImmutableOopMap {[304]=Oop [216]=Oop }
|
4574 | ;*synchronization entry
|
4575 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@-1 (line 683)
|
4576 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
4577 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@622 (line 946)
|
4578 | ; {runtime_call counter_overflow Runtime1 stub}
|
4579 | 0x0000000107ec00e4: 47b3 7995 | a3f3 ff17
|
4580 |
|
4581 | 0x0000000107ec00ec: ; {metadata({method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
4582 | 0x0000000107ec00ec: 08b4 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4583 |
|
4584 | 0x0000000107ec0104: ; ImmutableOopMap {[304]=Oop [216]=Oop }
|
4585 | ;*synchronization entry
|
4586 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@-1 (line 165)
|
4587 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@0 (line 683)
|
4588 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
4589 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@622 (line 946)
|
4590 | ; {runtime_call counter_overflow Runtime1 stub}
|
4591 | 0x0000000107ec0104: 3fb3 7995 | aaf3 ff17
|
4592 |
|
4593 | 0x0000000107ec010c: ; {metadata({method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
4594 | 0x0000000107ec010c: 082b 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4595 |
|
4596 | 0x0000000107ec0124: ; ImmutableOopMap {[304]=Oop [216]=Oop }
|
4597 | ;*synchronization entry
|
4598 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnRenderThread@-1 (line 127)
|
4599 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@6 (line 165)
|
4600 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@0 (line 683)
|
4601 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
4602 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@622 (line 946)
|
4603 | ; {runtime_call counter_overflow Runtime1 stub}
|
4604 | 0x0000000107ec0124: 37b3 7995 | bcf3 ff17
|
4605 |
|
4606 | 0x0000000107ec012c: ; {metadata({method} {0x0000000320e7a9d8} 'glClear' '(I)V' in 'org/lwjgl/opengl/GL11')}
|
4607 | 0x0000000107ec012c: 083b 95d2 | e81c a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4608 |
|
4609 | 0x0000000107ec0144: ; ImmutableOopMap {[304]=Oop [216]=Oop }
|
4610 | ;*synchronization entry
|
4611 | ; - org.lwjgl.opengl.GL11::glClear@-1 (line 992)
|
4612 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@4 (line 684)
|
4613 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
4614 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@622 (line 946)
|
4615 | ; {runtime_call counter_overflow Runtime1 stub}
|
4616 | 0x0000000107ec0144: 2fb3 7995 | f0f3 ff17
|
4617 |
|
4618 | 0x0000000107ec014c: ; {metadata({method} {0x0000000320e67db0} '_getError' '()I' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
4619 | 0x0000000107ec014c: 08b6 8fd2 | c81c a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4620 |
|
4621 | 0x0000000107ec0164: ; ImmutableOopMap {[304]=Oop [216]=Oop }
|
4622 | ;*synchronization entry
|
4623 | ; - com.mojang.blaze3d.platform.GlStateManager::_getError@-1 (line 737)
|
4624 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@11 (line 686)
|
4625 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
4626 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@622 (line 946)
|
4627 | ; {runtime_call counter_overflow Runtime1 stub}
|
4628 | 0x0000000107ec0164: 27b3 7995 | 05f4 ff17
|
4629 |
|
4630 | 0x0000000107ec016c: ; {metadata({method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
4631 | 0x0000000107ec016c: 08ca 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4632 |
|
4633 | 0x0000000107ec0184: ; ImmutableOopMap {[304]=Oop [216]=Oop }
|
4634 | ;*synchronization entry
|
4635 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@-1 (line 172)
|
4636 | ; - com.mojang.blaze3d.platform.GlStateManager::_getError@0 (line 737)
|
4637 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@11 (line 686)
|
4638 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
4639 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@622 (line 946)
|
4640 | ; {runtime_call counter_overflow Runtime1 stub}
|
4641 | 0x0000000107ec0184: 1fb3 7995 | 0cf4 ff17
|
4642 |
|
4643 | 0x0000000107ec018c: ; {metadata({method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
4644 | 0x0000000107ec018c: 082b 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4645 |
|
4646 | 0x0000000107ec01a4: ; ImmutableOopMap {[304]=Oop [216]=Oop }
|
4647 | ;*synchronization entry
|
4648 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnRenderThread@-1 (line 127)
|
4649 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@0 (line 172)
|
4650 | ; - com.mojang.blaze3d.platform.GlStateManager::_getError@0 (line 737)
|
4651 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@11 (line 686)
|
4652 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
4653 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@622 (line 946)
|
4654 | ; {runtime_call counter_overflow Runtime1 stub}
|
4655 | 0x0000000107ec01a4: 17b3 7995 | 13f4 ff17
|
4656 |
|
4657 | 0x0000000107ec01ac: ; {metadata({method} {0x0000000320e81a98} 'glGetError' '()I' in 'org/lwjgl/opengl/GL11')}
|
4658 | 0x0000000107ec01ac: 0853 83d2 | 081d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4659 |
|
4660 | 0x0000000107ec01c4: ; ImmutableOopMap {[304]=Oop [216]=Oop }
|
4661 | ;*synchronization entry
|
4662 | ; - org.lwjgl.opengl.GL11::glGetError@-1 (line 2676)
|
4663 | ; - com.mojang.blaze3d.platform.GlStateManager::_getError@3 (line 738)
|
4664 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@11 (line 686)
|
4665 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
4666 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@622 (line 946)
|
4667 | ; {runtime_call counter_overflow Runtime1 stub}
|
4668 | 0x0000000107ec01c4: 0fb3 7995 | 47f4 ff17
|
4669 |
|
4670 | 0x0000000107ec01cc: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop c_rarg2=Oop }
|
4671 | ;*invokevirtual m_91307_ {reexecute=0 rethrow=0 return_oop=0}
|
4672 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@629 (line 949)
|
4673 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4674 | 0x0000000107ec01cc: 4da0 7995
|
4675 |
|
4676 | 0x0000000107ec01d0: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop c_rarg2=Oop }
|
4677 | ;*invokeinterface m_7238_ {reexecute=0 rethrow=0 return_oop=0}
|
4678 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@632 (line 949)
|
4679 | ; {runtime_call throw_incompatible_class_change_error Runtime1 stub}
|
4680 | 0x0000000107ec01d0: 0caa 7995
|
4681 |
|
4682 | 0x0000000107ec01d4: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop c_rarg2=Oop }
|
4683 | ;*invokeinterface m_7238_ {reexecute=0 rethrow=0 return_oop=0}
|
4684 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@632 (line 949)
|
4685 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4686 | 0x0000000107ec01d4: 4ba0 7995
|
4687 |
|
4688 | 0x0000000107ec01d8: ; {metadata({method} {0x000000032082e6f0} 'm_7238_' '()V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
4689 | 0x0000000107ec01d8: 08de 9cd2 | 4810 a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4690 |
|
4691 | 0x0000000107ec01f0: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop }
|
4692 | ;*synchronization entry
|
4693 | ; - net.minecraft.util.profiling.InactiveProfiler::m_7238_@-1 (line 39)
|
4694 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@632 (line 949)
|
4695 | ; {runtime_call counter_overflow Runtime1 stub}
|
4696 | 0x0000000107ec01f0: 04b3 7995 | 77f4 ff17
|
4697 |
|
4698 | 0x0000000107ec01f8: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop c_rarg0=Oop }
|
4699 | ;*invokevirtual m_91265_ {reexecute=0 rethrow=0 return_oop=0}
|
4700 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@641 (line 952)
|
4701 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4702 | 0x0000000107ec01f8: 42a0 7995
|
4703 |
|
4704 | 0x0000000107ec01fc: ; {metadata({method} {0x000000012273f908} 'm_91297_' '()F' in 'net/minecraft/client/Minecraft')}
|
4705 | 0x0000000107ec01fc: 0821 9fd2 | 684e a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4706 |
|
4707 | 0x0000000107ec0214: ; ImmutableOopMap {[304]=Oop c_rarg0=Oop c_rarg5=Oop [216]=Oop }
|
4708 | ;*synchronization entry
|
4709 | ; - net.minecraft.client.Minecraft::m_91297_@-1 (line 2596)
|
4710 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@664 (line 954)
|
4711 | ; {runtime_call counter_overflow Runtime1 stub}
|
4712 | 0x0000000107ec0214: fbb2 7995 | a9f4 ff17
|
4713 |
|
4714 | 0x0000000107ec021c: ; ImmutableOopMap {[304]=Oop c_rarg5=Oop [216]=Oop }
|
4715 | ;*getfield f_92519_ {reexecute=1 rethrow=0 return_oop=0}
|
4716 | ; - (reexecute) net.minecraft.client.Minecraft::m_91297_@4 (line 2596)
|
4717 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@664 (line 954)
|
4718 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4719 | 0x0000000107ec021c: 39a0 7995
|
4720 |
|
4721 | 0x0000000107ec0220: ; ImmutableOopMap {[304]=Oop c_rarg5=Oop [216]=Oop }
|
4722 | ;*invokevirtual m_88315_ {reexecute=0 rethrow=0 return_oop=0}
|
4723 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@667 (line 954)
|
4724 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4725 | 0x0000000107ec0220: 38a0 7995
|
4726 |
|
4727 | 0x0000000107ec0224: ; {metadata({method} {0x000000012273f908} 'm_91297_' '()F' in 'net/minecraft/client/Minecraft')}
|
4728 | 0x0000000107ec0224: 0821 9fd2 | 684e a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4729 |
|
4730 | 0x0000000107ec023c: ; ImmutableOopMap {[304]=Oop [216]=Oop c_rarg1=Oop c_rarg0=Oop }
|
4731 | ;*synchronization entry
|
4732 | ; - net.minecraft.client.Minecraft::m_91297_@-1 (line 2596)
|
4733 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@747 (line 965)
|
4734 | ; {runtime_call counter_overflow Runtime1 stub}
|
4735 | 0x0000000107ec023c: f1b2 7995 | fff4 ff17
|
4736 |
|
4737 | 0x0000000107ec0244: ; ImmutableOopMap {[304]=Oop [216]=Oop c_rarg1=Oop }
|
4738 | ;*getfield f_92519_ {reexecute=1 rethrow=0 return_oop=0}
|
4739 | ; - (reexecute) net.minecraft.client.Minecraft::m_91297_@4 (line 2596)
|
4740 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@747 (line 965)
|
4741 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4742 | 0x0000000107ec0244: 2fa0 7995
|
4743 |
|
4744 | 0x0000000107ec0248: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop }
|
4745 | ;*getfield f_91080_ {reexecute=1 rethrow=0 return_oop=0}
|
4746 | ; - (reexecute) net.minecraft.client.renderer.GameRenderer::m_109093_@841 (line 982)
|
4747 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4748 | 0x0000000107ec0248: 2ea0 7995
|
4749 |
|
4750 | 0x0000000107ec024c: ; ImmutableOopMap {[304]=Oop [216]=Oop c_rarg0=Oop }
|
4751 | ;*invokevirtual m_169417_ {reexecute=0 rethrow=0 return_oop=0}
|
4752 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@854 (line 983)
|
4753 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4754 | 0x0000000107ec024c: 2da0 7995
|
4755 |
|
4756 | 0x0000000107ec0250: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop c_rarg2=Oop }
|
4757 | ;*invokevirtual m_91307_ {reexecute=0 rethrow=0 return_oop=0}
|
4758 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@911 (line 995)
|
4759 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4760 | 0x0000000107ec0250: 2ca0 7995
|
4761 |
|
4762 | 0x0000000107ec0254: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop c_rarg2=Oop c_rarg0=Oop }
|
4763 | ;*invokeinterface m_6180_ {reexecute=0 rethrow=0 return_oop=0}
|
4764 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@917 (line 995)
|
4765 | ; {runtime_call throw_incompatible_class_change_error Runtime1 stub}
|
4766 | 0x0000000107ec0254: eba9 7995
|
4767 |
|
4768 | 0x0000000107ec0258: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop c_rarg2=Oop c_rarg0=Oop }
|
4769 | ;*invokeinterface m_6180_ {reexecute=0 rethrow=0 return_oop=0}
|
4770 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@917 (line 995)
|
4771 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4772 | 0x0000000107ec0258: 2aa0 7995
|
4773 |
|
4774 | 0x0000000107ec025c: ; {metadata({method} {0x000000032082e4f8} 'm_6180_' '(Ljava/lang/String;)V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
4775 | 0x0000000107ec025c: 089f 9cd2 | 4810 a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4776 |
|
4777 | 0x0000000107ec0274: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop c_rarg2=Oop }
|
4778 | ;*synchronization entry
|
4779 | ; - net.minecraft.util.profiling.InactiveProfiler::m_6180_@-1 (line 27)
|
4780 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@917 (line 995)
|
4781 | ; {runtime_call counter_overflow Runtime1 stub}
|
4782 | 0x0000000107ec0274: e3b2 7995 | 75f5 ff17
|
4783 |
|
4784 | 0x0000000107ec027c: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop c_rarg0=Oop }
|
4785 | ;*invokevirtual m_94920_ {reexecute=0 rethrow=0 return_oop=0}
|
4786 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@931 (line 996)
|
4787 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4788 | 0x0000000107ec027c: 21a0 7995
|
4789 |
|
4790 | 0x0000000107ec0280: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop c_rarg2=Oop }
|
4791 | ;*invokevirtual m_91307_ {reexecute=0 rethrow=0 return_oop=0}
|
4792 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@938 (line 997)
|
4793 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4794 | 0x0000000107ec0280: 20a0 7995
|
4795 |
|
4796 | 0x0000000107ec0284: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop c_rarg2=Oop }
|
4797 | ;*invokeinterface m_7238_ {reexecute=0 rethrow=0 return_oop=0}
|
4798 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@941 (line 997)
|
4799 | ; {runtime_call throw_incompatible_class_change_error Runtime1 stub}
|
4800 | 0x0000000107ec0284: dfa9 7995
|
4801 |
|
4802 | 0x0000000107ec0288: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop c_rarg2=Oop }
|
4803 | ;*invokeinterface m_7238_ {reexecute=0 rethrow=0 return_oop=0}
|
4804 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@941 (line 997)
|
4805 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4806 | 0x0000000107ec0288: 1ea0 7995
|
4807 |
|
4808 | 0x0000000107ec028c: ; {metadata({method} {0x000000032082e6f0} 'm_7238_' '()V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
4809 | 0x0000000107ec028c: 08de 9cd2 | 4810 a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4810 |
|
4811 | 0x0000000107ec02a4: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop }
|
4812 | ;*synchronization entry
|
4813 | ; - net.minecraft.util.profiling.InactiveProfiler::m_7238_@-1 (line 39)
|
4814 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@941 (line 997)
|
4815 | ; {runtime_call counter_overflow Runtime1 stub}
|
4816 | 0x0000000107ec02a4: d7b2 7995 | a5f5 ff17
|
4817 |
|
4818 | 0x0000000107ec02ac: ; {metadata({method} {0x0000000122714428} 'm_280262_' '()V' in 'net/minecraft/client/gui/GuiGraphics')}
|
4819 | 0x0000000107ec02ac: 0885 88d2 | 284e a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4820 |
|
4821 | 0x0000000107ec02c4: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop }
|
4822 | ;*synchronization entry
|
4823 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@-1 (line 124)
|
4824 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
4825 | ; {runtime_call counter_overflow Runtime1 stub}
|
4826 | 0x0000000107ec02c4: cfb2 7995 | adf5 ff17
|
4827 |
|
4828 | 0x0000000107ec02cc: ; {metadata({method} {0x00000003206dbd68} 'disableDepthTest' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
4829 | 0x0000000107ec02cc: 08ad 97d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4830 |
|
4831 | 0x0000000107ec02e4: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop }
|
4832 | ;*synchronization entry
|
4833 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@-1 (line 245)
|
4834 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
4835 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
4836 | ; {runtime_call counter_overflow Runtime1 stub}
|
4837 | 0x0000000107ec02e4: c7b2 7995 | b4f5 ff17
|
4838 |
|
4839 | 0x0000000107ec02ec: ; {metadata({method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
4840 | 0x0000000107ec02ec: 08ca 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4841 |
|
4842 | 0x0000000107ec0304: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop }
|
4843 | ;*synchronization entry
|
4844 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@-1 (line 172)
|
4845 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@0 (line 245)
|
4846 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
4847 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
4848 | ; {runtime_call counter_overflow Runtime1 stub}
|
4849 | 0x0000000107ec0304: bfb2 7995 | bbf5 ff17
|
4850 |
|
4851 | 0x0000000107ec030c: ; {metadata({method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
4852 | 0x0000000107ec030c: 082b 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4853 |
|
4854 | 0x0000000107ec0324: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop }
|
4855 | ;*synchronization entry
|
4856 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnRenderThread@-1 (line 127)
|
4857 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@0 (line 172)
|
4858 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@0 (line 245)
|
4859 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
4860 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
4861 | ; {runtime_call counter_overflow Runtime1 stub}
|
4862 | 0x0000000107ec0324: b7b2 7995 | c2f5 ff17
|
4863 |
|
4864 | 0x0000000107ec032c: ; {metadata({method} {0x0000000320e62a50} '_disableDepthTest' '()V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
4865 | 0x0000000107ec032c: 084a 85d2 | c81c a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4866 |
|
4867 | 0x0000000107ec0344: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop c_rarg2=Oop }
|
4868 | ;*synchronization entry
|
4869 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@-1 (line 67)
|
4870 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
4871 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
4872 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
4873 | ; {runtime_call counter_overflow Runtime1 stub}
|
4874 | 0x0000000107ec0344: afb2 7995 | f6f5 ff17
|
4875 |
|
4876 | 0x0000000107ec034c: ; {metadata({method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
4877 | 0x0000000107ec034c: 08b4 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4878 |
|
4879 | 0x0000000107ec0364: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop c_rarg2=Oop }
|
4880 | ;*synchronization entry
|
4881 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@-1 (line 165)
|
4882 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@0 (line 67)
|
4883 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
4884 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
4885 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
4886 | ; {runtime_call counter_overflow Runtime1 stub}
|
4887 | 0x0000000107ec0364: a7b2 7995 | fdf5 ff17
|
4888 |
|
4889 | 0x0000000107ec036c: ; {metadata({method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
4890 | 0x0000000107ec036c: 082b 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4891 |
|
4892 | 0x0000000107ec0384: ; ImmutableOopMap {[304]=Oop c_rarg1=Oop [216]=Oop c_rarg2=Oop }
|
4893 | ;*synchronization entry
|
4894 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnRenderThread@-1 (line 127)
|
4895 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@6 (line 165)
|
4896 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@0 (line 67)
|
4897 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
4898 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
4899 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
4900 | ; {runtime_call counter_overflow Runtime1 stub}
|
4901 | 0x0000000107ec0384: 9fb2 7995 | 13f6 ff17
|
4902 |
|
4903 | 0x0000000107ec038c: ; ImmutableOopMap {[304]=Oop [216]=Oop }
|
4904 | ;*getfield f_84626_ {reexecute=1 rethrow=0 return_oop=0}
|
4905 | ; - (reexecute) com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@6 (line 68)
|
4906 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
4907 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
4908 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
4909 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4910 | 0x0000000107ec038c: dd9f 7995
|
4911 |
|
4912 | 0x0000000107ec0390: ; ImmutableOopMap {[304]=Oop [216]=Oop c_rarg0=Oop }
|
4913 | ;*invokevirtual m_84589_ {reexecute=0 rethrow=0 return_oop=0}
|
4914 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@9 (line 68)
|
4915 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
4916 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
4917 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
4918 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4919 | 0x0000000107ec0390: dc9f 7995
|
4920 |
|
4921 | 0x0000000107ec0394: ; {metadata({method} {0x0000000320e6a6f8} 'm_84589_' '()V' in 'com/mojang/blaze3d/platform/GlStateManager$BooleanState')}
|
4922 | 0x0000000107ec0394: 08df 94d2 | c81c a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4923 |
|
4924 | 0x0000000107ec03ac: ; ImmutableOopMap {[304]=Oop [216]=Oop c_rarg0=Oop }
|
4925 | ;*synchronization entry
|
4926 | ; - com.mojang.blaze3d.platform.GlStateManager$BooleanState::m_84589_@-1 (line 770)
|
4927 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@9 (line 68)
|
4928 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
4929 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
4930 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
4931 | ; {runtime_call counter_overflow Runtime1 stub}
|
4932 | 0x0000000107ec03ac: 95b2 7995 | 47f6 ff17
|
4933 |
|
4934 | 0x0000000107ec03b4: ; ImmutableOopMap {[216]=Oop c_rarg1=Oop }
|
4935 | ;*invokevirtual m_109911_ {reexecute=0 rethrow=0 return_oop=0}
|
4936 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@7 (line 125)
|
4937 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
4938 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
4939 | 0x0000000107ec03b4: d39f 7995
|
4940 |
|
4941 | 0x0000000107ec03b8: ; {metadata({method} {0x00000003206dbe00} 'enableDepthTest' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
4942 | 0x0000000107ec03b8: 08c0 97d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4943 |
|
4944 | 0x0000000107ec03d0: ; ImmutableOopMap {[216]=Oop }
|
4945 | ;*synchronization entry
|
4946 | ; - com.mojang.blaze3d.systems.RenderSystem::enableDepthTest@-1 (line 254)
|
4947 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@10 (line 126)
|
4948 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
4949 | ; {runtime_call counter_overflow Runtime1 stub}
|
4950 | 0x0000000107ec03d0: 8cb2 7995 | 63f6 ff17
|
4951 |
|
4952 | 0x0000000107ec03d8: ; {metadata({method} {0x00000003206db4f0} 'assertOnGameThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
4953 | 0x0000000107ec03d8: 089e 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4954 |
|
4955 | 0x0000000107ec03f0: ; ImmutableOopMap {[216]=Oop }
|
4956 | ;*synchronization entry
|
4957 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnGameThreadOrInit@-1 (line 158)
|
4958 | ; - com.mojang.blaze3d.systems.RenderSystem::enableDepthTest@0 (line 254)
|
4959 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@10 (line 126)
|
4960 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
4961 | ; {runtime_call counter_overflow Runtime1 stub}
|
4962 | 0x0000000107ec03f0: 84b2 7995 | 6af6 ff17
|
4963 |
|
4964 | 0x0000000107ec03f8: ; {metadata({method} {0x00000003206db3a0} 'isOnGameThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
4965 | 0x0000000107ec03f8: 0874 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4966 |
|
4967 | 0x0000000107ec0410: ; ImmutableOopMap {[216]=Oop }
|
4968 | ;*synchronization entry
|
4969 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnGameThread@-1 (line 146)
|
4970 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnGameThreadOrInit@6 (line 158)
|
4971 | ; - com.mojang.blaze3d.systems.RenderSystem::enableDepthTest@0 (line 254)
|
4972 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@10 (line 126)
|
4973 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
4974 | ; {runtime_call counter_overflow Runtime1 stub}
|
4975 | 0x0000000107ec0410: 7cb2 7995 | 80f6 ff17
|
4976 |
|
4977 | 0x0000000107ec0418: ; {metadata({method} {0x0000000320e62af0} '_enableDepthTest' '()V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
4978 | 0x0000000107ec0418: 085e 85d2 | c81c a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4979 |
|
4980 | 0x0000000107ec0430: ; ImmutableOopMap {[216]=Oop }
|
4981 | ;*synchronization entry
|
4982 | ; - com.mojang.blaze3d.platform.GlStateManager::_enableDepthTest@-1 (line 72)
|
4983 | ; - com.mojang.blaze3d.systems.RenderSystem::enableDepthTest@3 (line 258)
|
4984 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@10 (line 126)
|
4985 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
4986 | ; {runtime_call counter_overflow Runtime1 stub}
|
4987 | 0x0000000107ec0430: 74b2 7995 | 8df6 ff17
|
4988 |
|
4989 | 0x0000000107ec0438: ; {metadata({method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
4990 | 0x0000000107ec0438: 08b4 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
4991 |
|
4992 | 0x0000000107ec0450: ; ImmutableOopMap {[216]=Oop }
|
4993 | ;*synchronization entry
|
4994 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@-1 (line 165)
|
4995 | ; - com.mojang.blaze3d.platform.GlStateManager::_enableDepthTest@0 (line 72)
|
4996 | ; - com.mojang.blaze3d.systems.RenderSystem::enableDepthTest@3 (line 258)
|
4997 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@10 (line 126)
|
4998 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
4999 | ; {runtime_call counter_overflow Runtime1 stub}
|
5000 | 0x0000000107ec0450: 6cb2 7995 | 94f6 ff17
|
5001 |
|
5002 | 0x0000000107ec0458: ; {metadata({method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
5003 | 0x0000000107ec0458: 082b 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
5004 |
|
5005 | 0x0000000107ec0470: ; ImmutableOopMap {[216]=Oop }
|
5006 | ;*synchronization entry
|
5007 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnRenderThread@-1 (line 127)
|
5008 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@6 (line 165)
|
5009 | ; - com.mojang.blaze3d.platform.GlStateManager::_enableDepthTest@0 (line 72)
|
5010 | ; - com.mojang.blaze3d.systems.RenderSystem::enableDepthTest@3 (line 258)
|
5011 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@10 (line 126)
|
5012 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
5013 | ; {runtime_call counter_overflow Runtime1 stub}
|
5014 | 0x0000000107ec0470: 64b2 7995 | a6f6 ff17
|
5015 |
|
5016 | 0x0000000107ec0478: ; ImmutableOopMap {[216]=Oop c_rarg1=Oop }
|
5017 | ;*invokevirtual m_84592_ {reexecute=0 rethrow=0 return_oop=0}
|
5018 | ; - com.mojang.blaze3d.platform.GlStateManager::_enableDepthTest@9 (line 73)
|
5019 | ; - com.mojang.blaze3d.systems.RenderSystem::enableDepthTest@3 (line 258)
|
5020 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@10 (line 126)
|
5021 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
5022 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
5023 | 0x0000000107ec0478: a29f 7995
|
5024 |
|
5025 | 0x0000000107ec047c: ; {metadata({method} {0x0000000320e6a7a0} 'm_84592_' '()V' in 'com/mojang/blaze3d/platform/GlStateManager$BooleanState')}
|
5026 | 0x0000000107ec047c: 08f4 94d2 | c81c a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
5027 |
|
5028 | 0x0000000107ec0494: ; ImmutableOopMap {[216]=Oop c_rarg1=Oop }
|
5029 | ;*synchronization entry
|
5030 | ; - com.mojang.blaze3d.platform.GlStateManager$BooleanState::m_84592_@-1 (line 774)
|
5031 | ; - com.mojang.blaze3d.platform.GlStateManager::_enableDepthTest@9 (line 73)
|
5032 | ; - com.mojang.blaze3d.systems.RenderSystem::enableDepthTest@3 (line 258)
|
5033 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@10 (line 126)
|
5034 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
5035 | ; {runtime_call counter_overflow Runtime1 stub}
|
5036 | 0x0000000107ec0494: 5bb2 7995 | e0f6 ff17
|
5037 |
|
5038 | 0x0000000107ec049c: ; ImmutableOopMap {[216]=Oop }
|
5039 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
5040 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@956 (line 998)
|
5041 | ; {runtime_call fast_new_instance Runtime1 stub}
|
5042 | 0x0000000107ec049c: d9a1 7995 | f7f6 ff17
|
5043 |
|
5044 | 0x0000000107ec04a4: ; {metadata({method} {0x000000012270ba98} '<init>' '(Ljava/lang/String;Z)V' in 'org/spongepowered/asm/mixin/injection/callback/CallbackInfo')}
|
5045 | 0x0000000107ec04a4: 0853 97d2 | 084e a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
5046 |
|
5047 | 0x0000000107ec04bc: ; ImmutableOopMap {[216]=Oop c_rarg0=Oop }
|
5048 | ;*synchronization entry
|
5049 | ; - org.spongepowered.asm.mixin.injection.callback.CallbackInfo::<init>@-1 (line 61)
|
5050 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@964 (line 998)
|
5051 | ; {runtime_call counter_overflow Runtime1 stub}
|
5052 | 0x0000000107ec04bc: 51b2 7995 | fff6 ff17
|
5053 |
|
5054 | 0x0000000107ec04c4: ; {metadata({method} {0x0000000120000510} '<init>' '()V' in 'java/lang/Object')}
|
5055 | 0x0000000107ec04c4: 08a2 80d2 | 0800 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
5056 |
|
5057 | 0x0000000107ec04dc: ; ImmutableOopMap {[216]=Oop c_rarg0=Oop }
|
5058 | ;*synchronization entry
|
5059 | ; - java.lang.Object::<init>@-1 (line 44)
|
5060 | ; - org.spongepowered.asm.mixin.injection.callback.CallbackInfo::<init>@1 (line 61)
|
5061 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@964 (line 998)
|
5062 | ; {runtime_call counter_overflow Runtime1 stub}
|
5063 | 0x0000000107ec04dc: 49b2 7995 | 07f7 ff17 | 0310 40b9 | 63f0 7dd3 | 43e1 feb4 | e303 00f9
|
5064 |
|
5065 | 0x0000000107ec04f4: ; {runtime_call g1_pre_barrier_slow}
|
5066 | 0x0000000107ec04f4: c3b3 7995 | 07f7 ff17 | 82e1 feb4 | e003 00f9
|
5067 |
|
5068 | 0x0000000107ec0504: ; {runtime_call g1_post_barrier_slow}
|
5069 | 0x0000000107ec0504: 7fb4 7995 | 09f7 ff17
|
5070 |
|
5071 | 0x0000000107ec050c: ; {metadata({method} {0x0000000320765bf8} 'm_85849_' '()V' in 'com/mojang/blaze3d/vertex/PoseStack')}
|
5072 | 0x0000000107ec050c: 087f 8bd2 | c80e a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
5073 |
|
5074 | 0x0000000107ec0524: ; ImmutableOopMap {c_rarg0=Oop }
|
5075 | ;*synchronization entry
|
5076 | ; - com.mojang.blaze3d.vertex.PoseStack::m_85849_@-1 (line 553)
|
5077 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@972 (line 999)
|
5078 | ; {runtime_call counter_overflow Runtime1 stub}
|
5079 | 0x0000000107ec0524: 37b2 7995 | 22f7 ff17
|
5080 |
|
5081 | 0x0000000107ec052c: ; ImmutableOopMap {c_rarg0=Oop c_rarg1=Oop }
|
5082 | ;*invokeinterface removeLast {reexecute=0 rethrow=0 return_oop=0}
|
5083 | ; - com.mojang.blaze3d.vertex.PoseStack::m_85849_@4 (line 553)
|
5084 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@972 (line 999)
|
5085 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
5086 | 0x0000000107ec052c: 759f 7995 | e803 00aa
|
5087 |
|
5088 | 0x0000000107ec0534: ; ImmutableOopMap {[336]=Oop }
|
5089 | ;*checkcast {reexecute=0 rethrow=0 return_oop=0}
|
5090 | ; - com.mojang.blaze3d.vertex.PoseStack::m_85849_@9 (line 553)
|
5091 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@972 (line 999)
|
5092 | ; {runtime_call throw_class_cast_exception Runtime1 stub}
|
5093 | 0x0000000107ec0534: 73a8 7995
|
5094 |
|
5095 | 0x0000000107ec0538: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop }
|
5096 | ;*invokeinterface addLast {reexecute=0 rethrow=0 return_oop=0}
|
5097 | ; - com.mojang.blaze3d.vertex.PoseStack::m_85849_@25 (line 555)
|
5098 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@972 (line 999)
|
5099 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
5100 | 0x0000000107ec0538: 729f 7995
|
5101 |
|
5102 | 0x0000000107ec053c: ; {internal_word}
|
5103 | 0x0000000107ec053c: a8fa fe10 | 88af 01f9
|
5104 |
|
5105 | 0x0000000107ec0544: ; {runtime_call SafepointBlob}
|
5106 | 0x0000000107ec0544: 2ffb 7615
|
5107 |
|
5108 | 0x0000000107ec0548: ; {metadata({method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
5109 | 0x0000000107ec0548: 08f5 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
5110 |
|
5111 | 0x0000000107ec0560: ; ImmutableOopMap {[216]=Oop }
|
5112 | ;*synchronization entry
|
5113 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@-1 (line 184)
|
5114 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
5115 | ; - com.mojang.blaze3d.platform.GlStateManager::_enableDepthTest@0 (line 72)
|
5116 | ; - com.mojang.blaze3d.systems.RenderSystem::enableDepthTest@3 (line 258)
|
5117 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@10 (line 126)
|
5118 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
5119 | ; {runtime_call counter_overflow Runtime1 stub}
|
5120 | 0x0000000107ec0560: 28b2 7995 | def7 ff17
|
5121 |
|
5122 | 0x0000000107ec0568: ; ImmutableOopMap {[216]=Oop }
|
5123 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
5124 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
5125 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
5126 | ; - com.mojang.blaze3d.platform.GlStateManager::_enableDepthTest@0 (line 72)
|
5127 | ; - com.mojang.blaze3d.systems.RenderSystem::enableDepthTest@3 (line 258)
|
5128 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@10 (line 126)
|
5129 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
5130 | ; {runtime_call fast_new_instance Runtime1 stub}
|
5131 | 0x0000000107ec0568: a6a1 7995 | ebf7 ff17
|
5132 |
|
5133 | 0x0000000107ec0570: ; {metadata({method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
5134 | 0x0000000107ec0570: 08f5 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
5135 |
|
5136 | 0x0000000107ec0588: ; ImmutableOopMap {[304]=Oop [216]=Oop }
|
5137 | ;*synchronization entry
|
5138 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@-1 (line 184)
|
5139 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
5140 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@0 (line 67)
|
5141 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
5142 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
5143 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
5144 | ; {runtime_call counter_overflow Runtime1 stub}
|
5145 | 0x0000000107ec0588: 1eb2 7995 | 01f8 ff17
|
5146 |
|
5147 | 0x0000000107ec0590: ; ImmutableOopMap {[216]=Oop [304]=Oop }
|
5148 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
5149 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
5150 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
5151 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@0 (line 67)
|
5152 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
5153 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
5154 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
5155 | ; {runtime_call fast_new_instance Runtime1 stub}
|
5156 | 0x0000000107ec0590: 9ca1 7995 | 0ef8 ff17
|
5157 |
|
5158 | 0x0000000107ec0598: ; {metadata({method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
5159 | 0x0000000107ec0598: 08f5 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
5160 |
|
5161 | 0x0000000107ec05b0: ; ImmutableOopMap {[304]=Oop [216]=Oop }
|
5162 | ;*synchronization entry
|
5163 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@-1 (line 184)
|
5164 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
5165 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@0 (line 245)
|
5166 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
5167 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
5168 | ; {runtime_call counter_overflow Runtime1 stub}
|
5169 | 0x0000000107ec05b0: 14b2 7995 | 24f8 ff17
|
5170 |
|
5171 | 0x0000000107ec05b8: ; ImmutableOopMap {[304]=Oop [216]=Oop }
|
5172 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
5173 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
5174 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
5175 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@0 (line 245)
|
5176 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
5177 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@948 (line 998)
|
5178 | ; {runtime_call fast_new_instance Runtime1 stub}
|
5179 | 0x0000000107ec05b8: 92a1 7995 | 31f8 ff17
|
5180 |
|
5181 | 0x0000000107ec05c0: ; {metadata({method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
5182 | 0x0000000107ec05c0: 08f5 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
5183 |
|
5184 | 0x0000000107ec05d8: ; ImmutableOopMap {[216]=Oop [304]=Oop }
|
5185 | ;*synchronization entry
|
5186 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@-1 (line 184)
|
5187 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
5188 | ; - com.mojang.blaze3d.platform.GlStateManager::_getError@0 (line 737)
|
5189 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@11 (line 686)
|
5190 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
5191 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@622 (line 946)
|
5192 | ; {runtime_call counter_overflow Runtime1 stub}
|
5193 | 0x0000000107ec05d8: 0ab2 7995 | 47f8 ff17
|
5194 |
|
5195 | 0x0000000107ec05e0: ; ImmutableOopMap {[216]=Oop [304]=Oop }
|
5196 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
5197 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
5198 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
5199 | ; - com.mojang.blaze3d.platform.GlStateManager::_getError@0 (line 737)
|
5200 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@11 (line 686)
|
5201 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
5202 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@622 (line 946)
|
5203 | ; {runtime_call fast_new_instance Runtime1 stub}
|
5204 | 0x0000000107ec05e0: 88a1 7995 | 54f8 ff17
|
5205 |
|
5206 | 0x0000000107ec05e8: ; {metadata({method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
5207 | 0x0000000107ec05e8: 08f5 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
5208 |
|
5209 | 0x0000000107ec0600: ; ImmutableOopMap {[304]=Oop [216]=Oop }
|
5210 | ;*synchronization entry
|
5211 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@-1 (line 184)
|
5212 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
5213 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@0 (line 683)
|
5214 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
5215 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@622 (line 946)
|
5216 | ; {runtime_call counter_overflow Runtime1 stub}
|
5217 | 0x0000000107ec0600: 00b2 7995 | 6af8 ff17
|
5218 |
|
5219 | 0x0000000107ec0608: ; ImmutableOopMap {[216]=Oop [304]=Oop }
|
5220 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
5221 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
5222 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
5223 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@0 (line 683)
|
5224 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
5225 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@622 (line 946)
|
5226 | ; {runtime_call fast_new_instance Runtime1 stub}
|
5227 | 0x0000000107ec0608: 7ea1 7995 | 77f8 ff17
|
5228 |
|
5229 | 0x0000000107ec0610: ; {metadata({method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
5230 | 0x0000000107ec0610: 08f5 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
5231 |
|
5232 | 0x0000000107ec0628: ; ImmutableOopMap {[216]=Oop }
|
5233 | ;*synchronization entry
|
5234 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@-1 (line 184)
|
5235 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
5236 | ; - com.mojang.blaze3d.systems.RenderSystem::setupGui3DDiffuseLighting@0 (line 1136)
|
5237 | ; - com.mojang.blaze3d.platform.Lighting::m_84931_@6 (line 30)
|
5238 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@402 (line 931)
|
5239 | ; {runtime_call counter_overflow Runtime1 stub}
|
5240 | 0x0000000107ec0628: f6b1 7995 | 8df8 ff17
|
5241 |
|
5242 | 0x0000000107ec0630: ; ImmutableOopMap {[216]=Oop }
|
5243 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
5244 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
5245 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
5246 | ; - com.mojang.blaze3d.systems.RenderSystem::setupGui3DDiffuseLighting@0 (line 1136)
|
5247 | ; - com.mojang.blaze3d.platform.Lighting::m_84931_@6 (line 30)
|
5248 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@402 (line 931)
|
5249 | ; {runtime_call fast_new_instance Runtime1 stub}
|
5250 | 0x0000000107ec0630: 74a1 7995 | 9af8 ff17
|
5251 |
|
5252 | 0x0000000107ec0638: ; {metadata({method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
5253 | 0x0000000107ec0638: 08f5 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
5254 |
|
5255 | 0x0000000107ec0650: ; ImmutableOopMap {[264]=Oop [216]=Oop }
|
5256 | ;*synchronization entry
|
5257 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@-1 (line 184)
|
5258 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
5259 | ; - com.mojang.blaze3d.platform.GlStateManager::_getError@0 (line 737)
|
5260 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@11 (line 686)
|
5261 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
5262 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@314 (line 923)
|
5263 | ; {runtime_call counter_overflow Runtime1 stub}
|
5264 | 0x0000000107ec0650: ecb1 7995 | b0f8 ff17
|
5265 |
|
5266 | 0x0000000107ec0658: ; ImmutableOopMap {[216]=Oop [264]=Oop }
|
5267 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
5268 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
5269 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
5270 | ; - com.mojang.blaze3d.platform.GlStateManager::_getError@0 (line 737)
|
5271 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@11 (line 686)
|
5272 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
5273 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@314 (line 923)
|
5274 | ; {runtime_call fast_new_instance Runtime1 stub}
|
5275 | 0x0000000107ec0658: 6aa1 7995 | bdf8 ff17
|
5276 |
|
5277 | 0x0000000107ec0660: ; {metadata({method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
5278 | 0x0000000107ec0660: 08f5 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
5279 |
|
5280 | 0x0000000107ec0678: ; ImmutableOopMap {[264]=Oop [216]=Oop }
|
5281 | ;*synchronization entry
|
5282 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@-1 (line 184)
|
5283 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
5284 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@0 (line 683)
|
5285 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
5286 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@314 (line 923)
|
5287 | ; {runtime_call counter_overflow Runtime1 stub}
|
5288 | 0x0000000107ec0678: e2b1 7995 | d3f8 ff17
|
5289 |
|
5290 | 0x0000000107ec0680: ; ImmutableOopMap {[216]=Oop [264]=Oop }
|
5291 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
5292 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
5293 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
5294 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@0 (line 683)
|
5295 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
5296 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@314 (line 923)
|
5297 | ; {runtime_call fast_new_instance Runtime1 stub}
|
5298 | 0x0000000107ec0680: 60a1 7995 | e0f8 ff17
|
5299 |
|
5300 | 0x0000000107ec0688: ; {metadata({method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
5301 | 0x0000000107ec0688: 08f5 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
5302 |
|
5303 | 0x0000000107ec06a0: ; ImmutableOopMap {[256]=Oop [216]=Oop }
|
5304 | ;*synchronization entry
|
5305 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@-1 (line 184)
|
5306 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
5307 | ; - com.mojang.blaze3d.platform.GlStateManager::_glBindFramebuffer@0 (line 343)
|
5308 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@9 (line 202)
|
5309 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
5310 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@296 (line 919)
|
5311 | ; {runtime_call counter_overflow Runtime1 stub}
|
5312 | 0x0000000107ec06a0: d8b1 7995 | f7f8 ff17
|
5313 |
|
5314 | 0x0000000107ec06a8: ; ImmutableOopMap {[216]=Oop [256]=Oop }
|
5315 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
5316 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
5317 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
5318 | ; - com.mojang.blaze3d.platform.GlStateManager::_glBindFramebuffer@0 (line 343)
|
5319 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@9 (line 202)
|
5320 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
5321 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@296 (line 919)
|
5322 | ; {runtime_call fast_new_instance Runtime1 stub}
|
5323 | 0x0000000107ec06a8: 56a1 7995 | 04f9 ff17
|
5324 |
|
5325 | 0x0000000107ec06b0: ; {metadata({method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
5326 | 0x0000000107ec06b0: 08f5 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
5327 |
|
5328 | 0x0000000107ec06c8: ; ImmutableOopMap {[256]=Oop [216]=Oop }
|
5329 | ;*synchronization entry
|
5330 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@-1 (line 184)
|
5331 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
5332 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@0 (line 201)
|
5333 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
5334 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@296 (line 919)
|
5335 | ; {runtime_call counter_overflow Runtime1 stub}
|
5336 | 0x0000000107ec06c8: ceb1 7995 | 1af9 ff17
|
5337 |
|
5338 | 0x0000000107ec06d0: ; ImmutableOopMap {[216]=Oop [256]=Oop }
|
5339 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
5340 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
5341 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
5342 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@0 (line 201)
|
5343 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
5344 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@296 (line 919)
|
5345 | ; {runtime_call fast_new_instance Runtime1 stub}
|
5346 | 0x0000000107ec06d0: 4ca1 7995 | 27f9 ff17
|
5347 |
|
5348 | 0x0000000107ec06d8: ; {metadata({method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
5349 | 0x0000000107ec06d8: 08f5 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
5350 |
|
5351 | 0x0000000107ec06f0: ; ImmutableOopMap {[216]=Oop }
|
5352 | ;*synchronization entry
|
5353 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@-1 (line 184)
|
5354 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
5355 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@0 (line 67)
|
5356 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
5357 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@274 (line 914)
|
5358 | ; {runtime_call counter_overflow Runtime1 stub}
|
5359 | 0x0000000107ec06f0: c4b1 7995 | 3df9 ff17
|
5360 |
|
5361 | 0x0000000107ec06f8: ; ImmutableOopMap {[216]=Oop }
|
5362 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
5363 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
5364 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
5365 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@0 (line 67)
|
5366 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
5367 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@274 (line 914)
|
5368 | ; {runtime_call fast_new_instance Runtime1 stub}
|
5369 | 0x0000000107ec06f8: 42a1 7995 | 4af9 ff17
|
5370 |
|
5371 | 0x0000000107ec0700: ; {metadata({method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
5372 | 0x0000000107ec0700: 08f5 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
5373 |
|
5374 | 0x0000000107ec0718: ; ImmutableOopMap {[216]=Oop }
|
5375 | ;*synchronization entry
|
5376 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@-1 (line 184)
|
5377 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
5378 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@0 (line 245)
|
5379 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@274 (line 914)
|
5380 | ; {runtime_call counter_overflow Runtime1 stub}
|
5381 | 0x0000000107ec0718: bab1 7995 | 60f9 ff17
|
5382 |
|
5383 | 0x0000000107ec0720: ; ImmutableOopMap {[216]=Oop }
|
5384 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
5385 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
5386 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
5387 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@0 (line 245)
|
5388 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@274 (line 914)
|
5389 | ; {runtime_call fast_new_instance Runtime1 stub}
|
5390 | 0x0000000107ec0720: 38a1 7995 | 6df9 ff17
|
5391 |
|
5392 | 0x0000000107ec0728: ; {metadata({method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
5393 | 0x0000000107ec0728: 08f5 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
5394 |
|
5395 | 0x0000000107ec0740: ; ImmutableOopMap {[216]=Oop }
|
5396 | ;*synchronization entry
|
5397 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@-1 (line 184)
|
5398 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
5399 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableBlend@0 (line 95)
|
5400 | ; - com.mojang.blaze3d.systems.RenderSystem::disableBlend@3 (line 321)
|
5401 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@271 (line 913)
|
5402 | ; {runtime_call counter_overflow Runtime1 stub}
|
5403 | 0x0000000107ec0740: b0b1 7995 | 83f9 ff17
|
5404 |
|
5405 | 0x0000000107ec0748: ; ImmutableOopMap {[216]=Oop }
|
5406 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
5407 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
5408 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
5409 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableBlend@0 (line 95)
|
5410 | ; - com.mojang.blaze3d.systems.RenderSystem::disableBlend@3 (line 321)
|
5411 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@271 (line 913)
|
5412 | ; {runtime_call fast_new_instance Runtime1 stub}
|
5413 | 0x0000000107ec0748: 2ea1 7995 | 90f9 ff17
|
5414 |
|
5415 | 0x0000000107ec0750: ; {metadata({method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
5416 | 0x0000000107ec0750: 08f5 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
5417 |
|
5418 | 0x0000000107ec0768: ; ImmutableOopMap {[216]=Oop }
|
5419 | ;*synchronization entry
|
5420 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@-1 (line 184)
|
5421 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
5422 | ; - com.mojang.blaze3d.systems.RenderSystem::disableBlend@0 (line 317)
|
5423 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@271 (line 913)
|
5424 | ; {runtime_call counter_overflow Runtime1 stub}
|
5425 | 0x0000000107ec0768: a6b1 7995 | a6f9 ff17
|
5426 |
|
5427 | 0x0000000107ec0770: ; ImmutableOopMap {[216]=Oop }
|
5428 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
5429 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
5430 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
5431 | ; - com.mojang.blaze3d.systems.RenderSystem::disableBlend@0 (line 317)
|
5432 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@271 (line 913)
|
5433 | ; {runtime_call fast_new_instance Runtime1 stub}
|
5434 | 0x0000000107ec0770: 24a1 7995 | b3f9 ff17
|
5435 |
|
5436 | 0x0000000107ec0778: ; ImmutableOopMap {[216]=Oop c_rarg0=Oop }
|
5437 | ;*invokevirtual m_127514_ {reexecute=0 rethrow=0 return_oop=0}
|
5438 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@877 (line 987)
|
5439 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
5440 | 0x0000000107ec0778: e29e 7995
|
5441 |
|
5442 | 0x0000000107ec077c: ; {metadata({method} {0x0000000122996db0} 'm_127514_' '(Ljava/lang/String;)Lnet/minecraft/CrashReportCategory;' in 'net/minecraft/CrashReport')}
|
5443 | 0x0000000107ec077c: 08b6 8dd2 | 2853 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
5444 |
|
5445 | 0x0000000107ec0794: ; ImmutableOopMap {[216]=Oop c_rarg0=Oop }
|
5446 | ;*synchronization entry
|
5447 | ; - net.minecraft.CrashReport::m_127514_@-1 (line 154)
|
5448 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@877 (line 987)
|
5449 | ; {runtime_call counter_overflow Runtime1 stub}
|
5450 | 0x0000000107ec0794: 9bb1 7995 | def9 ff17
|
5451 |
|
5452 | 0x0000000107ec079c: ; ImmutableOopMap {[456]=Oop }
|
5453 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
5454 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@897 (line 991)
|
5455 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
5456 | 0x0000000107ec079c: d99e 7995
|
5457 |
|
5458 | 0x0000000107ec07a0: ; ImmutableOopMap {[456]=Oop }
|
5459 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
5460 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@897 (line 991)
|
5461 | ; {runtime_call fast_new_instance_init_check Runtime1 stub}
|
5462 | 0x0000000107ec07a0: d8a1 7995 | 2dfa ff17
|
5463 |
|
5464 | 0x0000000107ec07a8: ; ImmutableOopMap {[216]=Oop c_rarg0=Oop }
|
5465 | ;*invokevirtual m_127514_ {reexecute=0 rethrow=0 return_oop=0}
|
5466 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@773 (line 968)
|
5467 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
5468 | 0x0000000107ec07a8: d69e 7995
|
5469 |
|
5470 | 0x0000000107ec07ac: ; {metadata({method} {0x0000000122996db0} 'm_127514_' '(Ljava/lang/String;)Lnet/minecraft/CrashReportCategory;' in 'net/minecraft/CrashReport')}
|
5471 | 0x0000000107ec07ac: 08b6 8dd2 | 2853 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
5472 |
|
5473 | 0x0000000107ec07c4: ; ImmutableOopMap {[216]=Oop c_rarg0=Oop }
|
5474 | ;*synchronization entry
|
5475 | ; - net.minecraft.CrashReport::m_127514_@-1 (line 154)
|
5476 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@773 (line 968)
|
5477 | ; {runtime_call counter_overflow Runtime1 stub}
|
5478 | 0x0000000107ec07c4: 8fb1 7995 | 56fa ff17
|
5479 |
|
5480 | 0x0000000107ec07cc: ; ImmutableOopMap {[480]=Oop }
|
5481 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
5482 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@827 (line 978)
|
5483 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
5484 | 0x0000000107ec07cc: cd9e 7995
|
5485 |
|
5486 | 0x0000000107ec07d0: ; ImmutableOopMap {[480]=Oop }
|
5487 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
5488 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@827 (line 978)
|
5489 | ; {runtime_call fast_new_instance_init_check Runtime1 stub}
|
5490 | 0x0000000107ec07d0: cca1 7995 | fffa ff17
|
5491 |
|
5492 | 0x0000000107ec07d8: ; ImmutableOopMap {[216]=Oop c_rarg0=Oop }
|
5493 | ;*invokevirtual m_127514_ {reexecute=0 rethrow=0 return_oop=0}
|
5494 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@690 (line 957)
|
5495 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
5496 | 0x0000000107ec07d8: ca9e 7995
|
5497 |
|
5498 | 0x0000000107ec07dc: ; {metadata({method} {0x0000000122996db0} 'm_127514_' '(Ljava/lang/String;)Lnet/minecraft/CrashReportCategory;' in 'net/minecraft/CrashReport')}
|
5499 | 0x0000000107ec07dc: 08b6 8dd2 | 2853 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
5500 |
|
5501 | 0x0000000107ec07f4: ; ImmutableOopMap {[216]=Oop c_rarg0=Oop }
|
5502 | ;*synchronization entry
|
5503 | ; - net.minecraft.CrashReport::m_127514_@-1 (line 154)
|
5504 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@690 (line 957)
|
5505 | ; {runtime_call counter_overflow Runtime1 stub}
|
5506 | 0x0000000107ec07f4: 83b1 7995 | 28fb ff17
|
5507 |
|
5508 | 0x0000000107ec07fc: ; ImmutableOopMap {[504]=Oop }
|
5509 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
5510 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@710 (line 961)
|
5511 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
5512 | 0x0000000107ec07fc: c19e 7995
|
5513 |
|
5514 | 0x0000000107ec0800: ; ImmutableOopMap {[504]=Oop }
|
5515 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
5516 | ; - net.minecraft.client.renderer.GameRenderer::m_109093_@710 (line 961)
|
5517 | ; {runtime_call fast_new_instance_init_check Runtime1 stub}
|
5518 | 0x0000000107ec0800: c0a1 7995 | 77fb ff17 | e0a3 0891 | e003 00f9 | 5e72 ff10
|
5519 |
|
5520 | 0x0000000107ec0814: ; {runtime_call monitorexit Runtime1 stub}
|
5521 | 0x0000000107ec0814: 7bab 7915 | e0a3 0891 | e003 00f9 | 3e74 ff10
|
5522 |
|
5523 | 0x0000000107ec0824: ; {runtime_call monitorexit Runtime1 stub}
|
5524 | 0x0000000107ec0824: 77ab 7915 | 1f20 03d5 | 1f20 03d5 | 80eb 41f9 | 9feb 01f9 | 9fef 01f9 | ff03 0991 | fd7b c1a8
|
5525 | 0x0000000107ec0844: ; {runtime_call unwind_exception Runtime1 stub}
|
5526 | 0x0000000107ec0844: 2f9d 7915 | 0000 0000 | 0000 0000 | 0000 0000 | 0000 0000 | 0000 0000 | 0000 0000 | 0000 0000
|
5527 | 0x0000000107ec0864: 0000 0000 | 0000 0000 | 0000 0000 | 0000 0000 | 0000 0000 | 0000 0000 | 0000 0000
|
5528 | [Stub Code]
|
5529 | 0x0000000107ec0880: ; {no_reloc}
|
5530 | 0x0000000107ec0880: df3f 03d5
|
5531 |
|
5532 | 0x0000000107ec0884: ; {metadata(NULL)}
|
5533 | 0x0000000107ec0884: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5534 |
|
5535 | 0x0000000107ec08a0: ; {trampoline_stub}
|
5536 | 0x0000000107ec08a0: 4800 0058 | 0001 1fd6 | c063 af0e | 0100 0000
|
5537 |
|
5538 | 0x0000000107ec08b0: ; {static_stub}
|
5539 | 0x0000000107ec08b0: df3f 03d5
|
5540 |
|
5541 | 0x0000000107ec08b4: ; {metadata(NULL)}
|
5542 | 0x0000000107ec08b4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5543 |
|
5544 | 0x0000000107ec08d0: ; {trampoline_stub}
|
5545 | 0x0000000107ec08d0: 4800 0058 | 0001 1fd6 | 0092 c70d | 0100 0000
|
5546 |
|
5547 | 0x0000000107ec08e0: ; {static_stub}
|
5548 | 0x0000000107ec08e0: df3f 03d5
|
5549 |
|
5550 | 0x0000000107ec08e4: ; {metadata(NULL)}
|
5551 | 0x0000000107ec08e4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5552 |
|
5553 | 0x0000000107ec0900: ; {trampoline_stub}
|
5554 | 0x0000000107ec0900: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
5555 |
|
5556 | 0x0000000107ec0910: ; {static_stub}
|
5557 | 0x0000000107ec0910: df3f 03d5
|
5558 |
|
5559 | 0x0000000107ec0914: ; {metadata(NULL)}
|
5560 | 0x0000000107ec0914: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5561 |
|
5562 | 0x0000000107ec0930: ; {trampoline_stub}
|
5563 | 0x0000000107ec0930: 4800 0058 | 0001 1fd6 | 40f3 7906 | 0100 0000
|
5564 |
|
5565 | 0x0000000107ec0940: ; {static_stub}
|
5566 | 0x0000000107ec0940: df3f 03d5
|
5567 |
|
5568 | 0x0000000107ec0944: ; {metadata(NULL)}
|
5569 | 0x0000000107ec0944: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5570 |
|
5571 | 0x0000000107ec0960: ; {trampoline_stub}
|
5572 | 0x0000000107ec0960: 4800 0058 | 0001 1fd6 | 8088 b007 | 0100 0000
|
5573 |
|
5574 | 0x0000000107ec0970: ; {static_stub}
|
5575 | 0x0000000107ec0970: df3f 03d5
|
5576 |
|
5577 | 0x0000000107ec0974: ; {metadata({method} {0x0000000321254760} 'm_109089_' '(FJLcom/mojang/blaze3d/vertex/PoseStack;)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
5578 | 0x0000000107ec0974: 0cec 88d2 | ac24 a4f2 | 6c00 c0f2 | 0848 8fd2 | a8bb a1f2 | 2800 c0f2 | 0001 1fd6
|
5579 |
|
5580 | 0x0000000107ec0990: ; {trampoline_stub}
|
5581 | 0x0000000107ec0990: 4800 0058 | 0001 1fd6 | 7009 ec07 | 0100 0000
|
5582 |
|
5583 | 0x0000000107ec09a0: ; {static_stub}
|
5584 | 0x0000000107ec09a0: df3f 03d5
|
5585 |
|
5586 | 0x0000000107ec09a4: ; {metadata({method} {0x0000000321253f90} 'm_182644_' '()V' in 'net/minecraft/client/renderer/GameRenderer')}
|
5587 | 0x0000000107ec09a4: 0cf2 87d2 | ac24 a4f2 | 6c00 c0f2 | 0857 90d2 | e8b8 a1f2 | 2800 c0f2 | 0001 1fd6
|
5588 |
|
5589 | 0x0000000107ec09c0: ; {trampoline_stub}
|
5590 | 0x0000000107ec09c0: 4800 0058 | 0001 1fd6 | a009 ec07 | 0100 0000
|
5591 |
|
5592 | 0x0000000107ec09d0: ; {static_stub}
|
5593 | 0x0000000107ec09d0: df3f 03d5
|
5594 |
|
5595 | 0x0000000107ec09d4: ; {metadata({method} {0x000000032145a368} 'm_109769_' '()V' in 'net/minecraft/client/renderer/LevelRenderer')}
|
5596 | 0x0000000107ec09d4: 0c6d 94d2 | ac28 a4f2 | 6c00 c0f2 | 0857 90d2 | e8b8 a1f2 | 2800 c0f2 | 0001 1fd6
|
5597 |
|
5598 | 0x0000000107ec09f0: ; {trampoline_stub}
|
5599 | 0x0000000107ec09f0: 4800 0058 | 0001 1fd6 | d009 ec07 | 0100 0000
|
5600 |
|
5601 | 0x0000000107ec0a00: ; {static_stub}
|
5602 | 0x0000000107ec0a00: df3f 03d5
|
5603 |
|
5604 | 0x0000000107ec0a04: ; {metadata(NULL)}
|
5605 | 0x0000000107ec0a04: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5606 |
|
5607 | 0x0000000107ec0a20: ; {trampoline_stub}
|
5608 | 0x0000000107ec0a20: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
5609 |
|
5610 | 0x0000000107ec0a30: ; {static_stub}
|
5611 | 0x0000000107ec0a30: df3f 03d5
|
5612 |
|
5613 | 0x0000000107ec0a34: ; {metadata(NULL)}
|
5614 | 0x0000000107ec0a34: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5615 |
|
5616 | 0x0000000107ec0a50: ; {trampoline_stub}
|
5617 | 0x0000000107ec0a50: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
5618 |
|
5619 | 0x0000000107ec0a60: ; {static_stub}
|
5620 | 0x0000000107ec0a60: df3f 03d5
|
5621 |
|
5622 | 0x0000000107ec0a64: ; {metadata(NULL)}
|
5623 | 0x0000000107ec0a64: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5624 |
|
5625 | 0x0000000107ec0a80: ; {trampoline_stub}
|
5626 | 0x0000000107ec0a80: 4800 0058 | 0001 1fd6 | 0095 c70d | 0100 0000
|
5627 |
|
5628 | 0x0000000107ec0a90: ; {static_stub}
|
5629 | 0x0000000107ec0a90: df3f 03d5
|
5630 |
|
5631 | 0x0000000107ec0a94: ; {metadata(NULL)}
|
5632 | 0x0000000107ec0a94: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5633 |
|
5634 | 0x0000000107ec0ab0: ; {trampoline_stub}
|
5635 | 0x0000000107ec0ab0: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
5636 |
|
5637 | 0x0000000107ec0ac0: ; {static_stub}
|
5638 | 0x0000000107ec0ac0: df3f 03d5
|
5639 |
|
5640 | 0x0000000107ec0ac4: ; {metadata(NULL)}
|
5641 | 0x0000000107ec0ac4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5642 |
|
5643 | 0x0000000107ec0ae0: ; {trampoline_stub}
|
5644 | 0x0000000107ec0ae0: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
5645 |
|
5646 | 0x0000000107ec0af0: ; {static_stub}
|
5647 | 0x0000000107ec0af0: df3f 03d5
|
5648 |
|
5649 | 0x0000000107ec0af4: ; {metadata(NULL)}
|
5650 | 0x0000000107ec0af4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5651 |
|
5652 | 0x0000000107ec0b10: ; {trampoline_stub}
|
5653 | 0x0000000107ec0b10: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
5654 |
|
5655 | 0x0000000107ec0b20: ; {static_stub}
|
5656 | 0x0000000107ec0b20: df3f 03d5
|
5657 |
|
5658 | 0x0000000107ec0b24: ; {metadata(NULL)}
|
5659 | 0x0000000107ec0b24: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5660 |
|
5661 | 0x0000000107ec0b40: ; {trampoline_stub}
|
5662 | 0x0000000107ec0b40: 4800 0058 | 0001 1fd6 | 0095 c70d | 0100 0000
|
5663 |
|
5664 | 0x0000000107ec0b50: ; {static_stub}
|
5665 | 0x0000000107ec0b50: df3f 03d5
|
5666 |
|
5667 | 0x0000000107ec0b54: ; {metadata(NULL)}
|
5668 | 0x0000000107ec0b54: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5669 |
|
5670 | 0x0000000107ec0b70: ; {trampoline_stub}
|
5671 | 0x0000000107ec0b70: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
5672 |
|
5673 | 0x0000000107ec0b80: ; {static_stub}
|
5674 | 0x0000000107ec0b80: df3f 03d5
|
5675 |
|
5676 | 0x0000000107ec0b84: ; {metadata(NULL)}
|
5677 | 0x0000000107ec0b84: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5678 |
|
5679 | 0x0000000107ec0ba0: ; {trampoline_stub}
|
5680 | 0x0000000107ec0ba0: 4800 0058 | 0001 1fd6 | d0d7 460e | 0100 0000
|
5681 |
|
5682 | 0x0000000107ec0bb0: ; {static_stub}
|
5683 | 0x0000000107ec0bb0: df3f 03d5
|
5684 |
|
5685 | 0x0000000107ec0bb4: ; {metadata(NULL)}
|
5686 | 0x0000000107ec0bb4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5687 |
|
5688 | 0x0000000107ec0bd0: ; {trampoline_stub}
|
5689 | 0x0000000107ec0bd0: 4800 0058 | 0001 1fd6 | 40f3 7906 | 0100 0000
|
5690 |
|
5691 | 0x0000000107ec0be0: ; {static_stub}
|
5692 | 0x0000000107ec0be0: df3f 03d5
|
5693 |
|
5694 | 0x0000000107ec0be4: ; {metadata(NULL)}
|
5695 | 0x0000000107ec0be4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5696 |
|
5697 | 0x0000000107ec0c00: ; {trampoline_stub}
|
5698 | 0x0000000107ec0c00: 4800 0058 | 0001 1fd6 | 5034 7c0e | 0100 0000
|
5699 |
|
5700 | 0x0000000107ec0c10: ; {static_stub}
|
5701 | 0x0000000107ec0c10: df3f 03d5
|
5702 |
|
5703 | 0x0000000107ec0c14: ; {metadata(NULL)}
|
5704 | 0x0000000107ec0c14: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5705 |
|
5706 | 0x0000000107ec0c30: ; {trampoline_stub}
|
5707 | 0x0000000107ec0c30: 4800 0058 | 0001 1fd6 | 50ea 910e | 0100 0000
|
5708 |
|
5709 | 0x0000000107ec0c40: ; {static_stub}
|
5710 | 0x0000000107ec0c40: df3f 03d5
|
5711 |
|
5712 | 0x0000000107ec0c44: ; {metadata(NULL)}
|
5713 | 0x0000000107ec0c44: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5714 |
|
5715 | 0x0000000107ec0c60: ; {trampoline_stub}
|
5716 | 0x0000000107ec0c60: 4800 0058 | 0001 1fd6 | 0051 9e07 | 0100 0000
|
5717 |
|
5718 | 0x0000000107ec0c70: ; {static_stub}
|
5719 | 0x0000000107ec0c70: df3f 03d5
|
5720 |
|
5721 | 0x0000000107ec0c74: ; {metadata(NULL)}
|
5722 | 0x0000000107ec0c74: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5723 |
|
5724 | 0x0000000107ec0c90: ; {trampoline_stub}
|
5725 | 0x0000000107ec0c90: 4800 0058 | 0001 1fd6 | 0089 7307 | 0100 0000
|
5726 |
|
5727 | 0x0000000107ec0ca0: ; {static_stub}
|
5728 | 0x0000000107ec0ca0: df3f 03d5
|
5729 |
|
5730 | 0x0000000107ec0ca4: ; {metadata(NULL)}
|
5731 | 0x0000000107ec0ca4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5732 |
|
5733 | 0x0000000107ec0cc0: ; {trampoline_stub}
|
5734 | 0x0000000107ec0cc0: 4800 0058 | 0001 1fd6 | 007b b407 | 0100 0000
|
5735 |
|
5736 | 0x0000000107ec0cd0: ; {static_stub}
|
5737 | 0x0000000107ec0cd0: df3f 03d5
|
5738 |
|
5739 | 0x0000000107ec0cd4: ; {metadata(NULL)}
|
5740 | 0x0000000107ec0cd4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5741 |
|
5742 | 0x0000000107ec0cf0: ; {trampoline_stub}
|
5743 | 0x0000000107ec0cf0: 4800 0058 | 0001 1fd6 | 4035 b10e | 0100 0000
|
5744 |
|
5745 | 0x0000000107ec0d00: ; {static_stub}
|
5746 | 0x0000000107ec0d00: df3f 03d5
|
5747 |
|
5748 | 0x0000000107ec0d04: ; {metadata(NULL)}
|
5749 | 0x0000000107ec0d04: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5750 |
|
5751 | 0x0000000107ec0d20: ; {trampoline_stub}
|
5752 | 0x0000000107ec0d20: 4800 0058 | 0001 1fd6 | 4034 aa07 | 0100 0000
|
5753 |
|
5754 | 0x0000000107ec0d30: ; {static_stub}
|
5755 | 0x0000000107ec0d30: df3f 03d5
|
5756 |
|
5757 | 0x0000000107ec0d34: ; {metadata(NULL)}
|
5758 | 0x0000000107ec0d34: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5759 |
|
5760 | 0x0000000107ec0d50: ; {trampoline_stub}
|
5761 | 0x0000000107ec0d50: 4800 0058 | 0001 1fd6 | 0075 c307 | 0100 0000
|
5762 |
|
5763 | 0x0000000107ec0d60: ; {static_stub}
|
5764 | 0x0000000107ec0d60: df3f 03d5
|
5765 |
|
5766 | 0x0000000107ec0d64: ; {metadata(NULL)}
|
5767 | 0x0000000107ec0d64: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5768 |
|
5769 | 0x0000000107ec0d80: ; {trampoline_stub}
|
5770 | 0x0000000107ec0d80: 4800 0058 | 0001 1fd6 | 8079 ec07 | 0100 0000
|
5771 |
|
5772 | 0x0000000107ec0d90: ; {static_stub}
|
5773 | 0x0000000107ec0d90: df3f 03d5
|
5774 |
|
5775 | 0x0000000107ec0d94: ; {metadata(NULL)}
|
5776 | 0x0000000107ec0d94: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5777 |
|
5778 | 0x0000000107ec0db0: ; {trampoline_stub}
|
5779 | 0x0000000107ec0db0: 4800 0058 | 0001 1fd6 | c054 2e07 | 0100 0000
|
5780 |
|
5781 | 0x0000000107ec0dc0: ; {static_stub}
|
5782 | 0x0000000107ec0dc0: df3f 03d5
|
5783 |
|
5784 | 0x0000000107ec0dc4: ; {metadata(NULL)}
|
5785 | 0x0000000107ec0dc4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5786 |
|
5787 | 0x0000000107ec0de0: ; {trampoline_stub}
|
5788 | 0x0000000107ec0de0: 4800 0058 | 0001 1fd6 | 008e ec07 | 0100 0000
|
5789 |
|
5790 | 0x0000000107ec0df0: ; {static_stub}
|
5791 | 0x0000000107ec0df0: df3f 03d5
|
5792 |
|
5793 | 0x0000000107ec0df4: ; {metadata(NULL)}
|
5794 | 0x0000000107ec0df4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5795 |
|
5796 | 0x0000000107ec0e10: ; {trampoline_stub}
|
5797 | 0x0000000107ec0e10: 4800 0058 | 0001 1fd6 | 8088 b007 | 0100 0000
|
5798 |
|
5799 | 0x0000000107ec0e20: ; {static_stub}
|
5800 | 0x0000000107ec0e20: df3f 03d5
|
5801 |
|
5802 | 0x0000000107ec0e24: ; {metadata(NULL)}
|
5803 | 0x0000000107ec0e24: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5804 |
|
5805 | 0x0000000107ec0e40: ; {trampoline_stub}
|
5806 | 0x0000000107ec0e40: 4800 0058 | 0001 1fd6 | 00a7 c307 | 0100 0000
|
5807 |
|
5808 | 0x0000000107ec0e50: ; {static_stub}
|
5809 | 0x0000000107ec0e50: df3f 03d5
|
5810 |
|
5811 | 0x0000000107ec0e54: ; {metadata(NULL)}
|
5812 | 0x0000000107ec0e54: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5813 |
|
5814 | 0x0000000107ec0e70: ; {trampoline_stub}
|
5815 | 0x0000000107ec0e70: 4800 0058 | 0001 1fd6 | 0092 c70d | 0100 0000
|
5816 |
|
5817 | 0x0000000107ec0e80: ; {static_stub}
|
5818 | 0x0000000107ec0e80: df3f 03d5
|
5819 |
|
5820 | 0x0000000107ec0e84: ; {metadata(NULL)}
|
5821 | 0x0000000107ec0e84: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5822 |
|
5823 | 0x0000000107ec0ea0: ; {trampoline_stub}
|
5824 | 0x0000000107ec0ea0: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
5825 |
|
5826 | 0x0000000107ec0eb0: ; {static_stub}
|
5827 | 0x0000000107ec0eb0: df3f 03d5
|
5828 |
|
5829 | 0x0000000107ec0eb4: ; {metadata({method} {0x0000000321254d20} 'm_109100_' '(IIF)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
5830 | 0x0000000107ec0eb4: 0ca4 89d2 | ac24 a4f2 | 6c00 c0f2 | 8808 83d2 | 28b9 a1f2 | 2800 c0f2 | 0001 1fd6
|
5831 |
|
5832 | 0x0000000107ec0ed0: ; {trampoline_stub}
|
5833 | 0x0000000107ec0ed0: 4800 0058 | 0001 1fd6 | b00e ec07 | 0100 0000
|
5834 |
|
5835 | 0x0000000107ec0ee0: ; {static_stub}
|
5836 | 0x0000000107ec0ee0: df3f 03d5
|
5837 |
|
5838 | 0x0000000107ec0ee4: ; {metadata(NULL)}
|
5839 | 0x0000000107ec0ee4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5840 |
|
5841 | 0x0000000107ec0f00: ; {trampoline_stub}
|
5842 | 0x0000000107ec0f00: 4800 0058 | 0001 1fd6 | 9437 d40d | 0100 0000
|
5843 |
|
5844 | 0x0000000107ec0f10: ; {static_stub}
|
5845 | 0x0000000107ec0f10: df3f 03d5
|
5846 |
|
5847 | 0x0000000107ec0f14: ; {metadata(NULL)}
|
5848 | 0x0000000107ec0f14: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5849 |
|
5850 | 0x0000000107ec0f30: ; {trampoline_stub}
|
5851 | 0x0000000107ec0f30: 4800 0058 | 0001 1fd6 | 5034 7c0e | 0100 0000
|
5852 |
|
5853 | 0x0000000107ec0f40: ; {static_stub}
|
5854 | 0x0000000107ec0f40: df3f 03d5
|
5855 |
|
5856 | 0x0000000107ec0f44: ; {metadata(NULL)}
|
5857 | 0x0000000107ec0f44: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5858 |
|
5859 | 0x0000000107ec0f60: ; {trampoline_stub}
|
5860 | 0x0000000107ec0f60: 4800 0058 | 0001 1fd6 | 50ea 910e | 0100 0000
|
5861 |
|
5862 | 0x0000000107ec0f70: ; {static_stub}
|
5863 | 0x0000000107ec0f70: df3f 03d5
|
5864 |
|
5865 | 0x0000000107ec0f74: ; {metadata(NULL)}
|
5866 | 0x0000000107ec0f74: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5867 |
|
5868 | 0x0000000107ec0f90: ; {trampoline_stub}
|
5869 | 0x0000000107ec0f90: 4800 0058 | 0001 1fd6 | 0092 c70d | 0100 0000
|
5870 |
|
5871 | 0x0000000107ec0fa0: ; {static_stub}
|
5872 | 0x0000000107ec0fa0: df3f 03d5
|
5873 |
|
5874 | 0x0000000107ec0fa4: ; {metadata(NULL)}
|
5875 | 0x0000000107ec0fa4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5876 |
|
5877 | 0x0000000107ec0fc0: ; {trampoline_stub}
|
5878 | 0x0000000107ec0fc0: 4800 0058 | 0001 1fd6 | c07a b907 | 0100 0000
|
5879 |
|
5880 | 0x0000000107ec0fd0: ; {static_stub}
|
5881 | 0x0000000107ec0fd0: df3f 03d5
|
5882 |
|
5883 | 0x0000000107ec0fd4: ; {metadata({method} {0x00000003207ad0c0} 'm_169417_' '()V' in 'net/minecraft/client/gui/screens/Screen')}
|
5884 | 0x0000000107ec0fd4: 0c18 9ad2 | 4c0f a4f2 | 6c00 c0f2 | 0857 90d2 | e8b8 a1f2 | 2800 c0f2 | 0001 1fd6
|
5885 |
|
5886 | 0x0000000107ec0ff0: ; {trampoline_stub}
|
5887 | 0x0000000107ec0ff0: 4800 0058 | 0001 1fd6 | 00e5 0408 | 0100 0000
|
5888 |
|
5889 | 0x0000000107ec1000: ; {static_stub}
|
5890 | 0x0000000107ec1000: df3f 03d5
|
5891 |
|
5892 | 0x0000000107ec1004: ; {metadata({method} {0x0000000320d296f8} 'm_94920_' '(Lnet/minecraft/client/gui/GuiGraphics;)V' in 'net/minecraft/client/gui/components/toasts/ToastComponent')}
|
5893 | 0x0000000107ec1004: 0cdf 92d2 | 4c1a a4f2 | 6c00 c0f2 | 08d7 9bd2 | e8b8 a1f2 | 2800 c0f2 | 0001 1fd6
|
5894 |
|
5895 | 0x0000000107ec1020: ; {trampoline_stub}
|
5896 | 0x0000000107ec1020: 4800 0058 | 0001 1fd6 | 400f 0b08 | 0100 0000
|
5897 |
|
5898 | 0x0000000107ec1030: ; {static_stub}
|
5899 | 0x0000000107ec1030: df3f 03d5
|
5900 |
|
5901 | 0x0000000107ec1034: ; {metadata(NULL)}
|
5902 | 0x0000000107ec1034: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5903 |
|
5904 | 0x0000000107ec1050: ; {trampoline_stub}
|
5905 | 0x0000000107ec1050: 4800 0058 | 0001 1fd6 | d0a1 b30e | 0100 0000
|
5906 |
|
5907 | 0x0000000107ec1060: ; {static_stub}
|
5908 | 0x0000000107ec1060: df3f 03d5
|
5909 |
|
5910 | 0x0000000107ec1064: ; {metadata({method} {0x00000003213e5398} 'm_109911_' '()V' in 'net/minecraft/client/renderer/MultiBufferSource$BufferSource')}
|
5911 | 0x0000000107ec1064: 0c73 8ad2 | cc27 a4f2 | 6c00 c0f2 | 0857 90d2 | e8b8 a1f2 | 2800 c0f2 | 0001 1fd6
|
5912 |
|
5913 | 0x0000000107ec1080: ; {trampoline_stub}
|
5914 | 0x0000000107ec1080: 4800 0058 | 0001 1fd6 | 6010 ec07 | 0100 0000
|
5915 |
|
5916 | 0x0000000107ec1090: ; {static_stub}
|
5917 | 0x0000000107ec1090: df3f 03d5
|
5918 |
|
5919 | 0x0000000107ec1094: ; {metadata(NULL)}
|
5920 | 0x0000000107ec1094: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5921 |
|
5922 | 0x0000000107ec10b0: ; {trampoline_stub}
|
5923 | 0x0000000107ec10b0: 4800 0058 | 0001 1fd6 | d0a1 b30e | 0100 0000
|
5924 |
|
5925 | 0x0000000107ec10c0: ; {static_stub}
|
5926 | 0x0000000107ec10c0: df3f 03d5
|
5927 |
|
5928 | 0x0000000107ec10c4: ; {metadata({method} {0x000000032125aee0} 'handler$zcl000$onRender' '(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
5929 | 0x0000000107ec10c4: 0cdc 95d2 | ac24 a4f2 | 6c00 c0f2 | 08e9 8ed2 | a8bb a1f2 | 2800 c0f2 | 0001 1fd6
|
5930 |
|
5931 | 0x0000000107ec10e0: ; {trampoline_stub}
|
5932 | 0x0000000107ec10e0: 4800 0058 | 0001 1fd6 | 40d8 e807 | 0100 0000
|
5933 |
|
5934 | 0x0000000107ec10f0: ; {static_stub}
|
5935 | 0x0000000107ec10f0: df3f 03d5
|
5936 |
|
5937 | 0x0000000107ec10f4: ; {metadata(NULL)}
|
5938 | 0x0000000107ec10f4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5939 |
|
5940 | 0x0000000107ec1110: ; {trampoline_stub}
|
5941 | 0x0000000107ec1110: 4800 0058 | 0001 1fd6 | c030 b10e | 0100 0000
|
5942 |
|
5943 | 0x0000000107ec1120: ; {static_stub}
|
5944 | 0x0000000107ec1120: df3f 03d5
|
5945 |
|
5946 | 0x0000000107ec1124: ; {metadata(NULL)}
|
5947 | 0x0000000107ec1124: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5948 |
|
5949 | 0x0000000107ec1140: ; {trampoline_stub}
|
5950 | 0x0000000107ec1140: 4800 0058 | 0001 1fd6 | 0092 c70d | 0100 0000
|
5951 |
|
5952 | 0x0000000107ec1150: ; {static_stub}
|
5953 | 0x0000000107ec1150: df3f 03d5
|
5954 |
|
5955 | 0x0000000107ec1154: ; {metadata(NULL)}
|
5956 | 0x0000000107ec1154: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5957 |
|
5958 | 0x0000000107ec1170: ; {trampoline_stub}
|
5959 | 0x0000000107ec1170: 4800 0058 | 0001 1fd6 | c054 2e07 | 0100 0000
|
5960 |
|
5961 | 0x0000000107ec1180: ; {static_stub}
|
5962 | 0x0000000107ec1180: df3f 03d5
|
5963 |
|
5964 | 0x0000000107ec1184: ; {metadata(NULL)}
|
5965 | 0x0000000107ec1184: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5966 |
|
5967 | 0x0000000107ec11a0: ; {trampoline_stub}
|
5968 | 0x0000000107ec11a0: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
5969 |
|
5970 | 0x0000000107ec11b0: ; {static_stub}
|
5971 | 0x0000000107ec11b0: df3f 03d5
|
5972 |
|
5973 | 0x0000000107ec11b4: ; {metadata(NULL)}
|
5974 | 0x0000000107ec11b4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5975 |
|
5976 | 0x0000000107ec11d0: ; {trampoline_stub}
|
5977 | 0x0000000107ec11d0: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
5978 |
|
5979 | 0x0000000107ec11e0: ; {static_stub}
|
5980 | 0x0000000107ec11e0: df3f 03d5
|
5981 |
|
5982 | 0x0000000107ec11e4: ; {metadata(NULL)}
|
5983 | 0x0000000107ec11e4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5984 |
|
5985 | 0x0000000107ec1200: ; {trampoline_stub}
|
5986 | 0x0000000107ec1200: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
5987 |
|
5988 | 0x0000000107ec1210: ; {static_stub}
|
5989 | 0x0000000107ec1210: df3f 03d5
|
5990 |
|
5991 | 0x0000000107ec1214: ; {metadata(NULL)}
|
5992 | 0x0000000107ec1214: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
5993 |
|
5994 | 0x0000000107ec1230: ; {trampoline_stub}
|
5995 | 0x0000000107ec1230: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
5996 |
|
5997 | 0x0000000107ec1240: ; {static_stub}
|
5998 | 0x0000000107ec1240: df3f 03d5
|
5999 |
|
6000 | 0x0000000107ec1244: ; {metadata(NULL)}
|
6001 | 0x0000000107ec1244: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
6002 |
|
6003 | 0x0000000107ec1260: ; {trampoline_stub}
|
6004 | 0x0000000107ec1260: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
6005 |
|
6006 | 0x0000000107ec1270: ; {static_stub}
|
6007 | 0x0000000107ec1270: df3f 03d5
|
6008 |
|
6009 | 0x0000000107ec1274: ; {metadata(NULL)}
|
6010 | 0x0000000107ec1274: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
6011 |
|
6012 | 0x0000000107ec1290: ; {trampoline_stub}
|
6013 | 0x0000000107ec1290: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
6014 |
|
6015 | 0x0000000107ec12a0: ; {static_stub}
|
6016 | 0x0000000107ec12a0: df3f 03d5
|
6017 |
|
6018 | 0x0000000107ec12a4: ; {metadata(NULL)}
|
6019 | 0x0000000107ec12a4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
6020 |
|
6021 | 0x0000000107ec12c0: ; {trampoline_stub}
|
6022 | 0x0000000107ec12c0: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
6023 |
|
6024 | 0x0000000107ec12d0: ; {static_stub}
|
6025 | 0x0000000107ec12d0: df3f 03d5
|
6026 |
|
6027 | 0x0000000107ec12d4: ; {metadata(NULL)}
|
6028 | 0x0000000107ec12d4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
6029 |
|
6030 | 0x0000000107ec12f0: ; {trampoline_stub}
|
6031 | 0x0000000107ec12f0: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
6032 |
|
6033 | 0x0000000107ec1300: ; {static_stub}
|
6034 | 0x0000000107ec1300: df3f 03d5
|
6035 |
|
6036 | 0x0000000107ec1304: ; {metadata(NULL)}
|
6037 | 0x0000000107ec1304: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
6038 |
|
6039 | 0x0000000107ec1320: ; {trampoline_stub}
|
6040 | 0x0000000107ec1320: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
6041 |
|
6042 | 0x0000000107ec1330: ; {static_stub}
|
6043 | 0x0000000107ec1330: df3f 03d5
|
6044 |
|
6045 | 0x0000000107ec1334: ; {metadata(NULL)}
|
6046 | 0x0000000107ec1334: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
6047 |
|
6048 | 0x0000000107ec1350: ; {trampoline_stub}
|
6049 | 0x0000000107ec1350: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
6050 |
|
6051 | 0x0000000107ec1360: ; {static_stub}
|
6052 | 0x0000000107ec1360: df3f 03d5
|
6053 |
|
6054 | 0x0000000107ec1364: ; {metadata(NULL)}
|
6055 | 0x0000000107ec1364: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
6056 |
|
6057 | 0x0000000107ec1380: ; {trampoline_stub}
|
6058 | 0x0000000107ec1380: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
6059 |
|
6060 | 0x0000000107ec1390: ; {static_stub}
|
6061 | 0x0000000107ec1390: df3f 03d5
|
6062 |
|
6063 | 0x0000000107ec1394: ; {metadata(NULL)}
|
6064 | 0x0000000107ec1394: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
6065 |
|
6066 | 0x0000000107ec13b0: ; {trampoline_stub}
|
6067 | 0x0000000107ec13b0: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
6068 |
|
6069 | 0x0000000107ec13c0: ; {static_stub}
|
6070 | 0x0000000107ec13c0: df3f 03d5
|
6071 |
|
6072 | 0x0000000107ec13c4: ; {metadata(NULL)}
|
6073 | 0x0000000107ec13c4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
6074 |
|
6075 | 0x0000000107ec13e0: ; {trampoline_stub}
|
6076 | 0x0000000107ec13e0: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
6077 |
|
6078 | 0x0000000107ec13f0: ; {static_stub}
|
6079 | 0x0000000107ec13f0: df3f 03d5
|
6080 |
|
6081 | 0x0000000107ec13f4: ; {metadata(NULL)}
|
6082 | 0x0000000107ec13f4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
6083 |
|
6084 | 0x0000000107ec1410: ; {trampoline_stub}
|
6085 | 0x0000000107ec1410: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
6086 |
|
6087 | 0x0000000107ec1420: ; {static_stub}
|
6088 | 0x0000000107ec1420: df3f 03d5
|
6089 |
|
6090 | 0x0000000107ec1424: ; {metadata(NULL)}
|
6091 | 0x0000000107ec1424: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
6092 |
|
6093 | 0x0000000107ec1440: ; {trampoline_stub}
|
6094 | 0x0000000107ec1440: 4800 0058 | 0001 1fd6 | 0095 c70d | 0100 0000
|
6095 |
|
6096 | 0x0000000107ec1450: ; {static_stub}
|
6097 | 0x0000000107ec1450: df3f 03d5
|
6098 |
|
6099 | 0x0000000107ec1454: ; {metadata(NULL)}
|
6100 | 0x0000000107ec1454: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
6101 |
|
6102 | 0x0000000107ec1470: ; {trampoline_stub}
|
6103 | 0x0000000107ec1470: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
6104 |
|
6105 | 0x0000000107ec1480: ; {static_stub}
|
6106 | 0x0000000107ec1480: df3f 03d5
|
6107 |
|
6108 | 0x0000000107ec1484: ; {metadata(NULL)}
|
6109 | 0x0000000107ec1484: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
6110 |
|
6111 | 0x0000000107ec14a0: ; {trampoline_stub}
|
6112 | 0x0000000107ec14a0: 4800 0058 | 0001 1fd6 | 0095 c70d | 0100 0000
|
6113 |
|
6114 | 0x0000000107ec14b0: ; {static_stub}
|
6115 | 0x0000000107ec14b0: df3f 03d5
|
6116 |
|
6117 | 0x0000000107ec14b4: ; {metadata(NULL)}
|
6118 | 0x0000000107ec14b4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
6119 |
|
6120 | 0x0000000107ec14d0: ; {trampoline_stub}
|
6121 | 0x0000000107ec14d0: 4800 0058 | 0001 1fd6 | 0092 c70d | 0100 0000
|
6122 |
|
6123 | 0x0000000107ec14e0: ; {static_stub}
|
6124 | 0x0000000107ec14e0: df3f 03d5
|
6125 |
|
6126 | 0x0000000107ec14e4: ; {metadata(NULL)}
|
6127 | 0x0000000107ec14e4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
6128 |
|
6129 | 0x0000000107ec1500: ; {trampoline_stub}
|
6130 | 0x0000000107ec1500: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
6131 |
|
6132 | 0x0000000107ec1510: ; {static_stub}
|
6133 | 0x0000000107ec1510: df3f 03d5
|
6134 |
|
6135 | 0x0000000107ec1514: ; {metadata(NULL)}
|
6136 | 0x0000000107ec1514: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
6137 |
|
6138 | 0x0000000107ec1530: ; {trampoline_stub}
|
6139 | 0x0000000107ec1530: 4800 0058 | 0001 1fd6 | 0095 c70d | 0100 0000
|
6140 |
|
6141 | 0x0000000107ec1540: ; {static_stub}
|
6142 | 0x0000000107ec1540: df3f 03d5
|
6143 |
|
6144 | 0x0000000107ec1544: ; {metadata(NULL)}
|
6145 | 0x0000000107ec1544: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
6146 |
|
6147 | 0x0000000107ec1560: ; {trampoline_stub}
|
6148 | 0x0000000107ec1560: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
6149 |
|
6150 | 0x0000000107ec1570: ; {static_stub}
|
6151 | 0x0000000107ec1570: df3f 03d5
|
6152 |
|
6153 | 0x0000000107ec1574: ; {metadata(NULL)}
|
6154 | 0x0000000107ec1574: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
6155 |
|
6156 | 0x0000000107ec1590: ; {trampoline_stub}
|
6157 | 0x0000000107ec1590: 4800 0058 | 0001 1fd6 | 0095 c70d | 0100 0000
|
6158 |
|
6159 | 0x0000000107ec15a0: ; {static_stub}
|
6160 | 0x0000000107ec15a0: df3f 03d5
|
6161 |
|
6162 | 0x0000000107ec15a4: ; {metadata(NULL)}
|
6163 | 0x0000000107ec15a4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
6164 |
|
6165 | 0x0000000107ec15c0: ; {trampoline_stub}
|
6166 | 0x0000000107ec15c0: 4800 0058 | 0001 1fd6 | 0092 c70d | 0100 0000
|
6167 |
|
6168 | 0x0000000107ec15d0: ; {static_stub}
|
6169 | 0x0000000107ec15d0: df3f 03d5
|
6170 |
|
6171 | 0x0000000107ec15d4: ; {metadata(NULL)}
|
6172 | 0x0000000107ec15d4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
6173 |
|
6174 | 0x0000000107ec15f0: ; {trampoline_stub}
|
6175 | 0x0000000107ec15f0: 4800 0058 | 0001 1fd6 | 0095 c70d | 0100 0000
|
6176 |
|
6177 | 0x0000000107ec1600: ; {static_stub}
|
6178 | 0x0000000107ec1600: df3f 03d5
|
6179 |
|
6180 | 0x0000000107ec1604: ; {metadata(NULL)}
|
6181 | 0x0000000107ec1604: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
6182 |
|
6183 | 0x0000000107ec1620: ; {trampoline_stub}
|
6184 | 0x0000000107ec1620: 4800 0058 | 0001 1fd6 | 0092 c70d | 0100 0000
|
6185 |
|
6186 | 0x0000000107ec1630: ; {static_stub}
|
6187 | 0x0000000107ec1630: df3f 03d5
|
6188 |
|
6189 | 0x0000000107ec1634: ; {metadata(NULL)}
|
6190 | 0x0000000107ec1634: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
6191 |
|
6192 | 0x0000000107ec1650: ; {trampoline_stub}
|
6193 | 0x0000000107ec1650: 4800 0058 | 0001 1fd6 | 0095 c70d | 0100 0000
|
6194 |
|
6195 | 0x0000000107ec1660: ; {static_stub}
|
6196 | 0x0000000107ec1660: df3f 03d5
|
6197 |
|
6198 | 0x0000000107ec1664: ; {metadata(NULL)}
|
6199 | 0x0000000107ec1664: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
6200 |
|
6201 | 0x0000000107ec1680: ; {trampoline_stub}
|
6202 | 0x0000000107ec1680: 4800 0058 | 0001 1fd6 | 0092 c70d | 0100 0000
|
6203 |
|
6204 | 0x0000000107ec1690: ; {static_stub}
|
6205 | 0x0000000107ec1690: df3f 03d5
|
6206 |
|
6207 | 0x0000000107ec1694: ; {metadata(NULL)}
|
6208 | 0x0000000107ec1694: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
6209 |
|
6210 | 0x0000000107ec16b0: ; {trampoline_stub}
|
6211 | 0x0000000107ec16b0: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
6212 |
|
6213 | 0x0000000107ec16c0: ; {static_stub}
|
6214 | 0x0000000107ec16c0: df3f 03d5
|
6215 |
|
6216 | 0x0000000107ec16c4: ; {metadata(NULL)}
|
6217 | 0x0000000107ec16c4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
6218 |
|
6219 | 0x0000000107ec16e0: ; {trampoline_stub}
|
6220 | 0x0000000107ec16e0: 4800 0058 | 0001 1fd6 | 0095 c70d | 0100 0000
|
6221 |
|
6222 | 0x0000000107ec16f0: ; {static_stub}
|
6223 | 0x0000000107ec16f0: df3f 03d5
|
6224 |
|
6225 | 0x0000000107ec16f4: ; {metadata(NULL)}
|
6226 | 0x0000000107ec16f4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
6227 |
|
6228 | 0x0000000107ec1710: ; {trampoline_stub}
|
6229 | 0x0000000107ec1710: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
6230 |
|
6231 | 0x0000000107ec1720: ; {static_stub}
|
6232 | 0x0000000107ec1720: df3f 03d5
|
6233 |
|
6234 | 0x0000000107ec1724: ; {metadata(NULL)}
|
6235 | 0x0000000107ec1724: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
6236 |
|
6237 | 0x0000000107ec1740: ; {trampoline_stub}
|
6238 | 0x0000000107ec1740: 4800 0058 | 0001 1fd6 | 0095 c70d | 0100 0000
|
6239 |
|
6240 | 0x0000000107ec1750: ; {static_stub}
|
6241 | 0x0000000107ec1750: df3f 03d5
|
6242 |
|
6243 | 0x0000000107ec1754: ; {metadata(NULL)}
|
6244 | 0x0000000107ec1754: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
6245 |
|
6246 | 0x0000000107ec1770: ; {trampoline_stub}
|
6247 | 0x0000000107ec1770: 4800 0058 | 0001 1fd6 | 0092 c70d | 0100 0000
|
6248 |
|
6249 | 0x0000000107ec1780: ; {static_stub}
|
6250 | 0x0000000107ec1780: df3f 03d5
|
6251 |
|
6252 | 0x0000000107ec1784: ; {metadata(NULL)}
|
6253 | 0x0000000107ec1784: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
6254 |
|
6255 | 0x0000000107ec17a0: ; {trampoline_stub}
|
6256 | 0x0000000107ec17a0: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
6257 | [Exception Handler]
|
6258 | 0x0000000107ec17b0: ; {runtime_call handle_exception_from_callee Runtime1 stub}
|
6259 | 0x0000000107ec17b0: 54a2 7995 | c1d5 bbd4 | e1e7 9f02 | 0100 0000
|
6260 | [Deopt Handler Code]
|
6261 | 0x0000000107ec17c0: 1e00 0010
|
6262 |
|
6263 | 0x0000000107ec17c4: ; {runtime_call DeoptimizationBlob}
|
6264 | 0x0000000107ec17c4: 5ff7 7615
|
6265 | [/MachCode]
|
6266 |
|
6267 |
|
6268 | Compiled method (c1) 28495 20936 3 net.minecraft.client.Minecraft::m_91383_ (1193 bytes)
|
6269 | total in heap [0x0000000107e11910,0x0000000107e20790] = 61056
|
6270 | relocation [0x0000000107e11a68,0x0000000107e12f50] = 5352
|
6271 | constants [0x0000000107e12f80,0x0000000107e12fc0] = 64
|
6272 | main code [0x0000000107e12fc0,0x0000000107e1c0c0] = 37120
|
6273 | stub code [0x0000000107e1c0c0,0x0000000107e1cee8] = 3624
|
6274 | oops [0x0000000107e1cee8,0x0000000107e1cfd0] = 232
|
6275 | metadata [0x0000000107e1cfd0,0x0000000107e1d798] = 1992
|
6276 | scopes data [0x0000000107e1d798,0x0000000107e1ec88] = 5360
|
6277 | scopes pcs [0x0000000107e1ec88,0x0000000107e20448] = 6080
|
6278 | dependencies [0x0000000107e20448,0x0000000107e204f0] = 168
|
6279 | nul chk table [0x0000000107e204f0,0x0000000107e20790] = 672
|
6280 |
|
6281 |
|
6282 | [Constant Pool]
|
6283 | Address hex4 hex8
|
6284 | 0x0000000107e12f80: 0x7f7fffff 0x000000007f7fffff
|
6285 | 0x0000000107e12f84: 0x00000000
|
6286 | 0x0000000107e12f88: 0x00000000 0x4059000000000000
|
6287 | 0x0000000107e12f8c: 0x40590000
|
6288 | 0x0000000107e12f90: 0x00000000 0x4059000000000000
|
6289 | 0x0000000107e12f94: 0x40590000
|
6290 | 0x0000000107e12f98: 0x00000000 0x0000000000000000
|
6291 | 0x0000000107e12f9c: 0x00000000
|
6292 | 0x0000000107e12fa0: 0x00000000 0x0000000000000000
|
6293 | 0x0000000107e12fa4: 0x00000000
|
6294 | 0x0000000107e12fa8: 0x00000000 0x0000000000000000
|
6295 | 0x0000000107e12fac: 0x00000000
|
6296 | 0x0000000107e12fb0: 0x00000000 0x0000000000000000
|
6297 | 0x0000000107e12fb4: 0x00000000
|
6298 | 0x0000000107e12fb8: 0x00000000 0x0000000000000000
|
6299 | 0x0000000107e12fbc: 0x00000000
|
6300 |
|
6301 | [MachCode]
|
6302 | [Entry Point]
|
6303 | # {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft'
|
6304 | # this: c_rarg1:c_rarg1
|
6305 | = 'net/minecraft/client/Minecraft'
|
6306 | # parm0: c_rarg2 = boolean
|
6307 | # [sp+0x200] (sp of caller)
|
6308 | 0x0000000107e12fc0: ; {no_reloc}
|
6309 | 0x0000000107e12fc0: 2808 40b9 | 3f01 086b | c001 0054
|
6310 |
|
6311 | 0x0000000107e12fcc: ; {runtime_call ic_miss_stub}
|
6312 | 0x0000000107e12fcc: 0d97 7915 | 1f20 03d5 | 1f20 03d5 | 1f20 03d5 | 1f20 03d5 | 1f20 03d5 | 1f20 03d5 | 1f20 03d5
|
6313 | 0x0000000107e12fec: 1f20 03d5 | 1f20 03d5 | 1f20 03d5 | 1f20 03d5 | 1f20 03d5
|
6314 | [Verified Entry Point]
|
6315 | 0x0000000107e13000: 1f20 03d5 | e953 40d1 | 3f01 00f9 | ff03 08d1 | fd7b 1fa9 | e16b 00f9 | e2db 00b9
|
6316 |
|
6317 | 0x0000000107e1301c: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6318 | 0x0000000107e1301c: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 60ac 40b9 | 0008 0011 | 60ac 00b9 | 0024 1f12 | 1f00 0071
|
6319 | 0x0000000107e1303c: c0cb 0354
|
6320 |
|
6321 | 0x0000000107e13040: ; {metadata('org/spongepowered/asm/mixin/injection/callback/CallbackInfo')}
|
6322 | 0x0000000107e13040: 032c 9cd2 | a30a a0f2 | 0301 c0f2 | 8087 40f9 | 0b60 0091 | 888f 40f9 | 7f01 08eb | c8cb 0354
|
6323 | 0x0000000107e13060: 8b87 00f9 | ea03 40b2 | 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | bf3a 03d5
|
6324 | 0x0000000107e13080: e303 00aa
|
6325 |
|
6326 | 0x0000000107e13084: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6327 | 0x0000000107e13084: 0400 88d2 | c44e a4f2 | 6400 c0f2 | 8878 40f9 | 0805 0091 | 8878 00f9
|
6328 |
|
6329 | 0x0000000107e1309c: ; {metadata(method data for {method} {0x000000012270ba98} '<init>' '(Ljava/lang/String;Z)V' in 'org/spongepowered/asm/mixin/injection/callback/CallbackInfo')}
|
6330 | 0x0000000107e1309c: 03da 83d2 | e32f a4f2 | 6300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
6331 | 0x0000000107e130bc: 00c9 0354 | e303 00aa
|
6332 |
|
6333 | 0x0000000107e130c4: ; {metadata(method data for {method} {0x000000012270ba98} '<init>' '(Ljava/lang/String;Z)V' in 'org/spongepowered/asm/mixin/injection/callback/CallbackInfo')}
|
6334 | 0x0000000107e130c4: 04da 83d2 | e42f a4f2 | 6400 c0f2 | 8878 40f9 | 0805 0091 | 8878 00f9
|
6335 |
|
6336 | 0x0000000107e130dc: ; {metadata(method data for {method} {0x0000000120000510} '<init>' '()V' in 'java/lang/Object')}
|
6337 | 0x0000000107e130dc: 0313 91d2 | 8304 a4f2 | 2300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
6338 | 0x0000000107e130fc: 00c8 0354
|
6339 |
|
6340 | 0x0000000107e13100: ; {oop("m_91383_"{0x0000000708b049a8})}
|
6341 | 0x0000000107e13100: 0335 89d2 | 0316 a1f2 | e300 c0f2 | 84e3 4039 | 9f00 0071 | 41c8 0354 | 68fc 43d3 | 0810 00b9
|
6342 | 0x0000000107e13120: 0400 03ca | 84fc 55d3 | 9f00 00f1 | 41c8 0354 | bf3a 03d5 | e303 01aa
|
6343 |
|
6344 | 0x0000000107e13138: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6345 | 0x0000000107e13138: 0400 88d2 | c44e a4f2 | 6400 c0f2 | 8880 40f9 | 0805 0091 | 8880 00f9 | e403 02aa | e203 04aa
|
6346 | 0x0000000107e13158: e303 00aa | e003 01aa | e103 00aa
|
6347 |
|
6348 | 0x0000000107e13164: ; ImmutableOopMap {[208]=Oop }
|
6349 | ;*invokespecial handler$zcf000$preRender {reexecute=0 rethrow=0 return_oop=0}
|
6350 | ; - net.minecraft.client.Minecraft::m_91383_@13
|
6351 | ; {optimized virtual_call}
|
6352 | 0x0000000107e13164: a759 fa97 | e16b 40f9 | 2080 40b9 | 00f0 7dd3
|
6353 |
|
6354 | 0x0000000107e13174: ; implicit exception: dispatches to 0x0000000107e1aa44
|
6355 | 0x0000000107e13174: 1f00 40f9 | e203 00aa
|
6356 |
|
6357 | 0x0000000107e1317c: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6358 | 0x0000000107e1317c: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 6888 40f9 | 0805 0091 | 6888 00f9
|
6359 |
|
6360 | 0x0000000107e13194: ; {oop("Pre render"{0x0000000708b04970})}
|
6361 | 0x0000000107e13194: 022e 89d2 | 0216 a1f2 | e200 c0f2 | 83e3 4039 | 7f00 0071 | 01c5 0354 | 48fc 43d3 | 086c 00b9
|
6362 | 0x0000000107e131b4: 0300 02ca | 63fc 55d3 | 7f00 00f1 | 01c5 0354
|
6363 |
|
6364 | 0x0000000107e131c4: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6365 | 0x0000000107e131c4: 0000 88d2 | c04e a4f2 | 6000 c0f2 | 08a4 40f9 | 0805 0091 | 08a4 00f9
|
6366 |
|
6367 | 0x0000000107e131dc: ; {metadata(method data for {method} {0x0000000122966748} 'm_137569_' '()J' in 'net/minecraft/Util')}
|
6368 | 0x0000000107e131dc: 000a 9ed2 | 6035 a4f2 | 6000 c0f2 | 02ac 40b9 | 4208 0011 | 02ac 00b9 | 424c 1f12 | 5f00 0071
|
6369 | 0x0000000107e131fc: a0c3 0354
|
6370 |
|
6371 | 0x0000000107e13200: ; {oop(a 'java/lang/Class'{0x00000007066189c8} = 'net/minecraft/Util')}
|
6372 | 0x0000000107e13200: 0039 91d2 | 20cc a0f2 | e000 c0f2 | 0088 40b9 | 00f0 7dd3
|
6373 |
|
6374 | 0x0000000107e13214: ; implicit exception: dispatches to 0x0000000107e1aa90
|
6375 | 0x0000000107e13214: 1f00 40f9 | e203 00aa
|
6376 |
|
6377 | 0x0000000107e1321c: ; {metadata(method data for {method} {0x0000000122966748} 'm_137569_' '()J' in 'net/minecraft/Util')}
|
6378 | 0x0000000107e1321c: 030a 9ed2 | 6335 a4f2 | 6300 c0f2 | 4208 40b9 | 4200 5dd2 | 6900 0491 | 2801 40f9 | 5f00 08eb
|
6379 | 0x0000000107e1323c: a100 0054 | 6884 40f9 | 0805 0091 | 6884 00f9 | 1c00 0014 | 6940 0491 | 2801 40f9 | 5f00 08eb
|
6380 | 0x0000000107e1325c: a100 0054 | 688c 40f9 | 0805 0091 | 688c 00f9 | 1400 0014 | 6900 0491 | 2801 40f9 | c800 00b5
|
6381 | 0x0000000107e1327c: 2201 00f9 | e803 40b2 | 6920 0491 | 2801 00f9 | 0c00 0014 | 6940 0491 | 2801 40f9 | c800 00b5
|
6382 | 0x0000000107e1329c: 2201 00f9 | e803 40b2 | 6960 0491 | 2801 00f9 | 0400 0014 | 6878 40f9 | 0805 0091 | 6878 00f9
|
6383 | 0x0000000107e132bc: e103 00aa | 0927 81d2 | 6919 a0f2 | 0901 c0f2
|
6384 |
|
6385 | 0x0000000107e132cc: ; ImmutableOopMap {[208]=Oop }
|
6386 | ;*invokeinterface getAsLong {reexecute=0 rethrow=0 return_oop=0}
|
6387 | ; - net.minecraft.Util::m_137569_@3 (line 119)
|
6388 | ; - net.minecraft.client.Minecraft::m_91383_@26 (line 1085)
|
6389 | ; {virtual_call}
|
6390 | 0x0000000107e132cc: 3d8c b395 | e073 00f9 | e16b 40f9 | 2280 40b9 | 42f0 7dd3
|
6391 |
|
6392 | 0x0000000107e132e0: ; implicit exception: dispatches to 0x0000000107e1aa94
|
6393 | 0x0000000107e132e0: 5f00 40f9 | e303 02aa
|
6394 |
|
6395 | 0x0000000107e132e8: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6396 | 0x0000000107e132e8: 0400 88d2 | c44e a4f2 | 6400 c0f2 | 88ac 40f9 | 0805 0091 | 88ac 00f9
|
6397 |
|
6398 | 0x0000000107e13300: ; {metadata(method data for {method} {0x0000000320dee328} 'm_85411_' '()Z' in 'com/mojang/blaze3d/platform/Window')}
|
6399 | 0x0000000107e13300: 03ac 82d2 | 6344 a4f2 | 6300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
6400 | 0x0000000107e13320: c0bb 0354
|
6401 |
|
6402 | 0x0000000107e13324: ; {metadata(method data for {method} {0x0000000320dee328} 'm_85411_' '()Z' in 'com/mojang/blaze3d/platform/Window')}
|
6403 | 0x0000000107e13324: 03ac 82d2 | 6344 a4f2 | 6300 c0f2 | 6878 40f9 | 0805 0091 | 6878 00f9
|
6404 |
|
6405 | 0x0000000107e1333c: ; {metadata(method data for {method} {0x0000000320de5750} '_shouldClose' '(Lcom/mojang/blaze3d/platform/Window;)Z' in 'com/mojang/blaze3d/platform/GLX')}
|
6406 | 0x0000000107e1333c: 03d4 82d2 | 6344 a4f2 | 6300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
6407 | 0x0000000107e1335c: e0ba 0354 | e303 02aa
|
6408 |
|
6409 | 0x0000000107e13364: ; {metadata(method data for {method} {0x0000000320de5750} '_shouldClose' '(Lcom/mojang/blaze3d/platform/Window;)Z' in 'com/mojang/blaze3d/platform/GLX')}
|
6410 | 0x0000000107e13364: 04d4 82d2 | 6444 a4f2 | 6400 c0f2 | 8878 40f9 | 0805 0091 | 8878 00f9 | 4308 40f9
|
6411 |
|
6412 | 0x0000000107e13380: ; {metadata(method data for {method} {0x0000000320de5750} '_shouldClose' '(Lcom/mojang/blaze3d/platform/Window;)Z' in 'com/mojang/blaze3d/platform/GLX')}
|
6413 | 0x0000000107e13380: 02d4 82d2 | 6244 a4f2 | 6200 c0f2 | 4894 40f9 | 0805 0091 | 4894 00f9 | e103 03aa
|
6414 |
|
6415 | 0x0000000107e1339c: ; ImmutableOopMap {[208]=Oop }
|
6416 | ;*invokestatic glfwWindowShouldClose {reexecute=0 rethrow=0 return_oop=0}
|
6417 | ; - com.mojang.blaze3d.platform.GLX::_shouldClose@4 (line 92)
|
6418 | ; - com.mojang.blaze3d.platform.Window::m_85411_@1 (line 121)
|
6419 | ; - net.minecraft.client.Minecraft::m_91383_@34 (line 1086)
|
6420 | ; {static_call}
|
6421 | 0x0000000107e1339c: 1969 b897 | 0300 0012 | 6300 0012 | 7f00 0071
|
6422 |
|
6423 | 0x0000000107e133ac: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6424 | 0x0000000107e133ac: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 0832 80d2 | 0934 80d2 | 0001 899a | 6468 60f8 | 8404 0091
|
6425 | 0x0000000107e133cc: 6468 20f8 | e16b 40f9 | 2017 0054 | e303 01aa
|
6426 |
|
6427 | 0x0000000107e133dc: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6428 | 0x0000000107e133dc: 0000 88d2 | c04e a4f2 | 6000 c0f2
|
6429 |
|
6430 | 0x0000000107e133e8: ; {metadata('net/minecraft/client/Minecraft')}
|
6431 | 0x0000000107e133e8: 082b 82d2 | c80a a0f2 | 0801 c0f2 | 0900 0791 | 2801 00f9 | 08e4 40f9 | 0805 0091 | 08e4 00f9
|
6432 | 0x0000000107e13408: ; {metadata(method data for {method} {0x000000012273a3d8} 'm_91395_' '()V' in 'net/minecraft/client/Minecraft')}
|
6433 | 0x0000000107e13408: 031e 95d2 | a34e a4f2 | 6300 c0f2 | 60ac 40b9 | 0008 0011 | 60ac 00b9 | 004c 1f12 | 1f00 0071
|
6434 | 0x0000000107e13428: 80b5 0354 | e303 01aa
|
6435 |
|
6436 | 0x0000000107e13430: ; {metadata(method data for {method} {0x000000012273a3d8} 'm_91395_' '()V' in 'net/minecraft/client/Minecraft')}
|
6437 | 0x0000000107e13430: 001e 95d2 | a04e a4f2 | 6000 c0f2
|
6438 |
|
6439 | 0x0000000107e1343c: ; {metadata('net/minecraft/client/Minecraft')}
|
6440 | 0x0000000107e1343c: 082b 82d2 | c80a a0f2 | 0801 c0f2 | 0900 0491 | 2801 00f9 | 0884 40f9 | 0805 0091 | 0884 00f9
|
6441 | 0x0000000107e1345c: bf3b 03d5 | 239c 4139 | bf39 03d5 | 6300 0012 | 7f00 0071
|
6442 |
|
6443 | 0x0000000107e13470: ; {metadata(method data for {method} {0x000000012273a3d8} 'm_91395_' '()V' in 'net/minecraft/client/Minecraft')}
|
6444 | 0x0000000107e13470: 031e 95d2 | a34e a4f2 | 6300 c0f2 | 0825 80d2 | 0927 80d2 | 0001 899a | 6468 60f8 | 8404 0091
|
6445 | 0x0000000107e13490: 6468 20f8 | a010 0054
|
6446 |
|
6447 | 0x0000000107e13498: ; ImmutableOopMap {[208]=Oop }
|
6448 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
6449 | ; - net.minecraft.client.Minecraft::m_91395_@10 (line 1552)
|
6450 | ; - net.minecraft.client.Minecraft::m_91383_@41 (line 1087)
|
6451 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
6452 | 0x0000000107e13498: 1a64 7c95 | 68ec 4439 | 1f11 0071
|
6453 |
|
6454 | 0x0000000107e134a4: ; implicit exception: dispatches to 0x0000000107e1aaf8
|
6455 | 0x0000000107e134a4: c1b2 0354 | 8087 40f9 | 0b60 0091 | 888f 40f9 | 7f01 08eb | 28b2 0354 | 8b87 00f9 | ea03 40b2
|
6456 | 0x0000000107e134c4: 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | bf3a 03d5 | e203 00aa
|
6457 |
|
6458 | 0x0000000107e134e0: ; {metadata(method data for {method} {0x000000012273a3d8} 'm_91395_' '()V' in 'net/minecraft/client/Minecraft')}
|
6459 | 0x0000000107e134e0: 031e 95d2 | a34e a4f2 | 6300 c0f2 | 68a4 40f9 | 0805 0091 | 68a4 00f9 | e103 00aa | e077 00f9
|
6460 | 0x0000000107e13500: ; ImmutableOopMap {[208]=Oop [232]=Oop }
|
6461 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
6462 | ; - net.minecraft.client.Minecraft::m_91395_@14 (line 1552)
|
6463 | ; - net.minecraft.client.Minecraft::m_91383_@41 (line 1087)
|
6464 | ; {optimized virtual_call}
|
6465 | 0x0000000107e13500: 8096 7995
|
6466 |
|
6467 | 0x0000000107e13504: ; {oop(a 'net/minecraftforge/eventbus/EventBus'{0x0000000707a84290})}
|
6468 | 0x0000000107e13504: 0152 88d2 | 01f5 a0f2 | e100 c0f2 | e203 01aa
|
6469 |
|
6470 | 0x0000000107e13514: ; {metadata(method data for {method} {0x000000012273a3d8} 'm_91395_' '()V' in 'net/minecraft/client/Minecraft')}
|
6471 | 0x0000000107e13514: 031e 95d2 | a34e a4f2 | 6300 c0f2
|
6472 |
|
6473 | 0x0000000107e13520: ; {metadata('net/minecraftforge/eventbus/EventBus')}
|
6474 | 0x0000000107e13520: 0828 93d2 | a817 a0f2 | 0801 c0f2 | 69a0 0591 | 2801 00f9 | 68b8 40f9 | 0805 0091 | 68b8 00f9
|
6475 | 0x0000000107e13540: ; {metadata(method data for {method} {0x000000032064cd80} 'post' '(Lnet/minecraftforge/eventbus/api/Event;)Z' in 'net/minecraftforge/eventbus/EventBus')}
|
6476 | 0x0000000107e13540: 02bf 9dd2 | c220 a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
6477 | 0x0000000107e13560: 20ad 0354
|
6478 |
|
6479 | 0x0000000107e13564: ; {metadata(method data for {method} {0x00000001204da610} 'linkToTargetMethod' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/invoke/Invokers$Holder')}
|
6480 | 0x0000000107e13564: 0225 87d2 | 620e a4f2 | 2200 c0f2 | 4220 0791
|
6481 |
|
6482 | 0x0000000107e13574: ; {oop(a 'java/lang/invoke/BoundMethodHandle$Species_L'{0x0000000707f8e970})}
|
6483 | 0x0000000107e13574: 032e 9dd2 | 03ff a0f2 | e300 c0f2 | e003 03aa | 8000 00b5 | 4900 40f9 | 2901 40b2 | 4900 00f9
|
6484 | 0x0000000107e13594: ; {metadata(method data for {method} {0x000000032064cd80} 'post' '(Lnet/minecraftforge/eventbus/api/Event;)Z' in 'net/minecraftforge/eventbus/EventBus')}
|
6485 | 0x0000000107e13594: 02bf 9dd2 | c220 a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
6486 |
|
6487 | 0x0000000107e135ac: ; {metadata(method data for {method} {0x00000001204da610} 'linkToTargetMethod' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/invoke/Invokers$Holder')}
|
6488 | 0x0000000107e135ac: 0225 87d2 | 620e a4f2 | 2200 c0f2 | 40ac 40b9 | 0008 0011 | 40ac 00b9 | 004c 1f12 | 1f00 0071
|
6489 | 0x0000000107e135cc: c0aa 0354
|
6490 |
|
6491 | 0x0000000107e135d0: ; {metadata(method data for {method} {0x000000012050a268} 'invoke' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/invoke/LambdaForm$MH+0x00000008000c0000')}
|
6492 | 0x0000000107e135d0: 0292 94d2 | 020a a4f2 | 2200 c0f2 | 4200 0691 | 8300 00b5 | 4900 40f9 | 2901 40b2 | 4900 00f9
|
6493 | 0x0000000107e135f0: ; {metadata(method data for {method} {0x00000001204da610} 'linkToTargetMethod' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/invoke/Invokers$Holder')}
|
6494 | 0x0000000107e135f0: 0225 87d2 | 620e a4f2 | 2200 c0f2 | 4894 40f9 | 0805 0091 | 4894 00f9
|
6495 |
|
6496 | 0x0000000107e13608: ; {metadata(method data for {method} {0x000000012050a268} 'invoke' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/invoke/LambdaForm$MH+0x00000008000c0000')}
|
6497 | 0x0000000107e13608: 0292 94d2 | 020a a4f2 | 2200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
6498 | 0x0000000107e13628: e0a8 0354
|
6499 |
|
6500 | 0x0000000107e1362c: ; {metadata(method data for {method} {0x00000001204da610} 'linkToTargetMethod' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/invoke/Invokers$Holder')}
|
6501 | 0x0000000107e1362c: 0225 87d2 | 620e a4f2 | 2200 c0f2 | 4280 0591
|
6502 |
|
6503 | 0x0000000107e1363c: ; {oop(a 'net/minecraftforge/eventbus/EventBus$$Lambda$4769+0x0000000800d06000'{0x0000000707f8e990})}
|
6504 | 0x0000000107e1363c: 0332 9dd2 | 03ff a0f2 | e300 c0f2 | e003 03aa | 8000 00b5 | 4900 40f9 | 2901 40b2 | 4900 00f9
|
6505 | 0x0000000107e1365c: ; {metadata(method data for {method} {0x000000032064cd80} 'post' '(Lnet/minecraftforge/eventbus/api/Event;)Z' in 'net/minecraftforge/eventbus/EventBus')}
|
6506 | 0x0000000107e1365c: 02bf 9dd2 | c220 a4f2 | 6200 c0f2 | 4200 0491 | e003 03aa | 8000 00b5 | 4900 40f9 | 2901 40b2
|
6507 | 0x0000000107e1367c: 4900 00f9 | e203 01aa
|
6508 |
|
6509 | 0x0000000107e13684: ; {metadata(method data for {method} {0x000000032064cd80} 'post' '(Lnet/minecraftforge/eventbus/api/Event;)Z' in 'net/minecraftforge/eventbus/EventBus')}
|
6510 | 0x0000000107e13684: 00bf 9dd2 | c020 a4f2 | 6000 c0f2 | 0894 40f9 | 0805 0091 | 0894 00f9 | e277 40f9
|
6511 |
|
6512 | 0x0000000107e136a0: ; ImmutableOopMap {[208]=Oop }
|
6513 | ;*invokevirtual post {reexecute=0 rethrow=0 return_oop=0}
|
6514 | ; - net.minecraftforge.eventbus.EventBus::post@7 (line 296)
|
6515 | ; - net.minecraft.client.Minecraft::m_91395_@17 (line 1552)
|
6516 | ; - net.minecraft.client.Minecraft::m_91383_@41 (line 1087)
|
6517 | ; {optimized virtual_call}
|
6518 | 0x0000000107e136a0: 1896 7995 | e16b 40f9 | 0000 a052 | bf3b 03d5 | 209c 0139 | bf3b 03d5 | 209c 41b9 | 00f0 7dd3
|
6519 | 0x0000000107e136c0: e203 1faa | 1f00 02eb
|
6520 |
|
6521 | 0x0000000107e136c8: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6522 | 0x0000000107e136c8: 0200 88d2 | c24e a4f2 | 6200 c0f2 | 083d 80d2 | e917 7db2 | 0301 899a | 4468 63f8 | 8404 0091
|
6523 | 0x0000000107e136e8: 4468 23f8 | c020 0054 | 2288 41b9 | 42f0 7dd3 | 0201 00b5
|
6524 |
|
6525 | 0x0000000107e136fc: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6526 | 0x0000000107e136fc: 0500 88d2 | c54e a4f2 | 6500 c0f2 | a804 4839 | 0801 40b2 | a804 0839 | 3700 0014
|
6527 |
|
6528 | 0x0000000107e13718: ; {metadata('net/minecraft/client/gui/screens/LoadingOverlay')}
|
6529 | 0x0000000107e13718: 0407 9bd2 | 640a a0f2 | 0401 c0f2 | 4508 40b9 | a500 5dd2 | a820 40f9 | 9f00 08eb | e104 0054
|
6530 | 0x0000000107e13738: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6531 | 0x0000000107e13738: 0500 88d2 | c54e a4f2 | 6500 c0f2 | 4408 40b9 | 8400 5dd2 | a960 0891 | 2801 40f9 | 9f00 08eb
|
6532 | 0x0000000107e13758: a100 0054 | a810 41f9 | 0805 0091 | a810 01f9 | 2400 0014 | a9a0 0891 | 2801 40f9 | 9f00 08eb
|
6533 | 0x0000000107e13778: a100 0054 | a818 41f9 | 0805 0091 | a818 01f9 | 1c00 0014 | a960 0891 | 2801 40f9 | c800 00b5
|
6534 | 0x0000000107e13798: 2401 00f9 | e803 40b2 | a980 0891 | 2801 00f9 | 1400 0014 | a9a0 0891 | 2801 40f9 | c800 00b5
|
6535 | 0x0000000107e137b8: 2401 00f9 | e803 40b2 | a9c0 0891 | 2801 00f9 | 0c00 0014 | 0b00 0014
|
6536 |
|
6537 | 0x0000000107e137d0: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6538 | 0x0000000107e137d0: 0500 88d2 | c54e a4f2 | 6500 c0f2 | a804 41f9 | 0805 00d1 | a804 01f9 | 0200 0014 | 0300 0014
|
6539 | 0x0000000107e137f0: e203 1faa | 0200 0014 | e203 40b2 | 5f00 0071
|
6540 |
|
6541 | 0x0000000107e13800: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6542 | 0x0000000107e13800: 0200 88d2 | c24e a4f2 | 6200 c0f2 | 0848 80d2 | 094a 80d2 | 0311 899a | 4468 63f8 | 8404 0091
|
6543 | 0x0000000107e13820: 4468 23f8 | 0117 0054 | e07b 00f9 | 82e3 4039 | 5f00 0071 | 8199 0354 | 3f9c 01b9 | e203 01aa
|
6544 | 0x0000000107e13840: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6545 | 0x0000000107e13840: 0300 88d2 | c34e a4f2 | 6300 c0f2
|
6546 |
|
6547 | 0x0000000107e1384c: ; {metadata('net/minecraft/client/Minecraft')}
|
6548 | 0x0000000107e1384c: 082b 82d2 | c80a a0f2 | 0801 c0f2 | 69c0 0991 | 2801 00f9 | 683c 41f9 | 0805 0091 | 683c 01f9
|
6549 | 0x0000000107e1386c: e203 01aa | e103 02aa
|
6550 |
|
6551 | 0x0000000107e13874: ; ImmutableOopMap {[240]=Oop [208]=Oop }
|
6552 | ;*invokevirtual m_91391_ {reexecute=0 rethrow=0 return_oop=0}
|
6553 | ; - net.minecraft.client.Minecraft::m_91383_@73 (line 1093)
|
6554 | ; {optimized virtual_call}
|
6555 | 0x0000000107e13874: a395 7995
|
6556 |
|
6557 | 0x0000000107e13878: ; ImmutableOopMap {[240]=Oop [208]=Oop c_rarg0=Oop }
|
6558 | ;*invokedynamic {reexecute=0 rethrow=0 return_oop=0}
|
6559 | ; - net.minecraft.client.Minecraft::m_91383_@78 (line 1093)
|
6560 | ; {runtime_call load_appendix_patching Runtime1 stub}
|
6561 | 0x0000000107e13878: e263 7c95 | e17b 40f9 | e07f 00f9
|
6562 |
|
6563 | 0x0000000107e13884: ; ImmutableOopMap {[208]=Oop [248]=Oop }
|
6564 | ;*invokedynamic {reexecute=0 rethrow=0 return_oop=0}
|
6565 | ; - net.minecraft.client.Minecraft::m_91383_@78 (line 1093)
|
6566 | ; {static_call}
|
6567 | 0x0000000107e13884: 1f97 7995
|
6568 |
|
6569 | 0x0000000107e13888: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6570 | 0x0000000107e13888: 0200 88d2 | c24e a4f2 | 6200 c0f2 | 42e0 0a91 | e303 00aa | a300 00b5 | 4900 40f9 | 2901 40b2
|
6571 | 0x0000000107e138a8: 4900 00f9 | 1600 0014 | 6308 40b9 | 6300 5dd2 | 4900 40f9 | 6300 09ca | 68f4 7e92 | 0802 00b4
|
6572 | 0x0000000107e138c8: e301 0837 | a901 00b4 | 3f05 00f1 | 6001 0054 | bf39 03d5 | 6300 09ca | 4900 40f9 | 6300 09ca
|
6573 | 0x0000000107e138e8: 68f4 7e92 | c800 00b4 | 4900 40f9 | 2901 7fb2 | 4900 00f9 | 0200 0014 | 4300 00f9 | e17f 40f9
|
6574 | 0x0000000107e13908: ; implicit exception: dispatches to 0x0000000107e1ab7c
|
6575 | 0x0000000107e13908: 3f00 40f9 | e203 01aa
|
6576 |
|
6577 | 0x0000000107e13910: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6578 | 0x0000000107e13910: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 4208 40b9 | 4200 5dd2 | 6960 0b91 | 2801 40f9 | 5f00 08eb
|
6579 | 0x0000000107e13930: a100 0054 | 6870 41f9 | 0805 0091 | 6870 01f9 | 1c00 0014 | 69a0 0b91 | 2801 40f9 | 5f00 08eb
|
6580 | 0x0000000107e13950: a100 0054 | 6878 41f9 | 0805 0091 | 6878 01f9 | 1400 0014 | 6960 0b91 | 2801 40f9 | c800 00b5
|
6581 | 0x0000000107e13970: 2201 00f9 | e803 40b2 | 6980 0b91 | 2801 00f9 | 0c00 0014 | 69a0 0b91 | 2801 40f9 | c800 00b5
|
6582 | 0x0000000107e13990: 2201 00f9 | e803 40b2 | 69c0 0b91 | 2801 00f9 | 0400 0014 | 6864 41f9 | 0805 0091 | 6864 01f9
|
6583 | 0x0000000107e139b0: ; {metadata(method data for {method} {0x00000001213aa688} 'thenRun' '(Ljava/lang/Runnable;)Ljava/util/concurrent/CompletableFuture;' in 'java/util/concurrent/CompletableFuture')}
|
6584 | 0x0000000107e139b0: 0298 80d2 | 6243 a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
6585 | 0x0000000107e139d0: 808d 0354 | e203 01aa
|
6586 |
|
6587 | 0x0000000107e139d8: ; {metadata(method data for {method} {0x00000001213aa688} 'thenRun' '(Ljava/lang/Runnable;)Ljava/util/concurrent/CompletableFuture;' in 'java/util/concurrent/CompletableFuture')}
|
6588 | 0x0000000107e139d8: 0398 80d2 | 6343 a4f2 | 6300 c0f2 | 6878 40f9 | 0805 0091 | 6878 00f9 | e203 1faa | e303 00aa
|
6589 | 0x0000000107e139f8: ; ImmutableOopMap {[208]=Oop }
|
6590 | ;*invokevirtual uniRunStage {reexecute=0 rethrow=0 return_oop=0}
|
6591 | ; - java.util.concurrent.CompletableFuture::thenRun@3 (line 2195)
|
6592 | ; - net.minecraft.client.Minecraft::m_91383_@83 (line 1093)
|
6593 | ; {optimized virtual_call}
|
6594 | 0x0000000107e139f8: 4295 7995 | e16b 40f9 | 4100 0014
|
6595 |
|
6596 | 0x0000000107e13a04: ; implicit exception: dispatches to 0x0000000107e1aba0
|
6597 | 0x0000000107e13a04: 3f00 40f9 | e003 01aa
|
6598 |
|
6599 | 0x0000000107e13a0c: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6600 | 0x0000000107e13a0c: 0200 88d2 | c24e a4f2 | 6200 c0f2 | 0008 40b9 | 0000 5dd2 | 4980 0e91 | 2801 40f9 | 1f00 08eb
|
6601 | 0x0000000107e13a2c: a100 0054 | 48d4 41f9 | 0805 0091 | 48d4 01f9 | 1c00 0014 | 49c0 0e91 | 2801 40f9 | 1f00 08eb
|
6602 | 0x0000000107e13a4c: a100 0054 | 48dc 41f9 | 0805 0091 | 48dc 01f9 | 1400 0014 | 4980 0e91 | 2801 40f9 | c800 00b5
|
6603 | 0x0000000107e13a6c: 2001 00f9 | e803 40b2 | 49a0 0e91 | 2801 00f9 | 0c00 0014 | 49c0 0e91 | 2801 40f9 | c800 00b5
|
6604 | 0x0000000107e13a8c: 2001 00f9 | e803 40b2 | 49e0 0e91 | 2801 00f9 | 0400 0014 | 48c8 41f9 | 0805 0091 | 48c8 01f9
|
6605 | 0x0000000107e13aac: 093a 8dd2 | e91f a0f2 | 0901 c0f2
|
6606 |
|
6607 | 0x0000000107e13ab8: ; ImmutableOopMap {[208]=Oop }
|
6608 | ;*invokeinterface run {reexecute=0 rethrow=0 return_oop=0}
|
6609 | ; - net.minecraft.client.Minecraft::m_91383_@107 (line 1100)
|
6610 | ; {virtual_call}
|
6611 | 0x0000000107e13ab8: f2da ad95
|
6612 |
|
6613 | 0x0000000107e13abc: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6614 | 0x0000000107e13abc: 0100 88d2 | c14e a4f2 | 6100 c0f2 | 20b0 40b9 | 0008 0011 | 20b0 00b9 | 0030 1f12 | 1f00 0071
|
6615 | 0x0000000107e13adc: 4086 0354
|
6616 |
|
6617 | 0x0000000107e13ae0: ; ImmutableOopMap {[208]=Oop }
|
6618 | ;*goto {reexecute=1 rethrow=0 return_oop=0}
|
6619 | ; - (reexecute) net.minecraft.client.Minecraft::m_91383_@112 (line 1100)
|
6620 | 0x0000000107e13ae0: 88a7 41f9
|
6621 |
|
6622 | 0x0000000107e13ae4: ; {poll}
|
6623 | 0x0000000107e13ae4: 1f01 40b9
|
6624 |
|
6625 | 0x0000000107e13ae8: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6626 | 0x0000000107e13ae8: 0100 88d2 | c14e a4f2 | 6100 c0f2 | 20e4 41f9 | 0004 0091 | 20e4 01f9 | e16b 40f9 | 2098 41b9
|
6627 | 0x0000000107e13b08: 00f0 7dd3
|
6628 |
|
6629 | 0x0000000107e13b0c: ; implicit exception: dispatches to 0x0000000107e1abc4
|
6630 | 0x0000000107e13b0c: 1f00 40f9 | e203 00aa
|
6631 |
|
6632 | 0x0000000107e13b14: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6633 | 0x0000000107e13b14: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 4208 40b9 | 4200 5dd2 | 6940 0c91 | 2801 40f9 | 5f00 08eb
|
6634 | 0x0000000107e13b34: a100 0054 | 688c 41f9 | 0805 0091 | 688c 01f9 | 1c00 0014 | 6980 0c91 | 2801 40f9 | 5f00 08eb
|
6635 | 0x0000000107e13b54: a100 0054 | 6894 41f9 | 0805 0091 | 6894 01f9 | 1400 0014 | 6940 0c91 | 2801 40f9 | c800 00b5
|
6636 | 0x0000000107e13b74: 2201 00f9 | e803 40b2 | 6960 0c91 | 2801 00f9 | 0c00 0014 | 6980 0c91 | 2801 40f9 | c800 00b5
|
6637 | 0x0000000107e13b94: 2201 00f9 | e803 40b2 | 69a0 0c91 | 2801 00f9 | 0400 0014 | 6880 41f9 | 0805 0091 | 6880 01f9
|
6638 | 0x0000000107e13bb4: e103 00aa | 0907 9cd2 | 6902 a0f2 | 0901 c0f2
|
6639 |
|
6640 | 0x0000000107e13bc4: ; ImmutableOopMap {[208]=Oop }
|
6641 | ;*invokeinterface poll {reexecute=0 rethrow=0 return_oop=0}
|
6642 | ; - net.minecraft.client.Minecraft::m_91383_@91 (line 1099)
|
6643 | ; {virtual_call}
|
6644 | 0x0000000107e13bc4: cf94 1c94 | 0001 00b5
|
6645 |
|
6646 | 0x0000000107e13bcc: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6647 | 0x0000000107e13bcc: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 68c4 4c39 | 0801 40b2 | 68c4 0c39 | 3d00 0014
|
6648 |
|
6649 | 0x0000000107e13be8: ; {metadata('java/lang/Runnable')}
|
6650 | 0x0000000107e13be8: 028d 8ed2 | 8200 a0f2 | 0201 c0f2 | 0308 40b9 | 6300 5dd2 | 6810 40f9 | 5f00 08eb | e000 0054
|
6651 | 0x0000000107e13c08: 7f00 02eb | a000 0054 | e30b bfa9
|
6652 |
|
6653 | 0x0000000107e13c14: ; {runtime_call slow_subtype_check Runtime1 stub}
|
6654 | 0x0000000107e13c14: 3b5c 7c95 | e307 41f8 | e304 0034
|
6655 |
|
6656 | 0x0000000107e13c20: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6657 | 0x0000000107e13c20: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 0208 40b9 | 4200 5dd2 | 6920 0d91 | 2801 40f9 | 5f00 08eb
|
6658 | 0x0000000107e13c40: a100 0054 | 68a8 41f9 | 0805 0091 | 68a8 01f9 | 2200 0014 | 6960 0d91 | 2801 40f9 | 5f00 08eb
|
6659 | 0x0000000107e13c60: a100 0054 | 68b0 41f9 | 0805 0091 | 68b0 01f9 | 1a00 0014 | 6920 0d91 | 2801 40f9 | c800 00b5
|
6660 | 0x0000000107e13c80: 2201 00f9 | e803 40b2 | 6940 0d91 | 2801 00f9 | 1200 0014 | 6960 0d91 | 2801 40f9 | c800 00b5
|
6661 | 0x0000000107e13ca0: 2201 00f9 | e803 40b2 | 6980 0d91 | 2801 00f9 | 0a00 0014 | 0900 0014
|
6662 |
|
6663 | 0x0000000107e13cb8: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6664 | 0x0000000107e13cb8: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 689c 41f9 | 0805 00d1 | 689c 01f9 | be1b 0014 | 0100 0014
|
6665 | 0x0000000107e13cd8: e103 00aa | e003 1faa | 3f00 00eb
|
6666 |
|
6667 | 0x0000000107e13ce4: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6668 | 0x0000000107e13ce4: 0000 88d2 | c04e a4f2 | 6000 c0f2 | e80b 79b2 | 096e 80d2 | 0211 899a | 0368 62f8 | 6304 0091
|
6669 | 0x0000000107e13d04: 0368 22f8 | e1e7 ff54 | e2db 40b9 | 5f00 0071
|
6670 |
|
6671 | 0x0000000107e13d14: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6672 | 0x0000000107e13d14: 0100 88d2 | c14e a4f2 | 6100 c0f2 | e813 7bb2 | e917 7cb2 | 0001 899a | 2368 60f8 | 6304 0091
|
6673 | 0x0000000107e13d34: 2368 20f8 | e16b 40f9 | a044 0054 | 2084 40b9 | 00f0 7dd3
|
6674 |
|
6675 | 0x0000000107e13d48: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6676 | 0x0000000107e13d48: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 6800 42f9 | 0805 0091 | 6800 02f9
|
6677 |
|
6678 | 0x0000000107e13d60: ; {metadata(method data for {method} {0x00000001229666b0} 'm_137550_' '()J' in 'net/minecraft/Util')}
|
6679 | 0x0000000107e13d60: 03c0 8bd2 | 6338 a4f2 | 6300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
6680 | 0x0000000107e13d80: 8072 0354
|
6681 |
|
6682 | 0x0000000107e13d84: ; {metadata(method data for {method} {0x00000001229666b0} 'm_137550_' '()J' in 'net/minecraft/Util')}
|
6683 | 0x0000000107e13d84: 03c0 8bd2 | 6338 a4f2 | 6300 c0f2 | 6878 40f9 | 0805 0091 | 6878 00f9
|
6684 |
|
6685 | 0x0000000107e13d9c: ; {metadata(method data for {method} {0x0000000122966748} 'm_137569_' '()J' in 'net/minecraft/Util')}
|
6686 | 0x0000000107e13d9c: 030a 9ed2 | 6335 a4f2 | 6300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
6687 | 0x0000000107e13dbc: a071 0354
|
6688 |
|
6689 | 0x0000000107e13dc0: ; {oop(a 'java/lang/Class'{0x00000007066189c8} = 'net/minecraft/Util')}
|
6690 | 0x0000000107e13dc0: 0339 91d2 | 23cc a0f2 | e300 c0f2 | 6388 40b9 | 63f0 7dd3
|
6691 |
|
6692 | 0x0000000107e13dd4: ; implicit exception: dispatches to 0x0000000107e1ac10
|
6693 | 0x0000000107e13dd4: 7f00 40f9 | e403 03aa
|
6694 |
|
6695 | 0x0000000107e13ddc: ; {metadata(method data for {method} {0x0000000122966748} 'm_137569_' '()J' in 'net/minecraft/Util')}
|
6696 | 0x0000000107e13ddc: 050a 9ed2 | 6535 a4f2 | 6500 c0f2 | 8408 40b9 | 8400 5dd2 | a900 0491 | 2801 40f9 | 9f00 08eb
|
6697 | 0x0000000107e13dfc: a100 0054 | a884 40f9 | 0805 0091 | a884 00f9 | 1c00 0014 | a940 0491 | 2801 40f9 | 9f00 08eb
|
6698 | 0x0000000107e13e1c: a100 0054 | a88c 40f9 | 0805 0091 | a88c 00f9 | 1400 0014 | a900 0491 | 2801 40f9 | c800 00b5
|
6699 | 0x0000000107e13e3c: 2401 00f9 | e803 40b2 | a920 0491 | 2801 00f9 | 0c00 0014 | a940 0491 | 2801 40f9 | c800 00b5
|
6700 | 0x0000000107e13e5c: 2401 00f9 | e803 40b2 | a960 0491 | 2801 00f9 | 0400 0014 | a878 40f9 | 0805 0091 | a878 00f9
|
6701 | 0x0000000107e13e7c: e103 03aa | e083 00f9 | 0927 81d2 | 6919 a0f2 | 0901 c0f2
|
6702 |
|
6703 | 0x0000000107e13e90: ; ImmutableOopMap {[256]=Oop [208]=Oop }
|
6704 | ;*invokeinterface getAsLong {reexecute=0 rethrow=0 return_oop=0}
|
6705 | ; - net.minecraft.Util::m_137569_@3 (line 119)
|
6706 | ; - net.minecraft.Util::m_137550_@0 (line 115)
|
6707 | ; - net.minecraft.client.Minecraft::m_91383_@123 (line 1104)
|
6708 | ; {virtual_call}
|
6709 | 0x0000000107e13e90: 4c89 b395 | 0248 88d2 | e201 a0f2 | 010c c29a | e083 40f9
|
6710 |
|
6711 | 0x0000000107e13ea4: ; implicit exception: dispatches to 0x0000000107e1ac14
|
6712 | 0x0000000107e13ea4: 1f00 40f9 | e203 00aa
|
6713 |
|
6714 | 0x0000000107e13eac: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6715 | 0x0000000107e13eac: 0300 88d2 | c34e a4f2 | 6300 c0f2
|
6716 |
|
6717 | 0x0000000107e13eb8: ; {metadata('net/minecraft/client/Timer')}
|
6718 | 0x0000000107e13eb8: 08fa 94d2 | 2818 a0f2 | 0801 c0f2 | 6980 1091 | 2801 00f9 | 6814 42f9 | 0805 0091 | 6814 02f9
|
6719 | 0x0000000107e13ed8: e203 01aa | e103 00aa
|
6720 |
|
6721 | 0x0000000107e13ee0: ; ImmutableOopMap {[208]=Oop }
|
6722 | ;*invokevirtual m_92525_ {reexecute=0 rethrow=0 return_oop=0}
|
6723 | ; - net.minecraft.client.Minecraft::m_91383_@126 (line 1104)
|
6724 | ; {optimized virtual_call}
|
6725 | 0x0000000107e13ee0: 188d 1794 | e0df 00b9 | e16b 40f9 | 22a4 41b9 | 42f0 7dd3 | 4201 00b4
|
6726 |
|
6727 | 0x0000000107e13ef8: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
6728 | 0x0000000107e13ef8: 0598 9ad2 | 2518 a0f2 | 0501 c0f2 | 4608 40b9 | c600 5dd2 | c81c 40f9 | bf00 08eb | 2168 0354
|
6729 | 0x0000000107e13f18: 0100 0014 | e303 02aa
|
6730 |
|
6731 | 0x0000000107e13f20: ; implicit exception: dispatches to 0x0000000107e1ac1c
|
6732 | 0x0000000107e13f20: 5f00 40f9
|
6733 |
|
6734 | 0x0000000107e13f24: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6735 | 0x0000000107e13f24: 0300 88d2 | c34e a4f2 | 6300 c0f2
|
6736 |
|
6737 | 0x0000000107e13f30: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
6738 | 0x0000000107e13f30: 0898 9ad2 | 2818 a0f2 | 0801 c0f2 | 6960 1191 | 2801 00f9 | 6830 42f9 | 0805 0091 | 6830 02f9
|
6739 | 0x0000000107e13f50: ; {metadata(method data for {method} {0x000000032082e4f8} 'm_6180_' '(Ljava/lang/String;)V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
6740 | 0x0000000107e13f50: 027a 83d2 | 6238 a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
6741 | 0x0000000107e13f70: 8065 0354 | e203 01aa
|
6742 |
|
6743 | 0x0000000107e13f78: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6744 | 0x0000000107e13f78: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 4208 40b9 | 4200 5dd2 | 6940 1291 | 2801 40f9 | 5f00 08eb
|
6745 | 0x0000000107e13f98: a100 0054 | 684c 42f9 | 0805 0091 | 684c 02f9 | 1c00 0014 | 6980 1291 | 2801 40f9 | 5f00 08eb
|
6746 | 0x0000000107e13fb8: a100 0054 | 6854 42f9 | 0805 0091 | 6854 02f9 | 1400 0014 | 6940 1291 | 2801 40f9 | c800 00b5
|
6747 | 0x0000000107e13fd8: 2201 00f9 | e803 40b2 | 6960 1291 | 2801 00f9 | 0c00 0014 | 6980 1291 | 2801 40f9 | c800 00b5
|
6748 | 0x0000000107e13ff8: 2201 00f9 | e803 40b2 | 69a0 1291 | 2801 00f9 | 0400 0014 | 6840 42f9 | 0805 0091 | 6840 02f9
|
6749 | 0x0000000107e14018: ; {metadata(method data for {method} {0x00000001227581a8} 'm_18699_' '()V' in 'net/minecraft/util/thread/BlockableEventLoop')}
|
6750 | 0x0000000107e14018: 02b0 95d2 | a24e a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
6751 | 0x0000000107e14038: 4060 0354 | 1300 0014
|
6752 |
|
6753 | 0x0000000107e14040: ; {metadata(method data for {method} {0x00000001227581a8} 'm_18699_' '()V' in 'net/minecraft/util/thread/BlockableEventLoop')}
|
6754 | 0x0000000107e14040: 01b0 95d2 | a14e a4f2 | 6100 c0f2 | 20b0 40b9 | 0008 0011 | 20b0 00b9 | 0030 1f12 | 1f00 0071
|
6755 | 0x0000000107e14060: 0060 0354
|
6756 |
|
6757 | 0x0000000107e14064: ; ImmutableOopMap {[208]=Oop }
|
6758 | ;*goto {reexecute=1 rethrow=0 return_oop=0}
|
6759 | ; - (reexecute) net.minecraft.util.thread.BlockableEventLoop::m_18699_@7 (line 115)
|
6760 | ; - net.minecraft.client.Minecraft::m_91383_@144 (line 1106)
|
6761 | 0x0000000107e14064: 88a7 41f9
|
6762 |
|
6763 | 0x0000000107e14068: ; {poll}
|
6764 | 0x0000000107e14068: 1f01 40b9
|
6765 |
|
6766 | 0x0000000107e1406c: ; {metadata(method data for {method} {0x00000001227581a8} 'm_18699_' '()V' in 'net/minecraft/util/thread/BlockableEventLoop')}
|
6767 | 0x0000000107e1406c: 01b0 95d2 | a14e a4f2 | 6100 c0f2 | 20a4 40f9 | 0004 0091 | 20a4 00f9 | e16b 40f9 | e203 01aa
|
6768 | 0x0000000107e1408c: ; {metadata(method data for {method} {0x00000001227581a8} 'm_18699_' '()V' in 'net/minecraft/util/thread/BlockableEventLoop')}
|
6769 | 0x0000000107e1408c: 03b0 95d2 | a34e a4f2 | 6300 c0f2 | 4208 40b9 | 4200 5dd2 | 6900 0491 | 2801 40f9 | 5f00 08eb
|
6770 | 0x0000000107e140ac: a100 0054 | 6884 40f9 | 0805 0091 | 6884 00f9 | 1c00 0014 | 6940 0491 | 2801 40f9 | 5f00 08eb
|
6771 | 0x0000000107e140cc: a100 0054 | 688c 40f9 | 0805 0091 | 688c 00f9 | 1400 0014 | 6900 0491 | 2801 40f9 | c800 00b5
|
6772 | 0x0000000107e140ec: 2201 00f9 | e803 40b2 | 6920 0491 | 2801 00f9 | 0c00 0014 | 6940 0491 | 2801 40f9 | c800 00b5
|
6773 | 0x0000000107e1410c: 2201 00f9 | e803 40b2 | 6960 0491 | 2801 00f9 | 0400 0014 | 6878 40f9 | 0805 0091 | 6878 00f9
|
6774 | 0x0000000107e1412c: e203 01aa | e103 02aa
|
6775 |
|
6776 | 0x0000000107e14134: ; ImmutableOopMap {[208]=Oop }
|
6777 | ;*invokevirtual m_7245_ {reexecute=0 rethrow=0 return_oop=0}
|
6778 | ; - net.minecraft.util.thread.BlockableEventLoop::m_18699_@1 (line 115)
|
6779 | ; - net.minecraft.client.Minecraft::m_91383_@144 (line 1106)
|
6780 | ; {optimized virtual_call}
|
6781 | 0x0000000107e14134: 270b de95 | 1f00 0071
|
6782 |
|
6783 | 0x0000000107e1413c: ; {metadata(method data for {method} {0x00000001227581a8} 'm_18699_' '()V' in 'net/minecraft/util/thread/BlockableEventLoop')}
|
6784 | 0x0000000107e1413c: 01b0 95d2 | a14e a4f2 | 6100 c0f2 | 0827 80d2 | 0925 80d2 | 0011 899a | 2268 60f8 | 4204 0091
|
6785 | 0x0000000107e1415c: 2268 20f8 | 01f7 ff54 | e16b 40f9 | 20a4 41b9 | 00f0 7dd3 | 4001 00b4
|
6786 |
|
6787 | 0x0000000107e14174: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
6788 | 0x0000000107e14174: 0498 9ad2 | 2418 a0f2 | 0401 c0f2 | 0508 40b9 | a500 5dd2 | a81c 40f9 | 9f00 08eb | 8157 0354
|
6789 | 0x0000000107e14194: 0100 0014 | e203 00aa
|
6790 |
|
6791 | 0x0000000107e1419c: ; implicit exception: dispatches to 0x0000000107e1ac84
|
6792 | 0x0000000107e1419c: 1f00 40f9 | e203 00aa
|
6793 |
|
6794 | 0x0000000107e141a4: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6795 | 0x0000000107e141a4: 0300 88d2 | c34e a4f2 | 6300 c0f2
|
6796 |
|
6797 | 0x0000000107e141b0: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
6798 | 0x0000000107e141b0: 0898 9ad2 | 2818 a0f2 | 0801 c0f2 | 6920 1391 | 2801 00f9 | 6868 42f9 | 0805 0091 | 6868 02f9
|
6799 | 0x0000000107e141d0: ; {metadata(method data for {method} {0x000000032082e6f0} 'm_7238_' '()V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
6800 | 0x0000000107e141d0: 0284 9cd2 | 6235 a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
6801 | 0x0000000107e141f0: c054 0354 | 4001 00b4
|
6802 |
|
6803 | 0x0000000107e141f8: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
6804 | 0x0000000107e141f8: 0498 9ad2 | 2418 a0f2 | 0401 c0f2 | 0508 40b9 | a500 5dd2 | a81c 40f9 | 9f00 08eb | a154 0354
|
6805 | 0x0000000107e14218: 0100 0014 | e203 00aa
|
6806 |
|
6807 | 0x0000000107e14220: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6808 | 0x0000000107e14220: 0200 88d2 | c24e a4f2 | 6200 c0f2
|
6809 |
|
6810 | 0x0000000107e1422c: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
6811 | 0x0000000107e1422c: 0898 9ad2 | 2818 a0f2 | 0801 c0f2 | 4900 1491 | 2801 00f9 | 4884 42f9 | 0805 0091 | 4884 02f9
|
6812 | 0x0000000107e1424c: ; {metadata(method data for {method} {0x000000032082e4f8} 'm_6180_' '(Ljava/lang/String;)V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
6813 | 0x0000000107e1424c: 007a 83d2 | 6038 a4f2 | 6000 c0f2 | 02ac 40b9 | 4208 0011 | 02ac 00b9 | 424c 1f12 | 5f00 0071
|
6814 | 0x0000000107e1426c: 0052 0354 | 0000 a052 | e2df 40b9
|
6815 |
|
6816 | 0x0000000107e14278: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6817 | 0x0000000107e14278: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 6894 42f9 | 0805 0091 | 6894 02f9
|
6818 |
|
6819 | 0x0000000107e14290: ; {metadata(method data for {method} {0x000000012018a7e8} 'min' '(II)I' in 'java/lang/Math')}
|
6820 | 0x0000000107e14290: 039f 9dd2 | c307 a4f2 | 2300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
6821 | 0x0000000107e142b0: e050 0354 | 5f28 0071
|
6822 |
|
6823 | 0x0000000107e142b8: ; {metadata(method data for {method} {0x000000012018a7e8} 'min' '(II)I' in 'java/lang/Math')}
|
6824 | 0x0000000107e142b8: 039f 9dd2 | c307 a4f2 | 2300 c0f2 | e80f 7cb2 | e903 78b2 | 04b1 899a | 6568 64f8 | a504 0091
|
6825 | 0x0000000107e142d8: 6568 24f8 | 2b01 0054
|
6826 |
|
6827 | 0x0000000107e142e0: ; {metadata(method data for {method} {0x000000012018a7e8} 'min' '(II)I' in 'java/lang/Math')}
|
6828 | 0x0000000107e142e0: 039f 9dd2 | c307 a4f2 | 2300 c0f2 | 6488 40f9 | 8404 0091 | 6488 00f9 | 4301 8052 | 0200 0014
|
6829 | 0x0000000107e14300: e303 02aa | 1f00 036b
|
6830 |
|
6831 | 0x0000000107e14308: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6832 | 0x0000000107e14308: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 08a7 80d2 | 09a9 80d2 | 04a1 899a | 6568 64f8 | a504 0091
|
6833 | 0x0000000107e14328: 6568 24f8 | ea10 0054 | e00b 01b9 | 23a4 41b9 | 63f0 7dd3 | 4301 00b4
|
6834 |
|
6835 | 0x0000000107e14340: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
6836 | 0x0000000107e14340: 0698 9ad2 | 2618 a0f2 | 0601 c0f2 | 6708 40b9 | e700 5dd2 | e81c 40f9 | df00 08eb | 814c 0354
|
6837 | 0x0000000107e14360: 0100 0014 | e403 03aa
|
6838 |
|
6839 | 0x0000000107e14368: ; implicit exception: dispatches to 0x0000000107e1acf0
|
6840 | 0x0000000107e14368: 7f00 40f9 | e403 03aa
|
6841 |
|
6842 | 0x0000000107e14370: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6843 | 0x0000000107e14370: 0500 88d2 | c54e a4f2 | 6500 c0f2 | 8408 40b9 | 8400 5dd2 | a9a0 1591 | 2801 40f9 | 9f00 08eb
|
6844 | 0x0000000107e14390: a100 0054 | a8b8 42f9 | 0805 0091 | a8b8 02f9 | 1c00 0014 | a9e0 1591 | 2801 40f9 | 9f00 08eb
|
6845 | 0x0000000107e143b0: a100 0054 | a8c0 42f9 | 0805 0091 | a8c0 02f9 | 1400 0014 | a9a0 1591 | 2801 40f9 | c800 00b5
|
6846 | 0x0000000107e143d0: 2401 00f9 | e803 40b2 | a9c0 1591 | 2801 00f9 | 0c00 0014 | a9e0 1591 | 2801 40f9 | c800 00b5
|
6847 | 0x0000000107e143f0: 2401 00f9 | e803 40b2 | a900 1691 | 2801 00f9 | 0400 0014 | a8ac 42f9 | 0805 0091 | a8ac 02f9
|
6848 | 0x0000000107e14410: ; {metadata(method data for {method} {0x0000000320763058} 'm_6174_' '(Ljava/lang/String;)V' in 'net/minecraft/util/profiling/ProfilerFiller')}
|
6849 | 0x0000000107e14410: 04e4 95d2 | a44e a4f2 | 6400 c0f2 | 85ac 40b9 | a508 0011 | 85ac 00b9 | a54c 1f12 | bf00 0071
|
6850 | 0x0000000107e14430: 2046 0354 | 4301 00b4
|
6851 |
|
6852 | 0x0000000107e14438: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
6853 | 0x0000000107e14438: 0698 9ad2 | 2618 a0f2 | 0601 c0f2 | 6708 40b9 | e700 5dd2 | e81c 40f9 | df00 08eb | 0146 0354
|
6854 | 0x0000000107e14458: 0100 0014 | e403 03aa
|
6855 |
|
6856 | 0x0000000107e14460: ; {metadata(method data for {method} {0x0000000320763058} 'm_6174_' '(Ljava/lang/String;)V' in 'net/minecraft/util/profiling/ProfilerFiller')}
|
6857 | 0x0000000107e14460: 04e4 95d2 | a44e a4f2 | 6400 c0f2
|
6858 |
|
6859 | 0x0000000107e1446c: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
6860 | 0x0000000107e1446c: 0898 9ad2 | 2818 a0f2 | 0801 c0f2 | 8900 0491 | 2801 00f9 | 8884 40f9 | 0805 0091 | 8884 00f9
|
6861 | 0x0000000107e1448c: ; {metadata(method data for {method} {0x000000032082e900} 'm_183275_' '(Ljava/lang/String;I)V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
6862 | 0x0000000107e1448c: 0312 96d2 | a34e a4f2 | 6300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
6863 | 0x0000000107e144ac: 6043 0354 | e303 01aa
|
6864 |
|
6865 | 0x0000000107e144b4: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6866 | 0x0000000107e144b4: 0400 88d2 | c44e a4f2 | 6400 c0f2
|
6867 |
|
6868 | 0x0000000107e144c0: ; {metadata('net/minecraft/client/Minecraft')}
|
6869 | 0x0000000107e144c0: 082b 82d2 | c80a a0f2 | 0801 c0f2 | 8980 1691 | 2801 00f9 | 88d4 42f9 | 0805 0091 | 88d4 02f9
|
6870 | 0x0000000107e144e0: e303 01aa | e103 03aa
|
6871 |
|
6872 | 0x0000000107e144e8: ; ImmutableOopMap {[208]=Oop }
|
6873 | ;*invokevirtual m_91398_ {reexecute=0 rethrow=0 return_oop=0}
|
6874 | ; - net.minecraft.client.Minecraft::m_91383_@196 (line 1112)
|
6875 | ; {optimized virtual_call}
|
6876 | 0x0000000107e144e8: 921f 0094 | e00b 41b9 | 0104 0011
|
6877 |
|
6878 | 0x0000000107e144f4: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6879 | 0x0000000107e144f4: 0000 88d2 | c04e a4f2 | 6000 c0f2 | 02b0 40b9 | 4208 0011 | 02b0 00b9 | 4230 1f12 | 5f00 0071
|
6880 | 0x0000000107e14514: 2041 0354
|
6881 |
|
6882 | 0x0000000107e14518: ; ImmutableOopMap {[208]=Oop }
|
6883 | ;*goto {reexecute=1 rethrow=0 return_oop=0}
|
6884 | ; - (reexecute) net.minecraft.client.Minecraft::m_91383_@202 (line 1110)
|
6885 | 0x0000000107e14518: 88a7 41f9
|
6886 |
|
6887 | 0x0000000107e1451c: ; {poll}
|
6888 | 0x0000000107e1451c: 1f01 40b9
|
6889 |
|
6890 | 0x0000000107e14520: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6891 | 0x0000000107e14520: 0000 88d2 | c04e a4f2 | 6000 c0f2 | 02e4 42f9 | 4204 0091 | 02e4 02f9 | e003 01aa | e2df 40b9
|
6892 | 0x0000000107e14540: e16b 40f9 | 4dff ff17 | 20a4 41b9 | 00f0 7dd3 | 4001 00b4
|
6893 |
|
6894 | 0x0000000107e14554: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
6895 | 0x0000000107e14554: 0498 9ad2 | 2418 a0f2 | 0401 c0f2 | 0508 40b9 | a500 5dd2 | a81c 40f9 | 9f00 08eb | 413f 0354
|
6896 | 0x0000000107e14574: 0100 0014 | e203 00aa
|
6897 |
|
6898 | 0x0000000107e1457c: ; implicit exception: dispatches to 0x0000000107e1ad5c
|
6899 | 0x0000000107e1457c: 1f00 40f9
|
6900 |
|
6901 | 0x0000000107e14580: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6902 | 0x0000000107e14580: 0200 88d2 | c24e a4f2 | 6200 c0f2
|
6903 |
|
6904 | 0x0000000107e1458c: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
6905 | 0x0000000107e1458c: 0898 9ad2 | 2818 a0f2 | 0801 c0f2 | 49c0 1791 | 2801 00f9 | 48fc 42f9 | 0805 0091 | 48fc 02f9
|
6906 | 0x0000000107e145ac: ; {metadata(method data for {method} {0x000000032082e6f0} 'm_7238_' '()V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
6907 | 0x0000000107e145ac: 0084 9cd2 | 6035 a4f2 | 6000 c0f2 | 02ac 40b9 | 4208 0011 | 02ac 00b9 | 424c 1f12 | 5f00 0071
|
6908 | 0x0000000107e145cc: a03c 0354 | 20c4 40b9 | 00f0 7dd3
|
6909 |
|
6910 | 0x0000000107e145d8: ; implicit exception: dispatches to 0x0000000107e1ad80
|
6911 | 0x0000000107e145d8: 1f00 40f9 | e203 00aa
|
6912 |
|
6913 | 0x0000000107e145e0: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6914 | 0x0000000107e145e0: 0300 88d2 | c34e a4f2 | 6300 c0f2
|
6915 |
|
6916 | 0x0000000107e145ec: ; {metadata('net/minecraft/client/MouseHandler')}
|
6917 | 0x0000000107e145ec: 084f 9fd2 | 6819 a0f2 | 0801 c0f2 | 69a0 1891 | 2801 00f9 | 6818 43f9 | 0805 0091 | 6818 03f9
|
6918 | 0x0000000107e1460c: e103 00aa
|
6919 |
|
6920 | 0x0000000107e14610: ; ImmutableOopMap {[208]=Oop }
|
6921 | ;*invokevirtual m_91523_ {reexecute=0 rethrow=0 return_oop=0}
|
6922 | ; - net.minecraft.client.Minecraft::m_91383_@218 (line 1118)
|
6923 | ; {optimized virtual_call}
|
6924 | 0x0000000107e14610: dc92 d297 | e16b 40f9 | 2280 40b9 | 42f0 7dd3
|
6925 |
|
6926 | 0x0000000107e14620: ; implicit exception: dispatches to 0x0000000107e1ad84
|
6927 | 0x0000000107e14620: 5f00 40f9 | e003 02aa
|
6928 |
|
6929 | 0x0000000107e14628: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6930 | 0x0000000107e14628: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 6828 43f9 | 0805 0091 | 6828 03f9
|
6931 |
|
6932 | 0x0000000107e14640: ; {oop("Render"{0x00000007088b5630})}
|
6933 | 0x0000000107e14640: 00c6 8ad2 | 6011 a1f2 | e000 c0f2 | 83e3 4039 | 7f00 0071 | a139 0354 | 08fc 43d3 | 486c 00b9
|
6934 | 0x0000000107e14660: 4300 00ca | 63fc 55d3 | 7f00 00f1 | a139 0354 | 22a4 41b9 | 42f0 7dd3 | 4201 00b4
|
6935 |
|
6936 | 0x0000000107e1467c: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
6937 | 0x0000000107e1467c: 0498 9ad2 | 2418 a0f2 | 0401 c0f2 | 4508 40b9 | a500 5dd2 | a81c 40f9 | 9f00 08eb | c138 0354
|
6938 | 0x0000000107e1469c: 0100 0014 | e003 02aa
|
6939 |
|
6940 | 0x0000000107e146a4: ; implicit exception: dispatches to 0x0000000107e1adb4
|
6941 | 0x0000000107e146a4: 5f00 40f9
|
6942 |
|
6943 | 0x0000000107e146a8: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6944 | 0x0000000107e146a8: 0000 88d2 | c04e a4f2 | 6000 c0f2
|
6945 |
|
6946 | 0x0000000107e146b4: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
6947 | 0x0000000107e146b4: 0898 9ad2 | 2818 a0f2 | 0801 c0f2 | 0960 1a91 | 2801 00f9 | 0850 43f9 | 0805 0091 | 0850 03f9
|
6948 | 0x0000000107e146d4: ; {metadata(method data for {method} {0x000000032082e4f8} 'm_6180_' '(Ljava/lang/String;)V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
6949 | 0x0000000107e146d4: 027a 83d2 | 6238 a4f2 | 6200 c0f2 | 40ac 40b9 | 0008 0011 | 40ac 00b9 | 004c 1f12 | 1f00 0071
|
6950 | 0x0000000107e146f4: 2036 0354 | 2208 41b9 | 42f0 7dd3 | 20ac 40b9 | 00f0 7dd3
|
6951 |
|
6952 | 0x0000000107e14708: ; implicit exception: dispatches to 0x0000000107e1add8
|
6953 | 0x0000000107e14708: 1f00 40f9 | e303 00aa
|
6954 |
|
6955 | 0x0000000107e14710: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6956 | 0x0000000107e14710: 0400 88d2 | c44e a4f2 | 6400 c0f2
|
6957 |
|
6958 | 0x0000000107e1471c: ; {metadata('net/minecraft/client/renderer/GameRenderer')}
|
6959 | 0x0000000107e1471c: 080d 85d2 | 681b a0f2 | 0801 c0f2 | 8940 1b91 | 2801 00f9 | 886c 43f9 | 0805 0091 | 886c 03f9
|
6960 | 0x0000000107e1473c: 0080 40b9 | 00f0 7dd3
|
6961 |
|
6962 | 0x0000000107e14744: ; implicit exception: dispatches to 0x0000000107e1addc
|
6963 | 0x0000000107e14744: 5f00 40f9 | e303 02aa
|
6964 |
|
6965 | 0x0000000107e1474c: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6966 | 0x0000000107e1474c: 0400 88d2 | c44e a4f2 | 6400 c0f2
|
6967 |
|
6968 | 0x0000000107e14758: ; {metadata('net/minecraft/client/sounds/SoundManager')}
|
6969 | 0x0000000107e14758: 084e 8bd2 | 481b a0f2 | 0801 c0f2 | 8920 1c91 | 2801 00f9 | 8888 43f9 | 0805 0091 | 8888 03f9
|
6970 | 0x0000000107e14778: ; {metadata(method data for {method} {0x00000003211d21d0} 'm_120361_' '(Lnet/minecraft/client/Camera;)V' in 'net/minecraft/client/sounds/SoundManager')}
|
6971 | 0x0000000107e14778: 0335 96d2 | a34e a4f2 | 6300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
6972 | 0x0000000107e14798: 4032 0354 | 4310 40b9 | 63f0 7dd3
|
6973 |
|
6974 | 0x0000000107e147a4: ; implicit exception: dispatches to 0x0000000107e1ae00
|
6975 | 0x0000000107e147a4: 7f00 40f9 | e203 03aa
|
6976 |
|
6977 | 0x0000000107e147ac: ; {metadata(method data for {method} {0x00000003211d21d0} 'm_120361_' '(Lnet/minecraft/client/Camera;)V' in 'net/minecraft/client/sounds/SoundManager')}
|
6978 | 0x0000000107e147ac: 0435 96d2 | a44e a4f2 | 6400 c0f2
|
6979 |
|
6980 | 0x0000000107e147b8: ; {metadata('net/minecraft/client/sounds/SoundEngine')}
|
6981 | 0x0000000107e147b8: 082b 8ed2 | 481b a0f2 | 0801 c0f2 | 8900 0491 | 2801 00f9 | 8884 40f9 | 0805 0091 | 8884 00f9
|
6982 | 0x0000000107e147d8: e203 00aa | e103 03aa
|
6983 |
|
6984 | 0x0000000107e147e0: ; ImmutableOopMap {[208]=Oop }
|
6985 | ;*invokevirtual m_120270_ {reexecute=0 rethrow=0 return_oop=0}
|
6986 | ; - net.minecraft.client.sounds.SoundManager::m_120361_@5 (line 256)
|
6987 | ; - net.minecraft.client.Minecraft::m_91383_@254 (line 1121)
|
6988 | ; {optimized virtual_call}
|
6989 | 0x0000000107e147e0: ec1e 0094 | e16b 40f9 | 20a4 41b9 | 00f0 7dd3 | 4001 00b4
|
6990 |
|
6991 | 0x0000000107e147f4: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
6992 | 0x0000000107e147f4: 0498 9ad2 | 2418 a0f2 | 0401 c0f2 | 0508 40b9 | a500 5dd2 | a81c 40f9 | 9f00 08eb | a12f 0354
|
6993 | 0x0000000107e14814: 0100 0014 | e203 00aa
|
6994 |
|
6995 | 0x0000000107e1481c: ; implicit exception: dispatches to 0x0000000107e1ae08
|
6996 | 0x0000000107e1481c: 1f00 40f9 | e203 00aa
|
6997 |
|
6998 | 0x0000000107e14824: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
6999 | 0x0000000107e14824: 0300 88d2 | c34e a4f2 | 6300 c0f2
|
7000 |
|
7001 | 0x0000000107e14830: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
7002 | 0x0000000107e14830: 0898 9ad2 | 2818 a0f2 | 0801 c0f2 | 6900 1d91 | 2801 00f9 | 68a4 43f9 | 0805 0091 | 68a4 03f9
|
7003 | 0x0000000107e14850: ; {metadata(method data for {method} {0x000000032082e6f0} 'm_7238_' '()V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
7004 | 0x0000000107e14850: 0284 9cd2 | 6235 a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
7005 | 0x0000000107e14870: e02c 0354 | 4001 00b4
|
7006 |
|
7007 | 0x0000000107e14878: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
7008 | 0x0000000107e14878: 0498 9ad2 | 2418 a0f2 | 0401 c0f2 | 0508 40b9 | a500 5dd2 | a81c 40f9 | 9f00 08eb | c12c 0354
|
7009 | 0x0000000107e14898: 0100 0014 | e203 00aa
|
7010 |
|
7011 | 0x0000000107e148a0: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7012 | 0x0000000107e148a0: 0200 88d2 | c24e a4f2 | 6200 c0f2
|
7013 |
|
7014 | 0x0000000107e148ac: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
7015 | 0x0000000107e148ac: 0898 9ad2 | 2818 a0f2 | 0801 c0f2 | 49e0 1d91 | 2801 00f9 | 48c0 43f9 | 0805 0091 | 48c0 03f9
|
7016 | 0x0000000107e148cc: ; {metadata(method data for {method} {0x000000032082e4f8} 'm_6180_' '(Ljava/lang/String;)V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
7017 | 0x0000000107e148cc: 007a 83d2 | 6038 a4f2 | 6000 c0f2 | 02ac 40b9 | 4208 0011 | 02ac 00b9 | 424c 1f12 | 5f00 0071
|
7018 | 0x0000000107e148ec: 202a 0354
|
7019 |
|
7020 | 0x0000000107e148f0: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7021 | 0x0000000107e148f0: 0000 88d2 | c04e a4f2 | 6000 c0f2 | 08d0 43f9 | 0805 0091 | 08d0 03f9
|
7022 |
|
7023 | 0x0000000107e14908: ; {metadata(method data for {method} {0x0000000122966748} 'm_137569_' '()J' in 'net/minecraft/Util')}
|
7024 | 0x0000000107e14908: 000a 9ed2 | 6035 a4f2 | 6000 c0f2 | 02ac 40b9 | 4208 0011 | 02ac 00b9 | 424c 1f12 | 5f00 0071
|
7025 | 0x0000000107e14928: 4029 0354
|
7026 |
|
7027 | 0x0000000107e1492c: ; {oop(a 'java/lang/Class'{0x00000007066189c8} = 'net/minecraft/Util')}
|
7028 | 0x0000000107e1492c: 0039 91d2 | 20cc a0f2 | e000 c0f2 | 0088 40b9 | 00f0 7dd3
|
7029 |
|
7030 | 0x0000000107e14940: ; implicit exception: dispatches to 0x0000000107e1ae70
|
7031 | 0x0000000107e14940: 1f00 40f9 | e203 00aa
|
7032 |
|
7033 | 0x0000000107e14948: ; {metadata(method data for {method} {0x0000000122966748} 'm_137569_' '()J' in 'net/minecraft/Util')}
|
7034 | 0x0000000107e14948: 030a 9ed2 | 6335 a4f2 | 6300 c0f2 | 4208 40b9 | 4200 5dd2 | 6900 0491 | 2801 40f9 | 5f00 08eb
|
7035 | 0x0000000107e14968: a100 0054 | 6884 40f9 | 0805 0091 | 6884 00f9 | 1c00 0014 | 6940 0491 | 2801 40f9 | 5f00 08eb
|
7036 | 0x0000000107e14988: a100 0054 | 688c 40f9 | 0805 0091 | 688c 00f9 | 1400 0014 | 6900 0491 | 2801 40f9 | c800 00b5
|
7037 | 0x0000000107e149a8: 2201 00f9 | e803 40b2 | 6920 0491 | 2801 00f9 | 0c00 0014 | 6940 0491 | 2801 40f9 | c800 00b5
|
7038 | 0x0000000107e149c8: 2201 00f9 | e803 40b2 | 6960 0491 | 2801 00f9 | 0400 0014 | 6878 40f9 | 0805 0091 | 6878 00f9
|
7039 | 0x0000000107e149e8: e103 00aa | 0927 81d2 | 6919 a0f2 | 0901 c0f2
|
7040 |
|
7041 | 0x0000000107e149f8: ; ImmutableOopMap {[208]=Oop }
|
7042 | ;*invokeinterface getAsLong {reexecute=0 rethrow=0 return_oop=0}
|
7043 | ; - net.minecraft.Util::m_137569_@3 (line 119)
|
7044 | ; - net.minecraft.client.Minecraft::m_91383_@278 (line 1124)
|
7045 | ; {virtual_call}
|
7046 | 0x0000000107e149f8: 7286 b395 | e08b 00f9 | e16b 40f9 | 22bc 40b9 | 42f0 7dd3
|
7047 |
|
7048 | 0x0000000107e14a0c: ; implicit exception: dispatches to 0x0000000107e1ae74
|
7049 | 0x0000000107e14a0c: 4294 4039 | 5f00 0071
|
7050 |
|
7051 | 0x0000000107e14a14: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7052 | 0x0000000107e14a14: 0200 88d2 | c24e a4f2 | 6200 c0f2 | 08f6 80d2 | e913 7ab2 | 0311 899a | 4468 63f8 | 8404 0091
|
7053 | 0x0000000107e14a34: 4468 23f8 | 6106 0054 | 22b0 41b9 | 42f0 7dd3 | 4201 00b4
|
7054 |
|
7055 | 0x0000000107e14a48: ; {metadata('net/minecraft/util/profiling/metrics/profiling/InactiveMetricsRecorder')}
|
7056 | 0x0000000107e14a48: 05d1 9bd2 | 2518 a0f2 | 0501 c0f2 | 4608 40b9 | c600 5dd2 | c81c 40f9 | bf00 08eb | a120 0354
|
7057 | 0x0000000107e14a68: 0100 0014 | e303 02aa
|
7058 |
|
7059 | 0x0000000107e14a70: ; implicit exception: dispatches to 0x0000000107e1ae7c
|
7060 | 0x0000000107e14a70: 5f00 40f9
|
7061 |
|
7062 | 0x0000000107e14a74: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7063 | 0x0000000107e14a74: 0300 88d2 | c34e a4f2 | 6300 c0f2
|
7064 |
|
7065 | 0x0000000107e14a80: ; {metadata('net/minecraft/util/profiling/metrics/profiling/InactiveMetricsRecorder')}
|
7066 | 0x0000000107e14a80: 08d1 9bd2 | 2818 a0f2 | 0801 c0f2 | 6980 1f91 | 2801 00f9 | 68f4 43f9 | 0805 0091 | 68f4 03f9
|
7067 | 0x0000000107e14aa0: ; {metadata(method data for {method} {0x0000000320832d00} 'm_142763_' '()Z' in 'net/minecraft/util/profiling/metrics/profiling/InactiveMetricsRecorder')}
|
7068 | 0x0000000107e14aa0: 0272 81d2 | 6244 a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
7069 | 0x0000000107e14ac0: 001e 0354
|
7070 |
|
7071 | 0x0000000107e14ac4: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7072 | 0x0000000107e14ac4: 0200 88d2 | c24e a4f2 | 6200 c0f2 | 430c 44f9 | 6304 0091 | 430c 04f9 | 00e4 002f | 201c 00fd
|
7073 | 0x0000000107e14ae4: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7074 | 0x0000000107e14ae4: 0200 88d2 | c24e a4f2 | 6200 c0f2 | 4314 44f9 | 6304 0091 | 4314 04f9 | 0200 a052 | aa00 0014
|
7075 | 0x0000000107e14b04: 22b8 41b9 | 42f0 7dd3 | e303 1faa | 5f00 03eb
|
7076 |
|
7077 | 0x0000000107e14b14: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7078 | 0x0000000107e14b14: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 0808 81d2 | 090a 81d2 | 0401 899a | 6568 64f8 | a504 0091
|
7079 | 0x0000000107e14b34: 6568 24f8 | 2002 0054 | e103 02aa | e9ff 9fd2 | e9ff bff2 | e9ff dff2
|
7080 |
|
7081 | 0x0000000107e14b4c: ; ImmutableOopMap {[208]=Oop }
|
7082 | ;*invokevirtual m_231150_ {reexecute=0 rethrow=0 return_oop=0}
|
7083 | ; - net.minecraft.client.Minecraft::m_91383_@327 (line 1130)
|
7084 | ; {virtual_call}
|
7085 | 0x0000000107e14b4c: ad91 7995 | 1f00 0071
|
7086 |
|
7087 | 0x0000000107e14b54: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7088 | 0x0000000107e14b54: 0000 88d2 | c04e a4f2 | 6000 c0f2 | 0813 81d2 | 0915 81d2 | 0101 899a | 0268 61f8 | 4204 0091
|
7089 | 0x0000000107e14b74: 0268 21f8 | 2001 0054
|
7090 |
|
7091 | 0x0000000107e14b7c: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7092 | 0x0000000107e14b7c: 0000 88d2 | c04e a4f2 | 6000 c0f2 | 015c 44f9 | 2104 0091 | 015c 04f9 | e003 0032 | 0200 0014
|
7093 | 0x0000000107e14b9c: 0000 a052 | 1f00 0071
|
7094 |
|
7095 | 0x0000000107e14ba4: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7096 | 0x0000000107e14ba4: 0100 88d2 | c14e a4f2 | 6100 c0f2 | 081c 81d2 | 091a 81d2 | 0211 899a | 2368 62f8 | 6304 0091
|
7097 | 0x0000000107e14bc4: 2368 22f8 | 6100 0054 | e203 00aa | 7600 0014 | e00f 01b9
|
7098 |
|
7099 | 0x0000000107e14bd8: ; ImmutableOopMap {[208]=Oop }
|
7100 | ;*invokestatic m_231140_ {reexecute=0 rethrow=0 return_oop=0}
|
7101 | ; - net.minecraft.client.Minecraft::m_91383_@345 (line 1132)
|
7102 | ; {static_call}
|
7103 | 0x0000000107e14bd8: 4a92 7995
|
7104 |
|
7105 | 0x0000000107e14bdc: ; ImmutableOopMap {[208]=Oop c_rarg0=Oop }
|
7106 | ;*invokedynamic {reexecute=0 rethrow=0 return_oop=0}
|
7107 | ; - net.minecraft.client.Minecraft::m_91383_@348 (line 1132)
|
7108 | ; {runtime_call load_appendix_patching Runtime1 stub}
|
7109 | 0x0000000107e14bdc: 095f 7c95 | e08f 00f9
|
7110 |
|
7111 | 0x0000000107e14be4: ; ImmutableOopMap {[208]=Oop [280]=Oop }
|
7112 | ;*invokedynamic {reexecute=0 rethrow=0 return_oop=0}
|
7113 | ; - net.minecraft.client.Minecraft::m_91383_@348 (line 1132)
|
7114 | ; {static_call}
|
7115 | 0x0000000107e14be4: 4792 7995
|
7116 |
|
7117 | 0x0000000107e14be8: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7118 | 0x0000000107e14be8: 0200 88d2 | c24e a4f2 | 6200 c0f2 | 4240 2491 | e103 00aa | a100 00b5 | 4900 40f9 | 2901 40b2
|
7119 | 0x0000000107e14c08: 4900 00f9 | 1600 0014 | 2108 40b9 | 2100 5dd2 | 4900 40f9 | 2100 09ca | 28f4 7e92 | 0802 00b4
|
7120 | 0x0000000107e14c28: e101 0837 | a901 00b4 | 3f05 00f1 | 6001 0054 | bf39 03d5 | 2100 09ca | 4900 40f9 | 2100 09ca
|
7121 | 0x0000000107e14c48: 28f4 7e92 | c800 00b4 | 4900 40f9 | 2901 7fb2 | 4900 00f9 | 0200 0014 | 4100 00f9 | e28f 40f9
|
7122 | 0x0000000107e14c68: ; implicit exception: dispatches to 0x0000000107e1aea0
|
7123 | 0x0000000107e14c68: 5f00 40f9 | e103 02aa
|
7124 |
|
7125 | 0x0000000107e14c70: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7126 | 0x0000000107e14c70: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 6890 44f9 | 0805 0091 | 6890 04f9
|
7127 |
|
7128 | 0x0000000107e14c88: ; {metadata(method data for {method} {0x00000001202a9ae8} 'ifPresent' '(Ljava/util/function/Consumer;)V' in 'java/util/Optional')}
|
7129 | 0x0000000107e14c88: 0176 83d2 | a11f a4f2 | 2100 c0f2 | 23ac 40b9 | 6308 0011 | 23ac 00b9 | 634c 1f12 | 7f00 0071
|
7130 | 0x0000000107e14ca8: e00f 0354 | 420c 40b9 | 42f0 7dd3 | e103 1faa | 5f00 01eb
|
7131 |
|
7132 | 0x0000000107e14cbc: ; {metadata(method data for {method} {0x00000001202a9ae8} 'ifPresent' '(Ljava/util/function/Consumer;)V' in 'java/util/Optional')}
|
7133 | 0x0000000107e14cbc: 0176 83d2 | a11f a4f2 | 2100 c0f2 | e80f 7cb2 | e903 78b2 | 0301 899a | 2468 63f8 | 8404 0091
|
7134 | 0x0000000107e14cdc: 2468 23f8 | 0006 0054
|
7135 |
|
7136 | 0x0000000107e14ce4: ; implicit exception: dispatches to 0x0000000107e1aec4
|
7137 | 0x0000000107e14ce4: 1f00 40f9 | e103 00aa
|
7138 |
|
7139 | 0x0000000107e14cec: ; {metadata(method data for {method} {0x00000001202a9ae8} 'ifPresent' '(Ljava/util/function/Consumer;)V' in 'java/util/Optional')}
|
7140 | 0x0000000107e14cec: 0376 83d2 | a31f a4f2 | 2300 c0f2 | 2108 40b9 | 2100 5dd2 | 6980 0491 | 2801 40f9 | 3f00 08eb
|
7141 | 0x0000000107e14d0c: a100 0054 | 6894 40f9 | 0805 0091 | 6894 00f9 | 1c00 0014 | 69c0 0491 | 2801 40f9 | 3f00 08eb
|
7142 | 0x0000000107e14d2c: a100 0054 | 689c 40f9 | 0805 0091 | 689c 00f9 | 1400 0014 | 6980 0491 | 2801 40f9 | c800 00b5
|
7143 | 0x0000000107e14d4c: 2101 00f9 | e803 40b2 | 69a0 0491 | 2801 00f9 | 0c00 0014 | 69c0 0491 | 2801 40f9 | c800 00b5
|
7144 | 0x0000000107e14d6c: 2101 00f9 | e803 40b2 | 69e0 0491 | 2801 00f9 | 0400 0014 | 6888 40f9 | 0805 0091 | 6888 00f9
|
7145 | 0x0000000107e14d8c: e103 00aa | e9ff 9fd2 | e9ff bff2 | e9ff dff2
|
7146 |
|
7147 | 0x0000000107e14d9c: ; ImmutableOopMap {[208]=Oop }
|
7148 | ;*invokeinterface accept {reexecute=0 rethrow=0 return_oop=0}
|
7149 | ; - java.util.Optional::ifPresent@12 (line 178)
|
7150 | ; - net.minecraft.client.Minecraft::m_91383_@353 (line 1132)
|
7151 | ; {virtual_call}
|
7152 | 0x0000000107e14d9c: 1991 7995 | e00f 41b9 | e203 00aa
|
7153 |
|
7154 | 0x0000000107e14da8: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7155 | 0x0000000107e14da8: 0100 88d2 | c14e a4f2 | 6100 c0f2 | 28ac 44f9 | 0805 0091 | 28ac 04f9
|
7156 |
|
7157 | 0x0000000107e14dc0: ; {metadata(method data for {method} {0x00000003206dd550} 'clear' '(IZ)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7158 | 0x0000000107e14dc0: 01d9 98d2 | a13f a4f2 | 6100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
|
7159 | 0x0000000107e14de0: 4007 0354
|
7160 |
|
7161 | 0x0000000107e14de4: ; {metadata(method data for {method} {0x00000003206dd550} 'clear' '(IZ)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7162 | 0x0000000107e14de4: 01d9 98d2 | a13f a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
7163 |
|
7164 | 0x0000000107e14dfc: ; {metadata(method data for {method} {0x00000003206db4f0} 'assertOnGameThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7165 | 0x0000000107e14dfc: 014c 90d2 | a138 a4f2 | 6100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
|
7166 | 0x0000000107e14e1c: 6006 0354
|
7167 |
|
7168 | 0x0000000107e14e20: ; {oop(a 'java/lang/Class'{0x000000070796cc00} = 'com/mojang/blaze3d/systems/RenderSystem')}
|
7169 | 0x0000000107e14e20: 0180 99d2 | c1f2 a0f2 | e100 c0f2 | 21f0 4339 | 3f00 0071
|
7170 |
|
7171 | 0x0000000107e14e34: ; {metadata(method data for {method} {0x00000003206db4f0} 'assertOnGameThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7172 | 0x0000000107e14e34: 004c 90d2 | a038 a4f2 | 6000 c0f2 | e80f 7cb2 | e903 78b2 | 0311 899a | 0468 63f8 | 8404 0091
|
7173 | 0x0000000107e14e54: 0468 23f8 | c102 0054
|
7174 |
|
7175 | 0x0000000107e14e5c: ; {metadata(method data for {method} {0x00000003206db4f0} 'assertOnGameThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7176 | 0x0000000107e14e5c: 004c 90d2 | a038 a4f2 | 6000 c0f2 | 0888 40f9 | 0805 0091 | 0888 00f9
|
7177 |
|
7178 | 0x0000000107e14e74: ; {metadata(method data for {method} {0x00000003206db3a0} 'isOnGameThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7179 | 0x0000000107e14e74: 007d 90d2 | a038 a4f2 | 6000 c0f2 | 03ac 40b9 | 6308 0011 | 03ac 00b9 | 634c 1f12 | 7f00 0071
|
7180 | 0x0000000107e14e94: a003 0354
|
7181 |
|
7182 | 0x0000000107e14e98: ; {metadata(method data for {method} {0x00000003206db4f0} 'assertOnGameThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7183 | 0x0000000107e14e98: 004c 90d2 | a038 a4f2 | 6000 c0f2 | 0398 40f9 | 6304 0091 | 0398 00f9
|
7184 |
|
7185 | 0x0000000107e14eb0: ; {metadata(method data for {method} {0x00000003206dd550} 'clear' '(IZ)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7186 | 0x0000000107e14eb0: 00d9 98d2 | a03f a4f2 | 6000 c0f2 | 0880 40f9 | 0805 0091 | 0880 00f9
|
7187 |
|
7188 | 0x0000000107e14ec8: ; {metadata(method data for {method} {0x0000000320e67598} '_clear' '(IZ)V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
7189 | 0x0000000107e14ec8: 00a1 8ad2 | 603f a4f2 | 6000 c0f2 | 03ac 40b9 | 6308 0011 | 03ac 00b9 | 634c 1f12 | 7f00 0071
|
7190 | 0x0000000107e14ee8: 0002 0354
|
7191 |
|
7192 | 0x0000000107e14eec: ; {metadata(method data for {method} {0x0000000320e67598} '_clear' '(IZ)V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
7193 | 0x0000000107e14eec: 00a1 8ad2 | 603f a4f2 | 6000 c0f2 | 0878 40f9 | 0805 0091 | 0878 00f9
|
7194 |
|
7195 | 0x0000000107e14f04: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7196 | 0x0000000107e14f04: 0088 9bd2 | 0035 a4f2 | 6000 c0f2 | 03ac 40b9 | 6308 0011 | 03ac 00b9 | 634c 1f12 | 7f00 0071
|
7197 | 0x0000000107e14f24: 2001 0354 | 3f00 0071
|
7198 |
|
7199 | 0x0000000107e14f2c: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7200 | 0x0000000107e14f2c: 0188 9bd2 | 0135 a4f2 | 6100 c0f2 | e80f 7cb2 | e903 78b2 | 0011 899a | 2368 60f8 | 6304 0091
|
7201 | 0x0000000107e14f4c: 2368 20f8 | a107 0054
|
7202 |
|
7203 | 0x0000000107e14f54: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7204 | 0x0000000107e14f54: 0188 9bd2 | 0135 a4f2 | 6100 c0f2 | 2888 40f9 | 0805 0091 | 2888 00f9
|
7205 |
|
7206 | 0x0000000107e14f6c: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7207 | 0x0000000107e14f6c: 010f 85d2 | 212c a4f2 | 6100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
|
7208 | 0x0000000107e14f8c: e0fe 0254
|
7209 |
|
7210 | 0x0000000107e14f90: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7211 | 0x0000000107e14f90: 010f 85d2 | 212c a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
7212 |
|
7213 | 0x0000000107e14fa8: ; {oop(a 'java/lang/Class'{0x000000070796cc00} = 'com/mojang/blaze3d/systems/RenderSystem')}
|
7214 | 0x0000000107e14fa8: 0180 99d2 | c1f2 a0f2 | e100 c0f2 | 2180 40b9 | 21f0 7dd3 | 8047 41f9 | 0000 40f9 | 1f00 01eb
|
7215 | 0x0000000107e14fc8: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7216 | 0x0000000107e14fc8: 010f 85d2 | 212c a4f2 | 6100 c0f2 | e803 78b2 | 0922 80d2 | 0011 899a | 2368 60f8 | 6304 0091
|
7217 | 0x0000000107e14fe8: 2368 20f8 | 2101 0054
|
7218 |
|
7219 | 0x0000000107e14ff0: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7220 | 0x0000000107e14ff0: 010f 85d2 | 212c a4f2 | 6100 c0f2 | 2090 40f9 | 0004 0091 | 2090 00f9 | e103 0032 | 0200 0014
|
7221 | 0x0000000107e15010: 0100 a052 | 2100 0012 | 3f00 0071
|
7222 |
|
7223 | 0x0000000107e1501c: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7224 | 0x0000000107e1501c: 0188 9bd2 | 0135 a4f2 | 6100 c0f2 | 0824 80d2 | 0926 80d2 | 0001 899a | 2368 60f8 | 6304 0091
|
7225 | 0x0000000107e1503c: 2368 20f8 | e0c5 0254 | e223 01b9
|
7226 |
|
7227 | 0x0000000107e15048: ; {metadata(method data for {method} {0x0000000320e67598} '_clear' '(IZ)V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
7228 | 0x0000000107e15048: 01a1 8ad2 | 613f a4f2 | 6100 c0f2 | 2880 40f9 | 0805 0091 | 2880 00f9
|
7229 |
|
7230 | 0x0000000107e15060: ; {metadata(method data for {method} {0x0000000320e7a9d8} 'glClear' '(I)V' in 'org/lwjgl/opengl/GL11')}
|
7231 | 0x0000000107e15060: 01e7 9dd2 | 213f a4f2 | 6100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
|
7232 | 0x0000000107e15080: 40f8 0254
|
7233 |
|
7234 | 0x0000000107e15084: ; {metadata(method data for {method} {0x0000000320e7a9d8} 'glClear' '(I)V' in 'org/lwjgl/opengl/GL11')}
|
7235 | 0x0000000107e15084: 01e7 9dd2 | 213f a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9 | 0120 8852
|
7236 |
|
7237 | 0x0000000107e150a0: ; ImmutableOopMap {[208]=Oop }
|
7238 | ;*invokestatic glClear {reexecute=0 rethrow=0 return_oop=0}
|
7239 | ; - org.lwjgl.opengl.GL11::glClear@1 (line 992)
|
7240 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@4 (line 684)
|
7241 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
7242 | ; - net.minecraft.client.Minecraft::m_91383_@362 (line 1136)
|
7243 | ; {static_call}
|
7244 | 0x0000000107e150a0: ecb8 a695
|
7245 |
|
7246 | 0x0000000107e150a4: ; {metadata(method data for {method} {0x0000000320e67598} '_clear' '(IZ)V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
7247 | 0x0000000107e150a4: 00a1 8ad2 | 603f a4f2 | 6000 c0f2 | 0190 40f9 | 2104 0091 | 0190 00f9
|
7248 |
|
7249 | 0x0000000107e150bc: ; {metadata(method data for {method} {0x0000000320e67598} '_clear' '(IZ)V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
7250 | 0x0000000107e150bc: 00a1 8ad2 | 603f a4f2 | 6000 c0f2 | 0898 40f9 | 0805 0091 | 0898 00f9
|
7251 |
|
7252 | 0x0000000107e150d4: ; {metadata(method data for {method} {0x0000000320e67db0} '_getError' '()I' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
7253 | 0x0000000107e150d4: 004d 8ad2 | 603f a4f2 | 6000 c0f2 | 01ac 40b9 | 2108 0011 | 01ac 00b9 | 214c 1f12 | 3f00 0071
|
7254 | 0x0000000107e150f4: a0f5 0254
|
7255 |
|
7256 | 0x0000000107e150f8: ; {metadata(method data for {method} {0x0000000320e67db0} '_getError' '()I' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
7257 | 0x0000000107e150f8: 004d 8ad2 | 603f a4f2 | 6000 c0f2 | 0878 40f9 | 0805 0091 | 0878 00f9
|
7258 |
|
7259 | 0x0000000107e15110: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7260 | 0x0000000107e15110: 0096 85d2 | 202c a4f2 | 6000 c0f2 | 01ac 40b9 | 2108 0011 | 01ac 00b9 | 214c 1f12 | 3f00 0071
|
7261 | 0x0000000107e15130: c0f4 0254
|
7262 |
|
7263 | 0x0000000107e15134: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7264 | 0x0000000107e15134: 0096 85d2 | 202c a4f2 | 6000 c0f2 | 0878 40f9 | 0805 0091 | 0878 00f9
|
7265 |
|
7266 | 0x0000000107e1514c: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7267 | 0x0000000107e1514c: 000f 85d2 | 202c a4f2 | 6000 c0f2 | 01ac 40b9 | 2108 0011 | 01ac 00b9 | 214c 1f12 | 3f00 0071
|
7268 | 0x0000000107e1516c: e0f3 0254
|
7269 |
|
7270 | 0x0000000107e15170: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7271 | 0x0000000107e15170: 000f 85d2 | 202c a4f2 | 6000 c0f2 | 0878 40f9 | 0805 0091 | 0878 00f9
|
7272 |
|
7273 | 0x0000000107e15188: ; {oop(a 'java/lang/Class'{0x000000070796cc00} = 'com/mojang/blaze3d/systems/RenderSystem')}
|
7274 | 0x0000000107e15188: 0080 99d2 | c0f2 a0f2 | e000 c0f2 | 0080 40b9 | 00f0 7dd3 | 8147 41f9 | 2100 40f9 | 3f00 00eb
|
7275 | 0x0000000107e151a8: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7276 | 0x0000000107e151a8: 000f 85d2 | 202c a4f2 | 6000 c0f2 | e803 78b2 | 0922 80d2 | 0111 899a | 0268 61f8 | 4204 0091
|
7277 | 0x0000000107e151c8: 0268 21f8 | 2101 0054
|
7278 |
|
7279 | 0x0000000107e151d0: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7280 | 0x0000000107e151d0: 000f 85d2 | 202c a4f2 | 6000 c0f2 | 0190 40f9 | 2104 0091 | 0190 00f9 | e003 0032 | 0200 0014
|
7281 | 0x0000000107e151f0: 0000 a052 | 0000 0012 | 1f00 0071
|
7282 |
|
7283 | 0x0000000107e151fc: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7284 | 0x0000000107e151fc: 0096 85d2 | 202c a4f2 | 6000 c0f2 | 0822 80d2 | e903 78b2 | 0101 899a | 0268 61f8 | 4204 0091
|
7285 | 0x0000000107e1521c: 0268 21f8 | 40b1 0254
|
7286 |
|
7287 | 0x0000000107e15224: ; {metadata(method data for {method} {0x0000000320e67db0} '_getError' '()I' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
7288 | 0x0000000107e15224: 004d 8ad2 | 603f a4f2 | 6000 c0f2 | 0880 40f9 | 0805 0091 | 0880 00f9
|
7289 |
|
7290 | 0x0000000107e1523c: ; {metadata(method data for {method} {0x0000000320e81a98} 'glGetError' '()I' in 'org/lwjgl/opengl/GL11')}
|
7291 | 0x0000000107e1523c: 0097 9dd2 | 203f a4f2 | 6000 c0f2 | 01ac 40b9 | 2108 0011 | 01ac 00b9 | 214c 1f12 | 3f00 0071
|
7292 | 0x0000000107e1525c: 60ed 0254
|
7293 |
|
7294 | 0x0000000107e15260: ; {metadata(method data for {method} {0x0000000320e81a98} 'glGetError' '()I' in 'org/lwjgl/opengl/GL11')}
|
7295 | 0x0000000107e15260: 0097 9dd2 | 203f a4f2 | 6000 c0f2 | 0878 40f9 | 0805 0091 | 0878 00f9
|
7296 |
|
7297 | 0x0000000107e15278: ; ImmutableOopMap {[208]=Oop }
|
7298 | ;*invokestatic glGetError {reexecute=0 rethrow=0 return_oop=0}
|
7299 | ; - org.lwjgl.opengl.GL11::glGetError@0 (line 2676)
|
7300 | ; - com.mojang.blaze3d.platform.GlStateManager::_getError@3 (line 738)
|
7301 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@11 (line 686)
|
7302 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
7303 | ; - net.minecraft.client.Minecraft::m_91383_@362 (line 1136)
|
7304 | ; {static_call}
|
7305 | 0x0000000107e15278: f625 ac95 | e16b 40f9 | 2004 41b9 | 00f0 7dd3 | e097 00f9
|
7306 |
|
7307 | 0x0000000107e1528c: ; implicit exception: dispatches to 0x0000000107e1b028
|
7308 | 0x0000000107e1528c: 1f00 40f9 | e203 00aa
|
7309 |
|
7310 | 0x0000000107e15294: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7311 | 0x0000000107e15294: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 4208 40b9 | 4200 5dd2 | 69e0 2591 | 2801 40f9 | 5f00 08eb
|
7312 | 0x0000000107e152b4: a100 0054 | 68c0 44f9 | 0805 0091 | 68c0 04f9 | 1c00 0014 | 6920 2691 | 2801 40f9 | 5f00 08eb
|
7313 | 0x0000000107e152d4: a100 0054 | 68c8 44f9 | 0805 0091 | 68c8 04f9 | 1400 0014 | 69e0 2591 | 2801 40f9 | c800 00b5
|
7314 | 0x0000000107e152f4: 2201 00f9 | e803 40b2 | 6900 2691 | 2801 00f9 | 0c00 0014 | 6920 2691 | 2801 40f9 | c800 00b5
|
7315 | 0x0000000107e15314: 2201 00f9 | e803 40b2 | 6940 2691 | 2801 00f9 | 0400 0014 | 68b4 44f9 | 0805 0091 | 68b4 04f9
|
7316 | 0x0000000107e15334: ; {metadata(method data for {method} {0x0000000320769e50} 'm_83947_' '(Z)V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
7317 | 0x0000000107e15334: 0287 9dd2 | 4244 a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
7318 | 0x0000000107e15354: c0e6 0254
|
7319 |
|
7320 | 0x0000000107e15358: ; {metadata(method data for {method} {0x0000000320769e50} 'm_83947_' '(Z)V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
7321 | 0x0000000107e15358: 0287 9dd2 | 4244 a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
7322 |
|
7323 | 0x0000000107e15370: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7324 | 0x0000000107e15370: 020f 85d2 | 222c a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
7325 | 0x0000000107e15390: e0e5 0254
|
7326 |
|
7327 | 0x0000000107e15394: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7328 | 0x0000000107e15394: 020f 85d2 | 222c a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
7329 |
|
7330 | 0x0000000107e153ac: ; {oop(a 'java/lang/Class'{0x000000070796cc00} = 'com/mojang/blaze3d/systems/RenderSystem')}
|
7331 | 0x0000000107e153ac: 0280 99d2 | c2f2 a0f2 | e200 c0f2 | 4280 40b9 | 42f0 7dd3 | 8347 41f9 | 6300 40f9 | 7f00 02eb
|
7332 | 0x0000000107e153cc: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7333 | 0x0000000107e153cc: 030f 85d2 | 232c a4f2 | 6300 c0f2 | e803 78b2 | 0922 80d2 | 0411 899a | 6568 64f8 | a504 0091
|
7334 | 0x0000000107e153ec: 6568 24f8 | 2101 0054
|
7335 |
|
7336 | 0x0000000107e153f4: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7337 | 0x0000000107e153f4: 030f 85d2 | 232c a4f2 | 6300 c0f2 | 6490 40f9 | 8404 0091 | 6490 00f9 | e303 0032 | 0200 0014
|
7338 | 0x0000000107e15414: 0300 a052 | 6300 0012 | 7f00 0071
|
7339 |
|
7340 | 0x0000000107e15420: ; {metadata(method data for {method} {0x0000000320769e50} 'm_83947_' '(Z)V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
7341 | 0x0000000107e15420: 0387 9dd2 | 4344 a4f2 | 6300 c0f2 | e803 78b2 | 0922 80d2 | 0411 899a | 6568 64f8 | a504 0091
|
7342 | 0x0000000107e15440: 6568 24f8 | 4113 0054
|
7343 |
|
7344 | 0x0000000107e15448: ; ImmutableOopMap {c_rarg0=Oop [296]=Oop [208]=Oop }
|
7345 | ;*invokedynamic {reexecute=0 rethrow=0 return_oop=0}
|
7346 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@8 (line 191)
|
7347 | ; - net.minecraft.client.Minecraft::m_91383_@370 (line 1137)
|
7348 | ; {runtime_call load_appendix_patching Runtime1 stub}
|
7349 | 0x0000000107e15448: ee5c 7c95 | e103 00aa | e203 0032
|
7350 |
|
7351 | 0x0000000107e15454: ; ImmutableOopMap {[208]=Oop }
|
7352 | ;*invokedynamic {reexecute=0 rethrow=0 return_oop=0}
|
7353 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@8 (line 191)
|
7354 | ; - net.minecraft.client.Minecraft::m_91383_@370 (line 1137)
|
7355 | ; {static_call}
|
7356 | 0x0000000107e15454: 2b90 7995
|
7357 |
|
7358 | 0x0000000107e15458: ; {metadata(method data for {method} {0x0000000320769e50} 'm_83947_' '(Z)V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
7359 | 0x0000000107e15458: 0287 9dd2 | 4244 a4f2 | 6200 c0f2 | 4200 0591 | e103 00aa | a100 00b5 | 4900 40f9 | 2901 40b2
|
7360 | 0x0000000107e15478: 4900 00f9 | 1600 0014 | 2108 40b9 | 2100 5dd2 | 4900 40f9 | 2100 09ca | 28f4 7e92 | 0802 00b4
|
7361 | 0x0000000107e15498: e101 0837 | a901 00b4 | 3f05 00f1 | 6001 0054 | bf39 03d5 | 2100 09ca | 4900 40f9 | 2100 09ca
|
7362 | 0x0000000107e154b8: 28f4 7e92 | c800 00b4 | 4900 40f9 | 2901 7fb2 | 4900 00f9 | 0200 0014 | 4100 00f9
|
7363 |
|
7364 | 0x0000000107e154d4: ; {metadata(method data for {method} {0x0000000320769e50} 'm_83947_' '(Z)V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
7365 | 0x0000000107e154d4: 0287 9dd2 | 4244 a4f2 | 6200 c0f2 | 48a8 40f9 | 0805 0091 | 48a8 00f9
|
7366 |
|
7367 | 0x0000000107e154ec: ; {metadata(method data for {method} {0x00000003206db8e0} 'recordRenderCall' '(Lcom/mojang/blaze3d/pipeline/RenderCall;)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7368 | 0x0000000107e154ec: 02c1 8cd2 | 023a a4f2 | 6200 c0f2 | 41ac 40b9 | 2108 0011 | 41ac 00b9 | 214c 1f12 | 3f00 0071
|
7369 | 0x0000000107e1550c: 00db 0254
|
7370 |
|
7371 | 0x0000000107e15510: ; {oop(a 'java/util/concurrent/ConcurrentLinkedQueue'{0x00000007081e8fc8})}
|
7372 | 0x0000000107e15510: 01f9 91d2 | c103 a1f2 | e100 c0f2 | e203 01aa
|
7373 |
|
7374 | 0x0000000107e15520: ; {metadata(method data for {method} {0x00000003206db8e0} 'recordRenderCall' '(Lcom/mojang/blaze3d/pipeline/RenderCall;)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7375 | 0x0000000107e15520: 03c1 8cd2 | 033a a4f2 | 6300 c0f2 | 4208 40b9 | 4200 5dd2 | 6900 0491 | 2801 40f9 | 5f00 08eb
|
7376 | 0x0000000107e15540: a100 0054 | 6884 40f9 | 0805 0091 | 6884 00f9 | 1c00 0014 | 6940 0491 | 2801 40f9 | 5f00 08eb
|
7377 | 0x0000000107e15560: a100 0054 | 688c 40f9 | 0805 0091 | 688c 00f9 | 1400 0014 | 6900 0491 | 2801 40f9 | c800 00b5
|
7378 | 0x0000000107e15580: 2201 00f9 | e803 40b2 | 6920 0491 | 2801 00f9 | 0c00 0014 | 6940 0491 | 2801 40f9 | c800 00b5
|
7379 | 0x0000000107e155a0: 2201 00f9 | e803 40b2 | 6960 0491 | 2801 00f9 | 0400 0014 | 6878 40f9 | 0805 0091 | 6878 00f9
|
7380 | 0x0000000107e155c0: ; {metadata(method data for {method} {0x0000000120f3cef8} 'add' '(Ljava/lang/Object;)Z' in 'java/util/concurrent/ConcurrentLinkedQueue')}
|
7381 | 0x0000000107e155c0: 0220 92d2 | 8233 a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
7382 | 0x0000000107e155e0: 60d5 0254 | e203 01aa
|
7383 |
|
7384 | 0x0000000107e155e8: ; {metadata(method data for {method} {0x0000000120f3cef8} 'add' '(Ljava/lang/Object;)Z' in 'java/util/concurrent/ConcurrentLinkedQueue')}
|
7385 | 0x0000000107e155e8: 0320 92d2 | 8333 a4f2 | 6300 c0f2 | 4208 40b9 | 4200 5dd2 | 6900 0491 | 2801 40f9 | 5f00 08eb
|
7386 | 0x0000000107e15608: a100 0054 | 6884 40f9 | 0805 0091 | 6884 00f9 | 1c00 0014 | 6940 0491 | 2801 40f9 | 5f00 08eb
|
7387 | 0x0000000107e15628: a100 0054 | 688c 40f9 | 0805 0091 | 688c 00f9 | 1400 0014 | 6900 0491 | 2801 40f9 | c800 00b5
|
7388 | 0x0000000107e15648: 2201 00f9 | e803 40b2 | 6920 0491 | 2801 00f9 | 0c00 0014 | 6940 0491 | 2801 40f9 | c800 00b5
|
7389 | 0x0000000107e15668: 2201 00f9 | e803 40b2 | 6960 0491 | 2801 00f9 | 0400 0014 | 6878 40f9 | 0805 0091 | 6878 00f9
|
7390 | 0x0000000107e15688: e203 00aa
|
7391 |
|
7392 | 0x0000000107e1568c: ; ImmutableOopMap {[208]=Oop }
|
7393 | ;*invokevirtual offer {reexecute=0 rethrow=0 return_oop=0}
|
7394 | ; - java.util.concurrent.ConcurrentLinkedQueue::add@2 (line 283)
|
7395 | ; - com.mojang.blaze3d.systems.RenderSystem::recordRenderCall@4 (line 195)
|
7396 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@13 (line 191)
|
7397 | ; - net.minecraft.client.Minecraft::m_91383_@370 (line 1137)
|
7398 | ; {optimized virtual_call}
|
7399 | 0x0000000107e1568c: 1d8e 7995
|
7400 |
|
7401 | 0x0000000107e15690: ; {metadata(method data for {method} {0x0000000320769e50} 'm_83947_' '(Z)V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
7402 | 0x0000000107e15690: 0187 9dd2 | 4144 a4f2 | 6100 c0f2 | 22b0 40f9 | 4204 0091 | 22b0 00f9 | f000 0014 | e103 00aa
|
7403 | 0x0000000107e156b0: ; {metadata(method data for {method} {0x0000000320769e50} 'm_83947_' '(Z)V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
7404 | 0x0000000107e156b0: 0387 9dd2 | 4344 a4f2 | 6300 c0f2 | 68bc 40f9 | 0805 0091 | 68bc 00f9
|
7405 |
|
7406 | 0x0000000107e156c8: ; {metadata(method data for {method} {0x0000000320769f30} 'm_83961_' '(Z)V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
7407 | 0x0000000107e156c8: 01c6 9dd2 | 4144 a4f2 | 6100 c0f2 | 23ac 40b9 | 6308 0011 | 23ac 00b9 | 634c 1f12 | 7f00 0071
|
7408 | 0x0000000107e156e8: 20ce 0254
|
7409 |
|
7410 | 0x0000000107e156ec: ; {metadata(method data for {method} {0x0000000320769f30} 'm_83961_' '(Z)V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
7411 | 0x0000000107e156ec: 01c6 9dd2 | 4144 a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
7412 |
|
7413 | 0x0000000107e15704: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7414 | 0x0000000107e15704: 0188 9bd2 | 0135 a4f2 | 6100 c0f2 | 23ac 40b9 | 6308 0011 | 23ac 00b9 | 634c 1f12 | 7f00 0071
|
7415 | 0x0000000107e15724: 40cd 0254
|
7416 |
|
7417 | 0x0000000107e15728: ; {oop(a 'java/lang/Class'{0x000000070796cc00} = 'com/mojang/blaze3d/systems/RenderSystem')}
|
7418 | 0x0000000107e15728: 0180 99d2 | c1f2 a0f2 | e100 c0f2 | 21f0 4339 | 3f00 0071
|
7419 |
|
7420 | 0x0000000107e1573c: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7421 | 0x0000000107e1573c: 0388 9bd2 | 0335 a4f2 | 6300 c0f2 | e80f 7cb2 | e903 78b2 | 0411 899a | 6568 64f8 | a504 0091
|
7422 | 0x0000000107e1575c: 6568 24f8 | 0107 0054
|
7423 |
|
7424 | 0x0000000107e15764: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7425 | 0x0000000107e15764: 0388 9bd2 | 0335 a4f2 | 6300 c0f2 | 6888 40f9 | 0805 0091 | 6888 00f9
|
7426 |
|
7427 | 0x0000000107e1577c: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7428 | 0x0000000107e1577c: 030f 85d2 | 232c a4f2 | 6300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
7429 | 0x0000000107e1579c: 80ca 0254
|
7430 |
|
7431 | 0x0000000107e157a0: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7432 | 0x0000000107e157a0: 030f 85d2 | 232c a4f2 | 6300 c0f2 | 6878 40f9 | 0805 0091 | 6878 00f9 | 8347 41f9 | 6300 40f9
|
7433 | 0x0000000107e157c0: 7f00 02eb
|
7434 |
|
7435 | 0x0000000107e157c4: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7436 | 0x0000000107e157c4: 030f 85d2 | 232c a4f2 | 6300 c0f2 | e803 78b2 | 0922 80d2 | 0411 899a | 6568 64f8 | a504 0091
|
7437 | 0x0000000107e157e4: 6568 24f8 | 2101 0054
|
7438 |
|
7439 | 0x0000000107e157ec: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7440 | 0x0000000107e157ec: 030f 85d2 | 232c a4f2 | 6300 c0f2 | 6490 40f9 | 8404 0091 | 6490 00f9 | e303 0032 | 0200 0014
|
7441 | 0x0000000107e1580c: 0300 a052 | 6300 0012 | 7f00 0071
|
7442 |
|
7443 | 0x0000000107e15818: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7444 | 0x0000000107e15818: 0388 9bd2 | 0335 a4f2 | 6300 c0f2 | 0824 80d2 | 0926 80d2 | 0401 899a | 6568 64f8 | a504 0091
|
7445 | 0x0000000107e15838: 6568 24f8 | c07a 0254 | 0524 40b9
|
7446 |
|
7447 | 0x0000000107e15844: ; {metadata(method data for {method} {0x0000000320769f30} 'm_83961_' '(Z)V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
7448 | 0x0000000107e15844: 03c6 9dd2 | 4344 a4f2 | 6300 c0f2 | 6880 40f9 | 0805 0091 | 6880 00f9
|
7449 |
|
7450 | 0x0000000107e1585c: ; {metadata(method data for {method} {0x0000000320e64b88} '_glBindFramebuffer' '(II)V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
7451 | 0x0000000107e1585c: 03b2 99d2 | 633f a4f2 | 6300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
7452 | 0x0000000107e1587c: 80c4 0254
|
7453 |
|
7454 | 0x0000000107e15880: ; {metadata(method data for {method} {0x0000000320e64b88} '_glBindFramebuffer' '(II)V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
7455 | 0x0000000107e15880: 03b2 99d2 | 633f a4f2 | 6300 c0f2 | 6878 40f9 | 0805 0091 | 6878 00f9
|
7456 |
|
7457 | 0x0000000107e15898: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7458 | 0x0000000107e15898: 0388 9bd2 | 0335 a4f2 | 6300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
7459 | 0x0000000107e158b8: a0c3 0254 | 3f00 0071
|
7460 |
|
7461 | 0x0000000107e158c0: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7462 | 0x0000000107e158c0: 0188 9bd2 | 0135 a4f2 | 6100 c0f2 | e80f 7cb2 | e903 78b2 | 0311 899a | 2468 63f8 | 8404 0091
|
7463 | 0x0000000107e158e0: 2468 23f8 | 0107 0054
|
7464 |
|
7465 | 0x0000000107e158e8: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7466 | 0x0000000107e158e8: 0188 9bd2 | 0135 a4f2 | 6100 c0f2 | 2888 40f9 | 0805 0091 | 2888 00f9
|
7467 |
|
7468 | 0x0000000107e15900: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7469 | 0x0000000107e15900: 010f 85d2 | 212c a4f2 | 6100 c0f2 | 23ac 40b9 | 6308 0011 | 23ac 00b9 | 634c 1f12 | 7f00 0071
|
7470 | 0x0000000107e15920: 60c1 0254
|
7471 |
|
7472 | 0x0000000107e15924: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7473 | 0x0000000107e15924: 010f 85d2 | 212c a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9 | 8147 41f9 | 2100 40f9
|
7474 | 0x0000000107e15944: 3f00 02eb
|
7475 |
|
7476 | 0x0000000107e15948: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7477 | 0x0000000107e15948: 010f 85d2 | 212c a4f2 | 6100 c0f2 | e803 78b2 | 0922 80d2 | 0211 899a | 2368 62f8 | 6304 0091
|
7478 | 0x0000000107e15968: 2368 22f8 | 2101 0054
|
7479 |
|
7480 | 0x0000000107e15970: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7481 | 0x0000000107e15970: 010f 85d2 | 212c a4f2 | 6100 c0f2 | 2290 40f9 | 4204 0091 | 2290 00f9 | e103 0032 | 0200 0014
|
7482 | 0x0000000107e15990: 0100 a052 | 2100 0012 | 3f00 0071
|
7483 |
|
7484 | 0x0000000107e1599c: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7485 | 0x0000000107e1599c: 0188 9bd2 | 0135 a4f2 | 6100 c0f2 | 0824 80d2 | 0926 80d2 | 0201 899a | 2368 62f8 | 6304 0091
|
7486 | 0x0000000107e159bc: 2368 22f8 | e068 0254
|
7487 |
|
7488 | 0x0000000107e159c4: ; {metadata(method data for {method} {0x0000000320e64b88} '_glBindFramebuffer' '(II)V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
7489 | 0x0000000107e159c4: 01b2 99d2 | 613f a4f2 | 6100 c0f2 | 2880 40f9 | 0805 0091 | 2880 00f9
|
7490 |
|
7491 | 0x0000000107e159dc: ; {metadata(method data for {method} {0x0000000320eb4940} 'glBindFramebuffer' '(II)V' in 'org/lwjgl/opengl/GL30')}
|
7492 | 0x0000000107e159dc: 017f 9fd2 | 213f a4f2 | 6100 c0f2 | 22ac 40b9 | 4208 0011 | 22ac 00b9 | 424c 1f12 | 5f00 0071
|
7493 | 0x0000000107e159fc: 80bb 0254
|
7494 |
|
7495 | 0x0000000107e15a00: ; {metadata(method data for {method} {0x0000000320eb4940} 'glBindFramebuffer' '(II)V' in 'org/lwjgl/opengl/GL30')}
|
7496 | 0x0000000107e15a00: 017f 9fd2 | 213f a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9 | 01a8 9152 | e203 05aa
|
7497 | 0x0000000107e15a20: ; ImmutableOopMap {[208]=Oop [296]=Oop }
|
7498 | ;*invokestatic glBindFramebuffer {reexecute=0 rethrow=0 return_oop=0}
|
7499 | ; - org.lwjgl.opengl.GL30::glBindFramebuffer@2 (line 1619)
|
7500 | ; - com.mojang.blaze3d.platform.GlStateManager::_glBindFramebuffer@5 (line 344)
|
7501 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@9 (line 202)
|
7502 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
7503 | ; - net.minecraft.client.Minecraft::m_91383_@370 (line 1137)
|
7504 | ; {static_call}
|
7505 | 0x0000000107e15a20: 6c5f 9995
|
7506 |
|
7507 | 0x0000000107e15a24: ; {metadata(method data for {method} {0x0000000320769f30} 'm_83961_' '(Z)V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
7508 | 0x0000000107e15a24: 01c6 9dd2 | 4144 a4f2 | 6100 c0f2 | 2290 40f9 | 4204 0091 | 2290 00f9 | e097 40f9 | 0390 4229
|
7509 | 0x0000000107e15a44: ; {metadata(method data for {method} {0x0000000320769f30} 'm_83961_' '(Z)V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
7510 | 0x0000000107e15a44: 01c6 9dd2 | 4144 a4f2 | 6100 c0f2 | 2898 40f9 | 0805 0091 | 2898 00f9 | 0100 a052 | 0200 a052
|
7511 | 0x0000000107e15a64: ; ImmutableOopMap {[208]=Oop }
|
7512 | ;*invokestatic _viewport {reexecute=0 rethrow=0 return_oop=0}
|
7513 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@26 (line 204)
|
7514 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
7515 | ; - net.minecraft.client.Minecraft::m_91383_@370 (line 1137)
|
7516 | ; {static_call}
|
7517 | 0x0000000107e15a64: 3726 a697
|
7518 |
|
7519 | 0x0000000107e15a68: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7520 | 0x0000000107e15a68: 0200 88d2 | c24e a4f2 | 6200 c0f2 | 48d0 44f9 | 0805 0091 | 48d0 04f9
|
7521 |
|
7522 | 0x0000000107e15a80: ; {metadata(method data for {method} {0x00000003217aca08} 'm_109017_' '()V' in 'net/minecraft/client/renderer/FogRenderer')}
|
7523 | 0x0000000107e15a80: 02bd 96d2 | a24e a4f2 | 6200 c0f2 | 41ac 40b9 | 2108 0011 | 41ac 00b9 | 214c 1f12 | 3f00 0071
|
7524 | 0x0000000107e15aa0: 60b7 0254
|
7525 |
|
7526 | 0x0000000107e15aa4: ; {metadata(method data for {method} {0x00000003217aca08} 'm_109017_' '()V' in 'net/minecraft/client/renderer/FogRenderer')}
|
7527 | 0x0000000107e15aa4: 02bd 96d2 | a24e a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
7528 |
|
7529 | 0x0000000107e15abc: ; {metadata(method data for {method} {0x00000003206dd5f8} 'setShaderFogStart' '(F)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7530 | 0x0000000107e15abc: 02e4 96d2 | a24e a4f2 | 6200 c0f2 | 41ac 40b9 | 2108 0011 | 41ac 00b9 | 214c 1f12 | 3f00 0071
|
7531 | 0x0000000107e15adc: 80b6 0254
|
7532 |
|
7533 | 0x0000000107e15ae0: ; {metadata(method data for {method} {0x00000003206dd5f8} 'setShaderFogStart' '(F)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7534 | 0x0000000107e15ae0: 02e4 96d2 | a24e a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
7535 |
|
7536 | 0x0000000107e15af8: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7537 | 0x0000000107e15af8: 0296 85d2 | 222c a4f2 | 6200 c0f2 | 41ac 40b9 | 2108 0011 | 41ac 00b9 | 214c 1f12 | 3f00 0071
|
7538 | 0x0000000107e15b18: a0b5 0254
|
7539 |
|
7540 | 0x0000000107e15b1c: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7541 | 0x0000000107e15b1c: 0296 85d2 | 222c a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
7542 |
|
7543 | 0x0000000107e15b34: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7544 | 0x0000000107e15b34: 020f 85d2 | 222c a4f2 | 6200 c0f2 | 41ac 40b9 | 2108 0011 | 41ac 00b9 | 214c 1f12 | 3f00 0071
|
7545 | 0x0000000107e15b54: c0b4 0254
|
7546 |
|
7547 | 0x0000000107e15b58: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7548 | 0x0000000107e15b58: 020f 85d2 | 222c a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
7549 |
|
7550 | 0x0000000107e15b70: ; {oop(a 'java/lang/Class'{0x000000070796cc00} = 'com/mojang/blaze3d/systems/RenderSystem')}
|
7551 | 0x0000000107e15b70: 0280 99d2 | c2f2 a0f2 | e200 c0f2 | 4280 40b9 | 42f0 7dd3 | 8147 41f9 | 2100 40f9 | 3f00 02eb
|
7552 | 0x0000000107e15b90: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7553 | 0x0000000107e15b90: 010f 85d2 | 212c a4f2 | 6100 c0f2 | e803 78b2 | 0922 80d2 | 0011 899a | 2368 60f8 | 6304 0091
|
7554 | 0x0000000107e15bb0: 2368 20f8 | 2101 0054
|
7555 |
|
7556 | 0x0000000107e15bb8: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7557 | 0x0000000107e15bb8: 010f 85d2 | 212c a4f2 | 6100 c0f2 | 2090 40f9 | 0004 0091 | 2090 00f9 | e103 0032 | 0200 0014
|
7558 | 0x0000000107e15bd8: 0100 a052 | 2100 0012 | 3f00 0071
|
7559 |
|
7560 | 0x0000000107e15be4: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7561 | 0x0000000107e15be4: 0196 85d2 | 212c a4f2 | 6100 c0f2 | 0822 80d2 | e903 78b2 | 0001 899a | 2368 60f8 | 6304 0091
|
7562 | 0x0000000107e15c04: 2368 20f8 | 0051 0254
|
7563 |
|
7564 | 0x0000000107e15c0c: ; {metadata(method data for {method} {0x00000003206dd5f8} 'setShaderFogStart' '(F)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7565 | 0x0000000107e15c0c: 01e4 96d2 | a14e a4f2 | 6100 c0f2 | 2880 40f9 | 0805 0091 | 2880 00f9
|
7566 |
|
7567 | 0x0000000107e15c24: ; {metadata(method data for {method} {0x00000003206dd6a0} '_setShaderFogStart' '(F)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7568 | 0x0000000107e15c24: 010e 97d2 | a14e a4f2 | 6100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
|
7569 | 0x0000000107e15c44: 40ae 0254
|
7570 |
|
7571 | 0x0000000107e15c48: ; {oop(a 'java/lang/Class'{0x000000070796cc00} = 'com/mojang/blaze3d/systems/RenderSystem')}
|
7572 | 0x0000000107e15c48: 0180 99d2 | c1f2 a0f2 | e100 c0f2
|
7573 |
|
7574 | 0x0000000107e15c54: ; {section_word}
|
7575 | 0x0000000107e15c54: 6899 fe10 | 0001 40bd | 20f4 00bd | e16b 40f9 | 20a4 41b9 | 00f0 7dd3 | 4001 00b4
|
7576 |
|
7577 | 0x0000000107e15c70: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
7578 | 0x0000000107e15c70: 0598 9ad2 | 2518 a0f2 | 0501 c0f2 | 0608 40b9 | c600 5dd2 | c81c 40f9 | bf00 08eb | 01ad 0254
|
7579 | 0x0000000107e15c90: 0100 0014 | e303 00aa
|
7580 |
|
7581 | 0x0000000107e15c98: ; implicit exception: dispatches to 0x0000000107e1b230
|
7582 | 0x0000000107e15c98: 1f00 40f9
|
7583 |
|
7584 | 0x0000000107e15c9c: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7585 | 0x0000000107e15c9c: 0300 88d2 | c34e a4f2 | 6300 c0f2
|
7586 |
|
7587 | 0x0000000107e15ca8: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
7588 | 0x0000000107e15ca8: 0898 9ad2 | 2818 a0f2 | 0801 c0f2 | 6900 2791 | 2801 00f9 | 68e4 44f9 | 0805 0091 | 68e4 04f9
|
7589 | 0x0000000107e15cc8: ; {metadata(method data for {method} {0x000000032082e4f8} 'm_6180_' '(Ljava/lang/String;)V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
7590 | 0x0000000107e15cc8: 007a 83d2 | 6038 a4f2 | 6000 c0f2 | 03ac 40b9 | 6308 0011 | 03ac 00b9 | 634c 1f12 | 7f00 0071
|
7591 | 0x0000000107e15ce8: 60aa 0254
|
7592 |
|
7593 | 0x0000000107e15cec: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7594 | 0x0000000107e15cec: 0000 88d2 | c04e a4f2 | 6000 c0f2 | 08f4 44f9 | 0805 0091 | 08f4 04f9
|
7595 |
|
7596 | 0x0000000107e15d04: ; {metadata(method data for {method} {0x00000003206dc640} 'enableCull' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7597 | 0x0000000107e15d04: 000e 98d2 | c03f a4f2 | 6000 c0f2 | 03ac 40b9 | 6308 0011 | 03ac 00b9 | 634c 1f12 | 7f00 0071
|
7598 | 0x0000000107e15d24: 80a9 0254
|
7599 |
|
7600 | 0x0000000107e15d28: ; {metadata(method data for {method} {0x00000003206dc640} 'enableCull' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7601 | 0x0000000107e15d28: 000e 98d2 | c03f a4f2 | 6000 c0f2 | 0878 40f9 | 0805 0091 | 0878 00f9
|
7602 |
|
7603 | 0x0000000107e15d40: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7604 | 0x0000000107e15d40: 0096 85d2 | 202c a4f2 | 6000 c0f2 | 03ac 40b9 | 6308 0011 | 03ac 00b9 | 634c 1f12 | 7f00 0071
|
7605 | 0x0000000107e15d60: a0a8 0254
|
7606 |
|
7607 | 0x0000000107e15d64: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7608 | 0x0000000107e15d64: 0096 85d2 | 202c a4f2 | 6000 c0f2 | 0878 40f9 | 0805 0091 | 0878 00f9
|
7609 |
|
7610 | 0x0000000107e15d7c: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7611 | 0x0000000107e15d7c: 000f 85d2 | 202c a4f2 | 6000 c0f2 | 03ac 40b9 | 6308 0011 | 03ac 00b9 | 634c 1f12 | 7f00 0071
|
7612 | 0x0000000107e15d9c: c0a7 0254
|
7613 |
|
7614 | 0x0000000107e15da0: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7615 | 0x0000000107e15da0: 000f 85d2 | 202c a4f2 | 6000 c0f2 | 0878 40f9 | 0805 0091 | 0878 00f9 | 8047 41f9 | 0000 40f9
|
7616 | 0x0000000107e15dc0: 1f00 02eb
|
7617 |
|
7618 | 0x0000000107e15dc4: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7619 | 0x0000000107e15dc4: 000f 85d2 | 202c a4f2 | 6000 c0f2 | e803 78b2 | 0922 80d2 | 0311 899a | 0468 63f8 | 8404 0091
|
7620 | 0x0000000107e15de4: 0468 23f8 | 2101 0054
|
7621 |
|
7622 | 0x0000000107e15dec: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7623 | 0x0000000107e15dec: 000f 85d2 | 202c a4f2 | 6000 c0f2 | 0390 40f9 | 6304 0091 | 0390 00f9 | e003 0032 | 0200 0014
|
7624 | 0x0000000107e15e0c: 0000 a052 | 0000 0012 | 1f00 0071
|
7625 |
|
7626 | 0x0000000107e15e18: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7627 | 0x0000000107e15e18: 0096 85d2 | 202c a4f2 | 6000 c0f2 | 0822 80d2 | e903 78b2 | 0301 899a | 0468 63f8 | 8404 0091
|
7628 | 0x0000000107e15e38: 0468 23f8 | c039 0254
|
7629 |
|
7630 | 0x0000000107e15e40: ; {metadata(method data for {method} {0x00000003206dc640} 'enableCull' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7631 | 0x0000000107e15e40: 000e 98d2 | c03f a4f2 | 6000 c0f2 | 0880 40f9 | 0805 0091 | 0880 00f9
|
7632 |
|
7633 | 0x0000000107e15e58: ; {metadata(method data for {method} {0x0000000320e65a08} '_enableCull' '()V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
7634 | 0x0000000107e15e58: 0037 98d2 | c03f a4f2 | 6000 c0f2 | 03ac 40b9 | 6308 0011 | 03ac 00b9 | 634c 1f12 | 7f00 0071
|
7635 | 0x0000000107e15e78: e0a1 0254
|
7636 |
|
7637 | 0x0000000107e15e7c: ; {metadata(method data for {method} {0x0000000320e65a08} '_enableCull' '()V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
7638 | 0x0000000107e15e7c: 0037 98d2 | c03f a4f2 | 6000 c0f2 | 0878 40f9 | 0805 0091 | 0878 00f9
|
7639 |
|
7640 | 0x0000000107e15e94: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7641 | 0x0000000107e15e94: 0096 85d2 | 202c a4f2 | 6000 c0f2 | 03ac 40b9 | 6308 0011 | 03ac 00b9 | 634c 1f12 | 7f00 0071
|
7642 | 0x0000000107e15eb4: 00a1 0254
|
7643 |
|
7644 | 0x0000000107e15eb8: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7645 | 0x0000000107e15eb8: 0096 85d2 | 202c a4f2 | 6000 c0f2 | 0878 40f9 | 0805 0091 | 0878 00f9
|
7646 |
|
7647 | 0x0000000107e15ed0: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7648 | 0x0000000107e15ed0: 000f 85d2 | 202c a4f2 | 6000 c0f2 | 03ac 40b9 | 6308 0011 | 03ac 00b9 | 634c 1f12 | 7f00 0071
|
7649 | 0x0000000107e15ef0: 20a0 0254
|
7650 |
|
7651 | 0x0000000107e15ef4: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7652 | 0x0000000107e15ef4: 000f 85d2 | 202c a4f2 | 6000 c0f2 | 0878 40f9 | 0805 0091 | 0878 00f9 | 8047 41f9 | 0000 40f9
|
7653 | 0x0000000107e15f14: 1f00 02eb
|
7654 |
|
7655 | 0x0000000107e15f18: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7656 | 0x0000000107e15f18: 020f 85d2 | 222c a4f2 | 6200 c0f2 | e803 78b2 | 0922 80d2 | 0011 899a | 4368 60f8 | 6304 0091
|
7657 | 0x0000000107e15f38: 4368 20f8 | 2101 0054
|
7658 |
|
7659 | 0x0000000107e15f40: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7660 | 0x0000000107e15f40: 020f 85d2 | 222c a4f2 | 6200 c0f2 | 4090 40f9 | 0004 0091 | 4090 00f9 | e203 0032 | 0200 0014
|
7661 | 0x0000000107e15f60: 0200 a052 | 4200 0012 | 5f00 0071
|
7662 |
|
7663 | 0x0000000107e15f6c: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7664 | 0x0000000107e15f6c: 0296 85d2 | 222c a4f2 | 6200 c0f2 | 0822 80d2 | e903 78b2 | 0001 899a | 4368 60f8 | 6304 0091
|
7665 | 0x0000000107e15f8c: 4368 20f8 | 8029 0254
|
7666 |
|
7667 | 0x0000000107e15f94: ; {oop(a 'com/mojang/blaze3d/platform/GlStateManager$CullState'{0x0000000707a54b18})}
|
7668 | 0x0000000107e15f94: 0263 89d2 | a2f4 a0f2 | e200 c0f2
|
7669 |
|
7670 | 0x0000000107e15fa0: ; implicit exception: dispatches to 0x0000000107e1b314
|
7671 | 0x0000000107e15fa0: 4010 40b9 | 00f0 7dd3
|
7672 |
|
7673 | 0x0000000107e15fa8: ; implicit exception: dispatches to 0x0000000107e1b318
|
7674 | 0x0000000107e15fa8: 1f00 40f9 | e203 00aa
|
7675 |
|
7676 | 0x0000000107e15fb0: ; {metadata(method data for {method} {0x0000000320e65a08} '_enableCull' '()V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
7677 | 0x0000000107e15fb0: 0337 98d2 | c33f a4f2 | 6300 c0f2 | 688c 40f9 | 0805 0091 | 688c 00f9
|
7678 |
|
7679 | 0x0000000107e15fc8: ; {metadata(method data for {method} {0x0000000320e6a7a0} 'm_84592_' '()V' in 'com/mojang/blaze3d/platform/GlStateManager$BooleanState')}
|
7680 | 0x0000000107e15fc8: 023b 9dd2 | 4239 a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
7681 | 0x0000000107e15fe8: a099 0254 | e203 00aa
|
7682 |
|
7683 | 0x0000000107e15ff0: ; {metadata(method data for {method} {0x0000000320e6a7a0} 'm_84592_' '()V' in 'com/mojang/blaze3d/platform/GlStateManager$BooleanState')}
|
7684 | 0x0000000107e15ff0: 033b 9dd2 | 4339 a4f2 | 6300 c0f2 | 6884 40f9 | 0805 0091 | 6884 00f9 | e203 0032 | e103 00aa
|
7685 | 0x0000000107e16010: ; ImmutableOopMap {[208]=Oop }
|
7686 | ;*invokevirtual m_84590_ {reexecute=0 rethrow=0 return_oop=0}
|
7687 | ; - com.mojang.blaze3d.platform.GlStateManager$BooleanState::m_84592_@2 (line 774)
|
7688 | ; - com.mojang.blaze3d.platform.GlStateManager::_enableCull@9 (line 443)
|
7689 | ; - com.mojang.blaze3d.systems.RenderSystem::enableCull@3 (line 385)
|
7690 | ; - net.minecraft.client.Minecraft::m_91383_@388 (line 1140)
|
7691 | ; {optimized virtual_call}
|
7692 | 0x0000000107e16010: 7090 b495 | e16b 40f9 | 20a4 41b9 | 00f0 7dd3 | 4001 00b4
|
7693 |
|
7694 | 0x0000000107e16024: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
7695 | 0x0000000107e16024: 0498 9ad2 | 2418 a0f2 | 0401 c0f2 | 0508 40b9 | a500 5dd2 | a81c 40f9 | 9f00 08eb | e197 0254
|
7696 | 0x0000000107e16044: 0100 0014 | e203 00aa
|
7697 |
|
7698 | 0x0000000107e1604c: ; implicit exception: dispatches to 0x0000000107e1b340
|
7699 | 0x0000000107e1604c: 1f00 40f9
|
7700 |
|
7701 | 0x0000000107e16050: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7702 | 0x0000000107e16050: 0200 88d2 | c24e a4f2 | 6200 c0f2
|
7703 |
|
7704 | 0x0000000107e1605c: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
7705 | 0x0000000107e1605c: 0898 9ad2 | 2818 a0f2 | 0801 c0f2 | 4920 2891 | 2801 00f9 | 4808 45f9 | 0805 0091 | 4808 05f9
|
7706 | 0x0000000107e1607c: ; {metadata(method data for {method} {0x000000032082e6f0} 'm_7238_' '()V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
7707 | 0x0000000107e1607c: 0084 9cd2 | 6035 a4f2 | 6000 c0f2 | 02ac 40b9 | 4208 0011 | 02ac 00b9 | 424c 1f12 | 5f00 0071
|
7708 | 0x0000000107e1609c: 4095 0254 | 207c 4139 | 1f00 0071
|
7709 |
|
7710 | 0x0000000107e160a8: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7711 | 0x0000000107e160a8: 0000 88d2 | c04e a4f2 | 6000 c0f2 | 0846 81d2 | 0948 81d2 | 0211 899a | 0368 62f8 | 6304 0091
|
7712 | 0x0000000107e160c8: 0368 22f8 | a113 0054 | bf3b 03d5 | 2090 4139 | bf39 03d5 | 1f00 0071
|
7713 |
|
7714 | 0x0000000107e160e0: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7715 | 0x0000000107e160e0: 0000 88d2 | c04e a4f2 | 6000 c0f2 | 084a 81d2 | 094c 81d2 | 0201 899a | 0368 62f8 | 6304 0091
|
7716 | 0x0000000107e16100: 0368 22f8 | 2001 0054 | 201c 40bd
|
7717 |
|
7718 | 0x0000000107e1610c: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7719 | 0x0000000107e1610c: 0000 88d2 | c04e a4f2 | 6000 c0f2 | 0238 45f9 | 4204 0091 | 0238 05f9 | 0400 0014 | 2084 40b9
|
7720 | 0x0000000107e1612c: 00f0 7dd3
|
7721 |
|
7722 | 0x0000000107e16130: ; implicit exception: dispatches to 0x0000000107e1b364
|
7723 | 0x0000000107e16130: 000c 40bd | 2048 00bd
|
7724 |
|
7725 | 0x0000000107e16138: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7726 | 0x0000000107e16138: 0000 88d2 | c04e a4f2 | 6000 c0f2 | 0844 45f9 | 0805 0091 | 0844 05f9
|
7727 |
|
7728 | 0x0000000107e16150: ; ImmutableOopMap {[208]=Oop }
|
7729 | ;*invokestatic onRenderTickStart {reexecute=0 rethrow=0 return_oop=0}
|
7730 | ; - net.minecraft.client.Minecraft::m_91383_@436 (line 1144)
|
7731 | ; {static_call}
|
7732 | 0x0000000107e16150: 9c85 0294 | e16b 40f9 | 22a4 41b9 | 42f0 7dd3 | 4201 00b4
|
7733 |
|
7734 | 0x0000000107e16164: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
7735 | 0x0000000107e16164: 0498 9ad2 | 2418 a0f2 | 0401 c0f2 | 4508 40b9 | a500 5dd2 | a81c 40f9 | 9f00 08eb | 418f 0254
|
7736 | 0x0000000107e16184: 0100 0014 | e303 02aa
|
7737 |
|
7738 | 0x0000000107e1618c: ; implicit exception: dispatches to 0x0000000107e1b36c
|
7739 | 0x0000000107e1618c: 5f00 40f9
|
7740 |
|
7741 | 0x0000000107e16190: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7742 | 0x0000000107e16190: 0300 88d2 | c34e a4f2 | 6300 c0f2
|
7743 |
|
7744 | 0x0000000107e1619c: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
7745 | 0x0000000107e1619c: 0898 9ad2 | 2818 a0f2 | 0801 c0f2 | 69a0 2a91 | 2801 00f9 | 6858 45f9 | 0805 0091 | 6858 05f9
|
7746 | 0x0000000107e161bc: ; {metadata(method data for {method} {0x000000032082e798} 'm_6182_' '(Ljava/lang/String;)V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
7747 | 0x0000000107e161bc: 02dc 92d2 | 4239 a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
7748 | 0x0000000107e161dc: a08c 0254 | 20ac 40b9 | 00f0 7dd3 | bf3b 03d5 | 2290 4139 | bf39 03d5 | 5f00 0071
|
7749 |
|
7750 | 0x0000000107e161f8: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7751 | 0x0000000107e161f8: 0200 88d2 | c24e a4f2 | 6200 c0f2 | 085a 81d2 | 095c 81d2 | 0301 899a | 4468 63f8 | 8404 0091
|
7752 | 0x0000000107e16218: 4468 23f8 | 2001 0054 | 201c 40bd
|
7753 |
|
7754 | 0x0000000107e16224: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7755 | 0x0000000107e16224: 0200 88d2 | c24e a4f2 | 6200 c0f2 | 4378 45f9 | 6304 0091 | 4378 05f9 | 0400 0014 | 2284 40b9
|
7756 | 0x0000000107e16244: 42f0 7dd3
|
7757 |
|
7758 | 0x0000000107e16248: ; implicit exception: dispatches to 0x0000000107e1b390
|
7759 | 0x0000000107e16248: 400c 40bd
|
7760 |
|
7761 | 0x0000000107e1624c: ; implicit exception: dispatches to 0x0000000107e1b394
|
7762 | 0x0000000107e1624c: 1f00 40f9 | e203 00aa
|
7763 |
|
7764 | 0x0000000107e16254: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7765 | 0x0000000107e16254: 0300 88d2 | c34e a4f2 | 6300 c0f2
|
7766 |
|
7767 | 0x0000000107e16260: ; {metadata('net/minecraft/client/renderer/GameRenderer')}
|
7768 | 0x0000000107e16260: 080d 85d2 | 681b a0f2 | 0801 c0f2 | 6960 2c91 | 2801 00f9 | 6890 45f9 | 0805 0091 | 6890 05f9
|
7769 | 0x0000000107e16280: e273 40f9 | e3db 40b9 | e103 00aa
|
7770 |
|
7771 | 0x0000000107e1628c: ; ImmutableOopMap {[208]=Oop }
|
7772 | ;*invokevirtual m_109093_ {reexecute=0 rethrow=0 return_oop=0}
|
7773 | ; - net.minecraft.client.Minecraft::m_91383_@478 (line 1146)
|
7774 | ; {optimized virtual_call}
|
7775 | 0x0000000107e1628c: ad8c 0294 | e16b 40f9 | 20a4 41b9 | 00f0 7dd3 | 4001 00b4
|
7776 |
|
7777 | 0x0000000107e162a0: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
7778 | 0x0000000107e162a0: 0498 9ad2 | 2418 a0f2 | 0401 c0f2 | 0508 40b9 | a500 5dd2 | a81c 40f9 | 9f00 08eb | e186 0254
|
7779 | 0x0000000107e162c0: 0100 0014 | e203 00aa
|
7780 |
|
7781 | 0x0000000107e162c8: ; implicit exception: dispatches to 0x0000000107e1b39c
|
7782 | 0x0000000107e162c8: 1f00 40f9
|
7783 |
|
7784 | 0x0000000107e162cc: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7785 | 0x0000000107e162cc: 0200 88d2 | c24e a4f2 | 6200 c0f2
|
7786 |
|
7787 | 0x0000000107e162d8: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
7788 | 0x0000000107e162d8: 0898 9ad2 | 2818 a0f2 | 0801 c0f2 | 4940 2d91 | 2801 00f9 | 48ac 45f9 | 0805 0091 | 48ac 05f9
|
7789 | 0x0000000107e162f8: ; {metadata(method data for {method} {0x000000032082e6f0} 'm_7238_' '()V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
7790 | 0x0000000107e162f8: 0084 9cd2 | 6035 a4f2 | 6000 c0f2 | 02ac 40b9 | 4208 0011 | 02ac 00b9 | 424c 1f12 | 5f00 0071
|
7791 | 0x0000000107e16318: 4084 0254 | 2048 40bd
|
7792 |
|
7793 | 0x0000000107e16320: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7794 | 0x0000000107e16320: 0000 88d2 | c04e a4f2 | 6000 c0f2 | 08bc 45f9 | 0805 0091 | 08bc 05f9
|
7795 |
|
7796 | 0x0000000107e16338: ; ImmutableOopMap {[208]=Oop }
|
7797 | ;*invokestatic onRenderTickEnd {reexecute=0 rethrow=0 return_oop=0}
|
7798 | ; - net.minecraft.client.Minecraft::m_91383_@494 (line 1148)
|
7799 | ; {static_call}
|
7800 | 0x0000000107e16338: 620b f997 | e16b 40f9 | 23ac 41b9 | 63f0 7dd3 | e003 1faa | 7f00 00eb
|
7801 |
|
7802 | 0x0000000107e16350: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7803 | 0x0000000107e16350: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 0871 81d2 | 0973 81d2 | 0001 899a | 6468 60f8 | 8404 0091
|
7804 | 0x0000000107e16370: 6468 20f8 | c04d 0054 | 23a4 41b9 | 63f0 7dd3 | 4301 00b4
|
7805 |
|
7806 | 0x0000000107e16384: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
7807 | 0x0000000107e16384: 0a98 9ad2 | 2a18 a0f2 | 0a01 c0f2 | 6b08 40b9 | 6b01 5dd2 | 681d 40f9 | 5f01 08eb | 0181 0254
|
7808 | 0x0000000107e163a4: 0100 0014 | e003 03aa
|
7809 |
|
7810 | 0x0000000107e163ac: ; implicit exception: dispatches to 0x0000000107e1b3c4
|
7811 | 0x0000000107e163ac: 7f00 40f9
|
7812 |
|
7813 | 0x0000000107e163b0: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7814 | 0x0000000107e163b0: 0000 88d2 | c04e a4f2 | 6000 c0f2
|
7815 |
|
7816 | 0x0000000107e163bc: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
7817 | 0x0000000107e163bc: 0898 9ad2 | 2818 a0f2 | 0801 c0f2 | 09e0 2e91 | 2801 00f9 | 08e0 45f9 | 0805 0091 | 08e0 05f9
|
7818 | 0x0000000107e163dc: ; {metadata(method data for {method} {0x000000032082e4f8} 'm_6180_' '(Ljava/lang/String;)V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
7819 | 0x0000000107e163dc: 037a 83d2 | 6338 a4f2 | 6300 c0f2 | 60ac 40b9 | 0008 0011 | 60ac 00b9 | 004c 1f12 | 1f00 0071
|
7820 | 0x0000000107e163fc: 607e 0254
|
7821 |
|
7822 | 0x0000000107e16400: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
7823 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
7824 | ; - net.minecraft.client.Minecraft::m_91383_@516 (line 1153)
|
7825 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
7826 | 0x0000000107e16400: 4058 7c95 | 8087 40f9 | 0ba0 0091 | 888f 40f9 | 7f01 08eb | a87e 0254 | 8b87 00f9 | ea03 40b2
|
7827 | 0x0000000107e16420: 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | 5ffd 00a9 | bf3a 03d5 | e09b 00f9
|
7828 | 0x0000000107e16440: 2388 40b9 | 63f0 7dd3
|
7829 |
|
7830 | 0x0000000107e16448: ; implicit exception: dispatches to 0x0000000107e1b3f0
|
7831 | 0x0000000107e16448: 7f00 40f9 | e403 03aa
|
7832 |
|
7833 | 0x0000000107e16450: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7834 | 0x0000000107e16450: 0a00 88d2 | ca4e a4f2 | 6a00 c0f2
|
7835 |
|
7836 | 0x0000000107e1645c: ; {metadata('net/minecraft/client/renderer/RenderBuffers')}
|
7837 | 0x0000000107e1645c: 0838 8bd2 | 081c a0f2 | 0801 c0f2 | 49c1 2f91 | 2801 00f9 | 48fd 45f9 | 0805 0091 | 48fd 05f9
|
7838 | 0x0000000107e1647c: 6214 40b9 | 42f0 7dd3 | e303 00aa
|
7839 |
|
7840 | 0x0000000107e16488: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7841 | 0x0000000107e16488: 0400 88d2 | c44e a4f2 | 6400 c0f2 | 880c 46f9 | 0805 0091 | 880c 06f9
|
7842 |
|
7843 | 0x0000000107e164a0: ; {metadata(method data for {method} {0x0000000122713e60} '<init>' '(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/renderer/MultiBufferSource$BufferSource;)V' in 'net/minecraft/client/gui/GuiGraphics')}
|
7844 | 0x0000000107e164a0: 038c 8cd2 | 6344 a4f2 | 6300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
7845 | 0x0000000107e164c0: a079 0254
|
7846 |
|
7847 | 0x0000000107e164c4: ; {metadata('com/mojang/blaze3d/vertex/PoseStack')}
|
7848 | 0x0000000107e164c4: 030e 9ed2 | e317 a0f2 | 0301 c0f2 | 8087 40f9 | 0b60 0091 | 888f 40f9 | 7f01 08eb | a879 0254
|
7849 | 0x0000000107e164e4: 8b87 00f9 | ea03 40b2 | 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | bf3a 03d5
|
7850 | 0x0000000107e16504: e303 00aa
|
7851 |
|
7852 | 0x0000000107e16508: ; {metadata(method data for {method} {0x0000000122713e60} '<init>' '(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/renderer/MultiBufferSource$BufferSource;)V' in 'net/minecraft/client/gui/GuiGraphics')}
|
7853 | 0x0000000107e16508: 048c 8cd2 | 6444 a4f2 | 6400 c0f2 | 8878 40f9 | 0805 0091 | 8878 00f9 | e103 00aa | e08b 13a9
|
7854 | 0x0000000107e16528: ; ImmutableOopMap {[208]=Oop [312]=Oop [304]=Oop [320]=Oop }
|
7855 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
7856 | ; - net.minecraft.client.gui.GuiGraphics::<init>@6 (line 76)
|
7857 | ; - net.minecraft.client.Minecraft::m_91383_@528 (line 1153)
|
7858 | ; {optimized virtual_call}
|
7859 | 0x0000000107e16528: 768a 7995 | e09b 40f9
|
7860 |
|
7861 | 0x0000000107e16530: ; {metadata(method data for {method} {0x0000000122713e60} '<init>' '(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/renderer/MultiBufferSource$BufferSource;)V' in 'net/minecraft/client/gui/GuiGraphics')}
|
7862 | 0x0000000107e16530: 028c 8cd2 | 6244 a4f2 | 6200 c0f2 | 4880 40f9 | 0805 0091 | 4880 00f9 | e26b 40f9 | e393 53a9
|
7863 | 0x0000000107e16550: e19b 40f9
|
7864 |
|
7865 | 0x0000000107e16554: ; ImmutableOopMap {[208]=Oop [304]=Oop }
|
7866 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
7867 | ; - net.minecraft.client.gui.GuiGraphics::<init>@10 (line 76)
|
7868 | ; - net.minecraft.client.Minecraft::m_91383_@528 (line 1153)
|
7869 | ; {optimized virtual_call}
|
7870 | 0x0000000107e16554: 6b8a 7995 | e16b 40f9 | 23ac 41b9 | 63f0 7dd3 | e203 01aa
|
7871 |
|
7872 | 0x0000000107e16568: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7873 | 0x0000000107e16568: 0000 88d2 | c04e a4f2 | 6000 c0f2 | 0814 46f9 | 0805 0091 | 0814 06f9 | e29b 40f9 | e003 01aa
|
7874 | 0x0000000107e16588: e103 00aa
|
7875 |
|
7876 | 0x0000000107e1658c: ; ImmutableOopMap {[304]=Oop [208]=Oop }
|
7877 | ;*invokevirtual m_280564_ {reexecute=0 rethrow=0 return_oop=0}
|
7878 | ; - net.minecraft.client.Minecraft::m_91383_@540 (line 1154)
|
7879 | ; {optimized virtual_call}
|
7880 | 0x0000000107e1658c: 5d8a 7995 | e09b 40f9
|
7881 |
|
7882 | 0x0000000107e16594: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
7883 | 0x0000000107e16594: 0200 88d2 | c24e a4f2 | 6200 c0f2
|
7884 |
|
7885 | 0x0000000107e165a0: ; {metadata('net/minecraft/client/gui/GuiGraphics')}
|
7886 | 0x0000000107e165a0: 0800 80d2 | c80a a0f2 | 0801 c0f2 | 49c0 3191 | 2801 00f9 | 483c 46f9 | 0805 0091 | 483c 06f9
|
7887 | 0x0000000107e165c0: ; {metadata(method data for {method} {0x0000000122714428} 'm_280262_' '()V' in 'net/minecraft/client/gui/GuiGraphics')}
|
7888 | 0x0000000107e165c0: 0262 82d2 | 8240 a4f2 | 6200 c0f2 | 41ac 40b9 | 2108 0011 | 41ac 00b9 | 214c 1f12 | 3f00 0071
|
7889 | 0x0000000107e165e0: e071 0254
|
7890 |
|
7891 | 0x0000000107e165e4: ; {metadata(method data for {method} {0x0000000122714428} 'm_280262_' '()V' in 'net/minecraft/client/gui/GuiGraphics')}
|
7892 | 0x0000000107e165e4: 0262 82d2 | 8240 a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
7893 |
|
7894 | 0x0000000107e165fc: ; {metadata(method data for {method} {0x00000003206dbd68} 'disableDepthTest' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7895 | 0x0000000107e165fc: 0293 82d2 | 8240 a4f2 | 6200 c0f2 | 41ac 40b9 | 2108 0011 | 41ac 00b9 | 214c 1f12 | 3f00 0071
|
7896 | 0x0000000107e1661c: 0071 0254
|
7897 |
|
7898 | 0x0000000107e16620: ; {metadata(method data for {method} {0x00000003206dbd68} 'disableDepthTest' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7899 | 0x0000000107e16620: 0293 82d2 | 8240 a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
7900 |
|
7901 | 0x0000000107e16638: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7902 | 0x0000000107e16638: 0296 85d2 | 222c a4f2 | 6200 c0f2 | 41ac 40b9 | 2108 0011 | 41ac 00b9 | 214c 1f12 | 3f00 0071
|
7903 | 0x0000000107e16658: 2070 0254
|
7904 |
|
7905 | 0x0000000107e1665c: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7906 | 0x0000000107e1665c: 0296 85d2 | 222c a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
7907 |
|
7908 | 0x0000000107e16674: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7909 | 0x0000000107e16674: 020f 85d2 | 222c a4f2 | 6200 c0f2 | 41ac 40b9 | 2108 0011 | 41ac 00b9 | 214c 1f12 | 3f00 0071
|
7910 | 0x0000000107e16694: 406f 0254
|
7911 |
|
7912 | 0x0000000107e16698: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7913 | 0x0000000107e16698: 020f 85d2 | 222c a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
7914 |
|
7915 | 0x0000000107e166b0: ; {oop(a 'java/lang/Class'{0x000000070796cc00} = 'com/mojang/blaze3d/systems/RenderSystem')}
|
7916 | 0x0000000107e166b0: 0280 99d2 | c2f2 a0f2 | e200 c0f2 | 4280 40b9 | 42f0 7dd3 | 8147 41f9 | 2100 40f9 | 3f00 02eb
|
7917 | 0x0000000107e166d0: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7918 | 0x0000000107e166d0: 010f 85d2 | 212c a4f2 | 6100 c0f2 | e803 78b2 | 0922 80d2 | 0011 899a | 2368 60f8 | 6304 0091
|
7919 | 0x0000000107e166f0: 2368 20f8 | 2101 0054
|
7920 |
|
7921 | 0x0000000107e166f8: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7922 | 0x0000000107e166f8: 010f 85d2 | 212c a4f2 | 6100 c0f2 | 2090 40f9 | 0004 0091 | 2090 00f9 | e103 0032 | 0200 0014
|
7923 | 0x0000000107e16718: 0100 a052 | 2100 0012 | 3f00 0071
|
7924 |
|
7925 | 0x0000000107e16724: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7926 | 0x0000000107e16724: 0196 85d2 | 212c a4f2 | 6100 c0f2 | 0822 80d2 | e903 78b2 | 0001 899a | 2368 60f8 | 6304 0091
|
7927 | 0x0000000107e16744: 2368 20f8 | 20e6 0154
|
7928 |
|
7929 | 0x0000000107e1674c: ; {metadata(method data for {method} {0x00000003206dbd68} 'disableDepthTest' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7930 | 0x0000000107e1674c: 0193 82d2 | 8140 a4f2 | 6100 c0f2 | 2880 40f9 | 0805 0091 | 2880 00f9
|
7931 |
|
7932 | 0x0000000107e16764: ; {metadata(method data for {method} {0x0000000320e62a50} '_disableDepthTest' '()V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
7933 | 0x0000000107e16764: 0158 99d2 | a13f a4f2 | 6100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
|
7934 | 0x0000000107e16784: c068 0254
|
7935 |
|
7936 | 0x0000000107e16788: ; {metadata(method data for {method} {0x0000000320e62a50} '_disableDepthTest' '()V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
7937 | 0x0000000107e16788: 0158 99d2 | a13f a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
7938 |
|
7939 | 0x0000000107e167a0: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7940 | 0x0000000107e167a0: 0188 9bd2 | 0135 a4f2 | 6100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
|
7941 | 0x0000000107e167c0: e067 0254
|
7942 |
|
7943 | 0x0000000107e167c4: ; {oop(a 'java/lang/Class'{0x000000070796cc00} = 'com/mojang/blaze3d/systems/RenderSystem')}
|
7944 | 0x0000000107e167c4: 0180 99d2 | c1f2 a0f2 | e100 c0f2 | 21f0 4339 | 3f00 0071
|
7945 |
|
7946 | 0x0000000107e167d8: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7947 | 0x0000000107e167d8: 0188 9bd2 | 0135 a4f2 | 6100 c0f2 | e80f 7cb2 | e903 78b2 | 0011 899a | 2368 60f8 | 6304 0091
|
7948 | 0x0000000107e167f8: 2368 20f8 | 0107 0054
|
7949 |
|
7950 | 0x0000000107e16800: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7951 | 0x0000000107e16800: 0188 9bd2 | 0135 a4f2 | 6100 c0f2 | 2888 40f9 | 0805 0091 | 2888 00f9
|
7952 |
|
7953 | 0x0000000107e16818: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7954 | 0x0000000107e16818: 010f 85d2 | 212c a4f2 | 6100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
|
7955 | 0x0000000107e16838: 2065 0254
|
7956 |
|
7957 | 0x0000000107e1683c: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7958 | 0x0000000107e1683c: 010f 85d2 | 212c a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9 | 8147 41f9 | 2100 40f9
|
7959 | 0x0000000107e1685c: 3f00 02eb
|
7960 |
|
7961 | 0x0000000107e16860: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7962 | 0x0000000107e16860: 020f 85d2 | 222c a4f2 | 6200 c0f2 | e803 78b2 | 0922 80d2 | 0111 899a | 4068 61f8 | 0004 0091
|
7963 | 0x0000000107e16880: 4068 21f8 | 2101 0054
|
7964 |
|
7965 | 0x0000000107e16888: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7966 | 0x0000000107e16888: 020f 85d2 | 222c a4f2 | 6200 c0f2 | 4190 40f9 | 2104 0091 | 4190 00f9 | e203 0032 | 0200 0014
|
7967 | 0x0000000107e168a8: 0200 a052 | 4200 0012 | 5f00 0071
|
7968 |
|
7969 | 0x0000000107e168b4: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
7970 | 0x0000000107e168b4: 0288 9bd2 | 0235 a4f2 | 6200 c0f2 | 0824 80d2 | 0926 80d2 | 0101 899a | 4068 61f8 | 0004 0091
|
7971 | 0x0000000107e168d4: 4068 21f8 | 00d4 0154
|
7972 |
|
7973 | 0x0000000107e168dc: ; {oop(a 'com/mojang/blaze3d/platform/GlStateManager$DepthState'{0x0000000707a54b48})}
|
7974 | 0x0000000107e168dc: 0269 89d2 | a2f4 a0f2 | e200 c0f2
|
7975 |
|
7976 | 0x0000000107e168e8: ; implicit exception: dispatches to 0x0000000107e1b4fc
|
7977 | 0x0000000107e168e8: 4114 40b9 | 21f0 7dd3
|
7978 |
|
7979 | 0x0000000107e168f0: ; implicit exception: dispatches to 0x0000000107e1b500
|
7980 | 0x0000000107e168f0: 3f00 40f9 | e203 01aa
|
7981 |
|
7982 | 0x0000000107e168f8: ; {metadata(method data for {method} {0x0000000320e62a50} '_disableDepthTest' '()V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
7983 | 0x0000000107e168f8: 0058 99d2 | a03f a4f2 | 6000 c0f2 | 088c 40f9 | 0805 0091 | 088c 00f9
|
7984 |
|
7985 | 0x0000000107e16910: ; {metadata(method data for {method} {0x0000000320e6a6f8} 'm_84589_' '()V' in 'com/mojang/blaze3d/platform/GlStateManager$BooleanState')}
|
7986 | 0x0000000107e16910: 02a2 9ad2 | 6238 a4f2 | 6200 c0f2 | 40ac 40b9 | 0008 0011 | 40ac 00b9 | 004c 1f12 | 1f00 0071
|
7987 | 0x0000000107e16930: a05e 0254 | e203 01aa
|
7988 |
|
7989 | 0x0000000107e16938: ; {metadata(method data for {method} {0x0000000320e6a6f8} 'm_84589_' '()V' in 'com/mojang/blaze3d/platform/GlStateManager$BooleanState')}
|
7990 | 0x0000000107e16938: 00a2 9ad2 | 6038 a4f2 | 6000 c0f2 | 0884 40f9 | 0805 0091 | 0884 00f9 | 0200 a052
|
7991 |
|
7992 | 0x0000000107e16954: ; ImmutableOopMap {[304]=Oop [208]=Oop }
|
7993 | ;*invokevirtual m_84590_ {reexecute=0 rethrow=0 return_oop=0}
|
7994 | ; - com.mojang.blaze3d.platform.GlStateManager$BooleanState::m_84589_@2 (line 770)
|
7995 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@9 (line 68)
|
7996 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
7997 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
7998 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
7999 | ; {optimized virtual_call}
|
8000 | 0x0000000107e16954: 6b89 7995 | e09b 40f9 | 0118 40b9 | 21f0 7dd3
|
8001 |
|
8002 | 0x0000000107e16964: ; implicit exception: dispatches to 0x0000000107e1b524
|
8003 | 0x0000000107e16964: 3f00 40f9 | e003 01aa
|
8004 |
|
8005 | 0x0000000107e1696c: ; {metadata(method data for {method} {0x0000000122714428} 'm_280262_' '()V' in 'net/minecraft/client/gui/GuiGraphics')}
|
8006 | 0x0000000107e1696c: 0262 82d2 | 8240 a4f2 | 6200 c0f2 | 488c 40f9 | 0805 0091 | 488c 00f9
|
8007 |
|
8008 | 0x0000000107e16984: ; ImmutableOopMap {[208]=Oop }
|
8009 | ;*invokevirtual m_109911_ {reexecute=0 rethrow=0 return_oop=0}
|
8010 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@7 (line 125)
|
8011 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
8012 | ; {optimized virtual_call}
|
8013 | 0x0000000107e16984: 5f89 7995
|
8014 |
|
8015 | 0x0000000107e16988: ; {metadata(method data for {method} {0x0000000122714428} 'm_280262_' '()V' in 'net/minecraft/client/gui/GuiGraphics')}
|
8016 | 0x0000000107e16988: 0262 82d2 | 8240 a4f2 | 6200 c0f2 | 489c 40f9 | 0805 0091 | 489c 00f9
|
8017 |
|
8018 | 0x0000000107e169a0: ; {metadata(method data for {method} {0x00000003206dbe00} 'enableDepthTest' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
8019 | 0x0000000107e169a0: 0239 8fd2 | c23f a4f2 | 6200 c0f2 | 41ac 40b9 | 2108 0011 | 41ac 00b9 | 214c 1f12 | 3f00 0071
|
8020 | 0x0000000107e169c0: 405b 0254
|
8021 |
|
8022 | 0x0000000107e169c4: ; {metadata(method data for {method} {0x00000003206dbe00} 'enableDepthTest' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
8023 | 0x0000000107e169c4: 0239 8fd2 | c23f a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
8024 |
|
8025 | 0x0000000107e169dc: ; {metadata(method data for {method} {0x00000003206db4f0} 'assertOnGameThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
8026 | 0x0000000107e169dc: 024c 90d2 | a238 a4f2 | 6200 c0f2 | 41ac 40b9 | 2108 0011 | 41ac 00b9 | 214c 1f12 | 3f00 0071
|
8027 | 0x0000000107e169fc: 605a 0254
|
8028 |
|
8029 | 0x0000000107e16a00: ; {oop(a 'java/lang/Class'{0x000000070796cc00} = 'com/mojang/blaze3d/systems/RenderSystem')}
|
8030 | 0x0000000107e16a00: 0280 99d2 | c2f2 a0f2 | e200 c0f2 | 42f0 4339 | 5f00 0071
|
8031 |
|
8032 | 0x0000000107e16a14: ; {metadata(method data for {method} {0x00000003206db4f0} 'assertOnGameThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
8033 | 0x0000000107e16a14: 014c 90d2 | a138 a4f2 | 6100 c0f2 | e80f 7cb2 | e903 78b2 | 0011 899a | 2368 60f8 | 6304 0091
|
8034 | 0x0000000107e16a34: 2368 20f8 | c102 0054
|
8035 |
|
8036 | 0x0000000107e16a3c: ; {metadata(method data for {method} {0x00000003206db4f0} 'assertOnGameThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
8037 | 0x0000000107e16a3c: 014c 90d2 | a138 a4f2 | 6100 c0f2 | 2888 40f9 | 0805 0091 | 2888 00f9
|
8038 |
|
8039 | 0x0000000107e16a54: ; {metadata(method data for {method} {0x00000003206db3a0} 'isOnGameThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
8040 | 0x0000000107e16a54: 017d 90d2 | a138 a4f2 | 6100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
|
8041 | 0x0000000107e16a74: a057 0254
|
8042 |
|
8043 | 0x0000000107e16a78: ; {metadata(method data for {method} {0x00000003206db4f0} 'assertOnGameThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
8044 | 0x0000000107e16a78: 014c 90d2 | a138 a4f2 | 6100 c0f2 | 2098 40f9 | 0004 0091 | 2098 00f9
|
8045 |
|
8046 | 0x0000000107e16a90: ; {metadata(method data for {method} {0x00000003206dbe00} 'enableDepthTest' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
8047 | 0x0000000107e16a90: 0139 8fd2 | c13f a4f2 | 6100 c0f2 | 2880 40f9 | 0805 0091 | 2880 00f9
|
8048 |
|
8049 | 0x0000000107e16aa8: ; {metadata(method data for {method} {0x0000000320e62af0} '_enableDepthTest' '()V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
8050 | 0x0000000107e16aa8: 0186 99d2 | a13f a4f2 | 6100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
|
8051 | 0x0000000107e16ac8: 0056 0254
|
8052 |
|
8053 | 0x0000000107e16acc: ; {metadata(method data for {method} {0x0000000320e62af0} '_enableDepthTest' '()V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
8054 | 0x0000000107e16acc: 0186 99d2 | a13f a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
8055 |
|
8056 | 0x0000000107e16ae4: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
8057 | 0x0000000107e16ae4: 0188 9bd2 | 0135 a4f2 | 6100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
|
8058 | 0x0000000107e16b04: 2055 0254 | 5f00 0071
|
8059 |
|
8060 | 0x0000000107e16b0c: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
8061 | 0x0000000107e16b0c: 0288 9bd2 | 0235 a4f2 | 6200 c0f2 | e80f 7cb2 | e903 78b2 | 0111 899a | 4068 61f8 | 0004 0091
|
8062 | 0x0000000107e16b2c: 4068 21f8 | a107 0054
|
8063 |
|
8064 | 0x0000000107e16b34: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
8065 | 0x0000000107e16b34: 0288 9bd2 | 0235 a4f2 | 6200 c0f2 | 4888 40f9 | 0805 0091 | 4888 00f9
|
8066 |
|
8067 | 0x0000000107e16b4c: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
8068 | 0x0000000107e16b4c: 020f 85d2 | 222c a4f2 | 6200 c0f2 | 41ac 40b9 | 2108 0011 | 41ac 00b9 | 214c 1f12 | 3f00 0071
|
8069 | 0x0000000107e16b6c: e052 0254
|
8070 |
|
8071 | 0x0000000107e16b70: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
8072 | 0x0000000107e16b70: 020f 85d2 | 222c a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
8073 |
|
8074 | 0x0000000107e16b88: ; {oop(a 'java/lang/Class'{0x000000070796cc00} = 'com/mojang/blaze3d/systems/RenderSystem')}
|
8075 | 0x0000000107e16b88: 0280 99d2 | c2f2 a0f2 | e200 c0f2 | 4280 40b9 | 42f0 7dd3 | 8147 41f9 | 2100 40f9 | 3f00 02eb
|
8076 | 0x0000000107e16ba8: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
8077 | 0x0000000107e16ba8: 020f 85d2 | 222c a4f2 | 6200 c0f2 | e803 78b2 | 0922 80d2 | 0111 899a | 4068 61f8 | 0004 0091
|
8078 | 0x0000000107e16bc8: 4068 21f8 | 2101 0054
|
8079 |
|
8080 | 0x0000000107e16bd0: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
8081 | 0x0000000107e16bd0: 020f 85d2 | 222c a4f2 | 6200 c0f2 | 4190 40f9 | 2104 0091 | 4190 00f9 | e203 0032 | 0200 0014
|
8082 | 0x0000000107e16bf0: 0200 a052 | 4200 0012 | 5f00 0071
|
8083 |
|
8084 | 0x0000000107e16bfc: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
8085 | 0x0000000107e16bfc: 0288 9bd2 | 0235 a4f2 | 6200 c0f2 | 0824 80d2 | 0926 80d2 | 0101 899a | 4068 61f8 | 0004 0091
|
8086 | 0x0000000107e16c1c: 4068 21f8 | 20b4 0154
|
8087 |
|
8088 | 0x0000000107e16c24: ; {oop(a 'com/mojang/blaze3d/platform/GlStateManager$DepthState'{0x0000000707a54b48})}
|
8089 | 0x0000000107e16c24: 0269 89d2 | a2f4 a0f2 | e200 c0f2 | 4114 40b9 | 21f0 7dd3
|
8090 |
|
8091 | 0x0000000107e16c38: ; implicit exception: dispatches to 0x0000000107e1b5e8
|
8092 | 0x0000000107e16c38: 3f00 40f9 | e203 01aa
|
8093 |
|
8094 | 0x0000000107e16c40: ; {metadata(method data for {method} {0x0000000320e62af0} '_enableDepthTest' '()V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
8095 | 0x0000000107e16c40: 0086 99d2 | a03f a4f2 | 6000 c0f2 | 088c 40f9 | 0805 0091 | 088c 00f9
|
8096 |
|
8097 | 0x0000000107e16c58: ; {metadata(method data for {method} {0x0000000320e6a7a0} 'm_84592_' '()V' in 'com/mojang/blaze3d/platform/GlStateManager$BooleanState')}
|
8098 | 0x0000000107e16c58: 023b 9dd2 | 4239 a4f2 | 6200 c0f2 | 40ac 40b9 | 0008 0011 | 40ac 00b9 | 004c 1f12 | 1f00 0071
|
8099 | 0x0000000107e16c78: a04b 0254 | e203 01aa
|
8100 |
|
8101 | 0x0000000107e16c80: ; {metadata(method data for {method} {0x0000000320e6a7a0} 'm_84592_' '()V' in 'com/mojang/blaze3d/platform/GlStateManager$BooleanState')}
|
8102 | 0x0000000107e16c80: 003b 9dd2 | 4039 a4f2 | 6000 c0f2 | 0884 40f9 | 0805 0091 | 0884 00f9 | e203 0032
|
8103 |
|
8104 | 0x0000000107e16c9c: ; ImmutableOopMap {[208]=Oop }
|
8105 | ;*invokevirtual m_84590_ {reexecute=0 rethrow=0 return_oop=0}
|
8106 | ; - com.mojang.blaze3d.platform.GlStateManager$BooleanState::m_84592_@2 (line 774)
|
8107 | ; - com.mojang.blaze3d.platform.GlStateManager::_enableDepthTest@9 (line 73)
|
8108 | ; - com.mojang.blaze3d.systems.RenderSystem::enableDepthTest@3 (line 258)
|
8109 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@10 (line 126)
|
8110 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
8111 | ; {optimized virtual_call}
|
8112 | 0x0000000107e16c9c: 9988 7995 | e16b 40f9 | 20a4 41b9 | 00f0 7dd3 | 4001 00b4
|
8113 |
|
8114 | 0x0000000107e16cb0: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
8115 | 0x0000000107e16cb0: 0498 9ad2 | 2418 a0f2 | 0401 c0f2 | 0508 40b9 | a500 5dd2 | a81c 40f9 | 9f00 08eb | 014a 0254
|
8116 | 0x0000000107e16cd0: 0100 0014 | e203 00aa
|
8117 |
|
8118 | 0x0000000107e16cd8: ; implicit exception: dispatches to 0x0000000107e1b610
|
8119 | 0x0000000107e16cd8: 1f00 40f9
|
8120 |
|
8121 | 0x0000000107e16cdc: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8122 | 0x0000000107e16cdc: 0200 88d2 | c24e a4f2 | 6200 c0f2
|
8123 |
|
8124 | 0x0000000107e16ce8: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
8125 | 0x0000000107e16ce8: 0898 9ad2 | 2818 a0f2 | 0801 c0f2 | 49a0 3291 | 2801 00f9 | 4858 46f9 | 0805 0091 | 4858 06f9
|
8126 | 0x0000000107e16d08: ; {metadata(method data for {method} {0x000000032082e6f0} 'm_7238_' '()V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
8127 | 0x0000000107e16d08: 0084 9cd2 | 6035 a4f2 | 6000 c0f2 | 02ac 40b9 | 4208 0011 | 02ac 00b9 | 424c 1f12 | 5f00 0071
|
8128 | 0x0000000107e16d28: 6047 0254 | 20a4 41b9 | 00f0 7dd3 | 4001 00b4
|
8129 |
|
8130 | 0x0000000107e16d38: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
8131 | 0x0000000107e16d38: 0498 9ad2 | 2418 a0f2 | 0401 c0f2 | 0508 40b9 | a500 5dd2 | a81c 40f9 | 9f00 08eb | 0147 0254
|
8132 | 0x0000000107e16d58: 0100 0014 | e203 00aa
|
8133 |
|
8134 | 0x0000000107e16d60: ; implicit exception: dispatches to 0x0000000107e1b638
|
8135 | 0x0000000107e16d60: 1f00 40f9
|
8136 |
|
8137 | 0x0000000107e16d64: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8138 | 0x0000000107e16d64: 0200 88d2 | c24e a4f2 | 6200 c0f2
|
8139 |
|
8140 | 0x0000000107e16d70: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
8141 | 0x0000000107e16d70: 0898 9ad2 | 2818 a0f2 | 0801 c0f2 | 4980 3391 | 2801 00f9 | 4874 46f9 | 0805 0091 | 4874 06f9
|
8142 | 0x0000000107e16d90: ; {metadata(method data for {method} {0x000000032082e4f8} 'm_6180_' '(Ljava/lang/String;)V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
8143 | 0x0000000107e16d90: 007a 83d2 | 6038 a4f2 | 6000 c0f2 | 02ac 40b9 | 4208 0011 | 02ac 00b9 | 424c 1f12 | 5f00 0071
|
8144 | 0x0000000107e16db0: 6044 0254 | 2004 41b9 | 00f0 7dd3
|
8145 |
|
8146 | 0x0000000107e16dbc: ; implicit exception: dispatches to 0x0000000107e1b65c
|
8147 | 0x0000000107e16dbc: 1f00 40f9
|
8148 |
|
8149 | 0x0000000107e16dc0: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8150 | 0x0000000107e16dc0: 0200 88d2 | c24e a4f2 | 6200 c0f2 | 0008 40b9 | 0000 5dd2 | 4960 3491 | 2801 40f9 | 1f00 08eb
|
8151 | 0x0000000107e16de0: a100 0054 | 4890 46f9 | 0805 0091 | 4890 06f9 | 1c00 0014 | 49a0 3491 | 2801 40f9 | 1f00 08eb
|
8152 | 0x0000000107e16e00: a100 0054 | 4898 46f9 | 0805 0091 | 4898 06f9 | 1400 0014 | 4960 3491 | 2801 40f9 | c800 00b5
|
8153 | 0x0000000107e16e20: 2001 00f9 | e803 40b2 | 4980 3491 | 2801 00f9 | 0c00 0014 | 49a0 3491 | 2801 40f9 | c800 00b5
|
8154 | 0x0000000107e16e40: 2001 00f9 | e803 40b2 | 49c0 3491 | 2801 00f9 | 0400 0014 | 4884 46f9 | 0805 0091 | 4884 06f9
|
8155 | 0x0000000107e16e60: ; {metadata(method data for {method} {0x0000000320769ff8} 'm_83970_' '()V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
8156 | 0x0000000107e16e60: 001a 94d2 | a04e a4f2 | 6000 c0f2 | 02ac 40b9 | 4208 0011 | 02ac 00b9 | 424c 1f12 | 5f00 0071
|
8157 | 0x0000000107e16e80: 003f 0254
|
8158 |
|
8159 | 0x0000000107e16e84: ; {metadata(method data for {method} {0x0000000320769ff8} 'm_83970_' '()V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
8160 | 0x0000000107e16e84: 001a 94d2 | a04e a4f2 | 6000 c0f2 | 0878 40f9 | 0805 0091 | 0878 00f9
|
8161 |
|
8162 | 0x0000000107e16e9c: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
8163 | 0x0000000107e16e9c: 000f 85d2 | 202c a4f2 | 6000 c0f2 | 02ac 40b9 | 4208 0011 | 02ac 00b9 | 424c 1f12 | 5f00 0071
|
8164 | 0x0000000107e16ebc: 203e 0254
|
8165 |
|
8166 | 0x0000000107e16ec0: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
8167 | 0x0000000107e16ec0: 000f 85d2 | 202c a4f2 | 6000 c0f2 | 0878 40f9 | 0805 0091 | 0878 00f9
|
8168 |
|
8169 | 0x0000000107e16ed8: ; {oop(a 'java/lang/Class'{0x000000070796cc00} = 'com/mojang/blaze3d/systems/RenderSystem')}
|
8170 | 0x0000000107e16ed8: 0080 99d2 | c0f2 a0f2 | e000 c0f2 | 0080 40b9 | 00f0 7dd3 | 8247 41f9 | 4200 40f9 | 5f00 00eb
|
8171 | 0x0000000107e16ef8: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
8172 | 0x0000000107e16ef8: 020f 85d2 | 222c a4f2 | 6200 c0f2 | e803 78b2 | 0922 80d2 | 0311 899a | 4468 63f8 | 8404 0091
|
8173 | 0x0000000107e16f18: 4468 23f8 | 2101 0054
|
8174 |
|
8175 | 0x0000000107e16f20: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
8176 | 0x0000000107e16f20: 020f 85d2 | 222c a4f2 | 6200 c0f2 | 4390 40f9 | 6304 0091 | 4390 00f9 | e203 0032 | 0200 0014
|
8177 | 0x0000000107e16f40: 0200 a052 | 4200 0012 | 5f00 0071
|
8178 |
|
8179 | 0x0000000107e16f4c: ; {metadata(method data for {method} {0x0000000320769ff8} 'm_83970_' '()V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
8180 | 0x0000000107e16f4c: 021a 94d2 | a24e a4f2 | 6200 c0f2 | e803 78b2 | 0922 80d2 | 0311 899a | 4468 63f8 | 8404 0091
|
8181 | 0x0000000107e16f6c: 4468 23f8 | 2113 0054
|
8182 |
|
8183 | 0x0000000107e16f74: ; ImmutableOopMap {[208]=Oop }
|
8184 | ;*invokedynamic {reexecute=0 rethrow=0 return_oop=0}
|
8185 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83970_@6 (line 211)
|
8186 | ; - net.minecraft.client.Minecraft::m_91383_@573 (line 1160)
|
8187 | ; {runtime_call load_appendix_patching Runtime1 stub}
|
8188 | 0x0000000107e16f74: 2356 7c95 | e103 00aa
|
8189 |
|
8190 | 0x0000000107e16f7c: ; ImmutableOopMap {[208]=Oop }
|
8191 | ;*invokedynamic {reexecute=0 rethrow=0 return_oop=0}
|
8192 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83970_@6 (line 211)
|
8193 | ; - net.minecraft.client.Minecraft::m_91383_@573 (line 1160)
|
8194 | ; {static_call}
|
8195 | 0x0000000107e16f7c: 6189 7995
|
8196 |
|
8197 | 0x0000000107e16f80: ; {metadata(method data for {method} {0x0000000320769ff8} 'm_83970_' '()V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
8198 | 0x0000000107e16f80: 021a 94d2 | a24e a4f2 | 6200 c0f2 | 42c0 0491 | e103 00aa | a100 00b5 | 4900 40f9 | 2901 40b2
|
8199 | 0x0000000107e16fa0: 4900 00f9 | 1600 0014 | 2108 40b9 | 2100 5dd2 | 4900 40f9 | 2100 09ca | 28f4 7e92 | 0802 00b4
|
8200 | 0x0000000107e16fc0: e101 0837 | a901 00b4 | 3f05 00f1 | 6001 0054 | bf39 03d5 | 2100 09ca | 4900 40f9 | 2100 09ca
|
8201 | 0x0000000107e16fe0: 28f4 7e92 | c800 00b4 | 4900 40f9 | 2901 7fb2 | 4900 00f9 | 0200 0014 | 4100 00f9
|
8202 |
|
8203 | 0x0000000107e16ffc: ; {metadata(method data for {method} {0x0000000320769ff8} 'm_83970_' '()V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
8204 | 0x0000000107e16ffc: 021a 94d2 | a24e a4f2 | 6200 c0f2 | 48a0 40f9 | 0805 0091 | 48a0 00f9
|
8205 |
|
8206 | 0x0000000107e17014: ; {metadata(method data for {method} {0x00000003206db8e0} 'recordRenderCall' '(Lcom/mojang/blaze3d/pipeline/RenderCall;)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
8207 | 0x0000000107e17014: 02c1 8cd2 | 023a a4f2 | 6200 c0f2 | 41ac 40b9 | 2108 0011 | 41ac 00b9 | 214c 1f12 | 3f00 0071
|
8208 | 0x0000000107e17034: 6033 0254
|
8209 |
|
8210 | 0x0000000107e17038: ; {oop(a 'java/util/concurrent/ConcurrentLinkedQueue'{0x00000007081e8fc8})}
|
8211 | 0x0000000107e17038: 01f9 91d2 | c103 a1f2 | e100 c0f2 | e203 01aa
|
8212 |
|
8213 | 0x0000000107e17048: ; {metadata(method data for {method} {0x00000003206db8e0} 'recordRenderCall' '(Lcom/mojang/blaze3d/pipeline/RenderCall;)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
8214 | 0x0000000107e17048: 03c1 8cd2 | 033a a4f2 | 6300 c0f2 | 4208 40b9 | 4200 5dd2 | 6900 0491 | 2801 40f9 | 5f00 08eb
|
8215 | 0x0000000107e17068: a100 0054 | 6884 40f9 | 0805 0091 | 6884 00f9 | 1c00 0014 | 6940 0491 | 2801 40f9 | 5f00 08eb
|
8216 | 0x0000000107e17088: a100 0054 | 688c 40f9 | 0805 0091 | 688c 00f9 | 1400 0014 | 6900 0491 | 2801 40f9 | c800 00b5
|
8217 | 0x0000000107e170a8: 2201 00f9 | e803 40b2 | 6920 0491 | 2801 00f9 | 0c00 0014 | 6940 0491 | 2801 40f9 | c800 00b5
|
8218 | 0x0000000107e170c8: 2201 00f9 | e803 40b2 | 6960 0491 | 2801 00f9 | 0400 0014 | 6878 40f9 | 0805 0091 | 6878 00f9
|
8219 | 0x0000000107e170e8: ; {metadata(method data for {method} {0x0000000120f3cef8} 'add' '(Ljava/lang/Object;)Z' in 'java/util/concurrent/ConcurrentLinkedQueue')}
|
8220 | 0x0000000107e170e8: 0220 92d2 | 8233 a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
8221 | 0x0000000107e17108: c02d 0254 | e203 01aa
|
8222 |
|
8223 | 0x0000000107e17110: ; {metadata(method data for {method} {0x0000000120f3cef8} 'add' '(Ljava/lang/Object;)Z' in 'java/util/concurrent/ConcurrentLinkedQueue')}
|
8224 | 0x0000000107e17110: 0320 92d2 | 8333 a4f2 | 6300 c0f2 | 4208 40b9 | 4200 5dd2 | 6900 0491 | 2801 40f9 | 5f00 08eb
|
8225 | 0x0000000107e17130: a100 0054 | 6884 40f9 | 0805 0091 | 6884 00f9 | 1c00 0014 | 6940 0491 | 2801 40f9 | 5f00 08eb
|
8226 | 0x0000000107e17150: a100 0054 | 688c 40f9 | 0805 0091 | 688c 00f9 | 1400 0014 | 6900 0491 | 2801 40f9 | c800 00b5
|
8227 | 0x0000000107e17170: 2201 00f9 | e803 40b2 | 6920 0491 | 2801 00f9 | 0c00 0014 | 6940 0491 | 2801 40f9 | c800 00b5
|
8228 | 0x0000000107e17190: 2201 00f9 | e803 40b2 | 6960 0491 | 2801 00f9 | 0400 0014 | 6878 40f9 | 0805 0091 | 6878 00f9
|
8229 | 0x0000000107e171b0: e203 00aa
|
8230 |
|
8231 | 0x0000000107e171b4: ; ImmutableOopMap {[208]=Oop }
|
8232 | ;*invokevirtual offer {reexecute=0 rethrow=0 return_oop=0}
|
8233 | ; - java.util.concurrent.ConcurrentLinkedQueue::add@2 (line 283)
|
8234 | ; - com.mojang.blaze3d.systems.RenderSystem::recordRenderCall@4 (line 195)
|
8235 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83970_@11 (line 211)
|
8236 | ; - net.minecraft.client.Minecraft::m_91383_@573 (line 1160)
|
8237 | ; {optimized virtual_call}
|
8238 | 0x0000000107e171b4: 5387 7995
|
8239 |
|
8240 | 0x0000000107e171b8: ; {metadata(method data for {method} {0x0000000320769ff8} 'm_83970_' '()V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
8241 | 0x0000000107e171b8: 011a 94d2 | a14e a4f2 | 6100 c0f2 | 22a8 40f9 | 4204 0091 | 22a8 00f9 | 7d00 0014
|
8242 |
|
8243 | 0x0000000107e171d4: ; {metadata(method data for {method} {0x0000000320769ff8} 'm_83970_' '()V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
8244 | 0x0000000107e171d4: 011a 94d2 | a14e a4f2 | 6100 c0f2 | 28b4 40f9 | 0805 0091 | 28b4 00f9
|
8245 |
|
8246 | 0x0000000107e171ec: ; {metadata(method data for {method} {0x0000000320e64b88} '_glBindFramebuffer' '(II)V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
8247 | 0x0000000107e171ec: 01b2 99d2 | 613f a4f2 | 6100 c0f2 | 22ac 40b9 | 4208 0011 | 22ac 00b9 | 424c 1f12 | 5f00 0071
|
8248 | 0x0000000107e1720c: a026 0254
|
8249 |
|
8250 | 0x0000000107e17210: ; {metadata(method data for {method} {0x0000000320e64b88} '_glBindFramebuffer' '(II)V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
8251 | 0x0000000107e17210: 01b2 99d2 | 613f a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
8252 |
|
8253 | 0x0000000107e17228: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
8254 | 0x0000000107e17228: 0188 9bd2 | 0135 a4f2 | 6100 c0f2 | 22ac 40b9 | 4208 0011 | 22ac 00b9 | 424c 1f12 | 5f00 0071
|
8255 | 0x0000000107e17248: c025 0254
|
8256 |
|
8257 | 0x0000000107e1724c: ; {oop(a 'java/lang/Class'{0x000000070796cc00} = 'com/mojang/blaze3d/systems/RenderSystem')}
|
8258 | 0x0000000107e1724c: 0180 99d2 | c1f2 a0f2 | e100 c0f2 | 21f0 4339 | 3f00 0071
|
8259 |
|
8260 | 0x0000000107e17260: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
8261 | 0x0000000107e17260: 0188 9bd2 | 0135 a4f2 | 6100 c0f2 | e80f 7cb2 | e903 78b2 | 0211 899a | 2368 62f8 | 6304 0091
|
8262 | 0x0000000107e17280: 2368 22f8 | 0107 0054
|
8263 |
|
8264 | 0x0000000107e17288: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
8265 | 0x0000000107e17288: 0188 9bd2 | 0135 a4f2 | 6100 c0f2 | 2888 40f9 | 0805 0091 | 2888 00f9
|
8266 |
|
8267 | 0x0000000107e172a0: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
8268 | 0x0000000107e172a0: 010f 85d2 | 212c a4f2 | 6100 c0f2 | 22ac 40b9 | 4208 0011 | 22ac 00b9 | 424c 1f12 | 5f00 0071
|
8269 | 0x0000000107e172c0: 0023 0254
|
8270 |
|
8271 | 0x0000000107e172c4: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
8272 | 0x0000000107e172c4: 010f 85d2 | 212c a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9 | 8147 41f9 | 2100 40f9
|
8273 | 0x0000000107e172e4: 3f00 00eb
|
8274 |
|
8275 | 0x0000000107e172e8: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
8276 | 0x0000000107e172e8: 010f 85d2 | 212c a4f2 | 6100 c0f2 | e803 78b2 | 0922 80d2 | 0211 899a | 2068 62f8 | 0004 0091
|
8277 | 0x0000000107e17308: 2068 22f8 | 2101 0054
|
8278 |
|
8279 | 0x0000000107e17310: ; {metadata(method data for {method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
8280 | 0x0000000107e17310: 010f 85d2 | 212c a4f2 | 6100 c0f2 | 2290 40f9 | 4204 0091 | 2290 00f9 | e103 0032 | 0200 0014
|
8281 | 0x0000000107e17330: 0100 a052 | 2100 0012 | 3f00 0071
|
8282 |
|
8283 | 0x0000000107e1733c: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
8284 | 0x0000000107e1733c: 0188 9bd2 | 0135 a4f2 | 6100 c0f2 | 0824 80d2 | 0926 80d2 | 0201 899a | 2068 62f8 | 0004 0091
|
8285 | 0x0000000107e1735c: 2068 22f8 | 8074 0154
|
8286 |
|
8287 | 0x0000000107e17364: ; {metadata(method data for {method} {0x0000000320e64b88} '_glBindFramebuffer' '(II)V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
8288 | 0x0000000107e17364: 01b2 99d2 | 613f a4f2 | 6100 c0f2 | 2880 40f9 | 0805 0091 | 2880 00f9
|
8289 |
|
8290 | 0x0000000107e1737c: ; {metadata(method data for {method} {0x0000000320eb4940} 'glBindFramebuffer' '(II)V' in 'org/lwjgl/opengl/GL30')}
|
8291 | 0x0000000107e1737c: 017f 9fd2 | 213f a4f2 | 6100 c0f2 | 22ac 40b9 | 4208 0011 | 22ac 00b9 | 424c 1f12 | 5f00 0071
|
8292 | 0x0000000107e1739c: 201d 0254
|
8293 |
|
8294 | 0x0000000107e173a0: ; {metadata(method data for {method} {0x0000000320eb4940} 'glBindFramebuffer' '(II)V' in 'org/lwjgl/opengl/GL30')}
|
8295 | 0x0000000107e173a0: 017f 9fd2 | 213f a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9 | 01a8 9152 | 0200 a052
|
8296 | 0x0000000107e173c0: ; ImmutableOopMap {[208]=Oop }
|
8297 | ;*invokestatic glBindFramebuffer {reexecute=0 rethrow=0 return_oop=0}
|
8298 | ; - org.lwjgl.opengl.GL30::glBindFramebuffer@2 (line 1619)
|
8299 | ; - com.mojang.blaze3d.platform.GlStateManager::_glBindFramebuffer@5 (line 344)
|
8300 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83970_@20 (line 215)
|
8301 | ; - net.minecraft.client.Minecraft::m_91383_@573 (line 1160)
|
8302 | ; {static_call}
|
8303 | 0x0000000107e173c0: 0459 9995 | e16b 40f9 | 2504 41b9 | a5f0 7dd3 | 2380 40b9 | 63f0 7dd3
|
8304 |
|
8305 | 0x0000000107e173d8: ; implicit exception: dispatches to 0x0000000107e1b760
|
8306 | 0x0000000107e173d8: 7f00 40f9 | e403 03aa
|
8307 |
|
8308 | 0x0000000107e173e0: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8309 | 0x0000000107e173e0: 0600 88d2 | c64e a4f2 | 6600 c0f2 | c8a0 46f9 | 0805 0091 | c8a0 06f9 | 644c 40b9 | e603 03aa
|
8310 | 0x0000000107e17400: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8311 | 0x0000000107e17400: 0700 88d2 | c74e a4f2 | 6700 c0f2 | e8bc 46f9 | 0805 0091 | e8bc 06f9 | 6350 40b9
|
8312 |
|
8313 | 0x0000000107e1741c: ; implicit exception: dispatches to 0x0000000107e1b764
|
8314 | 0x0000000107e1741c: bf00 40f9 | e603 05aa
|
8315 |
|
8316 | 0x0000000107e17424: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8317 | 0x0000000107e17424: 0700 88d2 | c74e a4f2 | 6700 c0f2 | c608 40b9 | c600 5dd2 | e900 3791 | 2801 40f9 | df00 08eb
|
8318 | 0x0000000107e17444: a100 0054 | e8e4 46f9 | 0805 0091 | e8e4 06f9 | 1c00 0014 | e940 3791 | 2801 40f9 | df00 08eb
|
8319 | 0x0000000107e17464: a100 0054 | e8ec 46f9 | 0805 0091 | e8ec 06f9 | 1400 0014 | e900 3791 | 2801 40f9 | c800 00b5
|
8320 | 0x0000000107e17484: 2601 00f9 | e803 40b2 | e920 3791 | 2801 00f9 | 0c00 0014 | e940 3791 | 2801 40f9 | c800 00b5
|
8321 | 0x0000000107e174a4: 2601 00f9 | e803 40b2 | e960 3791 | 2801 00f9 | 0400 0014 | e8d8 46f9 | 0805 0091 | e8d8 06f9
|
8322 | 0x0000000107e174c4: ; {metadata(method data for {method} {0x000000032076a1b8} 'm_83938_' '(II)V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
8323 | 0x0000000107e174c4: 068e 97d2 | a64e a4f2 | 6600 c0f2 | c7ac 40b9 | e708 0011 | c7ac 00b9 | e74c 1f12 | ff00 0071
|
8324 | 0x0000000107e174e4: 2014 0254 | e603 05aa
|
8325 |
|
8326 | 0x0000000107e174ec: ; {metadata(method data for {method} {0x000000032076a1b8} 'm_83938_' '(II)V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
8327 | 0x0000000107e174ec: 078e 97d2 | a74e a4f2 | 6700 c0f2 | c608 40b9 | c600 5dd2 | e900 0491 | 2801 40f9 | df00 08eb
|
8328 | 0x0000000107e1750c: a100 0054 | e884 40f9 | 0805 0091 | e884 00f9 | 1c00 0014 | e940 0491 | 2801 40f9 | df00 08eb
|
8329 | 0x0000000107e1752c: a100 0054 | e88c 40f9 | 0805 0091 | e88c 00f9 | 1400 0014 | e900 0491 | 2801 40f9 | c800 00b5
|
8330 | 0x0000000107e1754c: 2601 00f9 | e803 40b2 | e920 0491 | 2801 00f9 | 0c00 0014 | e940 0491 | 2801 40f9 | c800 00b5
|
8331 | 0x0000000107e1756c: 2601 00f9 | e803 40b2 | e960 0491 | 2801 00f9 | 0400 0014 | e878 40f9 | 0805 0091 | e878 00f9
|
8332 | 0x0000000107e1758c: e203 04aa | e403 0032 | e103 05aa
|
8333 |
|
8334 | 0x0000000107e17598: ; ImmutableOopMap {[208]=Oop }
|
8335 | ;*invokevirtual m_83957_ {reexecute=0 rethrow=0 return_oop=0}
|
8336 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83938_@4 (line 228)
|
8337 | ; - net.minecraft.client.Minecraft::m_91383_@594 (line 1161)
|
8338 | ; {optimized virtual_call}
|
8339 | 0x0000000107e17598: aa98 f697
|
8340 |
|
8341 | 0x0000000107e1759c: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8342 | 0x0000000107e1759c: 0100 88d2 | c14e a4f2 | 6100 c0f2 | 28f4 46f9 | 0805 0091 | 28f4 06f9
|
8343 |
|
8344 | 0x0000000107e175b4: ; {metadata(method data for {method} {0x0000000122966748} 'm_137569_' '()J' in 'net/minecraft/Util')}
|
8345 | 0x0000000107e175b4: 010a 9ed2 | 6135 a4f2 | 6100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
|
8346 | 0x0000000107e175d4: a00d 0254
|
8347 |
|
8348 | 0x0000000107e175d8: ; {oop(a 'java/lang/Class'{0x00000007066189c8} = 'net/minecraft/Util')}
|
8349 | 0x0000000107e175d8: 0139 91d2 | 21cc a0f2 | e100 c0f2 | 2188 40b9 | 21f0 7dd3
|
8350 |
|
8351 | 0x0000000107e175ec: ; implicit exception: dispatches to 0x0000000107e1b7a8
|
8352 | 0x0000000107e175ec: 3f00 40f9 | e003 01aa
|
8353 |
|
8354 | 0x0000000107e175f4: ; {metadata(method data for {method} {0x0000000122966748} 'm_137569_' '()J' in 'net/minecraft/Util')}
|
8355 | 0x0000000107e175f4: 020a 9ed2 | 6235 a4f2 | 6200 c0f2 | 0008 40b9 | 0000 5dd2 | 4900 0491 | 2801 40f9 | 1f00 08eb
|
8356 | 0x0000000107e17614: a100 0054 | 4884 40f9 | 0805 0091 | 4884 00f9 | 1c00 0014 | 4940 0491 | 2801 40f9 | 1f00 08eb
|
8357 | 0x0000000107e17634: a100 0054 | 488c 40f9 | 0805 0091 | 488c 00f9 | 1400 0014 | 4900 0491 | 2801 40f9 | c800 00b5
|
8358 | 0x0000000107e17654: 2001 00f9 | e803 40b2 | 4920 0491 | 2801 00f9 | 0c00 0014 | 4940 0491 | 2801 40f9 | c800 00b5
|
8359 | 0x0000000107e17674: 2001 00f9 | e803 40b2 | 4960 0491 | 2801 00f9 | 0400 0014 | 4878 40f9 | 0805 0091 | 4878 00f9
|
8360 | 0x0000000107e17694: 0927 81d2 | 6919 a0f2 | 0901 c0f2
|
8361 |
|
8362 | 0x0000000107e176a0: ; ImmutableOopMap {[208]=Oop }
|
8363 | ;*invokeinterface getAsLong {reexecute=0 rethrow=0 return_oop=0}
|
8364 | ; - net.minecraft.Util::m_137569_@3 (line 119)
|
8365 | ; - net.minecraft.client.Minecraft::m_91383_@598 (line 1162)
|
8366 | ; {virtual_call}
|
8367 | 0x0000000107e176a0: 487b b395 | e58b 40f9 | 0000 05cb | e16b 40f9 | 2014 00f9 | e223 41b9 | 5f00 0071
|
8368 |
|
8369 | 0x0000000107e176bc: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8370 | 0x0000000107e176bc: 0000 88d2 | c04e a4f2 | 6000 c0f2 | 08bf 81d2 | 09c1 81d2 | 0301 899a | 0468 63f8 | 8404 0091
|
8371 | 0x0000000107e176dc: 0468 23f8 | e223 01b9 | a00e 0054
|
8372 |
|
8373 | 0x0000000107e176e8: ; ImmutableOopMap {[208]=Oop }
|
8374 | ;*invokestatic m_231140_ {reexecute=0 rethrow=0 return_oop=0}
|
8375 | ; - net.minecraft.client.Minecraft::m_91383_@612 (line 1164)
|
8376 | ; {static_call}
|
8377 | 0x0000000107e176e8: 8687 7995
|
8378 |
|
8379 | 0x0000000107e176ec: ; ImmutableOopMap {[208]=Oop c_rarg0=Oop }
|
8380 | ;*invokedynamic {reexecute=0 rethrow=0 return_oop=0}
|
8381 | ; - net.minecraft.client.Minecraft::m_91383_@616 (line 1164)
|
8382 | ; {runtime_call load_appendix_patching Runtime1 stub}
|
8383 | 0x0000000107e176ec: 4554 7c95 | e16b 40f9 | e0a7 00f9
|
8384 |
|
8385 | 0x0000000107e176f8: ; ImmutableOopMap {[208]=Oop [328]=Oop }
|
8386 | ;*invokedynamic {reexecute=0 rethrow=0 return_oop=0}
|
8387 | ; - net.minecraft.client.Minecraft::m_91383_@616 (line 1164)
|
8388 | ; {static_call}
|
8389 | 0x0000000107e176f8: 8287 7995
|
8390 |
|
8391 | 0x0000000107e176fc: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8392 | 0x0000000107e176fc: 0200 88d2 | c24e a4f2 | 6200 c0f2 | 4220 3991 | e103 00aa | a100 00b5 | 4900 40f9 | 2901 40b2
|
8393 | 0x0000000107e1771c: 4900 00f9 | 1600 0014 | 2108 40b9 | 2100 5dd2 | 4900 40f9 | 2100 09ca | 28f4 7e92 | 0802 00b4
|
8394 | 0x0000000107e1773c: e101 0837 | a901 00b4 | 3f05 00f1 | 6001 0054 | bf39 03d5 | 2100 09ca | 4900 40f9 | 2100 09ca
|
8395 | 0x0000000107e1775c: 28f4 7e92 | c800 00b4 | 4900 40f9 | 2901 7fb2 | 4900 00f9 | 0200 0014 | 4100 00f9 | e2a7 40f9
|
8396 | 0x0000000107e1777c: ; implicit exception: dispatches to 0x0000000107e1b7ac
|
8397 | 0x0000000107e1777c: 5f00 40f9 | e103 02aa
|
8398 |
|
8399 | 0x0000000107e17784: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8400 | 0x0000000107e17784: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 682c 47f9 | 0805 0091 | 682c 07f9
|
8401 |
|
8402 | 0x0000000107e1779c: ; {metadata(method data for {method} {0x00000001202a9ae8} 'ifPresent' '(Ljava/util/function/Consumer;)V' in 'java/util/Optional')}
|
8403 | 0x0000000107e1779c: 0176 83d2 | a11f a4f2 | 2100 c0f2 | 23ac 40b9 | 6308 0011 | 23ac 00b9 | 634c 1f12 | 7f00 0071
|
8404 | 0x0000000107e177bc: a0ff 0154 | 420c 40b9 | 42f0 7dd3 | e103 1faa | 5f00 01eb
|
8405 |
|
8406 | 0x0000000107e177d0: ; {metadata(method data for {method} {0x00000001202a9ae8} 'ifPresent' '(Ljava/util/function/Consumer;)V' in 'java/util/Optional')}
|
8407 | 0x0000000107e177d0: 0176 83d2 | a11f a4f2 | 2100 c0f2 | e80f 7cb2 | e903 78b2 | 0301 899a | 2468 63f8 | 8404 0091
|
8408 | 0x0000000107e177f0: 2468 23f8 | 0006 0054
|
8409 |
|
8410 | 0x0000000107e177f8: ; implicit exception: dispatches to 0x0000000107e1b7d0
|
8411 | 0x0000000107e177f8: 1f00 40f9 | e103 00aa
|
8412 |
|
8413 | 0x0000000107e17800: ; {metadata(method data for {method} {0x00000001202a9ae8} 'ifPresent' '(Ljava/util/function/Consumer;)V' in 'java/util/Optional')}
|
8414 | 0x0000000107e17800: 0376 83d2 | a31f a4f2 | 2300 c0f2 | 2108 40b9 | 2100 5dd2 | 6980 0491 | 2801 40f9 | 3f00 08eb
|
8415 | 0x0000000107e17820: a100 0054 | 6894 40f9 | 0805 0091 | 6894 00f9 | 1c00 0014 | 69c0 0491 | 2801 40f9 | 3f00 08eb
|
8416 | 0x0000000107e17840: a100 0054 | 689c 40f9 | 0805 0091 | 689c 00f9 | 1400 0014 | 6980 0491 | 2801 40f9 | c800 00b5
|
8417 | 0x0000000107e17860: 2101 00f9 | e803 40b2 | 69a0 0491 | 2801 00f9 | 0c00 0014 | 69c0 0491 | 2801 40f9 | c800 00b5
|
8418 | 0x0000000107e17880: 2101 00f9 | e803 40b2 | 69e0 0491 | 2801 00f9 | 0400 0014 | 6888 40f9 | 0805 0091 | 6888 00f9
|
8419 | 0x0000000107e178a0: e103 00aa | e9ff 9fd2 | e9ff bff2 | e9ff dff2
|
8420 |
|
8421 | 0x0000000107e178b0: ; ImmutableOopMap {[208]=Oop }
|
8422 | ;*invokeinterface accept {reexecute=0 rethrow=0 return_oop=0}
|
8423 | ; - java.util.Optional::ifPresent@12 (line 178)
|
8424 | ; - net.minecraft.client.Minecraft::m_91383_@621 (line 1164)
|
8425 | ; {virtual_call}
|
8426 | 0x0000000107e178b0: 5486 7995 | e16b 40f9 | 20a4 41b9 | 00f0 7dd3 | 4001 00b4
|
8427 |
|
8428 | 0x0000000107e178c4: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
8429 | 0x0000000107e178c4: 0498 9ad2 | 2418 a0f2 | 0401 c0f2 | 0508 40b9 | a500 5dd2 | a81c 40f9 | 9f00 08eb | a1f7 0154
|
8430 | 0x0000000107e178e4: 0100 0014 | e203 00aa
|
8431 |
|
8432 | 0x0000000107e178ec: ; implicit exception: dispatches to 0x0000000107e1b7d8
|
8433 | 0x0000000107e178ec: 1f00 40f9
|
8434 |
|
8435 | 0x0000000107e178f0: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8436 | 0x0000000107e178f0: 0200 88d2 | c24e a4f2 | 6200 c0f2
|
8437 |
|
8438 | 0x0000000107e178fc: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
8439 | 0x0000000107e178fc: 0898 9ad2 | 2818 a0f2 | 0801 c0f2 | 4980 3a91 | 2801 00f9 | 4854 47f9 | 0805 0091 | 4854 07f9
|
8440 | 0x0000000107e1791c: ; {metadata(method data for {method} {0x000000032082e798} 'm_6182_' '(Ljava/lang/String;)V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
8441 | 0x0000000107e1791c: 00dc 92d2 | 4039 a4f2 | 6000 c0f2 | 02ac 40b9 | 4208 0011 | 02ac 00b9 | 424c 1f12 | 5f00 0071
|
8442 | 0x0000000107e1793c: 00f5 0154 | 2080 40b9 | 00f0 7dd3
|
8443 |
|
8444 | 0x0000000107e17948: ; implicit exception: dispatches to 0x0000000107e1b7fc
|
8445 | 0x0000000107e17948: 1f00 40f9 | e203 00aa
|
8446 |
|
8447 | 0x0000000107e17950: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8448 | 0x0000000107e17950: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 6864 47f9 | 0805 0091 | 6864 07f9 | e103 00aa
|
8449 |
|
8450 | 0x0000000107e1796c: ; ImmutableOopMap {[208]=Oop }
|
8451 | ;*invokevirtual m_85435_ {reexecute=0 rethrow=0 return_oop=0}
|
8452 | ; - net.minecraft.client.Minecraft::m_91383_@640 (line 1170)
|
8453 | ; {optimized virtual_call}
|
8454 | 0x0000000107e1796c: f514 0394 | e16b 40f9
|
8455 |
|
8456 | 0x0000000107e17974: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8457 | 0x0000000107e17974: 0000 88d2 | c04e a4f2 | 6000 c0f2 | 0880 47f9 | 0805 0091 | 0880 07f9
|
8458 |
|
8459 | 0x0000000107e1798c: ; {metadata(method data for {method} {0x0000000122738f80} 'm_91275_' '()I' in 'net/minecraft/client/Minecraft')}
|
8460 | 0x0000000107e1798c: 015e 87d2 | c14e a4f2 | 6100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
|
8461 | 0x0000000107e179ac: a0f2 0154 | e16b 40f9 | 2068 41b9 | 00f0 7dd3 | e203 1faa | 1f00 02eb
|
8462 |
|
8463 | 0x0000000107e179c4: ; {metadata(method data for {method} {0x0000000122738f80} 'm_91275_' '()I' in 'net/minecraft/client/Minecraft')}
|
8464 | 0x0000000107e179c4: 005e 87d2 | c04e a4f2 | 6000 c0f2 | e80f 7cb2 | e903 78b2 | 0211 899a | 0368 62f8 | 6304 0091
|
8465 | 0x0000000107e179e4: 0368 22f8 | e103 0054 | 2084 41b9 | 00f0 7dd3 | e203 1faa | 1f00 02eb
|
8466 |
|
8467 | 0x0000000107e179fc: ; {metadata(method data for {method} {0x0000000122738f80} 'm_91275_' '()I' in 'net/minecraft/client/Minecraft')}
|
8468 | 0x0000000107e179fc: 005e 87d2 | c04e a4f2 | 6000 c0f2 | 0822 80d2 | 0924 80d2 | 0211 899a | 0368 62f8 | 6304 0091
|
8469 | 0x0000000107e17a1c: 0368 22f8 | e101 0054 | 2088 41b9 | 00f0 7dd3 | e203 1faa | 1f00 02eb
|
8470 |
|
8471 | 0x0000000107e17a34: ; {metadata(method data for {method} {0x0000000122738f80} 'm_91275_' '()I' in 'net/minecraft/client/Minecraft')}
|
8472 | 0x0000000107e17a34: 005e 87d2 | c04e a4f2 | 6000 c0f2 | 0828 80d2 | 0926 80d2 | 0201 899a | 0368 62f8 | 6304 0091
|
8473 | 0x0000000107e17a54: 0368 22f8 | 6000 0054 | e00f 1e32 | 1200 0014 | 2080 40b9 | 00f0 7dd3
|
8474 |
|
8475 | 0x0000000107e17a6c: ; implicit exception: dispatches to 0x0000000107e1b820
|
8476 | 0x0000000107e17a6c: 1f00 40f9 | e203 00aa
|
8477 |
|
8478 | 0x0000000107e17a74: ; {metadata(method data for {method} {0x0000000122738f80} 'm_91275_' '()I' in 'net/minecraft/client/Minecraft')}
|
8479 | 0x0000000107e17a74: 035e 87d2 | c34e a4f2 | 6300 c0f2 | 68a8 40f9 | 0805 0091 | 68a8 00f9 | 0030 40b9
|
8480 |
|
8481 | 0x0000000107e17a90: ; {metadata(method data for {method} {0x0000000122738f80} 'm_91275_' '()I' in 'net/minecraft/client/Minecraft')}
|
8482 | 0x0000000107e17a90: 025e 87d2 | c24e a4f2 | 6200 c0f2 | 43c4 40f9 | 6304 0091 | 43c4 00f9 | 1f10 0471
|
8483 |
|
8484 | 0x0000000107e17aac: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8485 | 0x0000000107e17aac: 0200 88d2 | c24e a4f2 | 6200 c0f2 | 08e9 81d2 | 09e7 81d2 | 03b1 899a | 4468 63f8 | 8404 0091
|
8486 | 0x0000000107e17acc: 4468 23f8 | 6b00 0054 | e027 01b9 | 0b00 0014
|
8487 |
|
8488 | 0x0000000107e17adc: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8489 | 0x0000000107e17adc: 0200 88d2 | c24e a4f2 | 6200 c0f2 | 48ac 47f9 | 0805 0091 | 48ac 07f9 | e103 00aa | e027 01b9
|
8490 | 0x0000000107e17afc: ; ImmutableOopMap {[208]=Oop }
|
8491 | ;*invokestatic limitDisplayFPS {reexecute=0 rethrow=0 return_oop=0}
|
8492 | ; - net.minecraft.client.Minecraft::m_91383_@659 (line 1173)
|
8493 | ; {static_call}
|
8494 | 0x0000000107e17afc: 417c 0294 | e16b 40f9 | 20a4 41b9 | 00f0 7dd3 | 4001 00b4
|
8495 |
|
8496 | 0x0000000107e17b10: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
8497 | 0x0000000107e17b10: 0498 9ad2 | 2418 a0f2 | 0401 c0f2 | 0508 40b9 | a500 5dd2 | a81c 40f9 | 9f00 08eb | c1e7 0154
|
8498 | 0x0000000107e17b30: 0100 0014 | e203 00aa
|
8499 |
|
8500 | 0x0000000107e17b38: ; implicit exception: dispatches to 0x0000000107e1b828
|
8501 | 0x0000000107e17b38: 1f00 40f9
|
8502 |
|
8503 | 0x0000000107e17b3c: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8504 | 0x0000000107e17b3c: 0200 88d2 | c24e a4f2 | 6200 c0f2
|
8505 |
|
8506 | 0x0000000107e17b48: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
8507 | 0x0000000107e17b48: 0898 9ad2 | 2818 a0f2 | 0801 c0f2 | 49e0 3d91 | 2801 00f9 | 48c0 47f9 | 0805 0091 | 48c0 07f9
|
8508 | 0x0000000107e17b68: ; {metadata(method data for {method} {0x000000032082e798} 'm_6182_' '(Ljava/lang/String;)V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
8509 | 0x0000000107e17b68: 00dc 92d2 | 4039 a4f2 | 6000 c0f2 | 02ac 40b9 | 4208 0011 | 02ac 00b9 | 424c 1f12 | 5f00 0071
|
8510 | 0x0000000107e17b88: 20e5 0154
|
8511 |
|
8512 | 0x0000000107e17b8c: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8513 | 0x0000000107e17b8c: 0000 88d2 | c04e a4f2 | 6000 c0f2 | 08d0 47f9 | 0805 0091 | 08d0 07f9
|
8514 |
|
8515 | 0x0000000107e17ba4: ; ImmutableOopMap {[208]=Oop }
|
8516 | ;*invokestatic yield {reexecute=0 rethrow=0 return_oop=0}
|
8517 | ; - net.minecraft.client.Minecraft::m_91383_@674 (line 1177)
|
8518 | ; {static_call}
|
8519 | 0x0000000107e17ba4: 2b5a b295 | e16b 40f9 | 20a4 41b9 | 00f0 7dd3 | 4001 00b4
|
8520 |
|
8521 | 0x0000000107e17bb8: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
8522 | 0x0000000107e17bb8: 0498 9ad2 | 2418 a0f2 | 0401 c0f2 | 0508 40b9 | a500 5dd2 | a81c 40f9 | 9f00 08eb | c1e3 0154
|
8523 | 0x0000000107e17bd8: 0100 0014 | e203 00aa
|
8524 |
|
8525 | 0x0000000107e17be0: ; implicit exception: dispatches to 0x0000000107e1b850
|
8526 | 0x0000000107e17be0: 1f00 40f9
|
8527 |
|
8528 | 0x0000000107e17be4: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8529 | 0x0000000107e17be4: 0200 88d2 | c24e a4f2 | 6200 c0f2
|
8530 |
|
8531 | 0x0000000107e17bf0: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
8532 | 0x0000000107e17bf0: 0898 9ad2 | 2818 a0f2 | 0801 c0f2 | 4900 3f91 | 2801 00f9 | 48e4 47f9 | 0805 0091 | 48e4 07f9
|
8533 | 0x0000000107e17c10: ; {metadata(method data for {method} {0x000000032082e6f0} 'm_7238_' '()V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
8534 | 0x0000000107e17c10: 0084 9cd2 | 6035 a4f2 | 6000 c0f2 | 02ac 40b9 | 4208 0011 | 02ac 00b9 | 424c 1f12 | 5f00 0071
|
8535 | 0x0000000107e17c30: 20e1 0154 | 2080 40b9 | 00f0 7dd3
|
8536 |
|
8537 | 0x0000000107e17c3c: ; implicit exception: dispatches to 0x0000000107e1b874
|
8538 | 0x0000000107e17c3c: 1f00 40f9 | e203 00aa
|
8539 |
|
8540 | 0x0000000107e17c44: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8541 | 0x0000000107e17c44: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 68f4 47f9 | 0805 0091 | 68f4 07f9
|
8542 |
|
8543 | 0x0000000107e17c5c: ; {oop("Post render"{0x0000000708b047c0})}
|
8544 | 0x0000000107e17c5c: 02f8 88d2 | 0216 a1f2 | e200 c0f2 | 83e3 4039 | 7f00 0071 | 41e0 0154 | 48fc 43d3 | 086c 00b9
|
8545 | 0x0000000107e17c7c: 0300 02ca | 63fc 55d3 | 7f00 00f1 | 41e0 0154 | 204c 40b9 | 0004 0011 | 204c 00b9 | e003 01aa
|
8546 | 0x0000000107e17c9c: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8547 | 0x0000000107e17c9c: 0200 88d2 | c24e a4f2 | 6200 c0f2
|
8548 |
|
8549 | 0x0000000107e17ca8: ; {metadata('net/minecraft/client/Minecraft')}
|
8550 | 0x0000000107e17ca8: 082b 82d2 | c80a a0f2 | 0801 c0f2 | 4904 4091 | 29c1 0091 | 2801 00f9 | 481c 48f9 | 0805 0091
|
8551 | 0x0000000107e17cc8: 481c 08f9
|
8552 |
|
8553 | 0x0000000107e17ccc: ; {metadata(method data for {method} {0x000000012273de78} 'm_91091_' '()Z' in 'net/minecraft/client/Minecraft')}
|
8554 | 0x0000000107e17ccc: 0003 83d2 | 6044 a4f2 | 6000 c0f2 | 02ac 40b9 | 4208 0011 | 02ac 00b9 | 424c 1f12 | 5f00 0071
|
8555 | 0x0000000107e17cec: a0dd 0154 | 208c 4139 | 1f00 0071
|
8556 |
|
8557 | 0x0000000107e17cf8: ; {metadata(method data for {method} {0x000000012273de78} 'm_91091_' '()Z' in 'net/minecraft/client/Minecraft')}
|
8558 | 0x0000000107e17cf8: 0003 83d2 | 6044 a4f2 | 6000 c0f2 | e80f 7cb2 | e903 78b2 | 0201 899a | 0368 62f8 | 6304 0091
|
8559 | 0x0000000107e17d18: 0368 22f8 | e001 0054 | 2070 41b9 | 00f0 7dd3 | e203 1faa | 1f00 02eb
|
8560 |
|
8561 | 0x0000000107e17d30: ; {metadata(method data for {method} {0x000000012273de78} 'm_91091_' '()Z' in 'net/minecraft/client/Minecraft')}
|
8562 | 0x0000000107e17d30: 0003 83d2 | 6044 a4f2 | 6000 c0f2 | 0824 80d2 | 0922 80d2 | 0211 899a | 0368 62f8 | 6304 0091
|
8563 | 0x0000000107e17d50: 0368 22f8 | 6100 0054 | 0000 a052 | 0800 0014
|
8564 |
|
8565 | 0x0000000107e17d60: ; {metadata(method data for {method} {0x000000012273de78} 'm_91091_' '()Z' in 'net/minecraft/client/Minecraft')}
|
8566 | 0x0000000107e17d60: 0003 83d2 | 6044 a4f2 | 6000 c0f2 | 0298 40f9 | 4204 0091 | 0298 00f9 | e003 0032 | 0000 0012
|
8567 | 0x0000000107e17d80: 1f00 0071
|
8568 |
|
8569 | 0x0000000107e17d84: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8570 | 0x0000000107e17d84: 0000 88d2 | c04e a4f2 | 6000 c0f2 | 080b 82d2 | 090d 82d2 | 0201 899a | 0368 62f8 | 6304 0091
|
8571 | 0x0000000107e17da4: 0368 22f8 | c01b 0054 | 2084 41b9 | 00f0 7dd3 | e203 1faa | 1f00 02eb
|
8572 |
|
8573 | 0x0000000107e17dbc: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8574 | 0x0000000107e17dbc: 0200 88d2 | c24e a4f2 | 6200 c0f2 | 080f 82d2 | 0911 82d2 | 0301 899a | 4468 63f8 | 8404 0091
|
8575 | 0x0000000107e17ddc: 4468 23f8 | 4008 0054
|
8576 |
|
8577 | 0x0000000107e17de4: ; implicit exception: dispatches to 0x0000000107e1b8c0
|
8578 | 0x0000000107e17de4: 1f00 40f9 | e203 00aa
|
8579 |
|
8580 | 0x0000000107e17dec: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8581 | 0x0000000107e17dec: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 4208 40b9 | 4200 5dd2 | 6904 4091 | 29a1 0291 | 2801 40f9
|
8582 | 0x0000000107e17e0c: 5f00 08eb | a100 0054 | 6858 48f9 | 0805 0091 | 6858 08f9 | 2100 0014 | 6904 4091 | 29e1 0291
|
8583 | 0x0000000107e17e2c: 2801 40f9 | 5f00 08eb | a100 0054 | 6860 48f9 | 0805 0091 | 6860 08f9 | 1800 0014 | 6904 4091
|
8584 | 0x0000000107e17e4c: 29a1 0291 | 2801 40f9 | e800 00b5 | 2201 00f9 | e803 40b2 | 6904 4091 | 29c1 0291 | 2801 00f9
|
8585 | 0x0000000107e17e6c: 0e00 0014 | 6904 4091 | 29e1 0291 | 2801 40f9 | e800 00b5 | 2201 00f9 | e803 40b2 | 6904 4091
|
8586 | 0x0000000107e17e8c: 2901 0391 | 2801 00f9 | 0400 0014 | 684c 48f9 | 0805 0091 | 684c 08f9 | e103 00aa | e9ff 9fd2
|
8587 | 0x0000000107e17eac: e9ff bff2 | e9ff dff2
|
8588 |
|
8589 | 0x0000000107e17eb4: ; ImmutableOopMap {[208]=Oop }
|
8590 | ;*invokevirtual m_7043_ {reexecute=0 rethrow=0 return_oop=0}
|
8591 | ; - net.minecraft.client.Minecraft::m_91383_@724 (line 1181)
|
8592 | ; {virtual_call}
|
8593 | 0x0000000107e17eb4: ef60 7c95 | 1f00 0071
|
8594 |
|
8595 | 0x0000000107e17ebc: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8596 | 0x0000000107e17ebc: 0100 88d2 | c14e a4f2 | 6100 c0f2 | 081a 82d2 | 091c 82d2 | 0011 899a | 2268 60f8 | 4204 0091
|
8597 | 0x0000000107e17edc: 2268 20f8 | e16b 40f9 | a109 0054 | 2088 41b9 | 00f0 7dd3 | e203 1faa | 1f00 02eb
|
8598 |
|
8599 | 0x0000000107e17ef8: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8600 | 0x0000000107e17ef8: 0200 88d2 | c24e a4f2 | 6200 c0f2 | 081e 82d2 | 0920 82d2 | 0301 899a | 4468 63f8 | 8404 0091
|
8601 | 0x0000000107e17f18: 4468 23f8 | 2010 0054
|
8602 |
|
8603 | 0x0000000107e17f20: ; implicit exception: dispatches to 0x0000000107e1b8c4
|
8604 | 0x0000000107e17f20: 1f00 40f9
|
8605 |
|
8606 | 0x0000000107e17f24: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8607 | 0x0000000107e17f24: 0200 88d2 | c24e a4f2 | 6200 c0f2 | 0008 40b9 | 0000 5dd2 | 4904 4091 | 2981 0491 | 2801 40f9
|
8608 | 0x0000000107e17f44: 1f00 08eb | a100 0054 | 4894 48f9 | 0805 0091 | 4894 08f9 | 2100 0014 | 4904 4091 | 29c1 0491
|
8609 | 0x0000000107e17f64: 2801 40f9 | 1f00 08eb | a100 0054 | 489c 48f9 | 0805 0091 | 489c 08f9 | 1800 0014 | 4904 4091
|
8610 | 0x0000000107e17f84: 2981 0491 | 2801 40f9 | e800 00b5 | 2001 00f9 | e803 40b2 | 4904 4091 | 29a1 0491 | 2801 00f9
|
8611 | 0x0000000107e17fa4: 0e00 0014 | 4904 4091 | 29c1 0491 | 2801 40f9 | e800 00b5 | 2001 00f9 | e803 40b2 | 4904 4091
|
8612 | 0x0000000107e17fc4: 29e1 0491 | 2801 00f9 | 0400 0014 | 4888 48f9 | 0805 0091 | 4888 08f9
|
8613 |
|
8614 | 0x0000000107e17fdc: ; {metadata(method data for {method} {0x0000000122694580} 'm_7859_' '()Z' in 'net/minecraft/client/gui/screens/LoadingOverlay')}
|
8615 | 0x0000000107e17fdc: 00cb 92d2 | c04e a4f2 | 6000 c0f2 | 02ac 40b9 | 4208 0011 | 02ac 00b9 | 424c 1f12 | 5f00 0071
|
8616 | 0x0000000107e17ffc: 60c6 0154
|
8617 |
|
8618 | 0x0000000107e18000: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8619 | 0x0000000107e18000: 0000 88d2 | c04e a4f2 | 6000 c0f2 | 02ac 48f9 | 4204 0091 | 02ac 08f9 | 2070 41b9 | 00f0 7dd3
|
8620 | 0x0000000107e18020: ; implicit exception: dispatches to 0x0000000107e1b8e8
|
8621 | 0x0000000107e18020: 1f00 40f9 | e203 00aa
|
8622 |
|
8623 | 0x0000000107e18028: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8624 | 0x0000000107e18028: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 4208 40b9 | 4200 5dd2 | 6904 4091 | 29e1 0591 | 2801 40f9
|
8625 | 0x0000000107e18048: 5f00 08eb | a100 0054 | 68c0 48f9 | 0805 0091 | 68c0 08f9 | 2100 0014 | 6904 4091 | 2921 0691
|
8626 | 0x0000000107e18068: 2801 40f9 | 5f00 08eb | a100 0054 | 68c8 48f9 | 0805 0091 | 68c8 08f9 | 1800 0014 | 6904 4091
|
8627 | 0x0000000107e18088: 29e1 0591 | 2801 40f9 | e800 00b5 | 2201 00f9 | e803 40b2 | 6904 4091 | 2901 0691 | 2801 00f9
|
8628 | 0x0000000107e180a8: 0e00 0014 | 6904 4091 | 2921 0691 | 2801 40f9 | e800 00b5 | 2201 00f9 | e803 40b2 | 6904 4091
|
8629 | 0x0000000107e180c8: 2941 0691 | 2801 00f9 | 0400 0014 | 68b4 48f9 | 0805 0091 | 68b4 08f9 | e103 00aa | 0900 8ad2
|
8630 | 0x0000000107e180e8: 891c a0f2 | 0901 c0f2
|
8631 |
|
8632 | 0x0000000107e180f0: ; ImmutableOopMap {[208]=Oop }
|
8633 | ;*invokevirtual m_6992_ {reexecute=0 rethrow=0 return_oop=0}
|
8634 | ; - net.minecraft.client.Minecraft::m_91383_@751 (line 1181)
|
8635 | ; {virtual_call}
|
8636 | 0x0000000107e180f0: 7409 0294 | 1f00 0071
|
8637 |
|
8638 | 0x0000000107e180f8: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8639 | 0x0000000107e180f8: 0100 88d2 | c14e a4f2 | 6100 c0f2 | 0836 82d2 | 0934 82d2 | 0001 899a | 2268 60f8 | 4204 0091
|
8640 | 0x0000000107e18118: 2268 20f8 | 6000 0054 | 0100 a052 | 0800 0014
|
8641 |
|
8642 | 0x0000000107e18128: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8643 | 0x0000000107e18128: 0100 88d2 | c14e a4f2 | 6100 c0f2 | 20e0 48f9 | 0004 0091 | 20e0 08f9 | e103 0032 | e06b 40f9
|
8644 | 0x0000000107e18148: bf3b 03d5 | 0290 4139 | bf39 03d5 | 5f00 016b
|
8645 |
|
8646 | 0x0000000107e18158: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8647 | 0x0000000107e18158: 0200 88d2 | c24e a4f2 | 6200 c0f2 | 083b 82d2 | 093d 82d2 | 0301 899a | 4468 63f8 | 8404 0091
|
8648 | 0x0000000107e18178: 4468 23f8 | 4004 0054 | bf3b 03d5 | 0290 4139 | bf39 03d5 | 5f00 0071
|
8649 |
|
8650 | 0x0000000107e18190: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8651 | 0x0000000107e18190: 0200 88d2 | c24e a4f2 | 6200 c0f2 | 083f 82d2 | 0941 82d2 | 0301 899a | 4468 63f8 | 8404 0091
|
8652 | 0x0000000107e181b0: 4468 23f8 | 8001 0054 | 0284 40b9 | 42f0 7dd3
|
8653 |
|
8654 | 0x0000000107e181c0: ; implicit exception: dispatches to 0x0000000107e1b8ec
|
8655 | 0x0000000107e181c0: 400c 40bd | 001c 00bd
|
8656 |
|
8657 | 0x0000000107e181c8: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8658 | 0x0000000107e181c8: 0200 88d2 | c24e a4f2 | 6200 c0f2 | 430c 49f9 | 6304 0091 | 430c 09f9 | 0500 0014 | 0284 40b9
|
8659 | 0x0000000107e181e8: 42f0 7dd3 | 001c 40bd
|
8660 |
|
8661 | 0x0000000107e181f0: ; implicit exception: dispatches to 0x0000000107e1b8f0
|
8662 | 0x0000000107e181f0: 400c 00bd | 2100 0012 | bf3b 03d5 | 0190 0139 | bf3b 03d5
|
8663 |
|
8664 | 0x0000000107e18204: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8665 | 0x0000000107e18204: 0000 88d2 | c04e a4f2 | 6000 c0f2 | 0818 49f9 | 0805 0091 | 0818 09f9
|
8666 |
|
8667 | 0x0000000107e1821c: ; {metadata(method data for {method} {0x0000000122966748} 'm_137569_' '()J' in 'net/minecraft/Util')}
|
8668 | 0x0000000107e1821c: 000a 9ed2 | 6035 a4f2 | 6000 c0f2 | 03ac 40b9 | 6308 0011 | 03ac 00b9 | 634c 1f12 | 7f00 0071
|
8669 | 0x0000000107e1823c: c0b5 0154
|
8670 |
|
8671 | 0x0000000107e18240: ; {oop(a 'java/lang/Class'{0x00000007066189c8} = 'net/minecraft/Util')}
|
8672 | 0x0000000107e18240: 0039 91d2 | 20cc a0f2 | e000 c0f2 | 0088 40b9 | 00f0 7dd3
|
8673 |
|
8674 | 0x0000000107e18254: ; implicit exception: dispatches to 0x0000000107e1b914
|
8675 | 0x0000000107e18254: 1f00 40f9 | e303 00aa
|
8676 |
|
8677 | 0x0000000107e1825c: ; {metadata(method data for {method} {0x0000000122966748} 'm_137569_' '()J' in 'net/minecraft/Util')}
|
8678 | 0x0000000107e1825c: 040a 9ed2 | 6435 a4f2 | 6400 c0f2 | 6308 40b9 | 6300 5dd2 | 8900 0491 | 2801 40f9 | 7f00 08eb
|
8679 | 0x0000000107e1827c: a100 0054 | 8884 40f9 | 0805 0091 | 8884 00f9 | 1c00 0014 | 8940 0491 | 2801 40f9 | 7f00 08eb
|
8680 | 0x0000000107e1829c: a100 0054 | 888c 40f9 | 0805 0091 | 888c 00f9 | 1400 0014 | 8900 0491 | 2801 40f9 | c800 00b5
|
8681 | 0x0000000107e182bc: 2301 00f9 | e803 40b2 | 8920 0491 | 2801 00f9 | 0c00 0014 | 8940 0491 | 2801 40f9 | c800 00b5
|
8682 | 0x0000000107e182dc: 2301 00f9 | e803 40b2 | 8960 0491 | 2801 00f9 | 0400 0014 | 8878 40f9 | 0805 0091 | 8878 00f9
|
8683 | 0x0000000107e182fc: e103 00aa | 0927 81d2 | 6919 a0f2 | 0901 c0f2
|
8684 |
|
8685 | 0x0000000107e1830c: ; ImmutableOopMap {[208]=Oop }
|
8686 | ;*invokeinterface getAsLong {reexecute=0 rethrow=0 return_oop=0}
|
8687 | ; - net.minecraft.Util::m_137569_@3 (line 119)
|
8688 | ; - net.minecraft.client.Minecraft::m_91383_@811 (line 1192)
|
8689 | ; {virtual_call}
|
8690 | 0x0000000107e1830c: 2d78 b395 | e16b 40f9 | 2220 40f9 | 0200 02cb | e523 41b9 | bf00 0071
|
8691 |
|
8692 | 0x0000000107e18324: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8693 | 0x0000000107e18324: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 0848 82d2 | 094a 82d2 | 0401 899a | 6568 64f8 | a504 0091
|
8694 | 0x0000000107e18344: 6568 24f8 | 4000 0054 | 2218 00f9 | e0ab 00f9 | 23e4 40b9 | 63f0 7dd3
|
8695 |
|
8696 | 0x0000000107e1835c: ; implicit exception: dispatches to 0x0000000107e1b918
|
8697 | 0x0000000107e1835c: 7f00 40f9 | e403 03aa
|
8698 |
|
8699 | 0x0000000107e18364: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8700 | 0x0000000107e18364: 0500 88d2 | c54e a4f2 | 6500 c0f2
|
8701 |
|
8702 | 0x0000000107e18370: ; {metadata('net/minecraft/util/FrameTimer')}
|
8703 | 0x0000000107e18370: 0895 96d2 | 2818 a0f2 | 0801 c0f2 | a904 4091 | 29c1 0991 | 2801 00f9 | a83c 49f9 | 0805 0091
|
8704 | 0x0000000107e18390: a83c 09f9 | e103 03aa
|
8705 |
|
8706 | 0x0000000107e18398: ; ImmutableOopMap {[208]=Oop }
|
8707 | ;*invokevirtual m_13755_ {reexecute=0 rethrow=0 return_oop=0}
|
8708 | ; - net.minecraft.client.Minecraft::m_91383_@842 (line 1198)
|
8709 | ; {optimized virtual_call}
|
8710 | 0x0000000107e18398: fac6 f797 | e16b 40f9 | e0ab 40f9 | 2020 00f9 | 20a4 41b9 | 00f0 7dd3 | 4001 00b4
|
8711 |
|
8712 | 0x0000000107e183b4: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
8713 | 0x0000000107e183b4: 0498 9ad2 | 2418 a0f2 | 0401 c0f2 | 0508 40b9 | a500 5dd2 | a81c 40f9 | 9f00 08eb | 61aa 0154
|
8714 | 0x0000000107e183d4: 0100 0014 | e203 00aa
|
8715 |
|
8716 | 0x0000000107e183dc: ; implicit exception: dispatches to 0x0000000107e1b920
|
8717 | 0x0000000107e183dc: 1f00 40f9
|
8718 |
|
8719 | 0x0000000107e183e0: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8720 | 0x0000000107e183e0: 0200 88d2 | c24e a4f2 | 6200 c0f2
|
8721 |
|
8722 | 0x0000000107e183ec: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
8723 | 0x0000000107e183ec: 0898 9ad2 | 2818 a0f2 | 0801 c0f2 | 4904 4091 | 29a1 0a91 | 2801 00f9 | 4858 49f9 | 0805 0091
|
8724 | 0x0000000107e1840c: 4858 09f9
|
8725 |
|
8726 | 0x0000000107e18410: ; {metadata(method data for {method} {0x000000032082e4f8} 'm_6180_' '(Ljava/lang/String;)V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
8727 | 0x0000000107e18410: 007a 83d2 | 6038 a4f2 | 6000 c0f2 | 02ac 40b9 | 4208 0011 | 02ac 00b9 | 424c 1f12 | 5f00 0071
|
8728 | 0x0000000107e18430: a0a7 0154 | 20b8 41b9 | 00f0 7dd3 | e203 1faa | 1f00 02eb
|
8729 |
|
8730 | 0x0000000107e18444: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8731 | 0x0000000107e18444: 0200 88d2 | c24e a4f2 | 6200 c0f2 | 085a 82d2 | 095c 82d2 | 0301 899a | 4468 63f8 | 8404 0091
|
8732 | 0x0000000107e18464: 4468 23f8 | 4004 0054 | e103 00aa | e9ff 9fd2 | e9ff bff2 | e9ff dff2
|
8733 |
|
8734 | 0x0000000107e1847c: ; ImmutableOopMap {[208]=Oop }
|
8735 | ;*invokevirtual m_231150_ {reexecute=0 rethrow=0 return_oop=0}
|
8736 | ; - net.minecraft.client.Minecraft::m_91383_@874 (line 1201)
|
8737 | ; {virtual_call}
|
8738 | 0x0000000107e1847c: 6183 7995 | 1f00 0071
|
8739 |
|
8740 | 0x0000000107e18484: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8741 | 0x0000000107e18484: 0100 88d2 | c14e a4f2 | 6100 c0f2 | 0865 82d2 | 0967 82d2 | 0001 899a | 2268 60f8 | 4204 0091
|
8742 | 0x0000000107e184a4: 2268 20f8 | 4002 0054 | e16b 40f9 | 20b8 41b9 | 00f0 7dd3 | e103 00aa | e9ff 9fd2 | e9ff bff2
|
8743 | 0x0000000107e184c4: e9ff dff2
|
8744 |
|
8745 | 0x0000000107e184c8: ; ImmutableOopMap {[208]=Oop }
|
8746 | ;*invokevirtual m_231151_ {reexecute=0 rethrow=0 return_oop=0}
|
8747 | ; - net.minecraft.client.Minecraft::m_91383_@885 (line 1202)
|
8748 | ; {virtual_call}
|
8749 | 0x0000000107e184c8: 4e83 7995 | e16b 40f9 | 2218 40f9 | 0000 629e
|
8750 |
|
8751 | 0x0000000107e184d8: ; {section_word}
|
8752 | 0x0000000107e184d8: 8855 fd10 | 0101 40fd | 0208 611e | 4000 629e | 4118 601e | 211c 00fd
|
8753 |
|
8754 | 0x0000000107e184f0: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8755 | 0x0000000107e184f0: 0200 88d2 | c24e a4f2 | 6200 c0f2 | 48c0 49f9 | 0805 0091 | 48c0 09f9
|
8756 |
|
8757 | 0x0000000107e18508: ; {metadata(method data for {method} {0x00000001229666b0} 'm_137550_' '()J' in 'net/minecraft/Util')}
|
8758 | 0x0000000107e18508: 02c0 8bd2 | 6238 a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
8759 | 0x0000000107e18528: e0a0 0154
|
8760 |
|
8761 | 0x0000000107e1852c: ; {metadata(method data for {method} {0x00000001229666b0} 'm_137550_' '()J' in 'net/minecraft/Util')}
|
8762 | 0x0000000107e1852c: 02c0 8bd2 | 6238 a4f2 | 6200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
8763 |
|
8764 | 0x0000000107e18544: ; {metadata(method data for {method} {0x0000000122966748} 'm_137569_' '()J' in 'net/minecraft/Util')}
|
8765 | 0x0000000107e18544: 020a 9ed2 | 6235 a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
8766 | 0x0000000107e18564: 00a0 0154
|
8767 |
|
8768 | 0x0000000107e18568: ; {oop(a 'java/lang/Class'{0x00000007066189c8} = 'net/minecraft/Util')}
|
8769 | 0x0000000107e18568: 0239 91d2 | 22cc a0f2 | e200 c0f2 | 4288 40b9 | 42f0 7dd3
|
8770 |
|
8771 | 0x0000000107e1857c: ; implicit exception: dispatches to 0x0000000107e1b984
|
8772 | 0x0000000107e1857c: 5f00 40f9 | e303 02aa
|
8773 |
|
8774 | 0x0000000107e18584: ; {metadata(method data for {method} {0x0000000122966748} 'm_137569_' '()J' in 'net/minecraft/Util')}
|
8775 | 0x0000000107e18584: 040a 9ed2 | 6435 a4f2 | 6400 c0f2 | 6308 40b9 | 6300 5dd2 | 8900 0491 | 2801 40f9 | 7f00 08eb
|
8776 | 0x0000000107e185a4: a100 0054 | 8884 40f9 | 0805 0091 | 8884 00f9 | 1c00 0014 | 8940 0491 | 2801 40f9 | 7f00 08eb
|
8777 | 0x0000000107e185c4: a100 0054 | 888c 40f9 | 0805 0091 | 888c 00f9 | 1400 0014 | 8900 0491 | 2801 40f9 | c800 00b5
|
8778 | 0x0000000107e185e4: 2301 00f9 | e803 40b2 | 8920 0491 | 2801 00f9 | 0c00 0014 | 8940 0491 | 2801 40f9 | c800 00b5
|
8779 | 0x0000000107e18604: 2301 00f9 | e803 40b2 | 8960 0491 | 2801 00f9 | 0400 0014 | 8878 40f9 | 0805 0091 | 8878 00f9
|
8780 | 0x0000000107e18624: e103 02aa | 0927 81d2 | 6919 a0f2 | 0901 c0f2
|
8781 |
|
8782 | 0x0000000107e18634: ; ImmutableOopMap {[208]=Oop }
|
8783 | ;*invokeinterface getAsLong {reexecute=0 rethrow=0 return_oop=0}
|
8784 | ; - net.minecraft.Util::m_137569_@3 (line 119)
|
8785 | ; - net.minecraft.Util::m_137550_@0 (line 115)
|
8786 | ; - net.minecraft.client.Minecraft::m_91383_@902 (line 1205)
|
8787 | ; {virtual_call}
|
8788 | 0x0000000107e18634: 6377 b395 | 0148 88d2 | e101 a0f2 | 020c c19a | e16b 40f9 | 2010 40f9 | 037d 80d2 | 0000 038b
|
8789 | 0x0000000107e18654: 5f00 00eb
|
8790 |
|
8791 | 0x0000000107e18658: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8792 | 0x0000000107e18658: 0200 88d2 | c24e a4f2 | 6200 c0f2 | 0872 82d2 | 0974 82d2 | 00b1 899a | 4368 60f8 | 6304 0091
|
8793 | 0x0000000107e18678: 4368 20f8 | cbcb 0054 | 201c 40fd | 01e4 002f | 0020 611e | e207 9f9a | 42a4 82da | 5f00 0071
|
8794 | 0x0000000107e18698: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8795 | 0x0000000107e18698: 0200 88d2 | c24e a4f2 | 6200 c0f2 | 0876 82d2 | 0978 82d2 | 00d1 899a | 4368 60f8 | 6304 0091
|
8796 | 0x0000000107e186b8: 4368 20f8 | 0d0e 0054
|
8797 |
|
8798 | 0x0000000107e186c0: ; {section_word}
|
8799 | 0x0000000107e186c0: 8846 fd10 | 0101 40fd | 0020 611e | e207 9f9a | 42a4 82da | 5f00 0071
|
8800 |
|
8801 | 0x0000000107e186d8: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8802 | 0x0000000107e186d8: 0200 88d2 | c24e a4f2 | 6200 c0f2 | 087a 82d2 | 097c 82d2 | 00d1 899a | 4368 60f8 | 6304 0091
|
8803 | 0x0000000107e186f8: 4368 20f8 | ed06 0054
|
8804 |
|
8805 | 0x0000000107e18700: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8806 | 0x0000000107e18700: 0200 88d2 | c24e a4f2 | 6200 c0f2 | 48f8 49f9 | 0805 0091 | 48f8 09f9
|
8807 |
|
8808 | 0x0000000107e18718: ; {metadata(method data for {method} {0x000000012000e1f8} 'valueOf' '(Ljava/lang/Object;)Ljava/lang/String;' in 'java/lang/String')}
|
8809 | 0x0000000107e18718: 0239 8ed2 | e20e a4f2 | 2200 c0f2 | 40ac 40b9 | 0008 0011 | 40ac 00b9 | 004c 1f12 | 1f00 0071
|
8810 | 0x0000000107e18738: 8092 0154
|
8811 |
|
8812 | 0x0000000107e1873c: ; {metadata(method data for {method} {0x000000012000e1f8} 'valueOf' '(Ljava/lang/Object;)Ljava/lang/String;' in 'java/lang/String')}
|
8813 | 0x0000000107e1873c: 0239 8ed2 | e20e a4f2 | 2200 c0f2 | 4078 40f9 | 0004 0091 | 4078 00f9
|
8814 |
|
8815 | 0x0000000107e18754: ; {oop(a 'net/minecraft/ChatFormatting'{0x0000000703725528})}
|
8816 | 0x0000000107e18754: 02a5 8ad2 | 426e a0f2 | e200 c0f2 | e003 02aa
|
8817 |
|
8818 | 0x0000000107e18764: ; {metadata(method data for {method} {0x000000012000e1f8} 'valueOf' '(Ljava/lang/Object;)Ljava/lang/String;' in 'java/lang/String')}
|
8819 | 0x0000000107e18764: 0339 8ed2 | e30e a4f2 | 2300 c0f2 | 6894 40f9 | 0805 0091 | 6894 00f9
|
8820 |
|
8821 | 0x0000000107e1877c: ; implicit exception: dispatches to 0x0000000107e1b9a8
|
8822 | 0x0000000107e1877c: 4220 40b9 | 42f0 7dd3
|
8823 |
|
8824 | 0x0000000107e18784: ; ImmutableOopMap {c_rarg2=Oop [208]=Oop }
|
8825 | ;*invokedynamic {reexecute=0 rethrow=0 return_oop=0}
|
8826 | ; - net.minecraft.client.Minecraft::m_91383_@943 (line 1208)
|
8827 | ; {runtime_call load_appendix_patching Runtime1 stub}
|
8828 | 0x0000000107e18784: 1f50 7c95 | e103 02aa | e203 00aa
|
8829 |
|
8830 | 0x0000000107e18790: ; ImmutableOopMap {[208]=Oop }
|
8831 | ;*invokedynamic {reexecute=0 rethrow=0 return_oop=0}
|
8832 | ; - net.minecraft.client.Minecraft::m_91383_@943 (line 1208)
|
8833 | ; {static_call}
|
8834 | 0x0000000107e18790: 5c83 7995
|
8835 |
|
8836 | 0x0000000107e18794: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8837 | 0x0000000107e18794: 0100 88d2 | c14e a4f2 | 6100 c0f2 | 2104 4091 | 2180 1091 | e203 00aa | 8200 00b5 | 2900 40f9
|
8838 | 0x0000000107e187b4: 2901 40b2 | 2900 00f9
|
8839 |
|
8840 | 0x0000000107e187bc: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8841 | 0x0000000107e187bc: 0100 88d2 | c14e a4f2 | 6100 c0f2 | 2218 4af9 | 4204 0091 | 2218 0af9 | 1500 0014
|
8842 |
|
8843 | 0x0000000107e187d8: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8844 | 0x0000000107e187d8: 0000 88d2 | c04e a4f2 | 6000 c0f2 | 0824 4af9 | 0805 0091 | 0824 0af9
|
8845 |
|
8846 | 0x0000000107e187f0: ; ImmutableOopMap {[208]=Oop }
|
8847 | ;*invokestatic round {reexecute=0 rethrow=0 return_oop=0}
|
8848 | ; - net.minecraft.client.Minecraft::m_91383_@955 (line 1208)
|
8849 | ; {static_call}
|
8850 | 0x0000000107e187f0: 4483 7995
|
8851 |
|
8852 | 0x0000000107e187f4: ; ImmutableOopMap {[208]=Oop }
|
8853 | ;*invokedynamic {reexecute=0 rethrow=0 return_oop=0}
|
8854 | ; - net.minecraft.client.Minecraft::m_91383_@958 (line 1208)
|
8855 | ; {runtime_call load_appendix_patching Runtime1 stub}
|
8856 | 0x0000000107e187f4: 0350 7c95 | e103 00aa
|
8857 |
|
8858 | 0x0000000107e187fc: ; ImmutableOopMap {[208]=Oop }
|
8859 | ;*invokedynamic {reexecute=0 rethrow=0 return_oop=0}
|
8860 | ; - net.minecraft.client.Minecraft::m_91383_@958 (line 1208)
|
8861 | ; {static_call}
|
8862 | 0x0000000107e187fc: 4183 7995
|
8863 |
|
8864 | 0x0000000107e18800: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8865 | 0x0000000107e18800: 0100 88d2 | c14e a4f2 | 6100 c0f2 | 2104 4091 | 21a0 1191 | e203 00aa | 8200 00b5 | 2900 40f9
|
8866 | 0x0000000107e18820: 2901 40b2 | 2900 00f9
|
8867 |
|
8868 | 0x0000000107e18828: ; ImmutableOopMap {[208]=Oop c_rarg0=Oop }
|
8869 | ;*invokedynamic {reexecute=0 rethrow=0 return_oop=0}
|
8870 | ; - net.minecraft.client.Minecraft::m_91383_@963 (line 1208)
|
8871 | ; {runtime_call load_appendix_patching Runtime1 stub}
|
8872 | 0x0000000107e18828: f64f 7c95 | e103 00aa
|
8873 |
|
8874 | 0x0000000107e18830: ; ImmutableOopMap {[208]=Oop }
|
8875 | ;*invokedynamic {reexecute=0 rethrow=0 return_oop=0}
|
8876 | ; - net.minecraft.client.Minecraft::m_91383_@963 (line 1208)
|
8877 | ; {static_call}
|
8878 | 0x0000000107e18830: 3483 7995
|
8879 |
|
8880 | 0x0000000107e18834: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8881 | 0x0000000107e18834: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 6304 4091 | 6360 1291 | e503 00aa | 8500 00b5 | 6900 40f9
|
8882 | 0x0000000107e18854: 2901 40b2 | 6900 00f9
|
8883 |
|
8884 | 0x0000000107e1885c: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8885 | 0x0000000107e1885c: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 6554 4af9 | a504 0091 | 6554 0af9 | e203 00aa | 0400 0014
|
8886 | 0x0000000107e1887c: ; {oop(""{0x000000070e29c868})}
|
8887 | 0x0000000107e1887c: 020d 99d2 | 22c5 a1f2 | e200 c0f2 | e16b 40f9 | 234c 40b9
|
8888 |
|
8889 | 0x0000000107e18890: ; {oop(a 'java/lang/Class'{0x000000070372b250} = 'net/minecraft/client/Minecraft')}
|
8890 | 0x0000000107e18890: 044a 96d2 | 446e a0f2 | e400 c0f2 | 8398 00b9 | f30b 0032
|
8891 |
|
8892 | 0x0000000107e188a4: ; {metadata('java/lang/Object'[])}
|
8893 | 0x0000000107e188a4: 0362 8fd2 | a300 a0f2 | 0301 c0f2 | 737e 40d3 | e503 13aa | e85f 40b2 | 7f02 08eb | 6287 0154
|
8894 | 0x0000000107e188c4: eb02 80d2 | 6b49 338b | 6bf1 7d92 | 8087 40f9 | 0b60 2b8b | 888f 40f9 | 7f01 08eb | 6886 0154
|
8895 | 0x0000000107e188e4: 8b87 00f9 | 6b01 00cb | ea03 40b2 | 0a00 00f9 | 6a00 5dd2 | 0a4c 0129 | 6b41 00f1 | c001 0054
|
8896 | 0x0000000107e18904: e803 0baa | 0a40 0091 | 0bfd 43d3 | 6821 00f1 | 4300 0054
|
8897 |
|
8898 | 0x0000000107e18918: ; {runtime_call StubRoutines (2)}
|
8899 | 0x0000000107e18918: 6a2b 7995 | 6b00 1036 | 5f7d 81a8 | 5f7d 81a8 | 4b00 0836 | 5f7d 81a8 | 4b00 0036 | 5f01 00f9
|
8900 | 0x0000000107e18938: bf3a 03d5 | 8598 40b9
|
8901 |
|
8902 | 0x0000000107e18940: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8903 | 0x0000000107e18940: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 6860 4af9 | 0805 0091 | 6860 0af9
|
8904 |
|
8905 | 0x0000000107e18958: ; {metadata(method data for {method} {0x0000000120122320} 'valueOf' '(I)Ljava/lang/Integer;' in 'java/lang/Integer')}
|
8906 | 0x0000000107e18958: 034c 83d2 | 0317 a4f2 | 2300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
8907 | 0x0000000107e18978: e081 0154 | bf00 0231
|
8908 |
|
8909 | 0x0000000107e18980: ; {metadata(method data for {method} {0x0000000120122320} 'valueOf' '(I)Ljava/lang/Integer;' in 'java/lang/Integer')}
|
8910 | 0x0000000107e18980: 034c 83d2 | 0317 a4f2 | 2300 c0f2 | e80f 7cb2 | e903 78b2 | 04b1 899a | 6a68 64f8 | 4a05 0091
|
8911 | 0x0000000107e189a0: 6a68 24f8 | 8b01 0054 | bffc 0171
|
8912 |
|
8913 | 0x0000000107e189ac: ; {metadata(method data for {method} {0x0000000120122320} 'valueOf' '(I)Ljava/lang/Integer;' in 'java/lang/Integer')}
|
8914 | 0x0000000107e189ac: 034c 83d2 | 0317 a4f2 | 2300 c0f2 | 0824 80d2 | 0922 80d2 | 04d1 899a | 6a68 64f8 | 4a05 0091
|
8915 | 0x0000000107e189cc: 6a68 24f8 | 6d08 0054
|
8916 |
|
8917 | 0x0000000107e189d4: ; {metadata('java/lang/Integer')}
|
8918 | 0x0000000107e189d4: 03ea 8cd2 | a300 a0f2 | 0301 c0f2 | e603 00aa | 8087 40f9 | 0b40 0091 | 888f 40f9 | 7f01 08eb
|
8919 | 0x0000000107e189f4: 087f 0154 | 8b87 00f9 | ea03 40b2 | 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | bf3a 03d5 | e303 00aa
|
8920 | 0x0000000107e18a14: ; {metadata(method data for {method} {0x0000000120122320} 'valueOf' '(I)Ljava/lang/Integer;' in 'java/lang/Integer')}
|
8921 | 0x0000000107e18a14: 044c 83d2 | 0417 a4f2 | 2400 c0f2 | 8898 40f9 | 0805 0091 | 8898 00f9
|
8922 |
|
8923 | 0x0000000107e18a2c: ; {metadata(method data for {method} {0x00000001201223f0} '<init>' '(I)V' in 'java/lang/Integer')}
|
8924 | 0x0000000107e18a2c: 03cb 8ad2 | 0316 a4f2 | 2300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
8925 | 0x0000000107e18a4c: 807c 0154 | e303 00aa
|
8926 |
|
8927 | 0x0000000107e18a54: ; {metadata(method data for {method} {0x00000001201223f0} '<init>' '(I)V' in 'java/lang/Integer')}
|
8928 | 0x0000000107e18a54: 04cb 8ad2 | 0416 a4f2 | 2400 c0f2 | 8878 40f9 | 0805 0091 | 8878 00f9
|
8929 |
|
8930 | 0x0000000107e18a6c: ; {metadata(method data for {method} {0x0000000120119100} '<init>' '()V' in 'java/lang/Number')}
|
8931 | 0x0000000107e18a6c: 0321 90d2 | c30d a4f2 | 2300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
8932 | 0x0000000107e18a8c: 807b 0154 | e303 00aa
|
8933 |
|
8934 | 0x0000000107e18a94: ; {metadata(method data for {method} {0x0000000120119100} '<init>' '()V' in 'java/lang/Number')}
|
8935 | 0x0000000107e18a94: 0421 90d2 | c40d a4f2 | 2400 c0f2 | 8878 40f9 | 0805 0091 | 8878 00f9
|
8936 |
|
8937 | 0x0000000107e18aac: ; {metadata(method data for {method} {0x0000000120000510} '<init>' '()V' in 'java/lang/Object')}
|
8938 | 0x0000000107e18aac: 0313 91d2 | 8304 a4f2 | 2300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
8939 | 0x0000000107e18acc: 807a 0154 | 050c 00b9 | bf3a 03d5 | 0c00 0014 | e603 00aa | a300 0211
|
8940 |
|
8941 | 0x0000000107e18ae4: ; {oop(a 'java/lang/Integer'[256] {0x00000007006205b8})}
|
8942 | 0x0000000107e18ae4: 00b7 80d2 | 400c a0f2 | e000 c0f2 | 637c 4093 | 63f4 7ed3 | 6340 0091
|
8943 |
|
8944 | 0x0000000107e18afc: ; implicit exception: dispatches to 0x0000000107e1ba3c
|
8945 | 0x0000000107e18afc: 0368 63b8 | 63f0 7dd3 | e003 03aa | e527 41b9 | 2001 00b5
|
8946 |
|
8947 | 0x0000000107e18b10: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8948 | 0x0000000107e18b10: 0400 88d2 | c44e a4f2 | 6400 c0f2 | 8904 4091 | 2825 5339 | 0801 40b2 | 2825 1339 | 4700 0014
|
8949 | 0x0000000107e18b30: ; implicit exception: dispatches to 0x0000000107e1ba40
|
8950 | 0x0000000107e18b30: c308 40b9 | 6300 5dd2 | 0408 40b9 | 8400 5dd2 | 6370 40f9 | 9f00 03eb | 6001 0054 | 6a14 40b9
|
8951 | 0x0000000107e18b50: 8868 6af8 | 7f00 08eb | e000 0054 | 5f81 00f1 | 2106 0054 | e40f bfa9
|
8952 |
|
8953 | 0x0000000107e18b68: ; {runtime_call slow_subtype_check Runtime1 stub}
|
8954 | 0x0000000107e18b68: 6648 7c95 | e313 c1a8 | a305 0034
|
8955 |
|
8956 | 0x0000000107e18b74: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8957 | 0x0000000107e18b74: 0400 88d2 | c44e a4f2 | 6400 c0f2 | 0308 40b9 | 6300 5dd2 | 8904 4091 | 2981 1391 | 2801 40f9
|
8958 | 0x0000000107e18b94: 7f00 08eb | a100 0054 | 8874 4af9 | 0805 0091 | 8874 0af9 | 2800 0014 | 8904 4091 | 29c1 1391
|
8959 | 0x0000000107e18bb4: 2801 40f9 | 7f00 08eb | a100 0054 | 887c 4af9 | 0805 0091 | 887c 0af9 | 1f00 0014 | 8904 4091
|
8960 | 0x0000000107e18bd4: 2981 1391 | 2801 40f9 | e800 00b5 | 2301 00f9 | e803 40b2 | 8904 4091 | 29a1 1391 | 2801 00f9
|
8961 | 0x0000000107e18bf4: 1500 0014 | 8904 4091 | 29c1 1391 | 2801 40f9 | e800 00b5 | 2301 00f9 | e803 40b2 | 8904 4091
|
8962 | 0x0000000107e18c14: 29e1 1391 | 2801 00f9 | 0b00 0014 | 0a00 0014
|
8963 |
|
8964 | 0x0000000107e18c24: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8965 | 0x0000000107e18c24: 0400 88d2 | c44e a4f2 | 6400 c0f2 | 8904 4091 | 2941 1391 | 2801 40f9 | 0805 00d1 | 2801 00f9
|
8966 | 0x0000000107e18c44: 800b 0014 | c340 0091 | 84e3 4039 | 9f00 0071 | c16f 0154 | 08fc 43d3 | 6800 00b9 | 6400 00ca
|
8967 | 0x0000000107e18c64: 84fc 55d3 | 9f00 00f1 | c16f 0154 | bf10 0471
|
8968 |
|
8969 | 0x0000000107e18c74: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8970 | 0x0000000107e18c74: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 08a1 82d2 | 09a3 82d2 | 0011 899a | 6468 60f8 | 8404 0091
|
8971 | 0x0000000107e18c94: 6468 20f8 | 6101 0054
|
8972 |
|
8973 | 0x0000000107e18c9c: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8974 | 0x0000000107e18c9c: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 6094 4af9 | 0004 0091 | 6094 0af9
|
8975 |
|
8976 | 0x0000000107e18cb4: ; {oop("inf"{0x000000071ac00000})}
|
8977 | 0x0000000107e18cb4: 0700 80d2 | 0758 a3f2 | e700 c0f2 | 7200 0014
|
8978 |
|
8979 | 0x0000000107e18cc4: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
8980 | 0x0000000107e18cc4: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 68a0 4af9 | 0805 0091 | 68a0 0af9
|
8981 |
|
8982 | 0x0000000107e18cdc: ; {metadata(method data for {method} {0x0000000120122320} 'valueOf' '(I)Ljava/lang/Integer;' in 'java/lang/Integer')}
|
8983 | 0x0000000107e18cdc: 034c 83d2 | 0317 a4f2 | 2300 c0f2 | 60ac 40b9 | 0008 0011 | 60ac 00b9 | 004c 1f12 | 1f00 0071
|
8984 | 0x0000000107e18cfc: c06b 0154 | bf00 0231
|
8985 |
|
8986 | 0x0000000107e18d04: ; {metadata(method data for {method} {0x0000000120122320} 'valueOf' '(I)Ljava/lang/Integer;' in 'java/lang/Integer')}
|
8987 | 0x0000000107e18d04: 034c 83d2 | 0317 a4f2 | 2300 c0f2 | e80f 7cb2 | e903 78b2 | 00b1 899a | 6468 60f8 | 8404 0091
|
8988 | 0x0000000107e18d24: 6468 20f8 | 8b01 0054 | bffc 0171
|
8989 |
|
8990 | 0x0000000107e18d30: ; {metadata(method data for {method} {0x0000000120122320} 'valueOf' '(I)Ljava/lang/Integer;' in 'java/lang/Integer')}
|
8991 | 0x0000000107e18d30: 034c 83d2 | 0317 a4f2 | 2300 c0f2 | 0824 80d2 | 0922 80d2 | 00d1 899a | 6468 60f8 | 8404 0091
|
8992 | 0x0000000107e18d50: 6468 20f8 | 6d08 0054
|
8993 |
|
8994 | 0x0000000107e18d58: ; {metadata('java/lang/Integer')}
|
8995 | 0x0000000107e18d58: 03ea 8cd2 | a300 a0f2 | 0301 c0f2 | 8087 40f9 | 0b40 0091 | 888f 40f9 | 7f01 08eb | 0869 0154
|
8996 | 0x0000000107e18d78: 8b87 00f9 | ea03 40b2 | 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | bf3a 03d5 | e303 00aa
|
8997 |
|
8998 | 0x0000000107e18d94: ; {metadata(method data for {method} {0x0000000120122320} 'valueOf' '(I)Ljava/lang/Integer;' in 'java/lang/Integer')}
|
8999 | 0x0000000107e18d94: 044c 83d2 | 0417 a4f2 | 2400 c0f2 | 8898 40f9 | 0805 0091 | 8898 00f9
|
9000 |
|
9001 | 0x0000000107e18dac: ; {metadata(method data for {method} {0x00000001201223f0} '<init>' '(I)V' in 'java/lang/Integer')}
|
9002 | 0x0000000107e18dac: 03cb 8ad2 | 0316 a4f2 | 2300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
9003 | 0x0000000107e18dcc: 8066 0154 | e303 00aa
|
9004 |
|
9005 | 0x0000000107e18dd4: ; {metadata(method data for {method} {0x00000001201223f0} '<init>' '(I)V' in 'java/lang/Integer')}
|
9006 | 0x0000000107e18dd4: 04cb 8ad2 | 0416 a4f2 | 2400 c0f2 | 8878 40f9 | 0805 0091 | 8878 00f9
|
9007 |
|
9008 | 0x0000000107e18dec: ; {metadata(method data for {method} {0x0000000120119100} '<init>' '()V' in 'java/lang/Number')}
|
9009 | 0x0000000107e18dec: 0321 90d2 | c30d a4f2 | 2300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
9010 | 0x0000000107e18e0c: 8065 0154 | e303 00aa
|
9011 |
|
9012 | 0x0000000107e18e14: ; {metadata(method data for {method} {0x0000000120119100} '<init>' '()V' in 'java/lang/Number')}
|
9013 | 0x0000000107e18e14: 0421 90d2 | c40d a4f2 | 2400 c0f2 | 8878 40f9 | 0805 0091 | 8878 00f9
|
9014 |
|
9015 | 0x0000000107e18e2c: ; {metadata(method data for {method} {0x0000000120000510} '<init>' '()V' in 'java/lang/Object')}
|
9016 | 0x0000000107e18e2c: 0313 91d2 | 8304 a4f2 | 2300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
9017 | 0x0000000107e18e4c: 8064 0154 | 050c 00b9 | bf3a 03d5 | e703 00aa | 0b00 0014 | a300 0211
|
9018 |
|
9019 | 0x0000000107e18e64: ; {oop(a 'java/lang/Integer'[256] {0x00000007006205b8})}
|
9020 | 0x0000000107e18e64: 00b7 80d2 | 400c a0f2 | e000 c0f2 | 637c 4093 | 63f4 7ed3 | 6340 0091
|
9021 |
|
9022 | 0x0000000107e18e7c: ; implicit exception: dispatches to 0x0000000107e1bafc
|
9023 | 0x0000000107e18e7c: 0368 63b8 | 63f0 7dd3 | e703 03aa | 2701 00b5
|
9024 |
|
9025 | 0x0000000107e18e8c: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9026 | 0x0000000107e18e8c: 0000 88d2 | c04e a4f2 | 6000 c0f2 | 0904 4091 | 2825 5539 | 0801 40b2 | 2825 1539 | 4700 0014
|
9027 | 0x0000000107e18eac: ; implicit exception: dispatches to 0x0000000107e1bb00
|
9028 | 0x0000000107e18eac: c308 40b9 | 6300 5dd2 | e008 40b9 | 0000 5dd2 | 6370 40f9 | 1f00 03eb | 6001 0054 | 6414 40b9
|
9029 | 0x0000000107e18ecc: 0868 64f8 | 7f00 08eb | e000 0054 | 9f80 00f1 | 2106 0054 | e00f bfa9
|
9030 |
|
9031 | 0x0000000107e18ee4: ; {runtime_call slow_subtype_check Runtime1 stub}
|
9032 | 0x0000000107e18ee4: 8747 7c95 | e303 c1a8 | a305 0034
|
9033 |
|
9034 | 0x0000000107e18ef0: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9035 | 0x0000000107e18ef0: 0000 88d2 | c04e a4f2 | 6000 c0f2 | e308 40b9 | 6300 5dd2 | 0904 4091 | 2981 1591 | 2801 40f9
|
9036 | 0x0000000107e18f10: 7f00 08eb | a100 0054 | 08b4 4af9 | 0805 0091 | 08b4 0af9 | 2800 0014 | 0904 4091 | 29c1 1591
|
9037 | 0x0000000107e18f30: 2801 40f9 | 7f00 08eb | a100 0054 | 08bc 4af9 | 0805 0091 | 08bc 0af9 | 1f00 0014 | 0904 4091
|
9038 | 0x0000000107e18f50: 2981 1591 | 2801 40f9 | e800 00b5 | 2301 00f9 | e803 40b2 | 0904 4091 | 29a1 1591 | 2801 00f9
|
9039 | 0x0000000107e18f70: 1500 0014 | 0904 4091 | 29c1 1591 | 2801 40f9 | e800 00b5 | 2301 00f9 | e803 40b2 | 0904 4091
|
9040 | 0x0000000107e18f90: 29e1 1591 | 2801 00f9 | 0b00 0014 | 0a00 0014
|
9041 |
|
9042 | 0x0000000107e18fa0: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9043 | 0x0000000107e18fa0: 0000 88d2 | c04e a4f2 | 6000 c0f2 | 0904 4091 | 2941 1591 | 2801 40f9 | 0805 00d1 | 2801 00f9
|
9044 | 0x0000000107e18fc0: d10a 0014 | c350 0091 | 80e3 4039 | 1f00 0071 | e159 0154 | e8fc 43d3 | 6800 00b9 | 6000 07ca
|
9045 | 0x0000000107e18fe0: 00fc 55d3 | 1f00 00f1 | e159 0154 | 23bc 40b9 | 63f0 7dd3
|
9046 |
|
9047 | 0x0000000107e18ff4: ; implicit exception: dispatches to 0x0000000107e1bb34
|
9048 | 0x0000000107e18ff4: 7f00 40f9 | e003 03aa
|
9049 |
|
9050 | 0x0000000107e18ffc: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9051 | 0x0000000107e18ffc: 0400 88d2 | c44e a4f2 | 6400 c0f2
|
9052 |
|
9053 | 0x0000000107e19008: ; {metadata('net/minecraft/client/Options')}
|
9054 | 0x0000000107e19008: 089f 86d2 | 4818 a0f2 | 0801 c0f2 | 8904 4091 | 2961 1691 | 2801 00f9 | 88d0 4af9 | 0805 0091
|
9055 | 0x0000000107e19028: 88d0 0af9 | 60cc 40b9 | 00f0 7dd3
|
9056 |
|
9057 | 0x0000000107e19034: ; implicit exception: dispatches to 0x0000000107e1bb38
|
9058 | 0x0000000107e19034: 1f00 40f9 | e403 00aa
|
9059 |
|
9060 | 0x0000000107e1903c: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9061 | 0x0000000107e1903c: 0a00 88d2 | ca4e a4f2 | 6a00 c0f2 | 48e1 4af9 | 0805 0091 | 48e1 0af9 | 0028 40b9 | 00f0 7dd3
|
9062 | 0x0000000107e1905c: 2001 00b5
|
9063 |
|
9064 | 0x0000000107e19060: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9065 | 0x0000000107e19060: 0b00 88d2 | cb4e a4f2 | 6b00 c0f2 | 6905 4091 | 28c5 5739 | 0801 40b2 | 28c5 1739 | 3d00 0014
|
9066 | 0x0000000107e19080: ; {metadata('java/lang/Boolean')}
|
9067 | 0x0000000107e19080: 0adb 8ad2 | aa00 a0f2 | 0a01 c0f2 | 0808 40b9 | 0801 5dd2 | 1f01 0aeb | a105 0054
|
9068 |
|
9069 | 0x0000000107e1909c: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9070 | 0x0000000107e1909c: 0b00 88d2 | cb4e a4f2 | 6b00 c0f2 | 0a08 40b9 | 4a01 5dd2 | 6905 4091 | 2921 1891 | 2801 40f9
|
9071 | 0x0000000107e190bc: 5f01 08eb | a100 0054 | 6809 4bf9 | 0805 0091 | 6809 0bf9 | 2800 0014 | 6905 4091 | 2961 1891
|
9072 | 0x0000000107e190dc: 2801 40f9 | 5f01 08eb | a100 0054 | 6811 4bf9 | 0805 0091 | 6811 0bf9 | 1f00 0014 | 6905 4091
|
9073 | 0x0000000107e190fc: 2921 1891 | 2801 40f9 | e800 00b5 | 2a01 00f9 | e803 40b2 | 6905 4091 | 2941 1891 | 2801 00f9
|
9074 | 0x0000000107e1911c: 1500 0014 | 6905 4091 | 2961 1891 | 2801 40f9 | e800 00b5 | 2a01 00f9 | e803 40b2 | 6905 4091
|
9075 | 0x0000000107e1913c: 2981 1891 | 2801 00f9 | 0b00 0014 | 0a00 0014
|
9076 |
|
9077 | 0x0000000107e1914c: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9078 | 0x0000000107e1914c: 0b00 88d2 | cb4e a4f2 | 6b00 c0f2 | 6905 4091 | 28fd 42f9 | 0805 00d1 | 28fd 02f9 | 750a 0014
|
9079 | 0x0000000107e1916c: 0100 0014
|
9080 |
|
9081 | 0x0000000107e19170: ; implicit exception: dispatches to 0x0000000107e1bb44
|
9082 | 0x0000000107e19170: 1f00 40f9 | e403 00aa
|
9083 |
|
9084 | 0x0000000107e19178: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9085 | 0x0000000107e19178: 0a00 88d2 | ca4e a4f2 | 6a00 c0f2 | 4819 4bf9 | 0805 0091 | 4819 0bf9 | 0030 4039 | 0000 0012
|
9086 | 0x0000000107e19198: 1f00 0071
|
9087 |
|
9088 | 0x0000000107e1919c: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9089 | 0x0000000107e1919c: 0000 88d2 | c04e a4f2 | 6000 c0f2 | 08cd 82d2 | 09cf 82d2 | 0401 899a | 0a68 64f8 | 4a05 0091
|
9090 | 0x0000000107e191bc: 0a68 24f8 | 6001 0054
|
9091 |
|
9092 | 0x0000000107e191c4: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9093 | 0x0000000107e191c4: 0000 88d2 | c04e a4f2 | 6000 c0f2 | 0444 4bf9 | 8404 0091 | 0444 0bf9
|
9094 |
|
9095 | 0x0000000107e191dc: ; {oop(" vsync"{0x0000000708b04710})}
|
9096 | 0x0000000107e191dc: 00e2 88d2 | 0016 a1f2 | e000 c0f2 | 0400 0014
|
9097 |
|
9098 | 0x0000000107e191ec: ; {oop(""{0x000000070e29c868})}
|
9099 | 0x0000000107e191ec: 000d 99d2 | 20c5 a1f2 | e000 c0f2 | 2001 00b5
|
9100 |
|
9101 | 0x0000000107e191fc: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9102 | 0x0000000107e191fc: 0a00 88d2 | ca4e a4f2 | 6a00 c0f2 | 4905 4091 | 2865 5a39 | 0801 40b2 | 2865 1a39 | 4700 0014
|
9103 | 0x0000000107e1921c: ; implicit exception: dispatches to 0x0000000107e1bb48
|
9104 | 0x0000000107e1921c: c408 40b9 | 8400 5dd2 | 0a08 40b9 | 4a01 5dd2 | 8470 40f9 | 5f01 04eb | 6001 0054 | 8b14 40b9
|
9105 | 0x0000000107e1923c: 4869 6bf8 | 9f00 08eb | e000 0054 | 7f81 00f1 | 2106 0054 | ea13 bfa9
|
9106 |
|
9107 | 0x0000000107e19254: ; {runtime_call slow_subtype_check Runtime1 stub}
|
9108 | 0x0000000107e19254: ab46 7c95 | e42b c1a8 | a405 0034
|
9109 |
|
9110 | 0x0000000107e19260: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9111 | 0x0000000107e19260: 0a00 88d2 | ca4e a4f2 | 6a00 c0f2 | 0408 40b9 | 8400 5dd2 | 4905 4091 | 29c1 1a91 | 2801 40f9
|
9112 | 0x0000000107e19280: 9f00 08eb | a100 0054 | 485d 4bf9 | 0805 0091 | 485d 0bf9 | 2800 0014 | 4905 4091 | 2901 1b91
|
9113 | 0x0000000107e192a0: 2801 40f9 | 9f00 08eb | a100 0054 | 4865 4bf9 | 0805 0091 | 4865 0bf9 | 1f00 0014 | 4905 4091
|
9114 | 0x0000000107e192c0: 29c1 1a91 | 2801 40f9 | e800 00b5 | 2401 00f9 | e803 40b2 | 4905 4091 | 29e1 1a91 | 2801 00f9
|
9115 | 0x0000000107e192e0: 1500 0014 | 4905 4091 | 2901 1b91 | 2801 40f9 | e800 00b5 | 2401 00f9 | e803 40b2 | 4905 4091
|
9116 | 0x0000000107e19300: 2921 1b91 | 2801 00f9 | 0b00 0014 | 0a00 0014
|
9117 |
|
9118 | 0x0000000107e19310: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9119 | 0x0000000107e19310: 0a00 88d2 | ca4e a4f2 | 6a00 c0f2 | 4905 4091 | 2981 1a91 | 2801 40f9 | 0805 00d1 | 2801 00f9
|
9120 | 0x0000000107e19330: 070a 0014 | c460 0091 | 8ae3 4039 | 5f01 0071 | a140 0154 | 08fc 43d3 | 8800 00b9 | 8a00 00ca
|
9121 | 0x0000000107e19350: 4afd 55d3 | 5f01 00f1 | a140 0154 | e003 03aa
|
9122 |
|
9123 | 0x0000000107e19360: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9124 | 0x0000000107e19360: 0400 88d2 | c44e a4f2 | 6400 c0f2
|
9125 |
|
9126 | 0x0000000107e1936c: ; {metadata('net/minecraft/client/Options')}
|
9127 | 0x0000000107e1936c: 089f 86d2 | 4818 a0f2 | 0801 c0f2 | 8904 4091 | 29a1 1b91 | 2801 00f9 | 8878 4bf9 | 0805 0091
|
9128 | 0x0000000107e1938c: 8878 0bf9 | 604c 40b9 | 00f0 7dd3
|
9129 |
|
9130 | 0x0000000107e19398: ; implicit exception: dispatches to 0x0000000107e1bb7c
|
9131 | 0x0000000107e19398: 1f00 40f9 | e403 00aa
|
9132 |
|
9133 | 0x0000000107e193a0: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9134 | 0x0000000107e193a0: 0a00 88d2 | ca4e a4f2 | 6a00 c0f2 | 4889 4bf9 | 0805 0091 | 4889 0bf9 | 0028 40b9 | 00f0 7dd3
|
9135 | 0x0000000107e193c0: 2001 00b5
|
9136 |
|
9137 | 0x0000000107e193c4: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9138 | 0x0000000107e193c4: 0a00 88d2 | ca4e a4f2 | 6a00 c0f2 | 4905 4091 | 2805 5d39 | 0801 40b2 | 2805 1d39 | 4700 0014
|
9139 | 0x0000000107e193e4: ; implicit exception: dispatches to 0x0000000107e1bb80
|
9140 | 0x0000000107e193e4: c408 40b9 | 8400 5dd2 | 0a08 40b9 | 4a01 5dd2 | 8470 40f9 | 5f01 04eb | 6001 0054 | 8b14 40b9
|
9141 | 0x0000000107e19404: 4869 6bf8 | 9f00 08eb | e000 0054 | 7f81 00f1 | 2106 0054 | ea13 bfa9
|
9142 |
|
9143 | 0x0000000107e1941c: ; {runtime_call slow_subtype_check Runtime1 stub}
|
9144 | 0x0000000107e1941c: 3946 7c95 | e42b c1a8 | a405 0034
|
9145 |
|
9146 | 0x0000000107e19428: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9147 | 0x0000000107e19428: 0a00 88d2 | ca4e a4f2 | 6a00 c0f2 | 0408 40b9 | 8400 5dd2 | 4905 4091 | 2961 1d91 | 2801 40f9
|
9148 | 0x0000000107e19448: 9f00 08eb | a100 0054 | 48b1 4bf9 | 0805 0091 | 48b1 0bf9 | 2800 0014 | 4905 4091 | 29a1 1d91
|
9149 | 0x0000000107e19468: 2801 40f9 | 9f00 08eb | a100 0054 | 48b9 4bf9 | 0805 0091 | 48b9 0bf9 | 1f00 0014 | 4905 4091
|
9150 | 0x0000000107e19488: 2961 1d91 | 2801 40f9 | e800 00b5 | 2401 00f9 | e803 40b2 | 4905 4091 | 2981 1d91 | 2801 00f9
|
9151 | 0x0000000107e194a8: 1500 0014 | 4905 4091 | 29a1 1d91 | 2801 40f9 | e800 00b5 | 2401 00f9 | e803 40b2 | 4905 4091
|
9152 | 0x0000000107e194c8: 29c1 1d91 | 2801 00f9 | 0b00 0014 | 0a00 0014
|
9153 |
|
9154 | 0x0000000107e194d8: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9155 | 0x0000000107e194d8: 0a00 88d2 | ca4e a4f2 | 6a00 c0f2 | 4905 4091 | 2921 1d91 | 2801 40f9 | 0805 00d1 | 2801 00f9
|
9156 | 0x0000000107e194f8: a309 0014 | c470 0091 | 8ae3 4039 | 5f01 0071 | 2134 0154 | 08fc 43d3 | 8800 00b9 | 8a00 00ca
|
9157 | 0x0000000107e19518: 4afd 55d3 | 5f01 00f1 | 2134 0154 | e003 03aa
|
9158 |
|
9159 | 0x0000000107e19528: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9160 | 0x0000000107e19528: 0400 88d2 | c44e a4f2 | 6400 c0f2
|
9161 |
|
9162 | 0x0000000107e19534: ; {metadata('net/minecraft/client/Options')}
|
9163 | 0x0000000107e19534: 089f 86d2 | 4818 a0f2 | 0801 c0f2 | 8904 4091 | 2941 1e91 | 2801 00f9 | 88cc 4bf9 | 0805 0091
|
9164 | 0x0000000107e19554: 88cc 0bf9 | 6048 40b9 | 00f0 7dd3
|
9165 |
|
9166 | 0x0000000107e19560: ; implicit exception: dispatches to 0x0000000107e1bbb4
|
9167 | 0x0000000107e19560: 1f00 40f9 | e403 00aa
|
9168 |
|
9169 | 0x0000000107e19568: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9170 | 0x0000000107e19568: 0a00 88d2 | ca4e a4f2 | 6a00 c0f2 | 48dd 4bf9 | 0805 0091 | 48dd 0bf9 | 0428 40b9 | 84f0 7dd3
|
9171 | 0x0000000107e19588: ; {oop(a 'net/minecraft/client/CloudStatus'{0x0000000707971cf8})}
|
9172 | 0x0000000107e19588: 0a9f 83d2 | eaf2 a0f2 | ea00 c0f2 | 9f00 0aeb
|
9173 |
|
9174 | 0x0000000107e19598: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9175 | 0x0000000107e19598: 0a00 88d2 | ca4e a4f2 | 6a00 c0f2 | 08fe 82d2 | e907 75b2 | 0b11 899a | 4769 6bf8 | e704 0091
|
9176 | 0x0000000107e195b8: 4769 2bf8 | 6101 0054
|
9177 |
|
9178 | 0x0000000107e195c0: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9179 | 0x0000000107e195c0: 0000 88d2 | c04e a4f2 | 6000 c0f2 | 0408 4cf9 | 8404 0091 | 0408 0cf9
|
9180 |
|
9181 | 0x0000000107e195d8: ; {oop(""{0x000000070e29c868})}
|
9182 | 0x0000000107e195d8: 000d 99d2 | 20c5 a1f2 | e000 c0f2 | 2f00 0014 | ea03 03aa
|
9183 |
|
9184 | 0x0000000107e195ec: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9185 | 0x0000000107e195ec: 0b00 88d2 | cb4e a4f2 | 6b00 c0f2
|
9186 |
|
9187 | 0x0000000107e195f8: ; {metadata('net/minecraft/client/Options')}
|
9188 | 0x0000000107e195f8: 089f 86d2 | 4818 a0f2 | 0801 c0f2 | 6905 4091 | 29e1 2091 | 2801 00f9 | 6821 4cf9 | 0805 0091
|
9189 | 0x0000000107e19618: 6821 0cf9
|
9190 |
|
9191 | 0x0000000107e1961c: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9192 | 0x0000000107e1961c: 0a00 88d2 | ca4e a4f2 | 6a00 c0f2 | 4831 4cf9 | 0805 0091 | 4831 0cf9
|
9193 |
|
9194 | 0x0000000107e19634: ; {oop(a 'net/minecraft/client/CloudStatus'{0x0000000707971c98})}
|
9195 | 0x0000000107e19634: 0093 83d2 | e0f2 a0f2 | e000 c0f2 | 9f00 00eb
|
9196 |
|
9197 | 0x0000000107e19644: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9198 | 0x0000000107e19644: 0000 88d2 | c04e a4f2 | 6000 c0f2 | 0813 83d2 | 0915 83d2 | 0411 899a | 0a68 64f8 | 4a05 0091
|
9199 | 0x0000000107e19664: 0a68 24f8 | 6101 0054
|
9200 |
|
9201 | 0x0000000107e1966c: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9202 | 0x0000000107e1966c: 0000 88d2 | c04e a4f2 | 6000 c0f2 | 045c 4cf9 | 8404 0091 | 045c 0cf9
|
9203 |
|
9204 | 0x0000000107e19684: ; {oop(" fast-clouds"{0x000000071ac00018})}
|
9205 | 0x0000000107e19684: 0003 80d2 | 0058 a3f2 | e000 c0f2 | 0400 0014
|
9206 |
|
9207 | 0x0000000107e19694: ; {oop(" fancy-clouds"{0x0000000708b046d8})}
|
9208 | 0x0000000107e19694: 00db 88d2 | 0016 a1f2 | e000 c0f2 | e527 01b9 | 2001 00b5
|
9209 |
|
9210 | 0x0000000107e196a8: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9211 | 0x0000000107e196a8: 0a00 88d2 | ca4e a4f2 | 6a00 c0f2 | 4905 4091 | 2825 6339 | 0801 40b2 | 2825 2339 | 4700 0014
|
9212 | 0x0000000107e196c8: ; implicit exception: dispatches to 0x0000000107e1bbb8
|
9213 | 0x0000000107e196c8: c408 40b9 | 8400 5dd2 | 0a08 40b9 | 4a01 5dd2 | 8470 40f9 | 5f01 04eb | 6001 0054 | 8b14 40b9
|
9214 | 0x0000000107e196e8: 4869 6bf8 | 9f00 08eb | e000 0054 | 7f81 00f1 | 2106 0054 | ea13 bfa9
|
9215 |
|
9216 | 0x0000000107e19700: ; {runtime_call slow_subtype_check Runtime1 stub}
|
9217 | 0x0000000107e19700: 8045 7c95 | e42b c1a8 | a405 0034
|
9218 |
|
9219 | 0x0000000107e1970c: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9220 | 0x0000000107e1970c: 0a00 88d2 | ca4e a4f2 | 6a00 c0f2 | 0408 40b9 | 8400 5dd2 | 4905 4091 | 2981 2391 | 2801 40f9
|
9221 | 0x0000000107e1972c: 9f00 08eb | a100 0054 | 4875 4cf9 | 0805 0091 | 4875 0cf9 | 2800 0014 | 4905 4091 | 29c1 2391
|
9222 | 0x0000000107e1974c: 2801 40f9 | 9f00 08eb | a100 0054 | 487d 4cf9 | 0805 0091 | 487d 0cf9 | 1f00 0014 | 4905 4091
|
9223 | 0x0000000107e1976c: 2981 2391 | 2801 40f9 | e800 00b5 | 2401 00f9 | e803 40b2 | 4905 4091 | 29a1 2391 | 2801 00f9
|
9224 | 0x0000000107e1978c: 1500 0014 | 4905 4091 | 29c1 2391 | 2801 40f9 | e800 00b5 | 2401 00f9 | e803 40b2 | 4905 4091
|
9225 | 0x0000000107e197ac: 29e1 2391 | 2801 00f9 | 0b00 0014 | 0a00 0014
|
9226 |
|
9227 | 0x0000000107e197bc: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9228 | 0x0000000107e197bc: 0a00 88d2 | ca4e a4f2 | 6a00 c0f2 | 4905 4091 | 2941 2391 | 2801 40f9 | 0805 00d1 | 2801 00f9
|
9229 | 0x0000000107e197dc: f808 0014 | c480 0091 | 8ae3 4039 | 5f01 0071 | c11e 0154 | 08fc 43d3 | 8800 00b9 | 8a00 00ca
|
9230 | 0x0000000107e197fc: 4afd 55d3 | 5f01 00f1 | c11e 0154 | e003 03aa
|
9231 |
|
9232 | 0x0000000107e1980c: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9233 | 0x0000000107e1980c: 0400 88d2 | c44e a4f2 | 6400 c0f2
|
9234 |
|
9235 | 0x0000000107e19818: ; {metadata('net/minecraft/client/Options')}
|
9236 | 0x0000000107e19818: 089f 86d2 | 4818 a0f2 | 0801 c0f2 | 8904 4091 | 2961 2491 | 2801 00f9 | 8890 4cf9 | 0805 0091
|
9237 | 0x0000000107e19838: 8890 0cf9 | 63a8 40b9 | 63f0 7dd3
|
9238 |
|
9239 | 0x0000000107e19844: ; implicit exception: dispatches to 0x0000000107e1bbec
|
9240 | 0x0000000107e19844: 7f00 40f9 | e003 03aa
|
9241 |
|
9242 | 0x0000000107e1984c: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9243 | 0x0000000107e1984c: 0400 88d2 | c44e a4f2 | 6400 c0f2 | 88a0 4cf9 | 0805 0091 | 88a0 0cf9 | 6328 40b9 | 63f0 7dd3
|
9244 | 0x0000000107e1986c: 2301 00b5
|
9245 |
|
9246 | 0x0000000107e19870: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9247 | 0x0000000107e19870: 0400 88d2 | c44e a4f2 | 6400 c0f2 | 8904 4091 | 28c5 6539 | 0801 40b2 | 28c5 2539 | 4700 0014
|
9248 | 0x0000000107e19890: ; implicit exception: dispatches to 0x0000000107e1bbf0
|
9249 | 0x0000000107e19890: c008 40b9 | 0000 5dd2 | 6408 40b9 | 8400 5dd2 | 0070 40f9 | 9f00 00eb | 6001 0054 | 0a14 40b9
|
9250 | 0x0000000107e198b0: 8868 6af8 | 1f00 08eb | e000 0054 | 5f81 00f1 | 2106 0054 | e403 bfa9
|
9251 |
|
9252 | 0x0000000107e198c8: ; {runtime_call slow_subtype_check Runtime1 stub}
|
9253 | 0x0000000107e198c8: 0e45 7c95 | e013 c1a8 | a005 0034
|
9254 |
|
9255 | 0x0000000107e198d4: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9256 | 0x0000000107e198d4: 0400 88d2 | c44e a4f2 | 6400 c0f2 | 6008 40b9 | 0000 5dd2 | 8904 4091 | 2921 2691 | 2801 40f9
|
9257 | 0x0000000107e198f4: 1f00 08eb | a100 0054 | 88c8 4cf9 | 0805 0091 | 88c8 0cf9 | 2800 0014 | 8904 4091 | 2961 2691
|
9258 | 0x0000000107e19914: 2801 40f9 | 1f00 08eb | a100 0054 | 88d0 4cf9 | 0805 0091 | 88d0 0cf9 | 1f00 0014 | 8904 4091
|
9259 | 0x0000000107e19934: 2921 2691 | 2801 40f9 | e800 00b5 | 2001 00f9 | e803 40b2 | 8904 4091 | 2941 2691 | 2801 00f9
|
9260 | 0x0000000107e19954: 1500 0014 | 8904 4091 | 2961 2691 | 2801 40f9 | e800 00b5 | 2001 00f9 | e803 40b2 | 8904 4091
|
9261 | 0x0000000107e19974: 2981 2691 | 2801 00f9 | 0b00 0014 | 0a00 0014
|
9262 |
|
9263 | 0x0000000107e19984: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9264 | 0x0000000107e19984: 0400 88d2 | c44e a4f2 | 6400 c0f2 | 8904 4091 | 29e1 2591 | 2801 40f9 | 0805 00d1 | 2801 00f9
|
9265 | 0x0000000107e199a4: 9408 0014 | c090 0091 | 84e3 4039 | 9f00 0071 | 4112 0154 | 68fc 43d3 | 0800 00b9 | 0400 03ca
|
9266 | 0x0000000107e199c4: 84fc 55d3 | 9f00 00f1 | 4112 0154 | 2201 00b5
|
9267 |
|
9268 | 0x0000000107e199d4: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9269 | 0x0000000107e199d4: 0000 88d2 | c04e a4f2 | 6000 c0f2 | 0904 4091 | 28a5 6639 | 0801 40b2 | 28a5 2639 | 4700 0014
|
9270 | 0x0000000107e199f4: ; implicit exception: dispatches to 0x0000000107e1bc24
|
9271 | 0x0000000107e199f4: c308 40b9 | 6300 5dd2 | 4008 40b9 | 0000 5dd2 | 6370 40f9 | 1f00 03eb | 6001 0054 | 6414 40b9
|
9272 | 0x0000000107e19a14: 0868 64f8 | 7f00 08eb | e000 0054 | 9f80 00f1 | 2106 0054 | e00f bfa9
|
9273 |
|
9274 | 0x0000000107e19a2c: ; {runtime_call slow_subtype_check Runtime1 stub}
|
9275 | 0x0000000107e19a2c: b544 7c95 | e303 c1a8 | a305 0034
|
9276 |
|
9277 | 0x0000000107e19a38: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9278 | 0x0000000107e19a38: 0000 88d2 | c04e a4f2 | 6000 c0f2 | 4308 40b9 | 6300 5dd2 | 0904 4091 | 2901 2791 | 2801 40f9
|
9279 | 0x0000000107e19a58: 7f00 08eb | a100 0054 | 08e4 4cf9 | 0805 0091 | 08e4 0cf9 | 2800 0014 | 0904 4091 | 2941 2791
|
9280 | 0x0000000107e19a78: 2801 40f9 | 7f00 08eb | a100 0054 | 08ec 4cf9 | 0805 0091 | 08ec 0cf9 | 1f00 0014 | 0904 4091
|
9281 | 0x0000000107e19a98: 2901 2791 | 2801 40f9 | e800 00b5 | 2301 00f9 | e803 40b2 | 0904 4091 | 2921 2791 | 2801 00f9
|
9282 | 0x0000000107e19ab8: 1500 0014 | 0904 4091 | 2941 2791 | 2801 40f9 | e800 00b5 | 2301 00f9 | e803 40b2 | 0904 4091
|
9283 | 0x0000000107e19ad8: 2961 2791 | 2801 00f9 | 0b00 0014 | 0a00 0014
|
9284 |
|
9285 | 0x0000000107e19ae8: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9286 | 0x0000000107e19ae8: 0000 88d2 | c04e a4f2 | 6000 c0f2 | 0904 4091 | 29c1 2691 | 2801 40f9 | 0805 00d1 | 2801 00f9
|
9287 | 0x0000000107e19b08: 4808 0014 | c3a0 0091 | 80e3 4039 | 1f00 0071 | c108 0154 | 48fc 43d3 | 6800 00b9 | 6000 02ca
|
9288 | 0x0000000107e19b28: 00fc 55d3 | 1f00 00f1 | c108 0154
|
9289 |
|
9290 | 0x0000000107e19b34: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9291 | 0x0000000107e19b34: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 68f4 4cf9 | 0805 0091 | 68f4 0cf9
|
9292 |
|
9293 | 0x0000000107e19b4c: ; {metadata(method data for {method} {0x000000012000e090} 'format' '(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;' in 'java/lang/String')}
|
9294 | 0x0000000107e19b4c: 03b1 8bd2 | e33b a4f2 | 2300 c0f2 | 60ac 40b9 | 0008 0011 | 60ac 00b9 | 004c 1f12 | 1f00 0071
|
9295 | 0x0000000107e19b6c: 6007 0154
|
9296 |
|
9297 | 0x0000000107e19b70: ; {metadata('java/util/Formatter')}
|
9298 | 0x0000000107e19b70: 0328 9ed2 | a302 a0f2 | 0301 c0f2 | 8087 40f9 | 0b80 0091 | 888f 40f9 | 7f01 08eb | 6807 0154
|
9299 | 0x0000000107e19b90: 8b87 00f9 | ea03 40b2 | 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f7d 00a9 | bf3a 03d5
|
9300 | 0x0000000107e19bb0: e303 00aa
|
9301 |
|
9302 | 0x0000000107e19bb4: ; {metadata(method data for {method} {0x000000012000e090} 'format' '(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;' in 'java/lang/String')}
|
9303 | 0x0000000107e19bb4: 04b1 8bd2 | e43b a4f2 | 2400 c0f2 | 8878 40f9 | 0805 0091 | 8878 00f9
|
9304 |
|
9305 | 0x0000000107e19bcc: ; {metadata(method data for {method} {0x0000000120ba81a8} '<init>' '(Ljava/util/Locale;)V' in 'java/util/Formatter')}
|
9306 | 0x0000000107e19bcc: 03e9 8bd2 | e33b a4f2 | 2300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
9307 | 0x0000000107e19bec: a004 0154
|
9308 |
|
9309 | 0x0000000107e19bf0: ; {metadata('java/lang/StringBuilder')}
|
9310 | 0x0000000107e19bf0: 0360 9fd2 | 8300 a0f2 | 0301 c0f2 | e0af 00f9 | 8087 40f9 | 0b60 0091 | 888f 40f9 | 7f01 08eb
|
9311 | 0x0000000107e19c10: 8804 0154 | 8b87 00f9 | ea03 40b2 | 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9
|
9312 | 0x0000000107e19c30: bf3a 03d5 | e203 00aa
|
9313 |
|
9314 | 0x0000000107e19c38: ; {metadata(method data for {method} {0x0000000120ba81a8} '<init>' '(Ljava/util/Locale;)V' in 'java/util/Formatter')}
|
9315 | 0x0000000107e19c38: 03e9 8bd2 | e33b a4f2 | 2300 c0f2 | 6878 40f9 | 0805 0091 | 6878 00f9
|
9316 |
|
9317 | 0x0000000107e19c50: ; {metadata(method data for {method} {0x00000001200b5218} '<init>' '()V' in 'java/lang/StringBuilder')}
|
9318 | 0x0000000107e19c50: 0257 9ed2 | 2208 a4f2 | 2200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
9319 | 0x0000000107e19c70: c001 0154 | e203 00aa
|
9320 |
|
9321 | 0x0000000107e19c78: ; {metadata(method data for {method} {0x00000001200b5218} '<init>' '()V' in 'java/lang/StringBuilder')}
|
9322 | 0x0000000107e19c78: 0357 9ed2 | 2308 a4f2 | 2300 c0f2 | 6878 40f9 | 0805 0091 | 6878 00f9 | e203 1c32 | e103 00aa
|
9323 | 0x0000000107e19c98: e01b 16a9
|
9324 |
|
9325 | 0x0000000107e19c9c: ; ImmutableOopMap {[208]=Oop [344]=Oop [360]=Oop [352]=Oop }
|
9326 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
9327 | ; - java.lang.StringBuilder::<init>@3 (line 106)
|
9328 | ; - java.util.Formatter::<init>@6 (line 2022)
|
9329 | ; - java.lang.String::format@5 (line 4186)
|
9330 | ; - net.minecraft.client.Minecraft::m_91383_@1141 (line 1214)
|
9331 | ; {optimized virtual_call}
|
9332 | 0x0000000107e19c9c: 6d2f 9895 | e0af 40f9
|
9333 |
|
9334 | 0x0000000107e19ca4: ; {metadata(method data for {method} {0x0000000120ba81a8} '<init>' '(Ljava/util/Locale;)V' in 'java/util/Formatter')}
|
9335 | 0x0000000107e19ca4: 02e9 8bd2 | e23b a4f2 | 2200 c0f2 | 4880 40f9 | 0805 0091 | 4880 00f9
|
9336 |
|
9337 | 0x0000000107e19cbc: ; {metadata(method data for {method} {0x0000000120ba7ea0} '<init>' '(Ljava/util/Locale;Ljava/lang/Appendable;)V' in 'java/util/Formatter')}
|
9338 | 0x0000000107e19cbc: 0292 91d2 | e219 a4f2 | 2200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
9339 | 0x0000000107e19cdc: 60ff 0054 | e0af 40f9
|
9340 |
|
9341 | 0x0000000107e19ce4: ; {metadata(method data for {method} {0x0000000120ba7ea0} '<init>' '(Ljava/util/Locale;Ljava/lang/Appendable;)V' in 'java/util/Formatter')}
|
9342 | 0x0000000107e19ce4: 0292 91d2 | e219 a4f2 | 2200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
9343 |
|
9344 | 0x0000000107e19cfc: ; {metadata(method data for {method} {0x0000000120000510} '<init>' '()V' in 'java/lang/Object')}
|
9345 | 0x0000000107e19cfc: 0213 91d2 | 8204 a4f2 | 2200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
9346 | 0x0000000107e19d1c: 60fe 0054 | e23b 1f32 | e0af 40f9 | 0218 0079 | 82e3 4039 | 5f00 0071 | a1fe 0054 | e2b3 40f9
|
9347 | 0x0000000107e19d3c: 48fc 43d3 | 0810 00b9 | 0300 02ca | 63fc 55d3 | 7f00 00f1 | 81fe 0054
|
9348 |
|
9349 | 0x0000000107e19d54: ; {oop(a 'java/util/Locale'{0x00000007005384d8})}
|
9350 | 0x0000000107e19d54: 029b 90d2 | 620a a0f2 | e200 c0f2 | 83e3 4039 | 7f00 0071 | 41fe 0054 | 48fc 43d3 | 0814 00b9
|
9351 | 0x0000000107e19d74: 0300 02ca | 63fc 55d3 | 7f00 00f1 | 41fe 0054 | bf3a 03d5 | e303 00aa
|
9352 |
|
9353 | 0x0000000107e19d8c: ; {metadata(method data for {method} {0x000000012000e090} 'format' '(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;' in 'java/lang/String')}
|
9354 | 0x0000000107e19d8c: 04b1 8bd2 | e43b a4f2 | 2400 c0f2 | 8880 40f9 | 0805 0091 | 8880 00f9
|
9355 |
|
9356 | 0x0000000107e19da4: ; {metadata(method data for {method} {0x0000000120ba93f8} 'format' '(Ljava/lang/String;[Ljava/lang/Object;)Ljava/util/Formatter;' in 'java/util/Formatter')}
|
9357 | 0x0000000107e19da4: 03ba 91d2 | e319 a4f2 | 2300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
9358 | 0x0000000107e19dc4: a0fc 0054 | e303 00aa
|
9359 |
|
9360 | 0x0000000107e19dcc: ; {metadata(method data for {method} {0x0000000120ba93f8} 'format' '(Ljava/lang/String;[Ljava/lang/Object;)Ljava/util/Formatter;' in 'java/util/Formatter')}
|
9361 | 0x0000000107e19dcc: 04ba 91d2 | e419 a4f2 | 2400 c0f2 | 8878 40f9 | 0805 0091 | 8878 00f9
|
9362 |
|
9363 | 0x0000000107e19de4: ; {oop("%d fps T: %s%s%s%s B: %d%s"{0x0000000708b04740})}
|
9364 | 0x0000000107e19de4: 03e8 88d2 | 0316 a1f2 | e300 c0f2 | e4b7 40f9 | e103 00aa
|
9365 |
|
9366 | 0x0000000107e19df8: ; ImmutableOopMap {[208]=Oop }
|
9367 | ;*invokevirtual format {reexecute=0 rethrow=0 return_oop=0}
|
9368 | ; - java.util.Formatter::format@7 (line 2625)
|
9369 | ; - java.lang.String::format@10 (line 4186)
|
9370 | ; - net.minecraft.client.Minecraft::m_91383_@1141 (line 1214)
|
9371 | ; {optimized virtual_call}
|
9372 | 0x0000000107e19df8: a2fd e897
|
9373 |
|
9374 | 0x0000000107e19dfc: ; implicit exception: dispatches to 0x0000000107e1bd78
|
9375 | 0x0000000107e19dfc: 1f00 40f9 | e103 00aa
|
9376 |
|
9377 | 0x0000000107e19e04: ; {metadata(method data for {method} {0x000000012000e090} 'format' '(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;' in 'java/lang/String')}
|
9378 | 0x0000000107e19e04: 02b1 8bd2 | e23b a4f2 | 2200 c0f2 | 489c 40f9 | 0805 0091 | 489c 00f9
|
9379 |
|
9380 | 0x0000000107e19e1c: ; {metadata(method data for {method} {0x0000000120ba8ff8} 'toString' '()Ljava/lang/String;' in 'java/util/Formatter')}
|
9381 | 0x0000000107e19e1c: 01c1 92d2 | e119 a4f2 | 2100 c0f2 | 22ac 40b9 | 4208 0011 | 22ac 00b9 | 424c 1f12 | 5f00 0071
|
9382 | 0x0000000107e19e3c: 00fa 0054 | e103 00aa
|
9383 |
|
9384 | 0x0000000107e19e44: ; {metadata(method data for {method} {0x0000000120ba8ff8} 'toString' '()Ljava/lang/String;' in 'java/util/Formatter')}
|
9385 | 0x0000000107e19e44: 02c1 92d2 | e219 a4f2 | 2200 c0f2 | 4878 40f9 | 0805 0091 | 4878 00f9
|
9386 |
|
9387 | 0x0000000107e19e5c: ; {metadata(method data for {method} {0x0000000120ba9298} 'ensureOpen' '()V' in 'java/util/Formatter')}
|
9388 | 0x0000000107e19e5c: 01f5 92d2 | e119 a4f2 | 2100 c0f2 | 22ac 40b9 | 4208 0011 | 22ac 00b9 | 424c 1f12 | 5f00 0071
|
9389 | 0x0000000107e19e7c: 00f9 0054 | 0110 40b9 | 21f0 7dd3 | e203 1faa | 3f00 02eb
|
9390 |
|
9391 | 0x0000000107e19e90: ; {metadata(method data for {method} {0x0000000120ba9298} 'ensureOpen' '()V' in 'java/util/Formatter')}
|
9392 | 0x0000000107e19e90: 02f5 92d2 | e219 a4f2 | 2200 c0f2 | e803 78b2 | e90f 7cb2 | 0301 899a | 4468 63f8 | 8404 0091
|
9393 | 0x0000000107e19eb0: 4468 23f8 | 0018 0054
|
9394 |
|
9395 | 0x0000000107e19eb8: ; implicit exception: dispatches to 0x0000000107e1bdbc
|
9396 | 0x0000000107e19eb8: 3f00 40f9 | e003 01aa
|
9397 |
|
9398 | 0x0000000107e19ec0: ; {metadata(method data for {method} {0x0000000120ba8ff8} 'toString' '()Ljava/lang/String;' in 'java/util/Formatter')}
|
9399 | 0x0000000107e19ec0: 02c1 92d2 | e219 a4f2 | 2200 c0f2 | 0008 40b9 | 0000 5dd2 | 49e0 0491 | 2801 40f9 | 1f00 08eb
|
9400 | 0x0000000107e19ee0: a100 0054 | 48a0 40f9 | 0805 0091 | 48a0 00f9 | 1c00 0014 | 4920 0591 | 2801 40f9 | 1f00 08eb
|
9401 | 0x0000000107e19f00: a100 0054 | 48a8 40f9 | 0805 0091 | 48a8 00f9 | 1400 0014 | 49e0 0491 | 2801 40f9 | c800 00b5
|
9402 | 0x0000000107e19f20: 2001 00f9 | e803 40b2 | 4900 0591 | 2801 00f9 | 0c00 0014 | 4920 0591 | 2801 40f9 | c800 00b5
|
9403 | 0x0000000107e19f40: 2001 00f9 | e803 40b2 | 4940 0591 | 2801 00f9 | 0400 0014 | 4894 40f9 | 0805 0091 | 4894 00f9
|
9404 | 0x0000000107e19f60: 0960 9fd2 | 8900 a0f2 | 0901 c0f2
|
9405 |
|
9406 | 0x0000000107e19f6c: ; ImmutableOopMap {[208]=Oop }
|
9407 | ;*invokevirtual toString {reexecute=0 rethrow=0 return_oop=0}
|
9408 | ; - java.util.Formatter::toString@8 (line 2525)
|
9409 | ; - java.lang.String::format@13 (line 4186)
|
9410 | ; - net.minecraft.client.Minecraft::m_91383_@1141 (line 1214)
|
9411 | ; {virtual_call}
|
9412 | 0x0000000107e19f6c: c5c2 9a95 | e16b 40f9 | 83e3 4039 | 7f00 0071 | 21f2 0054 | 08fc 43d3 | 2894 01b9 | 2300 00ca
|
9413 | 0x0000000107e19f8c: 63fc 55d3 | 7f00 00f1 | 21f2 0054 | 2310 40f9 | 007d 80d2 | 6300 008b | 2310 00f9 | 3f4c 00b9
|
9414 | 0x0000000107e19fac: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9415 | 0x0000000107e19fac: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 60b0 40b9 | 0008 0011 | 60b0 00b9 | 0030 1f12 | 1f00 0071
|
9416 | 0x0000000107e19fcc: e0f0 0054
|
9417 |
|
9418 | 0x0000000107e19fd0: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
9419 | ;*goto {reexecute=1 rethrow=0 return_oop=0}
|
9420 | ; - (reexecute) net.minecraft.client.Minecraft::m_91383_@1164 (line 1217)
|
9421 | 0x0000000107e19fd0: 88a7 41f9
|
9422 |
|
9423 | 0x0000000107e19fd4: ; {poll}
|
9424 | 0x0000000107e19fd4: 1f01 40b9
|
9425 |
|
9426 | 0x0000000107e19fd8: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9427 | 0x0000000107e19fd8: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 60fc 4cf9 | 0004 0091 | 60fc 0cf9 | 40f9 ff17 | 23a4 41b9
|
9428 | 0x0000000107e19ff8: 63f0 7dd3 | 4301 00b4
|
9429 |
|
9430 | 0x0000000107e1a000: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
9431 | 0x0000000107e1a000: 0a98 9ad2 | 2a18 a0f2 | 0a01 c0f2 | 6b08 40b9 | 6b01 5dd2 | 681d 40f9 | 5f01 08eb | 61ef 0054
|
9432 | 0x0000000107e1a020: 0100 0014 | e003 03aa
|
9433 |
|
9434 | 0x0000000107e1a028: ; implicit exception: dispatches to 0x0000000107e1be0c
|
9435 | 0x0000000107e1a028: 7f00 40f9
|
9436 |
|
9437 | 0x0000000107e1a02c: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9438 | 0x0000000107e1a02c: 0000 88d2 | c04e a4f2 | 6000 c0f2
|
9439 |
|
9440 | 0x0000000107e1a038: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
|
9441 | 0x0000000107e1a038: 0898 9ad2 | 2818 a0f2 | 0801 c0f2 | 0904 4091 | 2981 2891 | 2801 00f9 | 0814 4df9 | 0805 0091
|
9442 | 0x0000000107e1a058: 0814 0df9
|
9443 |
|
9444 | 0x0000000107e1a05c: ; {metadata(method data for {method} {0x000000032082e6f0} 'm_7238_' '()V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
9445 | 0x0000000107e1a05c: 0384 9cd2 | 6335 a4f2 | 6300 c0f2 | 60ac 40b9 | 0008 0011 | 60ac 00b9 | 004c 1f12 | 1f00 0071
|
9446 | 0x0000000107e1a07c: a0ec 0054
|
9447 |
|
9448 | 0x0000000107e1a080: ; {metadata('org/spongepowered/asm/mixin/injection/callback/CallbackInfo')}
|
9449 | 0x0000000107e1a080: 032c 9cd2 | a30a a0f2 | 0301 c0f2 | 8087 40f9 | 0b60 0091 | 888f 40f9 | 7f01 08eb | a8ec 0054
|
9450 | 0x0000000107e1a0a0: 8b87 00f9 | ea03 40b2 | 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | bf3a 03d5
|
9451 | 0x0000000107e1a0c0: e203 00aa
|
9452 |
|
9453 | 0x0000000107e1a0c4: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9454 | 0x0000000107e1a0c4: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 6824 4df9 | 0805 0091 | 6824 0df9
|
9455 |
|
9456 | 0x0000000107e1a0dc: ; {metadata(method data for {method} {0x000000012270ba98} '<init>' '(Ljava/lang/String;Z)V' in 'org/spongepowered/asm/mixin/injection/callback/CallbackInfo')}
|
9457 | 0x0000000107e1a0dc: 02da 83d2 | e22f a4f2 | 6200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
9458 | 0x0000000107e1a0fc: e0e9 0054 | e203 00aa
|
9459 |
|
9460 | 0x0000000107e1a104: ; {metadata(method data for {method} {0x000000012270ba98} '<init>' '(Ljava/lang/String;Z)V' in 'org/spongepowered/asm/mixin/injection/callback/CallbackInfo')}
|
9461 | 0x0000000107e1a104: 03da 83d2 | e32f a4f2 | 6300 c0f2 | 6878 40f9 | 0805 0091 | 6878 00f9
|
9462 |
|
9463 | 0x0000000107e1a11c: ; {metadata(method data for {method} {0x0000000120000510} '<init>' '()V' in 'java/lang/Object')}
|
9464 | 0x0000000107e1a11c: 0213 91d2 | 8204 a4f2 | 2200 c0f2 | 43ac 40b9 | 6308 0011 | 43ac 00b9 | 634c 1f12 | 7f00 0071
|
9465 | 0x0000000107e1a13c: e0e8 0054
|
9466 |
|
9467 | 0x0000000107e1a140: ; {oop("m_91383_"{0x0000000708b049a8})}
|
9468 | 0x0000000107e1a140: 0235 89d2 | 0216 a1f2 | e200 c0f2 | 83e3 4039 | 7f00 0071 | 21e9 0054 | 48fc 43d3 | 0810 00b9
|
9469 | 0x0000000107e1a160: 0300 02ca | 63fc 55d3 | 7f00 00f1 | 21e9 0054 | bf3a 03d5 | e203 01aa
|
9470 |
|
9471 | 0x0000000107e1a178: ; {metadata(method data for {method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9472 | 0x0000000107e1a178: 0300 88d2 | c34e a4f2 | 6300 c0f2 | 682c 4df9 | 0805 0091 | 682c 0df9 | e2db 40b9 | e303 00aa
|
9473 | 0x0000000107e1a198: ; ImmutableOopMap {}
|
9474 | ;*invokespecial handler$zcf000$postRender {reexecute=0 rethrow=0 return_oop=0}
|
9475 | ; - net.minecraft.client.Minecraft::m_91383_@1189 (line 1220)
|
9476 | ; {optimized virtual_call}
|
9477 | 0x0000000107e1a198: ca1c dd97 | fd7b 5fa9 | ff03 0891
|
9478 |
|
9479 | 0x0000000107e1a1a4: ; {poll_return}
|
9480 | 0x0000000107e1a1a4: 88a3 41f9 | ff63 28eb | a8e7 0054 | c003 5fd6 | e0bf 00f9
|
9481 |
|
9482 | 0x0000000107e1a1b8: ; ImmutableOopMap {[208]=Oop [376]=Oop }
|
9483 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
9484 | ; - java.util.Formatter::ensureOpen@7 (line 2577)
|
9485 | ; - java.util.Formatter::toString@1 (line 2524)
|
9486 | ; - java.lang.String::format@13 (line 4186)
|
9487 | ; - net.minecraft.client.Minecraft::m_91383_@1141 (line 1214)
|
9488 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
9489 | 0x0000000107e1a1b8: d248 7c95 | 3c07 0014 | e303 00aa
|
9490 |
|
9491 | 0x0000000107e1a1c4: ; {metadata(method data for {method} {0x0000000120ba9298} 'ensureOpen' '()V' in 'java/util/Formatter')}
|
9492 | 0x0000000107e1a1c4: 05f5 92d2 | e519 a4f2 | 2500 c0f2 | a888 40f9 | 0805 0091 | a888 00f9 | e103 00aa | e0bb 00f9
|
9493 | 0x0000000107e1a1e4: ; ImmutableOopMap {[208]=Oop [368]=Oop [376]=Oop }
|
9494 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
9495 | ; - java.util.Formatter::ensureOpen@11 (line 2577)
|
9496 | ; - java.util.Formatter::toString@1 (line 2524)
|
9497 | ; - java.lang.String::format@13 (line 4186)
|
9498 | ; - net.minecraft.client.Minecraft::m_91383_@1141 (line 1214)
|
9499 | ; {optimized virtual_call}
|
9500 | 0x0000000107e1a1e4: 477b 7995 | e0bb 40f9 | a507 0014
|
9501 |
|
9502 | 0x0000000107e1a1f0: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9503 | 0x0000000107e1a1f0: 0388 9bd2 | 0335 a4f2 | 6300 c0f2 | 68a0 40f9 | 0805 0091 | 68a0 00f9
|
9504 |
|
9505 | 0x0000000107e1a208: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9506 | 0x0000000107e1a208: 03c3 85d2 | 232c a4f2 | 6300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
9507 | 0x0000000107e1a228: 60e4 0054
|
9508 |
|
9509 | 0x0000000107e1a22c: ; ImmutableOopMap {[208]=Oop }
|
9510 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
9511 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
9512 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
9513 | ; - com.mojang.blaze3d.platform.GlStateManager::_glBindFramebuffer@0 (line 343)
|
9514 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83970_@20 (line 215)
|
9515 | ; - net.minecraft.client.Minecraft::m_91383_@573 (line 1160)
|
9516 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
9517 | 0x0000000107e1a22c: b548 7c95 | 8087 40f9 | 0ba0 0091 | 888f 40f9 | 7f01 08eb | a8e4 0054 | 8b87 00f9 | ea03 40b2
|
9518 | 0x0000000107e1a24c: 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | 5ffd 00a9 | bf3a 03d5 | e103 00aa
|
9519 | 0x0000000107e1a26c: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9520 | 0x0000000107e1a26c: 03c3 85d2 | 232c a4f2 | 6300 c0f2 | 6878 40f9 | 0805 0091 | 6878 00f9
|
9521 |
|
9522 | 0x0000000107e1a284: ; {oop("Rendersystem called from wrong thread"{0x0000000708b094a8})}
|
9523 | 0x0000000107e1a284: 0295 92d2 | 0216 a1f2 | e200 c0f2 | e103 00aa | e0c3 00f9
|
9524 |
|
9525 | 0x0000000107e1a298: ; ImmutableOopMap {[208]=Oop [384]=Oop }
|
9526 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
9527 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@6 (line 184)
|
9528 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
9529 | ; - com.mojang.blaze3d.platform.GlStateManager::_glBindFramebuffer@0 (line 343)
|
9530 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83970_@20 (line 215)
|
9531 | ; - net.minecraft.client.Minecraft::m_91383_@573 (line 1160)
|
9532 | ; {optimized virtual_call}
|
9533 | 0x0000000107e1a298: 1a7b 7995 | e0c3 40f9 | 7807 0014
|
9534 |
|
9535 | 0x0000000107e1a2a4: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9536 | 0x0000000107e1a2a4: 0388 9bd2 | 0335 a4f2 | 6300 c0f2 | 68a0 40f9 | 0805 0091 | 68a0 00f9
|
9537 |
|
9538 | 0x0000000107e1a2bc: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9539 | 0x0000000107e1a2bc: 03c3 85d2 | 232c a4f2 | 6300 c0f2 | 60ac 40b9 | 0008 0011 | 60ac 00b9 | 004c 1f12 | 1f00 0071
|
9540 | 0x0000000107e1a2dc: 00e0 0054
|
9541 |
|
9542 | 0x0000000107e1a2e0: ; ImmutableOopMap {[208]=Oop }
|
9543 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
9544 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
9545 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
9546 | ; - com.mojang.blaze3d.platform.GlStateManager::_enableDepthTest@0 (line 72)
|
9547 | ; - com.mojang.blaze3d.systems.RenderSystem::enableDepthTest@3 (line 258)
|
9548 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@10 (line 126)
|
9549 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
9550 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
9551 | 0x0000000107e1a2e0: 8848 7c95 | 8087 40f9 | 0ba0 0091 | 888f 40f9 | 7f01 08eb | 48e0 0054 | 8b87 00f9 | ea03 40b2
|
9552 | 0x0000000107e1a300: 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | 5ffd 00a9 | bf3a 03d5 | e203 00aa
|
9553 | 0x0000000107e1a320: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9554 | 0x0000000107e1a320: 01c3 85d2 | 212c a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
9555 |
|
9556 | 0x0000000107e1a338: ; {oop("Rendersystem called from wrong thread"{0x0000000708b094a8})}
|
9557 | 0x0000000107e1a338: 0295 92d2 | 0216 a1f2 | e200 c0f2 | e103 00aa | e0c7 00f9
|
9558 |
|
9559 | 0x0000000107e1a34c: ; ImmutableOopMap {[208]=Oop [392]=Oop }
|
9560 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
9561 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@6 (line 184)
|
9562 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
9563 | ; - com.mojang.blaze3d.platform.GlStateManager::_enableDepthTest@0 (line 72)
|
9564 | ; - com.mojang.blaze3d.systems.RenderSystem::enableDepthTest@3 (line 258)
|
9565 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@10 (line 126)
|
9566 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
9567 | ; {optimized virtual_call}
|
9568 | 0x0000000107e1a34c: ed7a 7995 | e0c7 40f9 | 4b07 0014
|
9569 |
|
9570 | 0x0000000107e1a358: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9571 | 0x0000000107e1a358: 0388 9bd2 | 0335 a4f2 | 6300 c0f2 | 68a0 40f9 | 0805 0091 | 68a0 00f9
|
9572 |
|
9573 | 0x0000000107e1a370: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9574 | 0x0000000107e1a370: 03c3 85d2 | 232c a4f2 | 6300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
9575 | 0x0000000107e1a390: a0db 0054
|
9576 |
|
9577 | 0x0000000107e1a394: ; ImmutableOopMap {[304]=Oop [208]=Oop }
|
9578 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
9579 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
9580 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
9581 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@0 (line 67)
|
9582 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
9583 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
9584 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
9585 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
9586 | 0x0000000107e1a394: 5b48 7c95 | 8087 40f9 | 0ba0 0091 | 888f 40f9 | 7f01 08eb | e8db 0054 | 8b87 00f9 | ea03 40b2
|
9587 | 0x0000000107e1a3b4: 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | 5ffd 00a9 | bf3a 03d5 | e203 00aa
|
9588 | 0x0000000107e1a3d4: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9589 | 0x0000000107e1a3d4: 01c3 85d2 | 212c a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
9590 |
|
9591 | 0x0000000107e1a3ec: ; {oop("Rendersystem called from wrong thread"{0x0000000708b094a8})}
|
9592 | 0x0000000107e1a3ec: 0295 92d2 | 0216 a1f2 | e200 c0f2 | e103 00aa | e0cb 00f9
|
9593 |
|
9594 | 0x0000000107e1a400: ; ImmutableOopMap {[208]=Oop [304]=Oop [400]=Oop }
|
9595 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
9596 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@6 (line 184)
|
9597 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
9598 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@0 (line 67)
|
9599 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
9600 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
9601 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
9602 | ; {optimized virtual_call}
|
9603 | 0x0000000107e1a400: c07a 7995 | e0cb 40f9 | 1e07 0014
|
9604 |
|
9605 | 0x0000000107e1a40c: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9606 | 0x0000000107e1a40c: 0396 85d2 | 232c a4f2 | 6300 c0f2 | 6890 40f9 | 0805 0091 | 6890 00f9
|
9607 |
|
9608 | 0x0000000107e1a424: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9609 | 0x0000000107e1a424: 03c3 85d2 | 232c a4f2 | 6300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
9610 | 0x0000000107e1a444: 40d7 0054
|
9611 |
|
9612 | 0x0000000107e1a448: ; ImmutableOopMap {[304]=Oop [208]=Oop }
|
9613 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
9614 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
9615 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
9616 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@0 (line 245)
|
9617 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
9618 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
9619 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
9620 | 0x0000000107e1a448: 2e48 7c95 | 8087 40f9 | 0ba0 0091 | 888f 40f9 | 7f01 08eb | 88d7 0054 | 8b87 00f9 | ea03 40b2
|
9621 | 0x0000000107e1a468: 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | 5ffd 00a9 | bf3a 03d5 | e203 00aa
|
9622 | 0x0000000107e1a488: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9623 | 0x0000000107e1a488: 01c3 85d2 | 212c a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
9624 |
|
9625 | 0x0000000107e1a4a0: ; {oop("Rendersystem called from wrong thread"{0x0000000708b094a8})}
|
9626 | 0x0000000107e1a4a0: 0295 92d2 | 0216 a1f2 | e200 c0f2 | e103 00aa | e0cf 00f9
|
9627 |
|
9628 | 0x0000000107e1a4b4: ; ImmutableOopMap {[208]=Oop [408]=Oop [304]=Oop }
|
9629 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
9630 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@6 (line 184)
|
9631 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
9632 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@0 (line 245)
|
9633 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
9634 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
9635 | ; {optimized virtual_call}
|
9636 | 0x0000000107e1a4b4: 937a 7995 | e0cf 40f9 | f106 0014
|
9637 |
|
9638 | 0x0000000107e1a4c0: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9639 | 0x0000000107e1a4c0: 0396 85d2 | 232c a4f2 | 6300 c0f2 | 6890 40f9 | 0805 0091 | 6890 00f9
|
9640 |
|
9641 | 0x0000000107e1a4d8: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9642 | 0x0000000107e1a4d8: 03c3 85d2 | 232c a4f2 | 6300 c0f2 | 60ac 40b9 | 0008 0011 | 60ac 00b9 | 004c 1f12 | 1f00 0071
|
9643 | 0x0000000107e1a4f8: e0d2 0054
|
9644 |
|
9645 | 0x0000000107e1a4fc: ; ImmutableOopMap {[208]=Oop }
|
9646 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
9647 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
9648 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
9649 | ; - com.mojang.blaze3d.platform.GlStateManager::_enableCull@0 (line 442)
|
9650 | ; - com.mojang.blaze3d.systems.RenderSystem::enableCull@3 (line 385)
|
9651 | ; - net.minecraft.client.Minecraft::m_91383_@388 (line 1140)
|
9652 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
9653 | 0x0000000107e1a4fc: 0148 7c95 | 8087 40f9 | 0ba0 0091 | 888f 40f9 | 7f01 08eb | 28d3 0054 | 8b87 00f9 | ea03 40b2
|
9654 | 0x0000000107e1a51c: 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | 5ffd 00a9 | bf3a 03d5 | e203 00aa
|
9655 | 0x0000000107e1a53c: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9656 | 0x0000000107e1a53c: 01c3 85d2 | 212c a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
9657 |
|
9658 | 0x0000000107e1a554: ; {oop("Rendersystem called from wrong thread"{0x0000000708b094a8})}
|
9659 | 0x0000000107e1a554: 0295 92d2 | 0216 a1f2 | e200 c0f2 | e103 00aa | e0d3 00f9
|
9660 |
|
9661 | 0x0000000107e1a568: ; ImmutableOopMap {[208]=Oop [416]=Oop }
|
9662 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
9663 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@6 (line 184)
|
9664 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
9665 | ; - com.mojang.blaze3d.platform.GlStateManager::_enableCull@0 (line 442)
|
9666 | ; - com.mojang.blaze3d.systems.RenderSystem::enableCull@3 (line 385)
|
9667 | ; - net.minecraft.client.Minecraft::m_91383_@388 (line 1140)
|
9668 | ; {optimized virtual_call}
|
9669 | 0x0000000107e1a568: 667a 7995 | e0d3 40f9 | c406 0014
|
9670 |
|
9671 | 0x0000000107e1a574: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9672 | 0x0000000107e1a574: 0396 85d2 | 232c a4f2 | 6300 c0f2 | 6890 40f9 | 0805 0091 | 6890 00f9
|
9673 |
|
9674 | 0x0000000107e1a58c: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9675 | 0x0000000107e1a58c: 03c3 85d2 | 232c a4f2 | 6300 c0f2 | 60ac 40b9 | 0008 0011 | 60ac 00b9 | 004c 1f12 | 1f00 0071
|
9676 | 0x0000000107e1a5ac: 80ce 0054
|
9677 |
|
9678 | 0x0000000107e1a5b0: ; ImmutableOopMap {[208]=Oop }
|
9679 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
9680 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
9681 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
9682 | ; - com.mojang.blaze3d.systems.RenderSystem::enableCull@0 (line 381)
|
9683 | ; - net.minecraft.client.Minecraft::m_91383_@388 (line 1140)
|
9684 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
9685 | 0x0000000107e1a5b0: d447 7c95 | 8087 40f9 | 0ba0 0091 | 888f 40f9 | 7f01 08eb | c8ce 0054 | 8b87 00f9 | ea03 40b2
|
9686 | 0x0000000107e1a5d0: 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | 5ffd 00a9 | bf3a 03d5 | e203 00aa
|
9687 | 0x0000000107e1a5f0: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9688 | 0x0000000107e1a5f0: 01c3 85d2 | 212c a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
9689 |
|
9690 | 0x0000000107e1a608: ; {oop("Rendersystem called from wrong thread"{0x0000000708b094a8})}
|
9691 | 0x0000000107e1a608: 0295 92d2 | 0216 a1f2 | e200 c0f2 | e103 00aa | e0d7 00f9
|
9692 |
|
9693 | 0x0000000107e1a61c: ; ImmutableOopMap {[208]=Oop [424]=Oop }
|
9694 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
9695 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@6 (line 184)
|
9696 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
9697 | ; - com.mojang.blaze3d.systems.RenderSystem::enableCull@0 (line 381)
|
9698 | ; - net.minecraft.client.Minecraft::m_91383_@388 (line 1140)
|
9699 | ; {optimized virtual_call}
|
9700 | 0x0000000107e1a61c: 397a 7995 | e0d7 40f9 | 9706 0014
|
9701 |
|
9702 | 0x0000000107e1a628: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9703 | 0x0000000107e1a628: 0396 85d2 | 232c a4f2 | 6300 c0f2 | 6890 40f9 | 0805 0091 | 6890 00f9
|
9704 |
|
9705 | 0x0000000107e1a640: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9706 | 0x0000000107e1a640: 03c3 85d2 | 232c a4f2 | 6300 c0f2 | 60ac 40b9 | 0008 0011 | 60ac 00b9 | 004c 1f12 | 1f00 0071
|
9707 | 0x0000000107e1a660: 20ca 0054
|
9708 |
|
9709 | 0x0000000107e1a664: ; ImmutableOopMap {[208]=Oop }
|
9710 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
9711 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
9712 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
9713 | ; - com.mojang.blaze3d.systems.RenderSystem::setShaderFogStart@0 (line 620)
|
9714 | ; - net.minecraft.client.renderer.FogRenderer::m_109017_@3 (line 203)
|
9715 | ; - net.minecraft.client.Minecraft::m_91383_@373 (line 1138)
|
9716 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
9717 | 0x0000000107e1a664: a747 7c95 | 8087 40f9 | 0ba0 0091 | 888f 40f9 | 7f01 08eb | 68ca 0054 | 8b87 00f9 | ea03 40b2
|
9718 | 0x0000000107e1a684: 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | 5ffd 00a9 | bf3a 03d5 | e203 00aa
|
9719 | 0x0000000107e1a6a4: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9720 | 0x0000000107e1a6a4: 01c3 85d2 | 212c a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
9721 |
|
9722 | 0x0000000107e1a6bc: ; {oop("Rendersystem called from wrong thread"{0x0000000708b094a8})}
|
9723 | 0x0000000107e1a6bc: 0295 92d2 | 0216 a1f2 | e200 c0f2 | e103 00aa | e0db 00f9
|
9724 |
|
9725 | 0x0000000107e1a6d0: ; ImmutableOopMap {[208]=Oop [432]=Oop }
|
9726 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
9727 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@6 (line 184)
|
9728 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
9729 | ; - com.mojang.blaze3d.systems.RenderSystem::setShaderFogStart@0 (line 620)
|
9730 | ; - net.minecraft.client.renderer.FogRenderer::m_109017_@3 (line 203)
|
9731 | ; - net.minecraft.client.Minecraft::m_91383_@373 (line 1138)
|
9732 | ; {optimized virtual_call}
|
9733 | 0x0000000107e1a6d0: 0c7a 7995 | e0db 40f9 | 6a06 0014 | e5c3 01b9
|
9734 |
|
9735 | 0x0000000107e1a6e0: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9736 | 0x0000000107e1a6e0: 0388 9bd2 | 0335 a4f2 | 6300 c0f2 | 68a0 40f9 | 0805 0091 | 68a0 00f9
|
9737 |
|
9738 | 0x0000000107e1a6f8: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9739 | 0x0000000107e1a6f8: 03c3 85d2 | 232c a4f2 | 6300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
9740 | 0x0000000107e1a718: a0c5 0054
|
9741 |
|
9742 | 0x0000000107e1a71c: ; ImmutableOopMap {[296]=Oop [208]=Oop }
|
9743 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
9744 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
9745 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
9746 | ; - com.mojang.blaze3d.platform.GlStateManager::_glBindFramebuffer@0 (line 343)
|
9747 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@9 (line 202)
|
9748 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
9749 | ; - net.minecraft.client.Minecraft::m_91383_@370 (line 1137)
|
9750 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
9751 | 0x0000000107e1a71c: 7947 7c95 | 8087 40f9 | 0ba0 0091 | 888f 40f9 | 7f01 08eb | e8c5 0054 | 8b87 00f9 | ea03 40b2
|
9752 | 0x0000000107e1a73c: 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | 5ffd 00a9 | bf3a 03d5 | e203 00aa
|
9753 | 0x0000000107e1a75c: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9754 | 0x0000000107e1a75c: 01c3 85d2 | 212c a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
9755 |
|
9756 | 0x0000000107e1a774: ; {oop("Rendersystem called from wrong thread"{0x0000000708b094a8})}
|
9757 | 0x0000000107e1a774: 0295 92d2 | 0216 a1f2 | e200 c0f2 | e103 00aa | e0df 00f9
|
9758 |
|
9759 | 0x0000000107e1a788: ; ImmutableOopMap {[208]=Oop [296]=Oop [440]=Oop }
|
9760 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
9761 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@6 (line 184)
|
9762 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
9763 | ; - com.mojang.blaze3d.platform.GlStateManager::_glBindFramebuffer@0 (line 343)
|
9764 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@9 (line 202)
|
9765 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
9766 | ; - net.minecraft.client.Minecraft::m_91383_@370 (line 1137)
|
9767 | ; {optimized virtual_call}
|
9768 | 0x0000000107e1a788: de79 7995 | e0df 40f9 | 3c06 0014
|
9769 |
|
9770 | 0x0000000107e1a794: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9771 | 0x0000000107e1a794: 0388 9bd2 | 0335 a4f2 | 6300 c0f2 | 68a0 40f9 | 0805 0091 | 68a0 00f9
|
9772 |
|
9773 | 0x0000000107e1a7ac: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9774 | 0x0000000107e1a7ac: 03c3 85d2 | 232c a4f2 | 6300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
9775 | 0x0000000107e1a7cc: 40c1 0054
|
9776 |
|
9777 | 0x0000000107e1a7d0: ; ImmutableOopMap {[296]=Oop [208]=Oop }
|
9778 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
9779 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
9780 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
9781 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@0 (line 201)
|
9782 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
9783 | ; - net.minecraft.client.Minecraft::m_91383_@370 (line 1137)
|
9784 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
9785 | 0x0000000107e1a7d0: 4c47 7c95 | 8087 40f9 | 0ba0 0091 | 888f 40f9 | 7f01 08eb | 88c1 0054 | 8b87 00f9 | ea03 40b2
|
9786 | 0x0000000107e1a7f0: 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | 5ffd 00a9 | bf3a 03d5 | e203 00aa
|
9787 | 0x0000000107e1a810: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9788 | 0x0000000107e1a810: 01c3 85d2 | 212c a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
9789 |
|
9790 | 0x0000000107e1a828: ; {oop("Rendersystem called from wrong thread"{0x0000000708b094a8})}
|
9791 | 0x0000000107e1a828: 0295 92d2 | 0216 a1f2 | e200 c0f2 | e103 00aa | e0e7 00f9
|
9792 |
|
9793 | 0x0000000107e1a83c: ; ImmutableOopMap {[208]=Oop [456]=Oop [296]=Oop }
|
9794 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
9795 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@6 (line 184)
|
9796 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
9797 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@0 (line 201)
|
9798 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
9799 | ; - net.minecraft.client.Minecraft::m_91383_@370 (line 1137)
|
9800 | ; {optimized virtual_call}
|
9801 | 0x0000000107e1a83c: b179 7995 | e0e7 40f9 | 0f06 0014
|
9802 |
|
9803 | 0x0000000107e1a848: ; {metadata(method data for {method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9804 | 0x0000000107e1a848: 0396 85d2 | 232c a4f2 | 6300 c0f2 | 6890 40f9 | 0805 0091 | 6890 00f9
|
9805 |
|
9806 | 0x0000000107e1a860: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9807 | 0x0000000107e1a860: 03c3 85d2 | 232c a4f2 | 6300 c0f2 | 60ac 40b9 | 0008 0011 | 60ac 00b9 | 004c 1f12 | 1f00 0071
|
9808 | 0x0000000107e1a880: e0bc 0054
|
9809 |
|
9810 | 0x0000000107e1a884: ; ImmutableOopMap {[208]=Oop }
|
9811 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
9812 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
9813 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
9814 | ; - com.mojang.blaze3d.platform.GlStateManager::_getError@0 (line 737)
|
9815 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@11 (line 686)
|
9816 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
9817 | ; - net.minecraft.client.Minecraft::m_91383_@362 (line 1136)
|
9818 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
9819 | 0x0000000107e1a884: 1f47 7c95 | 8087 40f9 | 0ba0 0091 | 888f 40f9 | 7f01 08eb | 28bd 0054 | 8b87 00f9 | ea03 40b2
|
9820 | 0x0000000107e1a8a4: 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | 5ffd 00a9 | bf3a 03d5 | e203 00aa
|
9821 | 0x0000000107e1a8c4: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9822 | 0x0000000107e1a8c4: 01c3 85d2 | 212c a4f2 | 6100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9
|
9823 |
|
9824 | 0x0000000107e1a8dc: ; {oop("Rendersystem called from wrong thread"{0x0000000708b094a8})}
|
9825 | 0x0000000107e1a8dc: 0295 92d2 | 0216 a1f2 | e200 c0f2 | e103 00aa | e0eb 00f9
|
9826 |
|
9827 | 0x0000000107e1a8f0: ; ImmutableOopMap {[208]=Oop [464]=Oop }
|
9828 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
9829 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@6 (line 184)
|
9830 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
9831 | ; - com.mojang.blaze3d.platform.GlStateManager::_getError@0 (line 737)
|
9832 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@11 (line 686)
|
9833 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
9834 | ; - net.minecraft.client.Minecraft::m_91383_@362 (line 1136)
|
9835 | ; {optimized virtual_call}
|
9836 | 0x0000000107e1a8f0: 8479 7995 | e0eb 40f9 | e205 0014 | e223 01b9
|
9837 |
|
9838 | 0x0000000107e1a900: ; {metadata(method data for {method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9839 | 0x0000000107e1a900: 0388 9bd2 | 0335 a4f2 | 6300 c0f2 | 68a0 40f9 | 0805 0091 | 68a0 00f9
|
9840 |
|
9841 | 0x0000000107e1a918: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9842 | 0x0000000107e1a918: 03c3 85d2 | 232c a4f2 | 6300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
9843 | 0x0000000107e1a938: 60b8 0054
|
9844 |
|
9845 | 0x0000000107e1a93c: ; ImmutableOopMap {[208]=Oop }
|
9846 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
9847 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
9848 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
9849 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@0 (line 683)
|
9850 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
9851 | ; - net.minecraft.client.Minecraft::m_91383_@362 (line 1136)
|
9852 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
9853 | 0x0000000107e1a93c: f146 7c95 | 8087 40f9 | 0ba0 0091 | 888f 40f9 | 7f01 08eb | a8b8 0054 | 8b87 00f9 | ea03 40b2
|
9854 | 0x0000000107e1a95c: 0a00 00f9 | 6a00 5dd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | 5ffd 00a9 | bf3a 03d5 | e303 00aa
|
9855 | 0x0000000107e1a97c: ; {metadata(method data for {method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
9856 | 0x0000000107e1a97c: 04c3 85d2 | 242c a4f2 | 6400 c0f2 | 8878 40f9 | 0805 0091 | 8878 00f9
|
9857 |
|
9858 | 0x0000000107e1a994: ; {oop("Rendersystem called from wrong thread"{0x0000000708b094a8})}
|
9859 | 0x0000000107e1a994: 0295 92d2 | 0216 a1f2 | e200 c0f2 | e103 00aa | e0ef 00f9
|
9860 |
|
9861 | 0x0000000107e1a9a8: ; ImmutableOopMap {[208]=Oop [472]=Oop }
|
9862 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
9863 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@6 (line 184)
|
9864 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
9865 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@0 (line 683)
|
9866 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
9867 | ; - net.minecraft.client.Minecraft::m_91383_@362 (line 1136)
|
9868 | ; {optimized virtual_call}
|
9869 | 0x0000000107e1a9a8: 5679 7995 | e0ef 40f9 | b405 0014
|
9870 |
|
9871 | 0x0000000107e1a9b4: ; {metadata({method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
9872 | 0x0000000107e1a9b4: 08ce 90d2 | 684e a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
9873 |
|
9874 | 0x0000000107e1a9cc: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
9875 | ;*synchronization entry
|
9876 | ; - net.minecraft.client.Minecraft::m_91383_@-1
|
9877 | ; {runtime_call counter_overflow Runtime1 stub}
|
9878 | 0x0000000107e1a9cc: 0d49 7c95 | 9ce1 ff17
|
9879 |
|
9880 | 0x0000000107e1a9d4: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
9881 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
9882 | ; - net.minecraft.client.Minecraft::m_91383_@2
|
9883 | ; {runtime_call fast_new_instance Runtime1 stub}
|
9884 | 0x0000000107e1a9d4: 8b38 7c95 | aae1 ff17
|
9885 |
|
9886 | 0x0000000107e1a9dc: ; {metadata({method} {0x000000012270ba98} '<init>' '(Ljava/lang/String;Z)V' in 'org/spongepowered/asm/mixin/injection/callback/CallbackInfo')}
|
9887 | 0x0000000107e1a9dc: 0853 97d2 | 084e a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
9888 |
|
9889 | 0x0000000107e1a9f4: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
9890 | ;*synchronization entry
|
9891 | ; - org.spongepowered.asm.mixin.injection.callback.CallbackInfo::<init>@-1 (line 61)
|
9892 | ; - net.minecraft.client.Minecraft::m_91383_@10
|
9893 | ; {runtime_call counter_overflow Runtime1 stub}
|
9894 | 0x0000000107e1a9f4: 0349 7c95 | b2e1 ff17
|
9895 |
|
9896 | 0x0000000107e1a9fc: ; {metadata({method} {0x0000000120000510} '<init>' '()V' in 'java/lang/Object')}
|
9897 | 0x0000000107e1a9fc: 08a2 80d2 | 0800 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
9898 |
|
9899 | 0x0000000107e1aa14: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
9900 | ;*synchronization entry
|
9901 | ; - java.lang.Object::<init>@-1 (line 44)
|
9902 | ; - org.spongepowered.asm.mixin.injection.callback.CallbackInfo::<init>@1 (line 61)
|
9903 | ; - net.minecraft.client.Minecraft::m_91383_@10
|
9904 | ; {runtime_call counter_overflow Runtime1 stub}
|
9905 | 0x0000000107e1aa14: fb48 7c95 | bae1 ff17 | 0410 40b9 | 84f0 7dd3 | a437 fcb4 | e403 00f9
|
9906 |
|
9907 | 0x0000000107e1aa2c: ; {runtime_call g1_pre_barrier_slow}
|
9908 | 0x0000000107e1aa2c: 754a 7c95 | bae1 ff17 | e337 fcb4 | e003 00f9
|
9909 |
|
9910 | 0x0000000107e1aa3c: ; {runtime_call g1_post_barrier_slow}
|
9911 | 0x0000000107e1aa3c: 314b 7c95 | bce1 ff17
|
9912 |
|
9913 | 0x0000000107e1aa44: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
9914 | ;*invokevirtual m_85403_ {reexecute=0 rethrow=0 return_oop=0}
|
9915 | ; - net.minecraft.client.Minecraft::m_91383_@23 (line 1084)
|
9916 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
9917 | 0x0000000107e1aa44: 2f36 7c95 | 036c 40b9 | 63f0 7dd3 | e33a fcb4 | e303 00f9
|
9918 |
|
9919 | 0x0000000107e1aa58: ; {runtime_call g1_pre_barrier_slow}
|
9920 | 0x0000000107e1aa58: 6a4a 7c95 | d4e1 ff17 | 223b fcb4 | e003 00f9
|
9921 |
|
9922 | 0x0000000107e1aa68: ; {runtime_call g1_post_barrier_slow}
|
9923 | 0x0000000107e1aa68: 264b 7c95 | d6e1 ff17
|
9924 |
|
9925 | 0x0000000107e1aa70: ; {metadata({method} {0x0000000122966748} 'm_137569_' '()J' in 'net/minecraft/Util')}
|
9926 | 0x0000000107e1aa70: 08e9 8cd2 | c852 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
9927 |
|
9928 | 0x0000000107e1aa88: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
9929 | ;*synchronization entry
|
9930 | ; - net.minecraft.Util::m_137569_@-1 (line 119)
|
9931 | ; - net.minecraft.client.Minecraft::m_91383_@26 (line 1085)
|
9932 | ; {runtime_call counter_overflow Runtime1 stub}
|
9933 | 0x0000000107e1aa88: de48 7c95 | dde1 ff17
|
9934 |
|
9935 | 0x0000000107e1aa90: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
9936 | ;*invokeinterface getAsLong {reexecute=0 rethrow=0 return_oop=0}
|
9937 | ; - net.minecraft.Util::m_137569_@3 (line 119)
|
9938 | ; - net.minecraft.client.Minecraft::m_91383_@26 (line 1085)
|
9939 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
9940 | 0x0000000107e1aa90: 1c36 7c95
|
9941 |
|
9942 | 0x0000000107e1aa94: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg2=Oop }
|
9943 | ;*invokevirtual m_85411_ {reexecute=0 rethrow=0 return_oop=0}
|
9944 | ; - net.minecraft.client.Minecraft::m_91383_@34 (line 1086)
|
9945 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
9946 | 0x0000000107e1aa94: 1b36 7c95
|
9947 |
|
9948 | 0x0000000107e1aa98: ; {metadata({method} {0x0000000320dee328} 'm_85411_' '()Z' in 'com/mojang/blaze3d/platform/Window')}
|
9949 | 0x0000000107e1aa98: 0865 9cd2 | c81b a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
9950 |
|
9951 | 0x0000000107e1aab0: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg2=Oop }
|
9952 | ;*synchronization entry
|
9953 | ; - com.mojang.blaze3d.platform.Window::m_85411_@-1 (line 121)
|
9954 | ; - net.minecraft.client.Minecraft::m_91383_@34 (line 1086)
|
9955 | ; {runtime_call counter_overflow Runtime1 stub}
|
9956 | 0x0000000107e1aab0: d448 7c95 | 1ce2 ff17
|
9957 |
|
9958 | 0x0000000107e1aab8: ; {metadata({method} {0x0000000320de5750} '_shouldClose' '(Lcom/mojang/blaze3d/platform/Window;)Z' in 'com/mojang/blaze3d/platform/GLX')}
|
9959 | 0x0000000107e1aab8: 08ea 8ad2 | c81b a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
9960 |
|
9961 | 0x0000000107e1aad0: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg2=Oop }
|
9962 | ;*synchronization entry
|
9963 | ; - com.mojang.blaze3d.platform.GLX::_shouldClose@-1 (line 92)
|
9964 | ; - com.mojang.blaze3d.platform.Window::m_85411_@1 (line 121)
|
9965 | ; - net.minecraft.client.Minecraft::m_91383_@34 (line 1086)
|
9966 | ; {runtime_call counter_overflow Runtime1 stub}
|
9967 | 0x0000000107e1aad0: cc48 7c95 | 23e2 ff17
|
9968 |
|
9969 | 0x0000000107e1aad8: ; {metadata({method} {0x000000012273a3d8} 'm_91395_' '()V' in 'net/minecraft/client/Minecraft')}
|
9970 | 0x0000000107e1aad8: 087b 94d2 | 684e a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
9971 |
|
9972 | 0x0000000107e1aaf0: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
9973 | ;*synchronization entry
|
9974 | ; - net.minecraft.client.Minecraft::m_91395_@-1 (line 1552)
|
9975 | ; - net.minecraft.client.Minecraft::m_91383_@41 (line 1087)
|
9976 | ; {runtime_call counter_overflow Runtime1 stub}
|
9977 | 0x0000000107e1aaf0: c448 7c95 | 4ee2 ff17
|
9978 |
|
9979 | 0x0000000107e1aaf8: ; ImmutableOopMap {[208]=Oop }
|
9980 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
9981 | ; - net.minecraft.client.Minecraft::m_91395_@10 (line 1552)
|
9982 | ; - net.minecraft.client.Minecraft::m_91383_@41 (line 1087)
|
9983 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
9984 | 0x0000000107e1aaf8: 0236 7c95
|
9985 |
|
9986 | 0x0000000107e1aafc: ; ImmutableOopMap {[208]=Oop }
|
9987 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
9988 | ; - net.minecraft.client.Minecraft::m_91395_@10 (line 1552)
|
9989 | ; - net.minecraft.client.Minecraft::m_91383_@41 (line 1087)
|
9990 | ; {runtime_call fast_new_instance_init_check Runtime1 stub}
|
9991 | 0x0000000107e1aafc: 0139 7c95 | 77e2 ff17
|
9992 |
|
9993 | 0x0000000107e1ab04: ; {metadata({method} {0x000000032064cd80} 'post' '(Lnet/minecraftforge/eventbus/api/Event;)Z' in 'net/minecraftforge/eventbus/EventBus')}
|
9994 | 0x0000000107e1ab04: 08b0 99d2 | 880c a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
9995 |
|
9996 | 0x0000000107e1ab1c: ; ImmutableOopMap {[208]=Oop [232]=Oop c_rarg1=Oop }
|
9997 | ;*synchronization entry
|
9998 | ; - net.minecraftforge.eventbus.EventBus::post@-1 (line 296)
|
9999 | ; - net.minecraft.client.Minecraft::m_91395_@17 (line 1552)
|
10000 | ; - net.minecraft.client.Minecraft::m_91383_@41 (line 1087)
|
10001 | ; {runtime_call counter_overflow Runtime1 stub}
|
10002 | 0x0000000107e1ab1c: b948 7c95 | 91e2 ff17
|
10003 |
|
10004 | 0x0000000107e1ab24: ; {metadata({method} {0x00000001204da610} 'linkToTargetMethod' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/invoke/Invokers$Holder')}
|
10005 | 0x0000000107e1ab24: 08c2 94d2 | a809 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10006 |
|
10007 | 0x0000000107e1ab3c: ; ImmutableOopMap {[208]=Oop [232]=Oop c_rarg1=Oop c_rarg3=Oop }
|
10008 | ;*synchronization entry
|
10009 | ; - java.lang.invoke.Invokers$Holder::linkToTargetMethod@-1
|
10010 | ; - net.minecraftforge.eventbus.EventBus::post@2 (line 296)
|
10011 | ; - net.minecraft.client.Minecraft::m_91395_@17 (line 1552)
|
10012 | ; - net.minecraft.client.Minecraft::m_91383_@41 (line 1087)
|
10013 | ; {runtime_call counter_overflow Runtime1 stub}
|
10014 | 0x0000000107e1ab3c: b148 7c95 | a4e2 ff17
|
10015 |
|
10016 | 0x0000000107e1ab44: ; {metadata({method} {0x000000012050a268} 'invoke' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/invoke/LambdaForm$MH+0x00000008000c0000')}
|
10017 | 0x0000000107e1ab44: 084d 94d2 | 080a a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10018 |
|
10019 | 0x0000000107e1ab5c: ; ImmutableOopMap {[208]=Oop [232]=Oop c_rarg1=Oop }
|
10020 | ;*synchronization entry
|
10021 | ; - java.lang.invoke.LambdaForm$MH/0x00000008000c0000::invoke@-1
|
10022 | ; - java.lang.invoke.Invokers$Holder::linkToTargetMethod@4
|
10023 | ; - net.minecraftforge.eventbus.EventBus::post@2 (line 296)
|
10024 | ; - net.minecraft.client.Minecraft::m_91395_@17 (line 1552)
|
10025 | ; - net.minecraft.client.Minecraft::m_91383_@41 (line 1087)
|
10026 | ; {runtime_call counter_overflow Runtime1 stub}
|
10027 | 0x0000000107e1ab5c: a948 7c95 | b3e2 ff17 | 229c 41b9 | 42f0 7dd3 | 6266 fcb4 | e203 00f9
|
10028 |
|
10029 | 0x0000000107e1ab74: ; {runtime_call g1_pre_barrier_slow}
|
10030 | 0x0000000107e1ab74: 234a 7c95 | 30e3 ff17
|
10031 |
|
10032 | 0x0000000107e1ab7c: ; ImmutableOopMap {[208]=Oop c_rarg0=Oop c_rarg1=Oop }
|
10033 | ;*invokevirtual thenRun {reexecute=0 rethrow=0 return_oop=0}
|
10034 | ; - net.minecraft.client.Minecraft::m_91383_@83 (line 1093)
|
10035 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
10036 | 0x0000000107e1ab7c: e135 7c95
|
10037 |
|
10038 | 0x0000000107e1ab80: ; {metadata({method} {0x00000001213aa688} 'thenRun' '(Ljava/lang/Runnable;)Ljava/util/concurrent/CompletableFuture;' in 'java/util/concurrent/CompletableFuture')}
|
10039 | 0x0000000107e1ab80: 08d1 94d2 | 4827 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10040 |
|
10041 | 0x0000000107e1ab98: ; ImmutableOopMap {[208]=Oop c_rarg0=Oop c_rarg1=Oop }
|
10042 | ;*synchronization entry
|
10043 | ; - java.util.concurrent.CompletableFuture::thenRun@-1 (line 2195)
|
10044 | ; - net.minecraft.client.Minecraft::m_91383_@83 (line 1093)
|
10045 | ; {runtime_call counter_overflow Runtime1 stub}
|
10046 | 0x0000000107e1ab98: 9a48 7c95 | 8ee3 ff17
|
10047 |
|
10048 | 0x0000000107e1aba0: ; ImmutableOopMap {[208]=Oop c_rarg1=Oop }
|
10049 | ;*invokeinterface run {reexecute=0 rethrow=0 return_oop=0}
|
10050 | ; - net.minecraft.client.Minecraft::m_91383_@107 (line 1100)
|
10051 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
10052 | 0x0000000107e1aba0: d835 7c95
|
10053 |
|
10054 | 0x0000000107e1aba4: ; {metadata({method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
10055 | 0x0000000107e1aba4: 08ce 90d2 | 684e a4f2 | 2800 c0f2 | e807 00f9 | e80b 7cb2 | e803 00f9
|
10056 |
|
10057 | 0x0000000107e1abbc: ; ImmutableOopMap {[208]=Oop }
|
10058 | ;*goto {reexecute=1 rethrow=0 return_oop=0}
|
10059 | ; - (reexecute) net.minecraft.client.Minecraft::m_91383_@112 (line 1100)
|
10060 | ; {runtime_call counter_overflow Runtime1 stub}
|
10061 | 0x0000000107e1abbc: 9148 7c95 | c8e3 ff17
|
10062 |
|
10063 | 0x0000000107e1abc4: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
10064 | ;*invokeinterface poll {reexecute=0 rethrow=0 return_oop=0}
|
10065 | ; - net.minecraft.client.Minecraft::m_91383_@91 (line 1099)
|
10066 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
10067 | 0x0000000107e1abc4: cf35 7c95 | e803 00aa
|
10068 |
|
10069 | 0x0000000107e1abcc: ; ImmutableOopMap {[208]=Oop }
|
10070 | ;*checkcast {reexecute=0 rethrow=0 return_oop=0}
|
10071 | ; - net.minecraft.client.Minecraft::m_91383_@96 (line 1099)
|
10072 | ; {runtime_call throw_class_cast_exception Runtime1 stub}
|
10073 | 0x0000000107e1abcc: cd3e 7c95
|
10074 |
|
10075 | 0x0000000107e1abd0: ; {metadata({method} {0x00000001229666b0} 'm_137550_' '()J' in 'net/minecraft/Util')}
|
10076 | 0x0000000107e1abd0: 08d6 8cd2 | c852 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10077 |
|
10078 | 0x0000000107e1abe8: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
10079 | ;*synchronization entry
|
10080 | ; - net.minecraft.Util::m_137550_@-1 (line 115)
|
10081 | ; - net.minecraft.client.Minecraft::m_91383_@123 (line 1104)
|
10082 | ; {runtime_call counter_overflow Runtime1 stub}
|
10083 | 0x0000000107e1abe8: 8648 7c95 | 66e4 ff17
|
10084 |
|
10085 | 0x0000000107e1abf0: ; {metadata({method} {0x0000000122966748} 'm_137569_' '()J' in 'net/minecraft/Util')}
|
10086 | 0x0000000107e1abf0: 08e9 8cd2 | c852 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10087 |
|
10088 | 0x0000000107e1ac08: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
10089 | ;*synchronization entry
|
10090 | ; - net.minecraft.Util::m_137569_@-1 (line 119)
|
10091 | ; - net.minecraft.Util::m_137550_@0 (line 115)
|
10092 | ; - net.minecraft.client.Minecraft::m_91383_@123 (line 1104)
|
10093 | ; {runtime_call counter_overflow Runtime1 stub}
|
10094 | 0x0000000107e1ac08: 7e48 7c95 | 6de4 ff17
|
10095 |
|
10096 | 0x0000000107e1ac10: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop c_rarg3=Oop }
|
10097 | ;*invokeinterface getAsLong {reexecute=0 rethrow=0 return_oop=0}
|
10098 | ; - net.minecraft.Util::m_137569_@3 (line 119)
|
10099 | ; - net.minecraft.Util::m_137550_@0 (line 115)
|
10100 | ; - net.minecraft.client.Minecraft::m_91383_@123 (line 1104)
|
10101 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
10102 | 0x0000000107e1ac10: bc35 7c95
|
10103 |
|
10104 | 0x0000000107e1ac14: ; ImmutableOopMap {[208]=Oop c_rarg0=Oop }
|
10105 | ;*invokevirtual m_92525_ {reexecute=0 rethrow=0 return_oop=0}
|
10106 | ; - net.minecraft.client.Minecraft::m_91383_@126 (line 1104)
|
10107 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
10108 | 0x0000000107e1ac14: bb35 7c95
|
10109 |
|
10110 | 0x0000000107e1ac18: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg2=Oop }
|
10111 | ;*invokeinterface m_6180_ {reexecute=0 rethrow=0 return_oop=0}
|
10112 | ; - net.minecraft.client.Minecraft::m_91383_@138 (line 1105)
|
10113 | ; {runtime_call throw_incompatible_class_change_error Runtime1 stub}
|
10114 | 0x0000000107e1ac18: 7a3f 7c95
|
10115 |
|
10116 | 0x0000000107e1ac1c: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg2=Oop }
|
10117 | ;*invokeinterface m_6180_ {reexecute=0 rethrow=0 return_oop=0}
|
10118 | ; - net.minecraft.client.Minecraft::m_91383_@138 (line 1105)
|
10119 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
10120 | 0x0000000107e1ac1c: b935 7c95
|
10121 |
|
10122 | 0x0000000107e1ac20: ; {metadata({method} {0x000000032082e4f8} 'm_6180_' '(Ljava/lang/String;)V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
10123 | 0x0000000107e1ac20: 089f 9cd2 | 4810 a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10124 |
|
10125 | 0x0000000107e1ac38: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
10126 | ;*synchronization entry
|
10127 | ; - net.minecraft.util.profiling.InactiveProfiler::m_6180_@-1 (line 27)
|
10128 | ; - net.minecraft.client.Minecraft::m_91383_@138 (line 1105)
|
10129 | ; {runtime_call counter_overflow Runtime1 stub}
|
10130 | 0x0000000107e1ac38: 7248 7c95 | cee4 ff17
|
10131 |
|
10132 | 0x0000000107e1ac40: ; {metadata({method} {0x00000001227581a8} 'm_18699_' '()V' in 'net/minecraft/util/thread/BlockableEventLoop')}
|
10133 | 0x0000000107e1ac40: 0835 90d2 | a84e a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10134 |
|
10135 | 0x0000000107e1ac58: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
10136 | ;*synchronization entry
|
10137 | ; - net.minecraft.util.thread.BlockableEventLoop::m_18699_@-1 (line 115)
|
10138 | ; - net.minecraft.client.Minecraft::m_91383_@144 (line 1106)
|
10139 | ; {runtime_call counter_overflow Runtime1 stub}
|
10140 | 0x0000000107e1ac58: 6a48 7c95 | f8e4 ff17
|
10141 |
|
10142 | 0x0000000107e1ac60: ; {metadata({method} {0x00000001227581a8} 'm_18699_' '()V' in 'net/minecraft/util/thread/BlockableEventLoop')}
|
10143 | 0x0000000107e1ac60: 0835 90d2 | a84e a4f2 | 2800 c0f2 | e807 00f9 | e80b 40b2 | e803 00f9
|
10144 |
|
10145 | 0x0000000107e1ac78: ; ImmutableOopMap {[208]=Oop }
|
10146 | ;*goto {reexecute=1 rethrow=0 return_oop=0}
|
10147 | ; - (reexecute) net.minecraft.util.thread.BlockableEventLoop::m_18699_@7 (line 115)
|
10148 | ; - net.minecraft.client.Minecraft::m_91383_@144 (line 1106)
|
10149 | ; {runtime_call counter_overflow Runtime1 stub}
|
10150 | 0x0000000107e1ac78: 6248 7c95 | fae4 ff17
|
10151 |
|
10152 | 0x0000000107e1ac80: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
10153 | ;*invokeinterface m_7238_ {reexecute=0 rethrow=0 return_oop=0}
|
10154 | ; - net.minecraft.client.Minecraft::m_91383_@151 (line 1107)
|
10155 | ; {runtime_call throw_incompatible_class_change_error Runtime1 stub}
|
10156 | 0x0000000107e1ac80: 603f 7c95
|
10157 |
|
10158 | 0x0000000107e1ac84: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
10159 | ;*invokeinterface m_7238_ {reexecute=0 rethrow=0 return_oop=0}
|
10160 | ; - net.minecraft.client.Minecraft::m_91383_@151 (line 1107)
|
10161 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
10162 | 0x0000000107e1ac84: 9f35 7c95
|
10163 |
|
10164 | 0x0000000107e1ac88: ; {metadata({method} {0x000000032082e6f0} 'm_7238_' '()V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
10165 | 0x0000000107e1ac88: 08de 9cd2 | 4810 a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10166 |
|
10167 | 0x0000000107e1aca0: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
10168 | ;*synchronization entry
|
10169 | ; - net.minecraft.util.profiling.InactiveProfiler::m_7238_@-1 (line 39)
|
10170 | ; - net.minecraft.client.Minecraft::m_91383_@151 (line 1107)
|
10171 | ; {runtime_call counter_overflow Runtime1 stub}
|
10172 | 0x0000000107e1aca0: 5848 7c95 | 54e5 ff17
|
10173 |
|
10174 | 0x0000000107e1aca8: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
10175 | ;*invokeinterface m_6180_ {reexecute=0 rethrow=0 return_oop=0}
|
10176 | ; - net.minecraft.client.Minecraft::m_91383_@163 (line 1108)
|
10177 | ; {runtime_call throw_incompatible_class_change_error Runtime1 stub}
|
10178 | 0x0000000107e1aca8: 563f 7c95
|
10179 |
|
10180 | 0x0000000107e1acac: ; {metadata({method} {0x000000032082e4f8} 'm_6180_' '(Ljava/lang/String;)V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
10181 | 0x0000000107e1acac: 089f 9cd2 | 4810 a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10182 |
|
10183 | 0x0000000107e1acc4: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
10184 | ;*synchronization entry
|
10185 | ; - net.minecraft.util.profiling.InactiveProfiler::m_6180_@-1 (line 27)
|
10186 | ; - net.minecraft.client.Minecraft::m_91383_@163 (line 1108)
|
10187 | ; {runtime_call counter_overflow Runtime1 stub}
|
10188 | 0x0000000107e1acc4: 4f48 7c95 | 6ae5 ff17
|
10189 |
|
10190 | 0x0000000107e1accc: ; {metadata({method} {0x000000012018a7e8} 'min' '(II)I' in 'java/lang/Math')}
|
10191 | 0x0000000107e1accc: 08fd 94d2 | 0803 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10192 |
|
10193 | 0x0000000107e1ace4: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
10194 | ;*synchronization entry
|
10195 | ; - java.lang.Math::min@-1 (line 1649)
|
10196 | ; - net.minecraft.client.Minecraft::m_91383_@177 (line 1110)
|
10197 | ; {runtime_call counter_overflow Runtime1 stub}
|
10198 | 0x0000000107e1ace4: 4748 7c95 | 73e5 ff17
|
10199 |
|
10200 | 0x0000000107e1acec: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg3=Oop }
|
10201 | ;*invokeinterface m_6174_ {reexecute=0 rethrow=0 return_oop=0}
|
10202 | ; - net.minecraft.client.Minecraft::m_91383_@190 (line 1111)
|
10203 | ; {runtime_call throw_incompatible_class_change_error Runtime1 stub}
|
10204 | 0x0000000107e1acec: 453f 7c95
|
10205 |
|
10206 | 0x0000000107e1acf0: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg3=Oop }
|
10207 | ;*invokeinterface m_6174_ {reexecute=0 rethrow=0 return_oop=0}
|
10208 | ; - net.minecraft.client.Minecraft::m_91383_@190 (line 1111)
|
10209 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
10210 | 0x0000000107e1acf0: 8435 7c95
|
10211 |
|
10212 | 0x0000000107e1acf4: ; {metadata({method} {0x0000000320763058} 'm_6174_' '(Ljava/lang/String;)V' in 'net/minecraft/util/profiling/ProfilerFiller')}
|
10213 | 0x0000000107e1acf4: 080b 86d2 | c80e a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10214 |
|
10215 | 0x0000000107e1ad0c: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg3=Oop }
|
10216 | ;*synchronization entry
|
10217 | ; - net.minecraft.util.profiling.ProfilerFiller::m_6174_@-1 (line 27)
|
10218 | ; - net.minecraft.client.Minecraft::m_91383_@190 (line 1111)
|
10219 | ; {runtime_call counter_overflow Runtime1 stub}
|
10220 | 0x0000000107e1ad0c: 3d48 7c95 | c9e5 ff17
|
10221 |
|
10222 | 0x0000000107e1ad14: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg3=Oop }
|
10223 | ;*invokeinterface m_183275_ {reexecute=0 rethrow=0 return_oop=0}
|
10224 | ; - net.minecraft.util.profiling.ProfilerFiller::m_6174_@3 (line 27)
|
10225 | ; - net.minecraft.client.Minecraft::m_91383_@190 (line 1111)
|
10226 | ; {runtime_call throw_incompatible_class_change_error Runtime1 stub}
|
10227 | 0x0000000107e1ad14: 3b3f 7c95
|
10228 |
|
10229 | 0x0000000107e1ad18: ; {metadata({method} {0x000000032082e900} 'm_183275_' '(Ljava/lang/String;I)V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
10230 | 0x0000000107e1ad18: 0820 9dd2 | 4810 a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10231 |
|
10232 | 0x0000000107e1ad30: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
10233 | ;*synchronization entry
|
10234 | ; - net.minecraft.util.profiling.InactiveProfiler::m_183275_@-1 (line 51)
|
10235 | ; - net.minecraft.util.profiling.ProfilerFiller::m_6174_@3 (line 27)
|
10236 | ; - net.minecraft.client.Minecraft::m_91383_@190 (line 1111)
|
10237 | ; {runtime_call counter_overflow Runtime1 stub}
|
10238 | 0x0000000107e1ad30: 3448 7c95 | dfe5 ff17
|
10239 |
|
10240 | 0x0000000107e1ad38: ; {metadata({method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
10241 | 0x0000000107e1ad38: 08ce 90d2 | 684e a4f2 | 2800 c0f2 | e807 00f9 | 4819 80d2 | e803 00f9
|
10242 |
|
10243 | 0x0000000107e1ad50: ; ImmutableOopMap {[208]=Oop }
|
10244 | ;*goto {reexecute=1 rethrow=0 return_oop=0}
|
10245 | ; - (reexecute) net.minecraft.client.Minecraft::m_91383_@202 (line 1110)
|
10246 | ; {runtime_call counter_overflow Runtime1 stub}
|
10247 | 0x0000000107e1ad50: 2c48 7c95 | f1e5 ff17
|
10248 |
|
10249 | 0x0000000107e1ad58: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
10250 | ;*invokeinterface m_7238_ {reexecute=0 rethrow=0 return_oop=0}
|
10251 | ; - net.minecraft.client.Minecraft::m_91383_@209 (line 1115)
|
10252 | ; {runtime_call throw_incompatible_class_change_error Runtime1 stub}
|
10253 | 0x0000000107e1ad58: 2a3f 7c95
|
10254 |
|
10255 | 0x0000000107e1ad5c: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
10256 | ;*invokeinterface m_7238_ {reexecute=0 rethrow=0 return_oop=0}
|
10257 | ; - net.minecraft.client.Minecraft::m_91383_@209 (line 1115)
|
10258 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
10259 | 0x0000000107e1ad5c: 6935 7c95
|
10260 |
|
10261 | 0x0000000107e1ad60: ; {metadata({method} {0x000000032082e6f0} 'm_7238_' '()V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
10262 | 0x0000000107e1ad60: 08de 9cd2 | 4810 a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10263 |
|
10264 | 0x0000000107e1ad78: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
10265 | ;*synchronization entry
|
10266 | ; - net.minecraft.util.profiling.InactiveProfiler::m_7238_@-1 (line 39)
|
10267 | ; - net.minecraft.client.Minecraft::m_91383_@209 (line 1115)
|
10268 | ; {runtime_call counter_overflow Runtime1 stub}
|
10269 | 0x0000000107e1ad78: 2248 7c95 | 15e6 ff17
|
10270 |
|
10271 | 0x0000000107e1ad80: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
10272 | ;*invokevirtual m_91523_ {reexecute=0 rethrow=0 return_oop=0}
|
10273 | ; - net.minecraft.client.Minecraft::m_91383_@218 (line 1118)
|
10274 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
10275 | 0x0000000107e1ad80: 6035 7c95
|
10276 |
|
10277 | 0x0000000107e1ad84: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg2=Oop }
|
10278 | ;*invokevirtual m_85403_ {reexecute=0 rethrow=0 return_oop=0}
|
10279 | ; - net.minecraft.client.Minecraft::m_91383_@228 (line 1119)
|
10280 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
10281 | 0x0000000107e1ad84: 5f35 7c95 | 436c 40b9 | 63f0 7dd3 | 43c6 fcb4 | e303 00f9
|
10282 |
|
10283 | 0x0000000107e1ad98: ; {runtime_call g1_pre_barrier_slow}
|
10284 | 0x0000000107e1ad98: 9a49 7c95 | 2fe6 ff17 | 80c6 fcb4 | e203 00f9
|
10285 |
|
10286 | 0x0000000107e1ada8: ; {runtime_call g1_post_barrier_slow}
|
10287 | 0x0000000107e1ada8: 564a 7c95 | 31e6 ff17
|
10288 |
|
10289 | 0x0000000107e1adb0: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg2=Oop }
|
10290 | ;*invokeinterface m_6180_ {reexecute=0 rethrow=0 return_oop=0}
|
10291 | ; - net.minecraft.client.Minecraft::m_91383_@238 (line 1120)
|
10292 | ; {runtime_call throw_incompatible_class_change_error Runtime1 stub}
|
10293 | 0x0000000107e1adb0: 143f 7c95
|
10294 |
|
10295 | 0x0000000107e1adb4: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg2=Oop }
|
10296 | ;*invokeinterface m_6180_ {reexecute=0 rethrow=0 return_oop=0}
|
10297 | ; - net.minecraft.client.Minecraft::m_91383_@238 (line 1120)
|
10298 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
10299 | 0x0000000107e1adb4: 5335 7c95
|
10300 |
|
10301 | 0x0000000107e1adb8: ; {metadata({method} {0x000000032082e4f8} 'm_6180_' '(Ljava/lang/String;)V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
10302 | 0x0000000107e1adb8: 089f 9cd2 | 4810 a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10303 |
|
10304 | 0x0000000107e1add0: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
10305 | ;*synchronization entry
|
10306 | ; - net.minecraft.util.profiling.InactiveProfiler::m_6180_@-1 (line 27)
|
10307 | ; - net.minecraft.client.Minecraft::m_91383_@238 (line 1120)
|
10308 | ; {runtime_call counter_overflow Runtime1 stub}
|
10309 | 0x0000000107e1add0: 0c48 7c95 | 49e6 ff17
|
10310 |
|
10311 | 0x0000000107e1add8: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg2=Oop c_rarg0=Oop }
|
10312 | ;*invokevirtual m_109153_ {reexecute=0 rethrow=0 return_oop=0}
|
10313 | ; - net.minecraft.client.Minecraft::m_91383_@251 (line 1121)
|
10314 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
10315 | 0x0000000107e1add8: 4a35 7c95
|
10316 |
|
10317 | 0x0000000107e1addc: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg2=Oop c_rarg0=Oop }
|
10318 | ;*invokevirtual m_120361_ {reexecute=0 rethrow=0 return_oop=0}
|
10319 | ; - net.minecraft.client.Minecraft::m_91383_@254 (line 1121)
|
10320 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
10321 | 0x0000000107e1addc: 4935 7c95
|
10322 |
|
10323 | 0x0000000107e1ade0: ; {metadata({method} {0x00000003211d21d0} 'm_120361_' '(Lnet/minecraft/client/Camera;)V' in 'net/minecraft/client/sounds/SoundManager')}
|
10324 | 0x0000000107e1ade0: 083a 84d2 | a823 a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10325 |
|
10326 | 0x0000000107e1adf8: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg2=Oop c_rarg0=Oop }
|
10327 | ;*synchronization entry
|
10328 | ; - net.minecraft.client.sounds.SoundManager::m_120361_@-1 (line 256)
|
10329 | ; - net.minecraft.client.Minecraft::m_91383_@254 (line 1121)
|
10330 | ; {runtime_call counter_overflow Runtime1 stub}
|
10331 | 0x0000000107e1adf8: 0248 7c95 | 68e6 ff17
|
10332 |
|
10333 | 0x0000000107e1ae00: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop c_rarg3=Oop }
|
10334 | ;*invokevirtual m_120270_ {reexecute=0 rethrow=0 return_oop=0}
|
10335 | ; - net.minecraft.client.sounds.SoundManager::m_120361_@5 (line 256)
|
10336 | ; - net.minecraft.client.Minecraft::m_91383_@254 (line 1121)
|
10337 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
10338 | 0x0000000107e1ae00: 4035 7c95
|
10339 |
|
10340 | 0x0000000107e1ae04: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
10341 | ;*invokeinterface m_7238_ {reexecute=0 rethrow=0 return_oop=0}
|
10342 | ; - net.minecraft.client.Minecraft::m_91383_@261 (line 1122)
|
10343 | ; {runtime_call throw_incompatible_class_change_error Runtime1 stub}
|
10344 | 0x0000000107e1ae04: ff3e 7c95
|
10345 |
|
10346 | 0x0000000107e1ae08: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
10347 | ;*invokeinterface m_7238_ {reexecute=0 rethrow=0 return_oop=0}
|
10348 | ; - net.minecraft.client.Minecraft::m_91383_@261 (line 1122)
|
10349 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
10350 | 0x0000000107e1ae08: 3e35 7c95
|
10351 |
|
10352 | 0x0000000107e1ae0c: ; {metadata({method} {0x000000032082e6f0} 'm_7238_' '()V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
10353 | 0x0000000107e1ae0c: 08de 9cd2 | 4810 a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10354 |
|
10355 | 0x0000000107e1ae24: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
10356 | ;*synchronization entry
|
10357 | ; - net.minecraft.util.profiling.InactiveProfiler::m_7238_@-1 (line 39)
|
10358 | ; - net.minecraft.client.Minecraft::m_91383_@261 (line 1122)
|
10359 | ; {runtime_call counter_overflow Runtime1 stub}
|
10360 | 0x0000000107e1ae24: f747 7c95 | 93e6 ff17
|
10361 |
|
10362 | 0x0000000107e1ae2c: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
10363 | ;*invokeinterface m_6180_ {reexecute=0 rethrow=0 return_oop=0}
|
10364 | ; - net.minecraft.client.Minecraft::m_91383_@273 (line 1123)
|
10365 | ; {runtime_call throw_incompatible_class_change_error Runtime1 stub}
|
10366 | 0x0000000107e1ae2c: f53e 7c95
|
10367 |
|
10368 | 0x0000000107e1ae30: ; {metadata({method} {0x000000032082e4f8} 'm_6180_' '(Ljava/lang/String;)V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
10369 | 0x0000000107e1ae30: 089f 9cd2 | 4810 a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10370 |
|
10371 | 0x0000000107e1ae48: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
10372 | ;*synchronization entry
|
10373 | ; - net.minecraft.util.profiling.InactiveProfiler::m_6180_@-1 (line 27)
|
10374 | ; - net.minecraft.client.Minecraft::m_91383_@273 (line 1123)
|
10375 | ; {runtime_call counter_overflow Runtime1 stub}
|
10376 | 0x0000000107e1ae48: ee47 7c95 | a9e6 ff17
|
10377 |
|
10378 | 0x0000000107e1ae50: ; {metadata({method} {0x0000000122966748} 'm_137569_' '()J' in 'net/minecraft/Util')}
|
10379 | 0x0000000107e1ae50: 08e9 8cd2 | c852 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10380 |
|
10381 | 0x0000000107e1ae68: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
10382 | ;*synchronization entry
|
10383 | ; - net.minecraft.Util::m_137569_@-1 (line 119)
|
10384 | ; - net.minecraft.client.Minecraft::m_91383_@278 (line 1124)
|
10385 | ; {runtime_call counter_overflow Runtime1 stub}
|
10386 | 0x0000000107e1ae68: e647 7c95 | b0e6 ff17
|
10387 |
|
10388 | 0x0000000107e1ae70: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
10389 | ;*invokeinterface getAsLong {reexecute=0 rethrow=0 return_oop=0}
|
10390 | ; - net.minecraft.Util::m_137569_@3 (line 119)
|
10391 | ; - net.minecraft.client.Minecraft::m_91383_@278 (line 1124)
|
10392 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
10393 | 0x0000000107e1ae70: 2435 7c95
|
10394 |
|
10395 | 0x0000000107e1ae74: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
10396 | ;*getfield f_92063_ {reexecute=1 rethrow=0 return_oop=0}
|
10397 | ; - (reexecute) net.minecraft.client.Minecraft::m_91383_@287 (line 1126)
|
10398 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
10399 | 0x0000000107e1ae74: 2335 7c95
|
10400 |
|
10401 | 0x0000000107e1ae78: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg2=Oop }
|
10402 | ;*invokeinterface m_142763_ {reexecute=0 rethrow=0 return_oop=0}
|
10403 | ; - net.minecraft.client.Minecraft::m_91383_@297 (line 1126)
|
10404 | ; {runtime_call throw_incompatible_class_change_error Runtime1 stub}
|
10405 | 0x0000000107e1ae78: e23e 7c95
|
10406 |
|
10407 | 0x0000000107e1ae7c: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg2=Oop }
|
10408 | ;*invokeinterface m_142763_ {reexecute=0 rethrow=0 return_oop=0}
|
10409 | ; - net.minecraft.client.Minecraft::m_91383_@297 (line 1126)
|
10410 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
10411 | 0x0000000107e1ae7c: 2135 7c95
|
10412 |
|
10413 | 0x0000000107e1ae80: ; {metadata({method} {0x0000000320832d00} 'm_142763_' '()Z' in 'net/minecraft/util/profiling/metrics/profiling/InactiveMetricsRecorder')}
|
10414 | 0x0000000107e1ae80: 08a0 85d2 | 6810 a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10415 |
|
10416 | 0x0000000107e1ae98: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
10417 | ;*synchronization entry
|
10418 | ; - net.minecraft.util.profiling.metrics.profiling.InactiveMetricsRecorder::m_142763_@-1 (line 23)
|
10419 | ; - net.minecraft.client.Minecraft::m_91383_@297 (line 1126)
|
10420 | ; {runtime_call counter_overflow Runtime1 stub}
|
10421 | 0x0000000107e1ae98: da47 7c95 | 0ae7 ff17
|
10422 |
|
10423 | 0x0000000107e1aea0: ; ImmutableOopMap {[208]=Oop c_rarg0=Oop c_rarg2=Oop }
|
10424 | ;*invokevirtual ifPresent {reexecute=0 rethrow=0 return_oop=0}
|
10425 | ; - net.minecraft.client.Minecraft::m_91383_@353 (line 1132)
|
10426 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
10427 | 0x0000000107e1aea0: 1835 7c95
|
10428 |
|
10429 | 0x0000000107e1aea4: ; {metadata({method} {0x00000001202a9ae8} 'ifPresent' '(Ljava/util/function/Consumer;)V' in 'java/util/Optional')}
|
10430 | 0x0000000107e1aea4: 085d 93d2 | 4805 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10431 |
|
10432 | 0x0000000107e1aebc: ; ImmutableOopMap {[208]=Oop c_rarg0=Oop c_rarg2=Oop }
|
10433 | ;*synchronization entry
|
10434 | ; - java.util.Optional::ifPresent@-1 (line 177)
|
10435 | ; - net.minecraft.client.Minecraft::m_91383_@353 (line 1132)
|
10436 | ; {runtime_call counter_overflow Runtime1 stub}
|
10437 | 0x0000000107e1aebc: d147 7c95 | 7be7 ff17
|
10438 |
|
10439 | 0x0000000107e1aec4: ; ImmutableOopMap {[208]=Oop c_rarg2=Oop c_rarg0=Oop }
|
10440 | ;*invokeinterface accept {reexecute=0 rethrow=0 return_oop=0}
|
10441 | ; - java.util.Optional::ifPresent@12 (line 178)
|
10442 | ; - net.minecraft.client.Minecraft::m_91383_@353 (line 1132)
|
10443 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
10444 | 0x0000000107e1aec4: 0f35 7c95
|
10445 |
|
10446 | 0x0000000107e1aec8: ; {metadata({method} {0x00000003206dd550} 'clear' '(IZ)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
10447 | 0x0000000107e1aec8: 08aa 9ad2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10448 |
|
10449 | 0x0000000107e1aee0: ; ImmutableOopMap {[208]=Oop }
|
10450 | ;*synchronization entry
|
10451 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@-1 (line 609)
|
10452 | ; - net.minecraft.client.Minecraft::m_91383_@362 (line 1136)
|
10453 | ; {runtime_call counter_overflow Runtime1 stub}
|
10454 | 0x0000000107e1aee0: c847 7c95 | c0e7 ff17
|
10455 |
|
10456 | 0x0000000107e1aee8: ; {metadata({method} {0x00000003206db4f0} 'assertOnGameThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
10457 | 0x0000000107e1aee8: 089e 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10458 |
|
10459 | 0x0000000107e1af00: ; ImmutableOopMap {[208]=Oop }
|
10460 | ;*synchronization entry
|
10461 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnGameThreadOrInit@-1 (line 158)
|
10462 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@0 (line 609)
|
10463 | ; - net.minecraft.client.Minecraft::m_91383_@362 (line 1136)
|
10464 | ; {runtime_call counter_overflow Runtime1 stub}
|
10465 | 0x0000000107e1af00: c047 7c95 | c7e7 ff17
|
10466 |
|
10467 | 0x0000000107e1af08: ; {metadata({method} {0x00000003206db3a0} 'isOnGameThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
10468 | 0x0000000107e1af08: 0874 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10469 |
|
10470 | 0x0000000107e1af20: ; ImmutableOopMap {[208]=Oop }
|
10471 | ;*synchronization entry
|
10472 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnGameThread@-1 (line 146)
|
10473 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnGameThreadOrInit@6 (line 158)
|
10474 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@0 (line 609)
|
10475 | ; - net.minecraft.client.Minecraft::m_91383_@362 (line 1136)
|
10476 | ; {runtime_call counter_overflow Runtime1 stub}
|
10477 | 0x0000000107e1af20: b847 7c95 | dde7 ff17
|
10478 |
|
10479 | 0x0000000107e1af28: ; {metadata({method} {0x0000000320e67598} '_clear' '(IZ)V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
10480 | 0x0000000107e1af28: 08b3 8ed2 | c81c a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10481 |
|
10482 | 0x0000000107e1af40: ; ImmutableOopMap {[208]=Oop }
|
10483 | ;*synchronization entry
|
10484 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@-1 (line 683)
|
10485 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
10486 | ; - net.minecraft.client.Minecraft::m_91383_@362 (line 1136)
|
10487 | ; {runtime_call counter_overflow Runtime1 stub}
|
10488 | 0x0000000107e1af40: b047 7c95 | eae7 ff17
|
10489 |
|
10490 | 0x0000000107e1af48: ; {metadata({method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
10491 | 0x0000000107e1af48: 08b4 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10492 |
|
10493 | 0x0000000107e1af60: ; ImmutableOopMap {[208]=Oop }
|
10494 | ;*synchronization entry
|
10495 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@-1 (line 165)
|
10496 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@0 (line 683)
|
10497 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
10498 | ; - net.minecraft.client.Minecraft::m_91383_@362 (line 1136)
|
10499 | ; {runtime_call counter_overflow Runtime1 stub}
|
10500 | 0x0000000107e1af60: a847 7c95 | f1e7 ff17
|
10501 |
|
10502 | 0x0000000107e1af68: ; {metadata({method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
10503 | 0x0000000107e1af68: 082b 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10504 |
|
10505 | 0x0000000107e1af80: ; ImmutableOopMap {[208]=Oop }
|
10506 | ;*synchronization entry
|
10507 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnRenderThread@-1 (line 127)
|
10508 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@6 (line 165)
|
10509 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@0 (line 683)
|
10510 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
10511 | ; - net.minecraft.client.Minecraft::m_91383_@362 (line 1136)
|
10512 | ; {runtime_call counter_overflow Runtime1 stub}
|
10513 | 0x0000000107e1af80: a047 7c95 | 03e8 ff17
|
10514 |
|
10515 | 0x0000000107e1af88: ; {metadata({method} {0x0000000320e7a9d8} 'glClear' '(I)V' in 'org/lwjgl/opengl/GL11')}
|
10516 | 0x0000000107e1af88: 083b 95d2 | e81c a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10517 |
|
10518 | 0x0000000107e1afa0: ; ImmutableOopMap {[208]=Oop }
|
10519 | ;*synchronization entry
|
10520 | ; - org.lwjgl.opengl.GL11::glClear@-1 (line 992)
|
10521 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@4 (line 684)
|
10522 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
10523 | ; - net.minecraft.client.Minecraft::m_91383_@362 (line 1136)
|
10524 | ; {runtime_call counter_overflow Runtime1 stub}
|
10525 | 0x0000000107e1afa0: 9847 7c95 | 38e8 ff17
|
10526 |
|
10527 | 0x0000000107e1afa8: ; {metadata({method} {0x0000000320e67db0} '_getError' '()I' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
10528 | 0x0000000107e1afa8: 08b6 8fd2 | c81c a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10529 |
|
10530 | 0x0000000107e1afc0: ; ImmutableOopMap {[208]=Oop }
|
10531 | ;*synchronization entry
|
10532 | ; - com.mojang.blaze3d.platform.GlStateManager::_getError@-1 (line 737)
|
10533 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@11 (line 686)
|
10534 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
10535 | ; - net.minecraft.client.Minecraft::m_91383_@362 (line 1136)
|
10536 | ; {runtime_call counter_overflow Runtime1 stub}
|
10537 | 0x0000000107e1afc0: 9047 7c95 | 4de8 ff17
|
10538 |
|
10539 | 0x0000000107e1afc8: ; {metadata({method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
10540 | 0x0000000107e1afc8: 08ca 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10541 |
|
10542 | 0x0000000107e1afe0: ; ImmutableOopMap {[208]=Oop }
|
10543 | ;*synchronization entry
|
10544 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@-1 (line 172)
|
10545 | ; - com.mojang.blaze3d.platform.GlStateManager::_getError@0 (line 737)
|
10546 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@11 (line 686)
|
10547 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
10548 | ; - net.minecraft.client.Minecraft::m_91383_@362 (line 1136)
|
10549 | ; {runtime_call counter_overflow Runtime1 stub}
|
10550 | 0x0000000107e1afe0: 8847 7c95 | 54e8 ff17
|
10551 |
|
10552 | 0x0000000107e1afe8: ; {metadata({method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
10553 | 0x0000000107e1afe8: 082b 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10554 |
|
10555 | 0x0000000107e1b000: ; ImmutableOopMap {[208]=Oop }
|
10556 | ;*synchronization entry
|
10557 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnRenderThread@-1 (line 127)
|
10558 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@0 (line 172)
|
10559 | ; - com.mojang.blaze3d.platform.GlStateManager::_getError@0 (line 737)
|
10560 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@11 (line 686)
|
10561 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
10562 | ; - net.minecraft.client.Minecraft::m_91383_@362 (line 1136)
|
10563 | ; {runtime_call counter_overflow Runtime1 stub}
|
10564 | 0x0000000107e1b000: 8047 7c95 | 5be8 ff17
|
10565 |
|
10566 | 0x0000000107e1b008: ; {metadata({method} {0x0000000320e81a98} 'glGetError' '()I' in 'org/lwjgl/opengl/GL11')}
|
10567 | 0x0000000107e1b008: 0853 83d2 | 081d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10568 |
|
10569 | 0x0000000107e1b020: ; ImmutableOopMap {[208]=Oop }
|
10570 | ;*synchronization entry
|
10571 | ; - org.lwjgl.opengl.GL11::glGetError@-1 (line 2676)
|
10572 | ; - com.mojang.blaze3d.platform.GlStateManager::_getError@3 (line 738)
|
10573 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@11 (line 686)
|
10574 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
10575 | ; - net.minecraft.client.Minecraft::m_91383_@362 (line 1136)
|
10576 | ; {runtime_call counter_overflow Runtime1 stub}
|
10577 | 0x0000000107e1b020: 7847 7c95 | 8fe8 ff17
|
10578 |
|
10579 | 0x0000000107e1b028: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop [296]=Oop }
|
10580 | ;*invokevirtual m_83947_ {reexecute=0 rethrow=0 return_oop=0}
|
10581 | ; - net.minecraft.client.Minecraft::m_91383_@370 (line 1137)
|
10582 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
10583 | 0x0000000107e1b028: b634 7c95
|
10584 |
|
10585 | 0x0000000107e1b02c: ; {metadata({method} {0x0000000320769e50} 'm_83947_' '(Z)V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
10586 | 0x0000000107e1b02c: 08ca 93d2 | c80e a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10587 |
|
10588 | 0x0000000107e1b044: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop [296]=Oop }
|
10589 | ;*synchronization entry
|
10590 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@-1 (line 190)
|
10591 | ; - net.minecraft.client.Minecraft::m_91383_@370 (line 1137)
|
10592 | ; {runtime_call counter_overflow Runtime1 stub}
|
10593 | 0x0000000107e1b044: 6f47 7c95 | c4e8 ff17
|
10594 |
|
10595 | 0x0000000107e1b04c: ; {metadata({method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
10596 | 0x0000000107e1b04c: 082b 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10597 |
|
10598 | 0x0000000107e1b064: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop [296]=Oop }
|
10599 | ;*synchronization entry
|
10600 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnRenderThread@-1 (line 127)
|
10601 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@0 (line 190)
|
10602 | ; - net.minecraft.client.Minecraft::m_91383_@370 (line 1137)
|
10603 | ; {runtime_call counter_overflow Runtime1 stub}
|
10604 | 0x0000000107e1b064: 6747 7c95 | cbe8 ff17
|
10605 |
|
10606 | 0x0000000107e1b06c: ; {metadata({method} {0x00000003206db8e0} 'recordRenderCall' '(Lcom/mojang/blaze3d/pipeline/RenderCall;)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
10607 | 0x0000000107e1b06c: 081c 97d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10608 |
|
10609 | 0x0000000107e1b084: ; ImmutableOopMap {[208]=Oop c_rarg0=Oop }
|
10610 | ;*synchronization entry
|
10611 | ; - com.mojang.blaze3d.systems.RenderSystem::recordRenderCall@-1 (line 195)
|
10612 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@13 (line 191)
|
10613 | ; - net.minecraft.client.Minecraft::m_91383_@370 (line 1137)
|
10614 | ; {runtime_call counter_overflow Runtime1 stub}
|
10615 | 0x0000000107e1b084: 5f47 7c95 | 22e9 ff17
|
10616 |
|
10617 | 0x0000000107e1b08c: ; {metadata({method} {0x0000000120f3cef8} 'add' '(Ljava/lang/Object;)Z' in 'java/util/concurrent/ConcurrentLinkedQueue')}
|
10618 | 0x0000000107e1b08c: 08df 99d2 | 681e a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10619 |
|
10620 | 0x0000000107e1b0a4: ; ImmutableOopMap {[208]=Oop c_rarg0=Oop c_rarg1=Oop }
|
10621 | ;*synchronization entry
|
10622 | ; - java.util.concurrent.ConcurrentLinkedQueue::add@-1 (line 283)
|
10623 | ; - com.mojang.blaze3d.systems.RenderSystem::recordRenderCall@4 (line 195)
|
10624 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@13 (line 191)
|
10625 | ; - net.minecraft.client.Minecraft::m_91383_@370 (line 1137)
|
10626 | ; {runtime_call counter_overflow Runtime1 stub}
|
10627 | 0x0000000107e1b0a4: 5747 7c95 | 4fe9 ff17
|
10628 |
|
10629 | 0x0000000107e1b0ac: ; {metadata({method} {0x0000000320769f30} 'm_83961_' '(Z)V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
10630 | 0x0000000107e1b0ac: 08e6 93d2 | c80e a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10631 |
|
10632 | 0x0000000107e1b0c4: ; ImmutableOopMap {[208]=Oop c_rarg2=Oop c_rarg0=Oop [296]=Oop }
|
10633 | ;*synchronization entry
|
10634 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@-1 (line 201)
|
10635 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
10636 | ; - net.minecraft.client.Minecraft::m_91383_@370 (line 1137)
|
10637 | ; {runtime_call counter_overflow Runtime1 stub}
|
10638 | 0x0000000107e1b0c4: 4f47 7c95 | 89e9 ff17
|
10639 |
|
10640 | 0x0000000107e1b0cc: ; {metadata({method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
10641 | 0x0000000107e1b0cc: 08b4 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10642 |
|
10643 | 0x0000000107e1b0e4: ; ImmutableOopMap {[208]=Oop c_rarg2=Oop c_rarg0=Oop [296]=Oop }
|
10644 | ;*synchronization entry
|
10645 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@-1 (line 165)
|
10646 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@0 (line 201)
|
10647 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
10648 | ; - net.minecraft.client.Minecraft::m_91383_@370 (line 1137)
|
10649 | ; {runtime_call counter_overflow Runtime1 stub}
|
10650 | 0x0000000107e1b0e4: 4747 7c95 | 90e9 ff17
|
10651 |
|
10652 | 0x0000000107e1b0ec: ; {metadata({method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
10653 | 0x0000000107e1b0ec: 082b 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10654 |
|
10655 | 0x0000000107e1b104: ; ImmutableOopMap {[208]=Oop c_rarg2=Oop c_rarg0=Oop [296]=Oop }
|
10656 | ;*synchronization entry
|
10657 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnRenderThread@-1 (line 127)
|
10658 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@6 (line 165)
|
10659 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@0 (line 201)
|
10660 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
10661 | ; - net.minecraft.client.Minecraft::m_91383_@370 (line 1137)
|
10662 | ; {runtime_call counter_overflow Runtime1 stub}
|
10663 | 0x0000000107e1b104: 3f47 7c95 | a6e9 ff17
|
10664 |
|
10665 | 0x0000000107e1b10c: ; {metadata({method} {0x0000000320e64b88} '_glBindFramebuffer' '(II)V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
10666 | 0x0000000107e1b10c: 0871 89d2 | c81c a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10667 |
|
10668 | 0x0000000107e1b124: ; ImmutableOopMap {[208]=Oop c_rarg2=Oop c_rarg0=Oop [296]=Oop }
|
10669 | ;*synchronization entry
|
10670 | ; - com.mojang.blaze3d.platform.GlStateManager::_glBindFramebuffer@-1 (line 343)
|
10671 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@9 (line 202)
|
10672 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
10673 | ; - net.minecraft.client.Minecraft::m_91383_@370 (line 1137)
|
10674 | ; {runtime_call counter_overflow Runtime1 stub}
|
10675 | 0x0000000107e1b124: 3747 7c95 | d6e9 ff17
|
10676 |
|
10677 | 0x0000000107e1b12c: ; {metadata({method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
10678 | 0x0000000107e1b12c: 08b4 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10679 |
|
10680 | 0x0000000107e1b144: ; ImmutableOopMap {[208]=Oop c_rarg2=Oop c_rarg0=Oop [296]=Oop }
|
10681 | ;*synchronization entry
|
10682 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@-1 (line 165)
|
10683 | ; - com.mojang.blaze3d.platform.GlStateManager::_glBindFramebuffer@0 (line 343)
|
10684 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@9 (line 202)
|
10685 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
10686 | ; - net.minecraft.client.Minecraft::m_91383_@370 (line 1137)
|
10687 | ; {runtime_call counter_overflow Runtime1 stub}
|
10688 | 0x0000000107e1b144: 2f47 7c95 | dde9 ff17
|
10689 |
|
10690 | 0x0000000107e1b14c: ; {metadata({method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
10691 | 0x0000000107e1b14c: 082b 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10692 |
|
10693 | 0x0000000107e1b164: ; ImmutableOopMap {[208]=Oop c_rarg0=Oop [296]=Oop c_rarg2=Oop }
|
10694 | ;*synchronization entry
|
10695 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnRenderThread@-1 (line 127)
|
10696 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@6 (line 165)
|
10697 | ; - com.mojang.blaze3d.platform.GlStateManager::_glBindFramebuffer@0 (line 343)
|
10698 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@9 (line 202)
|
10699 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
10700 | ; - net.minecraft.client.Minecraft::m_91383_@370 (line 1137)
|
10701 | ; {runtime_call counter_overflow Runtime1 stub}
|
10702 | 0x0000000107e1b164: 2747 7c95 | efe9 ff17
|
10703 |
|
10704 | 0x0000000107e1b16c: ; {metadata({method} {0x0000000320eb4940} 'glBindFramebuffer' '(II)V' in 'org/lwjgl/opengl/GL30')}
|
10705 | 0x0000000107e1b16c: 0828 89d2 | 681d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10706 |
|
10707 | 0x0000000107e1b184: ; ImmutableOopMap {[208]=Oop [296]=Oop }
|
10708 | ;*synchronization entry
|
10709 | ; - org.lwjgl.opengl.GL30::glBindFramebuffer@-1 (line 1619)
|
10710 | ; - com.mojang.blaze3d.platform.GlStateManager::_glBindFramebuffer@5 (line 344)
|
10711 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@9 (line 202)
|
10712 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
10713 | ; - net.minecraft.client.Minecraft::m_91383_@370 (line 1137)
|
10714 | ; {runtime_call counter_overflow Runtime1 stub}
|
10715 | 0x0000000107e1b184: 1f47 7c95 | 1eea ff17
|
10716 |
|
10717 | 0x0000000107e1b18c: ; {metadata({method} {0x00000003217aca08} 'm_109017_' '()V' in 'net/minecraft/client/renderer/FogRenderer')}
|
10718 | 0x0000000107e1b18c: 0841 99d2 | 482f a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10719 |
|
10720 | 0x0000000107e1b1a4: ; ImmutableOopMap {[208]=Oop }
|
10721 | ;*synchronization entry
|
10722 | ; - net.minecraft.client.renderer.FogRenderer::m_109017_@-1 (line 203)
|
10723 | ; - net.minecraft.client.Minecraft::m_91383_@373 (line 1138)
|
10724 | ; {runtime_call counter_overflow Runtime1 stub}
|
10725 | 0x0000000107e1b1a4: 1747 7c95 | 3fea ff17
|
10726 |
|
10727 | 0x0000000107e1b1ac: ; {metadata({method} {0x00000003206dd5f8} 'setShaderFogStart' '(F)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
10728 | 0x0000000107e1b1ac: 08bf 9ad2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10729 |
|
10730 | 0x0000000107e1b1c4: ; ImmutableOopMap {[208]=Oop }
|
10731 | ;*synchronization entry
|
10732 | ; - com.mojang.blaze3d.systems.RenderSystem::setShaderFogStart@-1 (line 620)
|
10733 | ; - net.minecraft.client.renderer.FogRenderer::m_109017_@3 (line 203)
|
10734 | ; - net.minecraft.client.Minecraft::m_91383_@373 (line 1138)
|
10735 | ; {runtime_call counter_overflow Runtime1 stub}
|
10736 | 0x0000000107e1b1c4: 0f47 7c95 | 46ea ff17
|
10737 |
|
10738 | 0x0000000107e1b1cc: ; {metadata({method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
10739 | 0x0000000107e1b1cc: 08ca 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10740 |
|
10741 | 0x0000000107e1b1e4: ; ImmutableOopMap {[208]=Oop }
|
10742 | ;*synchronization entry
|
10743 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@-1 (line 172)
|
10744 | ; - com.mojang.blaze3d.systems.RenderSystem::setShaderFogStart@0 (line 620)
|
10745 | ; - net.minecraft.client.renderer.FogRenderer::m_109017_@3 (line 203)
|
10746 | ; - net.minecraft.client.Minecraft::m_91383_@373 (line 1138)
|
10747 | ; {runtime_call counter_overflow Runtime1 stub}
|
10748 | 0x0000000107e1b1e4: 0747 7c95 | 4dea ff17
|
10749 |
|
10750 | 0x0000000107e1b1ec: ; {metadata({method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
10751 | 0x0000000107e1b1ec: 082b 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10752 |
|
10753 | 0x0000000107e1b204: ; ImmutableOopMap {[208]=Oop }
|
10754 | ;*synchronization entry
|
10755 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnRenderThread@-1 (line 127)
|
10756 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@0 (line 172)
|
10757 | ; - com.mojang.blaze3d.systems.RenderSystem::setShaderFogStart@0 (line 620)
|
10758 | ; - net.minecraft.client.renderer.FogRenderer::m_109017_@3 (line 203)
|
10759 | ; - net.minecraft.client.Minecraft::m_91383_@373 (line 1138)
|
10760 | ; {runtime_call counter_overflow Runtime1 stub}
|
10761 | 0x0000000107e1b204: ff46 7c95 | 54ea ff17
|
10762 |
|
10763 | 0x0000000107e1b20c: ; {metadata({method} {0x00000003206dd6a0} '_setShaderFogStart' '(F)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
10764 | 0x0000000107e1b20c: 08d4 9ad2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10765 |
|
10766 | 0x0000000107e1b224: ; ImmutableOopMap {[208]=Oop c_rarg2=Oop }
|
10767 | ;*synchronization entry
|
10768 | ; - com.mojang.blaze3d.systems.RenderSystem::_setShaderFogStart@-1 (line 631)
|
10769 | ; - com.mojang.blaze3d.systems.RenderSystem::setShaderFogStart@4 (line 626)
|
10770 | ; - net.minecraft.client.renderer.FogRenderer::m_109017_@3 (line 203)
|
10771 | ; - net.minecraft.client.Minecraft::m_91383_@373 (line 1138)
|
10772 | ; {runtime_call counter_overflow Runtime1 stub}
|
10773 | 0x0000000107e1b224: f746 7c95 | 88ea ff17
|
10774 |
|
10775 | 0x0000000107e1b22c: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
10776 | ;*invokeinterface m_6180_ {reexecute=0 rethrow=0 return_oop=0}
|
10777 | ; - net.minecraft.client.Minecraft::m_91383_@383 (line 1139)
|
10778 | ; {runtime_call throw_incompatible_class_change_error Runtime1 stub}
|
10779 | 0x0000000107e1b22c: f53d 7c95
|
10780 |
|
10781 | 0x0000000107e1b230: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
10782 | ;*invokeinterface m_6180_ {reexecute=0 rethrow=0 return_oop=0}
|
10783 | ; - net.minecraft.client.Minecraft::m_91383_@383 (line 1139)
|
10784 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
10785 | 0x0000000107e1b230: 3434 7c95
|
10786 |
|
10787 | 0x0000000107e1b234: ; {metadata({method} {0x000000032082e4f8} 'm_6180_' '(Ljava/lang/String;)V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
10788 | 0x0000000107e1b234: 089f 9cd2 | 4810 a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10789 |
|
10790 | 0x0000000107e1b24c: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop }
|
10791 | ;*synchronization entry
|
10792 | ; - net.minecraft.util.profiling.InactiveProfiler::m_6180_@-1 (line 27)
|
10793 | ; - net.minecraft.client.Minecraft::m_91383_@383 (line 1139)
|
10794 | ; {runtime_call counter_overflow Runtime1 stub}
|
10795 | 0x0000000107e1b24c: ed46 7c95 | a7ea ff17
|
10796 |
|
10797 | 0x0000000107e1b254: ; {metadata({method} {0x00000003206dc640} 'enableCull' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
10798 | 0x0000000107e1b254: 08c8 98d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10799 |
|
10800 | 0x0000000107e1b26c: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop }
|
10801 | ;*synchronization entry
|
10802 | ; - com.mojang.blaze3d.systems.RenderSystem::enableCull@-1 (line 381)
|
10803 | ; - net.minecraft.client.Minecraft::m_91383_@388 (line 1140)
|
10804 | ; {runtime_call counter_overflow Runtime1 stub}
|
10805 | 0x0000000107e1b26c: e546 7c95 | aeea ff17
|
10806 |
|
10807 | 0x0000000107e1b274: ; {metadata({method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
10808 | 0x0000000107e1b274: 08ca 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10809 |
|
10810 | 0x0000000107e1b28c: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop }
|
10811 | ;*synchronization entry
|
10812 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@-1 (line 172)
|
10813 | ; - com.mojang.blaze3d.systems.RenderSystem::enableCull@0 (line 381)
|
10814 | ; - net.minecraft.client.Minecraft::m_91383_@388 (line 1140)
|
10815 | ; {runtime_call counter_overflow Runtime1 stub}
|
10816 | 0x0000000107e1b28c: dd46 7c95 | b5ea ff17
|
10817 |
|
10818 | 0x0000000107e1b294: ; {metadata({method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
10819 | 0x0000000107e1b294: 082b 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10820 |
|
10821 | 0x0000000107e1b2ac: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop }
|
10822 | ;*synchronization entry
|
10823 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnRenderThread@-1 (line 127)
|
10824 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@0 (line 172)
|
10825 | ; - com.mojang.blaze3d.systems.RenderSystem::enableCull@0 (line 381)
|
10826 | ; - net.minecraft.client.Minecraft::m_91383_@388 (line 1140)
|
10827 | ; {runtime_call counter_overflow Runtime1 stub}
|
10828 | 0x0000000107e1b2ac: d546 7c95 | bcea ff17
|
10829 |
|
10830 | 0x0000000107e1b2b4: ; {metadata({method} {0x0000000320e65a08} '_enableCull' '()V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
10831 | 0x0000000107e1b2b4: 0841 8bd2 | c81c a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10832 |
|
10833 | 0x0000000107e1b2cc: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop }
|
10834 | ;*synchronization entry
|
10835 | ; - com.mojang.blaze3d.platform.GlStateManager::_enableCull@-1 (line 442)
|
10836 | ; - com.mojang.blaze3d.systems.RenderSystem::enableCull@3 (line 385)
|
10837 | ; - net.minecraft.client.Minecraft::m_91383_@388 (line 1140)
|
10838 | ; {runtime_call counter_overflow Runtime1 stub}
|
10839 | 0x0000000107e1b2cc: cd46 7c95 | ebea ff17
|
10840 |
|
10841 | 0x0000000107e1b2d4: ; {metadata({method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
10842 | 0x0000000107e1b2d4: 08ca 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10843 |
|
10844 | 0x0000000107e1b2ec: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop }
|
10845 | ;*synchronization entry
|
10846 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@-1 (line 172)
|
10847 | ; - com.mojang.blaze3d.platform.GlStateManager::_enableCull@0 (line 442)
|
10848 | ; - com.mojang.blaze3d.systems.RenderSystem::enableCull@3 (line 385)
|
10849 | ; - net.minecraft.client.Minecraft::m_91383_@388 (line 1140)
|
10850 | ; {runtime_call counter_overflow Runtime1 stub}
|
10851 | 0x0000000107e1b2ec: c546 7c95 | f2ea ff17
|
10852 |
|
10853 | 0x0000000107e1b2f4: ; {metadata({method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
10854 | 0x0000000107e1b2f4: 082b 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10855 |
|
10856 | 0x0000000107e1b30c: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop }
|
10857 | ;*synchronization entry
|
10858 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnRenderThread@-1 (line 127)
|
10859 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@0 (line 172)
|
10860 | ; - com.mojang.blaze3d.platform.GlStateManager::_enableCull@0 (line 442)
|
10861 | ; - com.mojang.blaze3d.systems.RenderSystem::enableCull@3 (line 385)
|
10862 | ; - net.minecraft.client.Minecraft::m_91383_@388 (line 1140)
|
10863 | ; {runtime_call counter_overflow Runtime1 stub}
|
10864 | 0x0000000107e1b30c: bd46 7c95 | f9ea ff17
|
10865 |
|
10866 | 0x0000000107e1b314: ; ImmutableOopMap {[208]=Oop }
|
10867 | ;*getfield f_84621_ {reexecute=1 rethrow=0 return_oop=0}
|
10868 | ; - (reexecute) com.mojang.blaze3d.platform.GlStateManager::_enableCull@6 (line 443)
|
10869 | ; - com.mojang.blaze3d.systems.RenderSystem::enableCull@3 (line 385)
|
10870 | ; - net.minecraft.client.Minecraft::m_91383_@388 (line 1140)
|
10871 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
10872 | 0x0000000107e1b314: fb33 7c95
|
10873 |
|
10874 | 0x0000000107e1b318: ; ImmutableOopMap {[208]=Oop c_rarg0=Oop }
|
10875 | ;*invokevirtual m_84592_ {reexecute=0 rethrow=0 return_oop=0}
|
10876 | ; - com.mojang.blaze3d.platform.GlStateManager::_enableCull@9 (line 443)
|
10877 | ; - com.mojang.blaze3d.systems.RenderSystem::enableCull@3 (line 385)
|
10878 | ; - net.minecraft.client.Minecraft::m_91383_@388 (line 1140)
|
10879 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
10880 | 0x0000000107e1b318: fa33 7c95
|
10881 |
|
10882 | 0x0000000107e1b31c: ; {metadata({method} {0x0000000320e6a7a0} 'm_84592_' '()V' in 'com/mojang/blaze3d/platform/GlStateManager$BooleanState')}
|
10883 | 0x0000000107e1b31c: 08f4 94d2 | c81c a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10884 |
|
10885 | 0x0000000107e1b334: ; ImmutableOopMap {[208]=Oop c_rarg0=Oop }
|
10886 | ;*synchronization entry
|
10887 | ; - com.mojang.blaze3d.platform.GlStateManager$BooleanState::m_84592_@-1 (line 774)
|
10888 | ; - com.mojang.blaze3d.platform.GlStateManager::_enableCull@9 (line 443)
|
10889 | ; - com.mojang.blaze3d.systems.RenderSystem::enableCull@3 (line 385)
|
10890 | ; - net.minecraft.client.Minecraft::m_91383_@388 (line 1140)
|
10891 | ; {runtime_call counter_overflow Runtime1 stub}
|
10892 | 0x0000000107e1b334: b346 7c95 | 2deb ff17
|
10893 |
|
10894 | 0x0000000107e1b33c: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
10895 | ;*invokeinterface m_7238_ {reexecute=0 rethrow=0 return_oop=0}
|
10896 | ; - net.minecraft.client.Minecraft::m_91383_@395 (line 1141)
|
10897 | ; {runtime_call throw_incompatible_class_change_error Runtime1 stub}
|
10898 | 0x0000000107e1b33c: b13d 7c95
|
10899 |
|
10900 | 0x0000000107e1b340: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
10901 | ;*invokeinterface m_7238_ {reexecute=0 rethrow=0 return_oop=0}
|
10902 | ; - net.minecraft.client.Minecraft::m_91383_@395 (line 1141)
|
10903 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
10904 | 0x0000000107e1b340: f033 7c95
|
10905 |
|
10906 | 0x0000000107e1b344: ; {metadata({method} {0x000000032082e6f0} 'm_7238_' '()V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
10907 | 0x0000000107e1b344: 08de 9cd2 | 4810 a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10908 |
|
10909 | 0x0000000107e1b35c: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
10910 | ;*synchronization entry
|
10911 | ; - net.minecraft.util.profiling.InactiveProfiler::m_7238_@-1 (line 39)
|
10912 | ; - net.minecraft.client.Minecraft::m_91383_@395 (line 1141)
|
10913 | ; {runtime_call counter_overflow Runtime1 stub}
|
10914 | 0x0000000107e1b35c: a946 7c95 | 50eb ff17
|
10915 |
|
10916 | 0x0000000107e1b364: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
10917 | ;*getfield f_92518_ {reexecute=1 rethrow=0 return_oop=0}
|
10918 | ; - (reexecute) net.minecraft.client.Minecraft::m_91383_@426 (line 1143)
|
10919 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
10920 | 0x0000000107e1b364: e733 7c95
|
10921 |
|
10922 | 0x0000000107e1b368: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg2=Oop }
|
10923 | ;*invokeinterface m_6182_ {reexecute=0 rethrow=0 return_oop=0}
|
10924 | ; - net.minecraft.client.Minecraft::m_91383_@446 (line 1145)
|
10925 | ; {runtime_call throw_incompatible_class_change_error Runtime1 stub}
|
10926 | 0x0000000107e1b368: a63d 7c95
|
10927 |
|
10928 | 0x0000000107e1b36c: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg2=Oop }
|
10929 | ;*invokeinterface m_6182_ {reexecute=0 rethrow=0 return_oop=0}
|
10930 | ; - net.minecraft.client.Minecraft::m_91383_@446 (line 1145)
|
10931 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
10932 | 0x0000000107e1b36c: e533 7c95
|
10933 |
|
10934 | 0x0000000107e1b370: ; {metadata({method} {0x000000032082e798} 'm_6182_' '(Ljava/lang/String;)V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
10935 | 0x0000000107e1b370: 08f3 9cd2 | 4810 a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10936 |
|
10937 | 0x0000000107e1b388: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
10938 | ;*synchronization entry
|
10939 | ; - net.minecraft.util.profiling.InactiveProfiler::m_6182_@-1 (line 43)
|
10940 | ; - net.minecraft.client.Minecraft::m_91383_@446 (line 1145)
|
10941 | ; {runtime_call counter_overflow Runtime1 stub}
|
10942 | 0x0000000107e1b388: 9e46 7c95 | 95eb ff17
|
10943 |
|
10944 | 0x0000000107e1b390: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
10945 | ;*getfield f_92518_ {reexecute=1 rethrow=0 return_oop=0}
|
10946 | ; - (reexecute) net.minecraft.client.Minecraft::m_91383_@473 (line 1146)
|
10947 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
10948 | 0x0000000107e1b390: dc33 7c95
|
10949 |
|
10950 | 0x0000000107e1b394: ; ImmutableOopMap {c_rarg0=Oop [208]=Oop }
|
10951 | ;*invokevirtual m_109093_ {reexecute=0 rethrow=0 return_oop=0}
|
10952 | ; - net.minecraft.client.Minecraft::m_91383_@478 (line 1146)
|
10953 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
10954 | 0x0000000107e1b394: db33 7c95
|
10955 |
|
10956 | 0x0000000107e1b398: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
10957 | ;*invokeinterface m_7238_ {reexecute=0 rethrow=0 return_oop=0}
|
10958 | ; - net.minecraft.client.Minecraft::m_91383_@485 (line 1147)
|
10959 | ; {runtime_call throw_incompatible_class_change_error Runtime1 stub}
|
10960 | 0x0000000107e1b398: 9a3d 7c95
|
10961 |
|
10962 | 0x0000000107e1b39c: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
10963 | ;*invokeinterface m_7238_ {reexecute=0 rethrow=0 return_oop=0}
|
10964 | ; - net.minecraft.client.Minecraft::m_91383_@485 (line 1147)
|
10965 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
10966 | 0x0000000107e1b39c: d933 7c95
|
10967 |
|
10968 | 0x0000000107e1b3a0: ; {metadata({method} {0x000000032082e6f0} 'm_7238_' '()V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
10969 | 0x0000000107e1b3a0: 08de 9cd2 | 4810 a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10970 |
|
10971 | 0x0000000107e1b3b8: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
10972 | ;*synchronization entry
|
10973 | ; - net.minecraft.util.profiling.InactiveProfiler::m_7238_@-1 (line 39)
|
10974 | ; - net.minecraft.client.Minecraft::m_91383_@485 (line 1147)
|
10975 | ; {runtime_call counter_overflow Runtime1 stub}
|
10976 | 0x0000000107e1b3b8: 9246 7c95 | d8eb ff17
|
10977 |
|
10978 | 0x0000000107e1b3c0: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg3=Oop }
|
10979 | ;*invokeinterface m_6180_ {reexecute=0 rethrow=0 return_oop=0}
|
10980 | ; - net.minecraft.client.Minecraft::m_91383_@511 (line 1152)
|
10981 | ; {runtime_call throw_incompatible_class_change_error Runtime1 stub}
|
10982 | 0x0000000107e1b3c0: 903d 7c95
|
10983 |
|
10984 | 0x0000000107e1b3c4: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg3=Oop }
|
10985 | ;*invokeinterface m_6180_ {reexecute=0 rethrow=0 return_oop=0}
|
10986 | ; - net.minecraft.client.Minecraft::m_91383_@511 (line 1152)
|
10987 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
10988 | 0x0000000107e1b3c4: cf33 7c95
|
10989 |
|
10990 | 0x0000000107e1b3c8: ; {metadata({method} {0x000000032082e4f8} 'm_6180_' '(Ljava/lang/String;)V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
10991 | 0x0000000107e1b3c8: 089f 9cd2 | 4810 a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
10992 |
|
10993 | 0x0000000107e1b3e0: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
10994 | ;*synchronization entry
|
10995 | ; - net.minecraft.util.profiling.InactiveProfiler::m_6180_@-1 (line 27)
|
10996 | ; - net.minecraft.client.Minecraft::m_91383_@511 (line 1152)
|
10997 | ; {runtime_call counter_overflow Runtime1 stub}
|
10998 | 0x0000000107e1b3e0: 8846 7c95 | 07ec ff17
|
10999 |
|
11000 | 0x0000000107e1b3e8: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
11001 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
11002 | ; - net.minecraft.client.Minecraft::m_91383_@516 (line 1153)
|
11003 | ; {runtime_call fast_new_instance Runtime1 stub}
|
11004 | 0x0000000107e1b3e8: 0636 7c95 | 14ec ff17
|
11005 |
|
11006 | 0x0000000107e1b3f0: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop [304]=Oop c_rarg3=Oop }
|
11007 | ;*invokevirtual m_110104_ {reexecute=0 rethrow=0 return_oop=0}
|
11008 | ; - net.minecraft.client.Minecraft::m_91383_@525 (line 1153)
|
11009 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11010 | 0x0000000107e1b3f0: c433 7c95
|
11011 |
|
11012 | 0x0000000107e1b3f4: ; {metadata({method} {0x0000000122713e60} '<init>' '(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/renderer/MultiBufferSource$BufferSource;)V' in 'net/minecraft/client/gui/GuiGraphics')}
|
11013 | 0x0000000107e1b3f4: 08cc 87d2 | 284e a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11014 |
|
11015 | 0x0000000107e1b40c: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop [304]=Oop c_rarg2=Oop }
|
11016 | ;*synchronization entry
|
11017 | ; - net.minecraft.client.gui.GuiGraphics::<init>@-1 (line 76)
|
11018 | ; - net.minecraft.client.Minecraft::m_91383_@528 (line 1153)
|
11019 | ; {runtime_call counter_overflow Runtime1 stub}
|
11020 | 0x0000000107e1b40c: 7d46 7c95 | 2dec ff17
|
11021 |
|
11022 | 0x0000000107e1b414: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg2=Oop [304]=Oop }
|
11023 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
11024 | ; - net.minecraft.client.gui.GuiGraphics::<init>@2 (line 76)
|
11025 | ; - net.minecraft.client.Minecraft::m_91383_@528 (line 1153)
|
11026 | ; {runtime_call fast_new_instance Runtime1 stub}
|
11027 | 0x0000000107e1b414: fb35 7c95 | 3bec ff17
|
11028 |
|
11029 | 0x0000000107e1b41c: ; {metadata({method} {0x0000000122714428} 'm_280262_' '()V' in 'net/minecraft/client/gui/GuiGraphics')}
|
11030 | 0x0000000107e1b41c: 0885 88d2 | 284e a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11031 |
|
11032 | 0x0000000107e1b434: ; ImmutableOopMap {[304]=Oop [208]=Oop }
|
11033 | ;*synchronization entry
|
11034 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@-1 (line 124)
|
11035 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
11036 | ; {runtime_call counter_overflow Runtime1 stub}
|
11037 | 0x0000000107e1b434: 7346 7c95 | 6bec ff17
|
11038 |
|
11039 | 0x0000000107e1b43c: ; {metadata({method} {0x00000003206dbd68} 'disableDepthTest' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
11040 | 0x0000000107e1b43c: 08ad 97d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11041 |
|
11042 | 0x0000000107e1b454: ; ImmutableOopMap {[304]=Oop [208]=Oop }
|
11043 | ;*synchronization entry
|
11044 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@-1 (line 245)
|
11045 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
11046 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
11047 | ; {runtime_call counter_overflow Runtime1 stub}
|
11048 | 0x0000000107e1b454: 6b46 7c95 | 72ec ff17
|
11049 |
|
11050 | 0x0000000107e1b45c: ; {metadata({method} {0x00000003206db650} 'assertOnRenderThread' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
11051 | 0x0000000107e1b45c: 08ca 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11052 |
|
11053 | 0x0000000107e1b474: ; ImmutableOopMap {[304]=Oop [208]=Oop }
|
11054 | ;*synchronization entry
|
11055 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@-1 (line 172)
|
11056 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@0 (line 245)
|
11057 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
11058 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
11059 | ; {runtime_call counter_overflow Runtime1 stub}
|
11060 | 0x0000000107e1b474: 6346 7c95 | 79ec ff17
|
11061 |
|
11062 | 0x0000000107e1b47c: ; {metadata({method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
11063 | 0x0000000107e1b47c: 082b 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11064 |
|
11065 | 0x0000000107e1b494: ; ImmutableOopMap {[304]=Oop [208]=Oop }
|
11066 | ;*synchronization entry
|
11067 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnRenderThread@-1 (line 127)
|
11068 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@0 (line 172)
|
11069 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@0 (line 245)
|
11070 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
11071 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
11072 | ; {runtime_call counter_overflow Runtime1 stub}
|
11073 | 0x0000000107e1b494: 5b46 7c95 | 80ec ff17
|
11074 |
|
11075 | 0x0000000107e1b49c: ; {metadata({method} {0x0000000320e62a50} '_disableDepthTest' '()V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
11076 | 0x0000000107e1b49c: 084a 85d2 | c81c a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11077 |
|
11078 | 0x0000000107e1b4b4: ; ImmutableOopMap {[304]=Oop [208]=Oop c_rarg2=Oop }
|
11079 | ;*synchronization entry
|
11080 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@-1 (line 67)
|
11081 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
11082 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
11083 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
11084 | ; {runtime_call counter_overflow Runtime1 stub}
|
11085 | 0x0000000107e1b4b4: 5346 7c95 | b4ec ff17
|
11086 |
|
11087 | 0x0000000107e1b4bc: ; {metadata({method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
11088 | 0x0000000107e1b4bc: 08b4 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11089 |
|
11090 | 0x0000000107e1b4d4: ; ImmutableOopMap {[304]=Oop [208]=Oop c_rarg2=Oop }
|
11091 | ;*synchronization entry
|
11092 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@-1 (line 165)
|
11093 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@0 (line 67)
|
11094 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
11095 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
11096 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
11097 | ; {runtime_call counter_overflow Runtime1 stub}
|
11098 | 0x0000000107e1b4d4: 4b46 7c95 | bbec ff17
|
11099 |
|
11100 | 0x0000000107e1b4dc: ; {metadata({method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
11101 | 0x0000000107e1b4dc: 082b 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11102 |
|
11103 | 0x0000000107e1b4f4: ; ImmutableOopMap {[304]=Oop [208]=Oop c_rarg2=Oop }
|
11104 | ;*synchronization entry
|
11105 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnRenderThread@-1 (line 127)
|
11106 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@6 (line 165)
|
11107 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@0 (line 67)
|
11108 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
11109 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
11110 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
11111 | ; {runtime_call counter_overflow Runtime1 stub}
|
11112 | 0x0000000107e1b4f4: 4346 7c95 | d1ec ff17
|
11113 |
|
11114 | 0x0000000107e1b4fc: ; ImmutableOopMap {[304]=Oop [208]=Oop }
|
11115 | ;*getfield f_84626_ {reexecute=1 rethrow=0 return_oop=0}
|
11116 | ; - (reexecute) com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@6 (line 68)
|
11117 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
11118 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
11119 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
11120 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11121 | 0x0000000107e1b4fc: 8133 7c95
|
11122 |
|
11123 | 0x0000000107e1b500: ; ImmutableOopMap {[304]=Oop [208]=Oop c_rarg1=Oop }
|
11124 | ;*invokevirtual m_84589_ {reexecute=0 rethrow=0 return_oop=0}
|
11125 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@9 (line 68)
|
11126 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
11127 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
11128 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
11129 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11130 | 0x0000000107e1b500: 8033 7c95
|
11131 |
|
11132 | 0x0000000107e1b504: ; {metadata({method} {0x0000000320e6a6f8} 'm_84589_' '()V' in 'com/mojang/blaze3d/platform/GlStateManager$BooleanState')}
|
11133 | 0x0000000107e1b504: 08df 94d2 | c81c a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11134 |
|
11135 | 0x0000000107e1b51c: ; ImmutableOopMap {[304]=Oop [208]=Oop c_rarg1=Oop }
|
11136 | ;*synchronization entry
|
11137 | ; - com.mojang.blaze3d.platform.GlStateManager$BooleanState::m_84589_@-1 (line 770)
|
11138 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@9 (line 68)
|
11139 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
11140 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
11141 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
11142 | ; {runtime_call counter_overflow Runtime1 stub}
|
11143 | 0x0000000107e1b51c: 3946 7c95 | 05ed ff17
|
11144 |
|
11145 | 0x0000000107e1b524: ; ImmutableOopMap {[208]=Oop c_rarg1=Oop }
|
11146 | ;*invokevirtual m_109911_ {reexecute=0 rethrow=0 return_oop=0}
|
11147 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@7 (line 125)
|
11148 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
11149 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11150 | 0x0000000107e1b524: 7733 7c95
|
11151 |
|
11152 | 0x0000000107e1b528: ; {metadata({method} {0x00000003206dbe00} 'enableDepthTest' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
11153 | 0x0000000107e1b528: 08c0 97d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11154 |
|
11155 | 0x0000000107e1b540: ; ImmutableOopMap {[208]=Oop }
|
11156 | ;*synchronization entry
|
11157 | ; - com.mojang.blaze3d.systems.RenderSystem::enableDepthTest@-1 (line 254)
|
11158 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@10 (line 126)
|
11159 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
11160 | ; {runtime_call counter_overflow Runtime1 stub}
|
11161 | 0x0000000107e1b540: 3046 7c95 | 20ed ff17
|
11162 |
|
11163 | 0x0000000107e1b548: ; {metadata({method} {0x00000003206db4f0} 'assertOnGameThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
11164 | 0x0000000107e1b548: 089e 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11165 |
|
11166 | 0x0000000107e1b560: ; ImmutableOopMap {[208]=Oop }
|
11167 | ;*synchronization entry
|
11168 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnGameThreadOrInit@-1 (line 158)
|
11169 | ; - com.mojang.blaze3d.systems.RenderSystem::enableDepthTest@0 (line 254)
|
11170 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@10 (line 126)
|
11171 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
11172 | ; {runtime_call counter_overflow Runtime1 stub}
|
11173 | 0x0000000107e1b560: 2846 7c95 | 27ed ff17
|
11174 |
|
11175 | 0x0000000107e1b568: ; {metadata({method} {0x00000003206db3a0} 'isOnGameThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
11176 | 0x0000000107e1b568: 0874 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11177 |
|
11178 | 0x0000000107e1b580: ; ImmutableOopMap {[208]=Oop }
|
11179 | ;*synchronization entry
|
11180 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnGameThread@-1 (line 146)
|
11181 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnGameThreadOrInit@6 (line 158)
|
11182 | ; - com.mojang.blaze3d.systems.RenderSystem::enableDepthTest@0 (line 254)
|
11183 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@10 (line 126)
|
11184 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
11185 | ; {runtime_call counter_overflow Runtime1 stub}
|
11186 | 0x0000000107e1b580: 2046 7c95 | 3ded ff17
|
11187 |
|
11188 | 0x0000000107e1b588: ; {metadata({method} {0x0000000320e62af0} '_enableDepthTest' '()V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
11189 | 0x0000000107e1b588: 085e 85d2 | c81c a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11190 |
|
11191 | 0x0000000107e1b5a0: ; ImmutableOopMap {[208]=Oop }
|
11192 | ;*synchronization entry
|
11193 | ; - com.mojang.blaze3d.platform.GlStateManager::_enableDepthTest@-1 (line 72)
|
11194 | ; - com.mojang.blaze3d.systems.RenderSystem::enableDepthTest@3 (line 258)
|
11195 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@10 (line 126)
|
11196 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
11197 | ; {runtime_call counter_overflow Runtime1 stub}
|
11198 | 0x0000000107e1b5a0: 1846 7c95 | 4aed ff17
|
11199 |
|
11200 | 0x0000000107e1b5a8: ; {metadata({method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
11201 | 0x0000000107e1b5a8: 08b4 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11202 |
|
11203 | 0x0000000107e1b5c0: ; ImmutableOopMap {[208]=Oop }
|
11204 | ;*synchronization entry
|
11205 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@-1 (line 165)
|
11206 | ; - com.mojang.blaze3d.platform.GlStateManager::_enableDepthTest@0 (line 72)
|
11207 | ; - com.mojang.blaze3d.systems.RenderSystem::enableDepthTest@3 (line 258)
|
11208 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@10 (line 126)
|
11209 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
11210 | ; {runtime_call counter_overflow Runtime1 stub}
|
11211 | 0x0000000107e1b5c0: 1046 7c95 | 51ed ff17
|
11212 |
|
11213 | 0x0000000107e1b5c8: ; {metadata({method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
11214 | 0x0000000107e1b5c8: 082b 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11215 |
|
11216 | 0x0000000107e1b5e0: ; ImmutableOopMap {[208]=Oop }
|
11217 | ;*synchronization entry
|
11218 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnRenderThread@-1 (line 127)
|
11219 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@6 (line 165)
|
11220 | ; - com.mojang.blaze3d.platform.GlStateManager::_enableDepthTest@0 (line 72)
|
11221 | ; - com.mojang.blaze3d.systems.RenderSystem::enableDepthTest@3 (line 258)
|
11222 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@10 (line 126)
|
11223 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
11224 | ; {runtime_call counter_overflow Runtime1 stub}
|
11225 | 0x0000000107e1b5e0: 0846 7c95 | 63ed ff17
|
11226 |
|
11227 | 0x0000000107e1b5e8: ; ImmutableOopMap {[208]=Oop c_rarg1=Oop }
|
11228 | ;*invokevirtual m_84592_ {reexecute=0 rethrow=0 return_oop=0}
|
11229 | ; - com.mojang.blaze3d.platform.GlStateManager::_enableDepthTest@9 (line 73)
|
11230 | ; - com.mojang.blaze3d.systems.RenderSystem::enableDepthTest@3 (line 258)
|
11231 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@10 (line 126)
|
11232 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
11233 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11234 | 0x0000000107e1b5e8: 4633 7c95
|
11235 |
|
11236 | 0x0000000107e1b5ec: ; {metadata({method} {0x0000000320e6a7a0} 'm_84592_' '()V' in 'com/mojang/blaze3d/platform/GlStateManager$BooleanState')}
|
11237 | 0x0000000107e1b5ec: 08f4 94d2 | c81c a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11238 |
|
11239 | 0x0000000107e1b604: ; ImmutableOopMap {[208]=Oop c_rarg1=Oop }
|
11240 | ;*synchronization entry
|
11241 | ; - com.mojang.blaze3d.platform.GlStateManager$BooleanState::m_84592_@-1 (line 774)
|
11242 | ; - com.mojang.blaze3d.platform.GlStateManager::_enableDepthTest@9 (line 73)
|
11243 | ; - com.mojang.blaze3d.systems.RenderSystem::enableDepthTest@3 (line 258)
|
11244 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@10 (line 126)
|
11245 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
11246 | ; {runtime_call counter_overflow Runtime1 stub}
|
11247 | 0x0000000107e1b604: ff45 7c95 | 9ded ff17
|
11248 |
|
11249 | 0x0000000107e1b60c: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
11250 | ;*invokeinterface m_7238_ {reexecute=0 rethrow=0 return_oop=0}
|
11251 | ; - net.minecraft.client.Minecraft::m_91383_@552 (line 1156)
|
11252 | ; {runtime_call throw_incompatible_class_change_error Runtime1 stub}
|
11253 | 0x0000000107e1b60c: fd3c 7c95
|
11254 |
|
11255 | 0x0000000107e1b610: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
11256 | ;*invokeinterface m_7238_ {reexecute=0 rethrow=0 return_oop=0}
|
11257 | ; - net.minecraft.client.Minecraft::m_91383_@552 (line 1156)
|
11258 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11259 | 0x0000000107e1b610: 3c33 7c95
|
11260 |
|
11261 | 0x0000000107e1b614: ; {metadata({method} {0x000000032082e6f0} 'm_7238_' '()V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
11262 | 0x0000000107e1b614: 08de 9cd2 | 4810 a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11263 |
|
11264 | 0x0000000107e1b62c: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
11265 | ;*synchronization entry
|
11266 | ; - net.minecraft.util.profiling.InactiveProfiler::m_7238_@-1 (line 39)
|
11267 | ; - net.minecraft.client.Minecraft::m_91383_@552 (line 1156)
|
11268 | ; {runtime_call counter_overflow Runtime1 stub}
|
11269 | 0x0000000107e1b62c: f545 7c95 | bfed ff17
|
11270 |
|
11271 | 0x0000000107e1b634: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
11272 | ;*invokeinterface m_6180_ {reexecute=0 rethrow=0 return_oop=0}
|
11273 | ; - net.minecraft.client.Minecraft::m_91383_@564 (line 1159)
|
11274 | ; {runtime_call throw_incompatible_class_change_error Runtime1 stub}
|
11275 | 0x0000000107e1b634: f33c 7c95
|
11276 |
|
11277 | 0x0000000107e1b638: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
11278 | ;*invokeinterface m_6180_ {reexecute=0 rethrow=0 return_oop=0}
|
11279 | ; - net.minecraft.client.Minecraft::m_91383_@564 (line 1159)
|
11280 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11281 | 0x0000000107e1b638: 3233 7c95
|
11282 |
|
11283 | 0x0000000107e1b63c: ; {metadata({method} {0x000000032082e4f8} 'm_6180_' '(Ljava/lang/String;)V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
11284 | 0x0000000107e1b63c: 089f 9cd2 | 4810 a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11285 |
|
11286 | 0x0000000107e1b654: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
11287 | ;*synchronization entry
|
11288 | ; - net.minecraft.util.profiling.InactiveProfiler::m_6180_@-1 (line 27)
|
11289 | ; - net.minecraft.client.Minecraft::m_91383_@564 (line 1159)
|
11290 | ; {runtime_call counter_overflow Runtime1 stub}
|
11291 | 0x0000000107e1b654: eb45 7c95 | d7ed ff17
|
11292 |
|
11293 | 0x0000000107e1b65c: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
11294 | ;*invokevirtual m_83970_ {reexecute=0 rethrow=0 return_oop=0}
|
11295 | ; - net.minecraft.client.Minecraft::m_91383_@573 (line 1160)
|
11296 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11297 | 0x0000000107e1b65c: 2933 7c95
|
11298 |
|
11299 | 0x0000000107e1b660: ; {metadata({method} {0x0000000320769ff8} 'm_83970_' '()V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
11300 | 0x0000000107e1b660: 08ff 93d2 | c80e a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11301 |
|
11302 | 0x0000000107e1b678: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
11303 | ;*synchronization entry
|
11304 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83970_@-1 (line 210)
|
11305 | ; - net.minecraft.client.Minecraft::m_91383_@573 (line 1160)
|
11306 | ; {runtime_call counter_overflow Runtime1 stub}
|
11307 | 0x0000000107e1b678: e245 7c95 | 02ee ff17
|
11308 |
|
11309 | 0x0000000107e1b680: ; {metadata({method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
11310 | 0x0000000107e1b680: 082b 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11311 |
|
11312 | 0x0000000107e1b698: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
11313 | ;*synchronization entry
|
11314 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnRenderThread@-1 (line 127)
|
11315 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83970_@0 (line 210)
|
11316 | ; - net.minecraft.client.Minecraft::m_91383_@573 (line 1160)
|
11317 | ; {runtime_call counter_overflow Runtime1 stub}
|
11318 | 0x0000000107e1b698: da45 7c95 | 09ee ff17
|
11319 |
|
11320 | 0x0000000107e1b6a0: ; {metadata({method} {0x00000003206db8e0} 'recordRenderCall' '(Lcom/mojang/blaze3d/pipeline/RenderCall;)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
11321 | 0x0000000107e1b6a0: 081c 97d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11322 |
|
11323 | 0x0000000107e1b6b8: ; ImmutableOopMap {[208]=Oop c_rarg0=Oop }
|
11324 | ;*synchronization entry
|
11325 | ; - com.mojang.blaze3d.systems.RenderSystem::recordRenderCall@-1 (line 195)
|
11326 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83970_@11 (line 211)
|
11327 | ; - net.minecraft.client.Minecraft::m_91383_@573 (line 1160)
|
11328 | ; {runtime_call counter_overflow Runtime1 stub}
|
11329 | 0x0000000107e1b6b8: d245 7c95 | 5fee ff17
|
11330 |
|
11331 | 0x0000000107e1b6c0: ; {metadata({method} {0x0000000120f3cef8} 'add' '(Ljava/lang/Object;)Z' in 'java/util/concurrent/ConcurrentLinkedQueue')}
|
11332 | 0x0000000107e1b6c0: 08df 99d2 | 681e a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11333 |
|
11334 | 0x0000000107e1b6d8: ; ImmutableOopMap {[208]=Oop c_rarg0=Oop c_rarg1=Oop }
|
11335 | ;*synchronization entry
|
11336 | ; - java.util.concurrent.ConcurrentLinkedQueue::add@-1 (line 283)
|
11337 | ; - com.mojang.blaze3d.systems.RenderSystem::recordRenderCall@4 (line 195)
|
11338 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83970_@11 (line 211)
|
11339 | ; - net.minecraft.client.Minecraft::m_91383_@573 (line 1160)
|
11340 | ; {runtime_call counter_overflow Runtime1 stub}
|
11341 | 0x0000000107e1b6d8: ca45 7c95 | 8cee ff17
|
11342 |
|
11343 | 0x0000000107e1b6e0: ; {metadata({method} {0x0000000320e64b88} '_glBindFramebuffer' '(II)V' in 'com/mojang/blaze3d/platform/GlStateManager')}
|
11344 | 0x0000000107e1b6e0: 0871 89d2 | c81c a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11345 |
|
11346 | 0x0000000107e1b6f8: ; ImmutableOopMap {[208]=Oop c_rarg0=Oop }
|
11347 | ;*synchronization entry
|
11348 | ; - com.mojang.blaze3d.platform.GlStateManager::_glBindFramebuffer@-1 (line 343)
|
11349 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83970_@20 (line 215)
|
11350 | ; - net.minecraft.client.Minecraft::m_91383_@573 (line 1160)
|
11351 | ; {runtime_call counter_overflow Runtime1 stub}
|
11352 | 0x0000000107e1b6f8: c245 7c95 | c5ee ff17
|
11353 |
|
11354 | 0x0000000107e1b700: ; {metadata({method} {0x00000003206db5a0} 'assertOnRenderThreadOrInit' '()V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
11355 | 0x0000000107e1b700: 08b4 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11356 |
|
11357 | 0x0000000107e1b718: ; ImmutableOopMap {[208]=Oop c_rarg0=Oop }
|
11358 | ;*synchronization entry
|
11359 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@-1 (line 165)
|
11360 | ; - com.mojang.blaze3d.platform.GlStateManager::_glBindFramebuffer@0 (line 343)
|
11361 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83970_@20 (line 215)
|
11362 | ; - net.minecraft.client.Minecraft::m_91383_@573 (line 1160)
|
11363 | ; {runtime_call counter_overflow Runtime1 stub}
|
11364 | 0x0000000107e1b718: ba45 7c95 | ccee ff17
|
11365 |
|
11366 | 0x0000000107e1b720: ; {metadata({method} {0x00000003206db158} 'isOnRenderThread' '()Z' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
11367 | 0x0000000107e1b720: 082b 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11368 |
|
11369 | 0x0000000107e1b738: ; ImmutableOopMap {[208]=Oop c_rarg0=Oop }
|
11370 | ;*synchronization entry
|
11371 | ; - com.mojang.blaze3d.systems.RenderSystem::isOnRenderThread@-1 (line 127)
|
11372 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@6 (line 165)
|
11373 | ; - com.mojang.blaze3d.platform.GlStateManager::_glBindFramebuffer@0 (line 343)
|
11374 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83970_@20 (line 215)
|
11375 | ; - net.minecraft.client.Minecraft::m_91383_@573 (line 1160)
|
11376 | ; {runtime_call counter_overflow Runtime1 stub}
|
11377 | 0x0000000107e1b738: b245 7c95 | e2ee ff17
|
11378 |
|
11379 | 0x0000000107e1b740: ; {metadata({method} {0x0000000320eb4940} 'glBindFramebuffer' '(II)V' in 'org/lwjgl/opengl/GL30')}
|
11380 | 0x0000000107e1b740: 0828 89d2 | 681d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11381 |
|
11382 | 0x0000000107e1b758: ; ImmutableOopMap {[208]=Oop }
|
11383 | ;*synchronization entry
|
11384 | ; - org.lwjgl.opengl.GL30::glBindFramebuffer@-1 (line 1619)
|
11385 | ; - com.mojang.blaze3d.platform.GlStateManager::_glBindFramebuffer@5 (line 344)
|
11386 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83970_@20 (line 215)
|
11387 | ; - net.minecraft.client.Minecraft::m_91383_@573 (line 1160)
|
11388 | ; {runtime_call counter_overflow Runtime1 stub}
|
11389 | 0x0000000107e1b758: aa45 7c95 | 11ef ff17
|
11390 |
|
11391 | 0x0000000107e1b760: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg5=Oop c_rarg3=Oop }
|
11392 | ;*invokevirtual m_85441_ {reexecute=0 rethrow=0 return_oop=0}
|
11393 | ; - net.minecraft.client.Minecraft::m_91383_@584 (line 1161)
|
11394 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11395 | 0x0000000107e1b760: e832 7c95
|
11396 |
|
11397 | 0x0000000107e1b764: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg5=Oop }
|
11398 | ;*invokevirtual m_83938_ {reexecute=0 rethrow=0 return_oop=0}
|
11399 | ; - net.minecraft.client.Minecraft::m_91383_@594 (line 1161)
|
11400 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11401 | 0x0000000107e1b764: e732 7c95
|
11402 |
|
11403 | 0x0000000107e1b768: ; {metadata({method} {0x000000032076a1b8} 'm_83938_' '(II)V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
11404 | 0x0000000107e1b768: 0837 94d2 | c80e a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11405 |
|
11406 | 0x0000000107e1b780: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg5=Oop }
|
11407 | ;*synchronization entry
|
11408 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83938_@-1 (line 228)
|
11409 | ; - net.minecraft.client.Minecraft::m_91383_@594 (line 1161)
|
11410 | ; {runtime_call counter_overflow Runtime1 stub}
|
11411 | 0x0000000107e1b780: a045 7c95 | 59ef ff17
|
11412 |
|
11413 | 0x0000000107e1b788: ; {metadata({method} {0x0000000122966748} 'm_137569_' '()J' in 'net/minecraft/Util')}
|
11414 | 0x0000000107e1b788: 08e9 8cd2 | c852 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11415 |
|
11416 | 0x0000000107e1b7a0: ; ImmutableOopMap {[208]=Oop }
|
11417 | ;*synchronization entry
|
11418 | ; - net.minecraft.Util::m_137569_@-1 (line 119)
|
11419 | ; - net.minecraft.client.Minecraft::m_91383_@598 (line 1162)
|
11420 | ; {runtime_call counter_overflow Runtime1 stub}
|
11421 | 0x0000000107e1b7a0: 9845 7c95 | 8def ff17
|
11422 |
|
11423 | 0x0000000107e1b7a8: ; ImmutableOopMap {[208]=Oop c_rarg1=Oop }
|
11424 | ;*invokeinterface getAsLong {reexecute=0 rethrow=0 return_oop=0}
|
11425 | ; - net.minecraft.Util::m_137569_@3 (line 119)
|
11426 | ; - net.minecraft.client.Minecraft::m_91383_@598 (line 1162)
|
11427 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11428 | 0x0000000107e1b7a8: d632 7c95
|
11429 |
|
11430 | 0x0000000107e1b7ac: ; ImmutableOopMap {[208]=Oop c_rarg0=Oop c_rarg2=Oop }
|
11431 | ;*invokevirtual ifPresent {reexecute=0 rethrow=0 return_oop=0}
|
11432 | ; - net.minecraft.client.Minecraft::m_91383_@621 (line 1164)
|
11433 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11434 | 0x0000000107e1b7ac: d532 7c95
|
11435 |
|
11436 | 0x0000000107e1b7b0: ; {metadata({method} {0x00000001202a9ae8} 'ifPresent' '(Ljava/util/function/Consumer;)V' in 'java/util/Optional')}
|
11437 | 0x0000000107e1b7b0: 085d 93d2 | 4805 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11438 |
|
11439 | 0x0000000107e1b7c8: ; ImmutableOopMap {[208]=Oop c_rarg0=Oop c_rarg2=Oop }
|
11440 | ;*synchronization entry
|
11441 | ; - java.util.Optional::ifPresent@-1 (line 177)
|
11442 | ; - net.minecraft.client.Minecraft::m_91383_@621 (line 1164)
|
11443 | ; {runtime_call counter_overflow Runtime1 stub}
|
11444 | 0x0000000107e1b7c8: 8e45 7c95 | fdef ff17
|
11445 |
|
11446 | 0x0000000107e1b7d0: ; ImmutableOopMap {[208]=Oop c_rarg2=Oop c_rarg0=Oop }
|
11447 | ;*invokeinterface accept {reexecute=0 rethrow=0 return_oop=0}
|
11448 | ; - java.util.Optional::ifPresent@12 (line 178)
|
11449 | ; - net.minecraft.client.Minecraft::m_91383_@621 (line 1164)
|
11450 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11451 | 0x0000000107e1b7d0: cc32 7c95
|
11452 |
|
11453 | 0x0000000107e1b7d4: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
11454 | ;*invokeinterface m_6182_ {reexecute=0 rethrow=0 return_oop=0}
|
11455 | ; - net.minecraft.client.Minecraft::m_91383_@631 (line 1169)
|
11456 | ; {runtime_call throw_incompatible_class_change_error Runtime1 stub}
|
11457 | 0x0000000107e1b7d4: 8b3c 7c95
|
11458 |
|
11459 | 0x0000000107e1b7d8: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
11460 | ;*invokeinterface m_6182_ {reexecute=0 rethrow=0 return_oop=0}
|
11461 | ; - net.minecraft.client.Minecraft::m_91383_@631 (line 1169)
|
11462 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11463 | 0x0000000107e1b7d8: ca32 7c95
|
11464 |
|
11465 | 0x0000000107e1b7dc: ; {metadata({method} {0x000000032082e798} 'm_6182_' '(Ljava/lang/String;)V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
11466 | 0x0000000107e1b7dc: 08f3 9cd2 | 4810 a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11467 |
|
11468 | 0x0000000107e1b7f4: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
11469 | ;*synchronization entry
|
11470 | ; - net.minecraft.util.profiling.InactiveProfiler::m_6182_@-1 (line 43)
|
11471 | ; - net.minecraft.client.Minecraft::m_91383_@631 (line 1169)
|
11472 | ; {runtime_call counter_overflow Runtime1 stub}
|
11473 | 0x0000000107e1b7f4: 8345 7c95 | 52f0 ff17
|
11474 |
|
11475 | 0x0000000107e1b7fc: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
11476 | ;*invokevirtual m_85435_ {reexecute=0 rethrow=0 return_oop=0}
|
11477 | ; - net.minecraft.client.Minecraft::m_91383_@640 (line 1170)
|
11478 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11479 | 0x0000000107e1b7fc: c132 7c95
|
11480 |
|
11481 | 0x0000000107e1b800: ; {metadata({method} {0x0000000122738f80} 'm_91275_' '()I' in 'net/minecraft/client/Minecraft')}
|
11482 | 0x0000000107e1b800: 08f0 91d2 | 684e a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11483 |
|
11484 | 0x0000000107e1b818: ; ImmutableOopMap {[208]=Oop }
|
11485 | ;*synchronization entry
|
11486 | ; - net.minecraft.client.Minecraft::m_91275_@-1 (line 1296)
|
11487 | ; - net.minecraft.client.Minecraft::m_91383_@644 (line 1171)
|
11488 | ; {runtime_call counter_overflow Runtime1 stub}
|
11489 | 0x0000000107e1b818: 7a45 7c95 | 65f0 ff17
|
11490 |
|
11491 | 0x0000000107e1b820: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
11492 | ;*invokevirtual m_85434_ {reexecute=0 rethrow=0 return_oop=0}
|
11493 | ; - net.minecraft.client.Minecraft::m_91275_@25 (line 1296)
|
11494 | ; - net.minecraft.client.Minecraft::m_91383_@644 (line 1171)
|
11495 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11496 | 0x0000000107e1b820: b832 7c95
|
11497 |
|
11498 | 0x0000000107e1b824: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
11499 | ;*invokeinterface m_6182_ {reexecute=0 rethrow=0 return_oop=0}
|
11500 | ; - net.minecraft.client.Minecraft::m_91383_@669 (line 1176)
|
11501 | ; {runtime_call throw_incompatible_class_change_error Runtime1 stub}
|
11502 | 0x0000000107e1b824: 773c 7c95
|
11503 |
|
11504 | 0x0000000107e1b828: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
11505 | ;*invokeinterface m_6182_ {reexecute=0 rethrow=0 return_oop=0}
|
11506 | ; - net.minecraft.client.Minecraft::m_91383_@669 (line 1176)
|
11507 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11508 | 0x0000000107e1b828: b632 7c95
|
11509 |
|
11510 | 0x0000000107e1b82c: ; {metadata({method} {0x000000032082e798} 'm_6182_' '(Ljava/lang/String;)V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
11511 | 0x0000000107e1b82c: 08f3 9cd2 | 4810 a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11512 |
|
11513 | 0x0000000107e1b844: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
11514 | ;*synchronization entry
|
11515 | ; - net.minecraft.util.profiling.InactiveProfiler::m_6182_@-1 (line 43)
|
11516 | ; - net.minecraft.client.Minecraft::m_91383_@669 (line 1176)
|
11517 | ; {runtime_call counter_overflow Runtime1 stub}
|
11518 | 0x0000000107e1b844: 6f45 7c95 | d1f0 ff17
|
11519 |
|
11520 | 0x0000000107e1b84c: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
11521 | ;*invokeinterface m_7238_ {reexecute=0 rethrow=0 return_oop=0}
|
11522 | ; - net.minecraft.client.Minecraft::m_91383_@681 (line 1178)
|
11523 | ; {runtime_call throw_incompatible_class_change_error Runtime1 stub}
|
11524 | 0x0000000107e1b84c: 6d3c 7c95
|
11525 |
|
11526 | 0x0000000107e1b850: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
11527 | ;*invokeinterface m_7238_ {reexecute=0 rethrow=0 return_oop=0}
|
11528 | ; - net.minecraft.client.Minecraft::m_91383_@681 (line 1178)
|
11529 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11530 | 0x0000000107e1b850: ac32 7c95
|
11531 |
|
11532 | 0x0000000107e1b854: ; {metadata({method} {0x000000032082e6f0} 'm_7238_' '()V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
11533 | 0x0000000107e1b854: 08de 9cd2 | 4810 a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11534 |
|
11535 | 0x0000000107e1b86c: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
11536 | ;*synchronization entry
|
11537 | ; - net.minecraft.util.profiling.InactiveProfiler::m_7238_@-1 (line 39)
|
11538 | ; - net.minecraft.client.Minecraft::m_91383_@681 (line 1178)
|
11539 | ; {runtime_call counter_overflow Runtime1 stub}
|
11540 | 0x0000000107e1b86c: 6545 7c95 | f1f0 ff17
|
11541 |
|
11542 | 0x0000000107e1b874: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
11543 | ;*invokevirtual m_85403_ {reexecute=0 rethrow=0 return_oop=0}
|
11544 | ; - net.minecraft.client.Minecraft::m_91383_@693 (line 1179)
|
11545 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11546 | 0x0000000107e1b874: a332 7c95 | 036c 40b9 | 63f0 7dd3 | a31f feb4 | e303 00f9
|
11547 |
|
11548 | 0x0000000107e1b888: ; {runtime_call g1_pre_barrier_slow}
|
11549 | 0x0000000107e1b888: de46 7c95 | faf0 ff17 | e21f feb4 | e003 00f9
|
11550 |
|
11551 | 0x0000000107e1b898: ; {runtime_call g1_post_barrier_slow}
|
11552 | 0x0000000107e1b898: 9a47 7c95 | fcf0 ff17
|
11553 |
|
11554 | 0x0000000107e1b8a0: ; {metadata({method} {0x000000012273de78} 'm_91091_' '()Z' in 'net/minecraft/client/Minecraft')}
|
11555 | 0x0000000107e1b8a0: 08cf 9bd2 | 684e a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11556 |
|
11557 | 0x0000000107e1b8b8: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
11558 | ;*synchronization entry
|
11559 | ; - net.minecraft.client.Minecraft::m_91091_@-1 (line 2419)
|
11560 | ; - net.minecraft.client.Minecraft::m_91383_@707 (line 1181)
|
11561 | ; {runtime_call counter_overflow Runtime1 stub}
|
11562 | 0x0000000107e1b8b8: 5245 7c95 | 0df1 ff17
|
11563 |
|
11564 | 0x0000000107e1b8c0: ; ImmutableOopMap {[208]=Oop c_rarg0=Oop }
|
11565 | ;*invokevirtual m_7043_ {reexecute=0 rethrow=0 return_oop=0}
|
11566 | ; - net.minecraft.client.Minecraft::m_91383_@724 (line 1181)
|
11567 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11568 | 0x0000000107e1b8c0: 9032 7c95
|
11569 |
|
11570 | 0x0000000107e1b8c4: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
11571 | ;*invokevirtual m_7859_ {reexecute=0 rethrow=0 return_oop=0}
|
11572 | ; - net.minecraft.client.Minecraft::m_91383_@741 (line 1181)
|
11573 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11574 | 0x0000000107e1b8c4: 8f32 7c95
|
11575 |
|
11576 | 0x0000000107e1b8c8: ; {metadata({method} {0x0000000122694580} 'm_7859_' '()Z' in 'net/minecraft/client/gui/screens/LoadingOverlay')}
|
11577 | 0x0000000107e1b8c8: 08b0 88d2 | 284d a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11578 |
|
11579 | 0x0000000107e1b8e0: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
11580 | ;*synchronization entry
|
11581 | ; - net.minecraft.client.gui.screens.LoadingOverlay::m_7859_@-1 (line 162)
|
11582 | ; - net.minecraft.client.Minecraft::m_91383_@741 (line 1181)
|
11583 | ; {runtime_call counter_overflow Runtime1 stub}
|
11584 | 0x0000000107e1b8e0: 4845 7c95 | c7f1 ff17
|
11585 |
|
11586 | 0x0000000107e1b8e8: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
11587 | ;*invokevirtual m_6992_ {reexecute=0 rethrow=0 return_oop=0}
|
11588 | ; - net.minecraft.client.Minecraft::m_91383_@751 (line 1181)
|
11589 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11590 | 0x0000000107e1b8e8: 8632 7c95
|
11591 |
|
11592 | 0x0000000107e1b8ec: ; ImmutableOopMap {c_rarg0=Oop [208]=Oop }
|
11593 | ;*getfield f_92518_ {reexecute=1 rethrow=0 return_oop=0}
|
11594 | ; - (reexecute) net.minecraft.client.Minecraft::m_91383_@785 (line 1184)
|
11595 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11596 | 0x0000000107e1b8ec: 8532 7c95
|
11597 |
|
11598 | 0x0000000107e1b8f0: ; ImmutableOopMap {c_rarg0=Oop [208]=Oop }
|
11599 | ;*putfield f_92518_ {reexecute=1 rethrow=0 return_oop=0}
|
11600 | ; - (reexecute) net.minecraft.client.Minecraft::m_91383_@802 (line 1186)
|
11601 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11602 | 0x0000000107e1b8f0: 8432 7c95
|
11603 |
|
11604 | 0x0000000107e1b8f4: ; {metadata({method} {0x0000000122966748} 'm_137569_' '()J' in 'net/minecraft/Util')}
|
11605 | 0x0000000107e1b8f4: 08e9 8cd2 | c852 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11606 |
|
11607 | 0x0000000107e1b90c: ; ImmutableOopMap {[208]=Oop }
|
11608 | ;*synchronization entry
|
11609 | ; - net.minecraft.Util::m_137569_@-1 (line 119)
|
11610 | ; - net.minecraft.client.Minecraft::m_91383_@811 (line 1192)
|
11611 | ; {runtime_call counter_overflow Runtime1 stub}
|
11612 | 0x0000000107e1b90c: 3d45 7c95 | 4cf2 ff17
|
11613 |
|
11614 | 0x0000000107e1b914: ; ImmutableOopMap {[208]=Oop c_rarg0=Oop }
|
11615 | ;*invokeinterface getAsLong {reexecute=0 rethrow=0 return_oop=0}
|
11616 | ; - net.minecraft.Util::m_137569_@3 (line 119)
|
11617 | ; - net.minecraft.client.Minecraft::m_91383_@811 (line 1192)
|
11618 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11619 | 0x0000000107e1b914: 7b32 7c95
|
11620 |
|
11621 | 0x0000000107e1b918: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg3=Oop }
|
11622 | ;*invokevirtual m_13755_ {reexecute=0 rethrow=0 return_oop=0}
|
11623 | ; - net.minecraft.client.Minecraft::m_91383_@842 (line 1198)
|
11624 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11625 | 0x0000000107e1b918: 7a32 7c95
|
11626 |
|
11627 | 0x0000000107e1b91c: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
11628 | ;*invokeinterface m_6180_ {reexecute=0 rethrow=0 return_oop=0}
|
11629 | ; - net.minecraft.client.Minecraft::m_91383_@858 (line 1200)
|
11630 | ; {runtime_call throw_incompatible_class_change_error Runtime1 stub}
|
11631 | 0x0000000107e1b91c: 393c 7c95
|
11632 |
|
11633 | 0x0000000107e1b920: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
11634 | ;*invokeinterface m_6180_ {reexecute=0 rethrow=0 return_oop=0}
|
11635 | ; - net.minecraft.client.Minecraft::m_91383_@858 (line 1200)
|
11636 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11637 | 0x0000000107e1b920: 7832 7c95
|
11638 |
|
11639 | 0x0000000107e1b924: ; {metadata({method} {0x000000032082e4f8} 'm_6180_' '(Ljava/lang/String;)V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
11640 | 0x0000000107e1b924: 089f 9cd2 | 4810 a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11641 |
|
11642 | 0x0000000107e1b93c: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
11643 | ;*synchronization entry
|
11644 | ; - net.minecraft.util.profiling.InactiveProfiler::m_6180_@-1 (line 27)
|
11645 | ; - net.minecraft.client.Minecraft::m_91383_@858 (line 1200)
|
11646 | ; {runtime_call counter_overflow Runtime1 stub}
|
11647 | 0x0000000107e1b93c: 3145 7c95 | bdf2 ff17
|
11648 |
|
11649 | 0x0000000107e1b944: ; {metadata({method} {0x00000001229666b0} 'm_137550_' '()J' in 'net/minecraft/Util')}
|
11650 | 0x0000000107e1b944: 08d6 8cd2 | c852 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11651 |
|
11652 | 0x0000000107e1b95c: ; ImmutableOopMap {[208]=Oop }
|
11653 | ;*synchronization entry
|
11654 | ; - net.minecraft.Util::m_137550_@-1 (line 115)
|
11655 | ; - net.minecraft.client.Minecraft::m_91383_@902 (line 1205)
|
11656 | ; {runtime_call counter_overflow Runtime1 stub}
|
11657 | 0x0000000107e1b95c: 2945 7c95 | f3f2 ff17
|
11658 |
|
11659 | 0x0000000107e1b964: ; {metadata({method} {0x0000000122966748} 'm_137569_' '()J' in 'net/minecraft/Util')}
|
11660 | 0x0000000107e1b964: 08e9 8cd2 | c852 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11661 |
|
11662 | 0x0000000107e1b97c: ; ImmutableOopMap {[208]=Oop }
|
11663 | ;*synchronization entry
|
11664 | ; - net.minecraft.Util::m_137569_@-1 (line 119)
|
11665 | ; - net.minecraft.Util::m_137550_@0 (line 115)
|
11666 | ; - net.minecraft.client.Minecraft::m_91383_@902 (line 1205)
|
11667 | ; {runtime_call counter_overflow Runtime1 stub}
|
11668 | 0x0000000107e1b97c: 2145 7c95 | faf2 ff17
|
11669 |
|
11670 | 0x0000000107e1b984: ; ImmutableOopMap {[208]=Oop c_rarg2=Oop }
|
11671 | ;*invokeinterface getAsLong {reexecute=0 rethrow=0 return_oop=0}
|
11672 | ; - net.minecraft.Util::m_137569_@3 (line 119)
|
11673 | ; - net.minecraft.Util::m_137550_@0 (line 115)
|
11674 | ; - net.minecraft.client.Minecraft::m_91383_@902 (line 1205)
|
11675 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11676 | 0x0000000107e1b984: 5f32 7c95
|
11677 |
|
11678 | 0x0000000107e1b988: ; {metadata({method} {0x000000012000e1f8} 'valueOf' '(Ljava/lang/Object;)Ljava/lang/String;' in 'java/lang/String')}
|
11679 | 0x0000000107e1b988: 083f 9cd2 | 0800 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11680 |
|
11681 | 0x0000000107e1b9a0: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
11682 | ;*synchronization entry
|
11683 | ; - java.lang.String::valueOf@-1 (line 4220)
|
11684 | ; - net.minecraft.client.Minecraft::m_91383_@940 (line 1208)
|
11685 | ; {runtime_call counter_overflow Runtime1 stub}
|
11686 | 0x0000000107e1b9a0: 1845 7c95 | 66f3 ff17
|
11687 |
|
11688 | 0x0000000107e1b9a8: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
11689 | ;*getfield f_126593_ {reexecute=1 rethrow=0 return_oop=0}
|
11690 | ; - (reexecute) net.minecraft.ChatFormatting::toString@1 (line 103)
|
11691 | ; - java.lang.String::valueOf@11 (line 4220)
|
11692 | ; - net.minecraft.client.Minecraft::m_91383_@940 (line 1208)
|
11693 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11694 | 0x0000000107e1b9a8: 5632 7c95
|
11695 |
|
11696 | 0x0000000107e1b9ac: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop c_rarg4=Oop }
|
11697 | ;*anewarray {reexecute=0 rethrow=0 return_oop=0}
|
11698 | ; - net.minecraft.client.Minecraft::m_91383_@994 (line 1214)
|
11699 | ; {runtime_call new_object_array Runtime1 stub}
|
11700 | 0x0000000107e1b9ac: d536 7c95 | e3f3 ff17
|
11701 |
|
11702 | 0x0000000107e1b9b4: ; {metadata({method} {0x0000000120122320} 'valueOf' '(I)Ljava/lang/Integer;' in 'java/lang/Integer')}
|
11703 | 0x0000000107e1b9b4: 0864 84d2 | 4802 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11704 |
|
11705 | 0x0000000107e1b9cc: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
11706 | ;*synchronization entry
|
11707 | ; - java.lang.Integer::valueOf@-1 (line 1079)
|
11708 | ; - net.minecraft.client.Minecraft::m_91383_@1002 (line 1214)
|
11709 | ; {runtime_call counter_overflow Runtime1 stub}
|
11710 | 0x0000000107e1b9cc: 0d45 7c95 | ebf3 ff17
|
11711 |
|
11712 | 0x0000000107e1b9d4: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop c_rarg6=Oop }
|
11713 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
11714 | ; - java.lang.Integer::valueOf@23 (line 1081)
|
11715 | ; - net.minecraft.client.Minecraft::m_91383_@1002 (line 1214)
|
11716 | ; {runtime_call fast_new_instance Runtime1 stub}
|
11717 | 0x0000000107e1b9d4: 8b34 7c95 | 0ef4 ff17
|
11718 |
|
11719 | 0x0000000107e1b9dc: ; {metadata({method} {0x00000001201223f0} '<init>' '(I)V' in 'java/lang/Integer')}
|
11720 | 0x0000000107e1b9dc: 087e 84d2 | 4802 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11721 |
|
11722 | 0x0000000107e1b9f4: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop c_rarg6=Oop c_rarg0=Oop }
|
11723 | ;*synchronization entry
|
11724 | ; - java.lang.Integer::<init>@-1 (line 1104)
|
11725 | ; - java.lang.Integer::valueOf@28 (line 1081)
|
11726 | ; - net.minecraft.client.Minecraft::m_91383_@1002 (line 1214)
|
11727 | ; {runtime_call counter_overflow Runtime1 stub}
|
11728 | 0x0000000107e1b9f4: 0345 7c95 | 16f4 ff17
|
11729 |
|
11730 | 0x0000000107e1b9fc: ; {metadata({method} {0x0000000120119100} '<init>' '()V' in 'java/lang/Number')}
|
11731 | 0x0000000107e1b9fc: 0820 92d2 | 2802 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11732 |
|
11733 | 0x0000000107e1ba14: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop c_rarg6=Oop c_rarg0=Oop }
|
11734 | ;*synchronization entry
|
11735 | ; - java.lang.Number::<init>@-1 (line 59)
|
11736 | ; - java.lang.Integer::<init>@1 (line 1104)
|
11737 | ; - java.lang.Integer::valueOf@28 (line 1081)
|
11738 | ; - net.minecraft.client.Minecraft::m_91383_@1002 (line 1214)
|
11739 | ; {runtime_call counter_overflow Runtime1 stub}
|
11740 | 0x0000000107e1ba14: fb44 7c95 | 1ef4 ff17
|
11741 |
|
11742 | 0x0000000107e1ba1c: ; {metadata({method} {0x0000000120000510} '<init>' '()V' in 'java/lang/Object')}
|
11743 | 0x0000000107e1ba1c: 08a2 80d2 | 0800 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11744 |
|
11745 | 0x0000000107e1ba34: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop c_rarg6=Oop c_rarg0=Oop }
|
11746 | ;*synchronization entry
|
11747 | ; - java.lang.Object::<init>@-1 (line 44)
|
11748 | ; - java.lang.Number::<init>@1 (line 59)
|
11749 | ; - java.lang.Integer::<init>@1 (line 1104)
|
11750 | ; - java.lang.Integer::valueOf@28 (line 1081)
|
11751 | ; - net.minecraft.client.Minecraft::m_91383_@1002 (line 1214)
|
11752 | ; {runtime_call counter_overflow Runtime1 stub}
|
11753 | 0x0000000107e1ba34: f344 7c95 | 26f4 ff17
|
11754 |
|
11755 | 0x0000000107e1ba3c: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop c_rarg6=Oop }
|
11756 | ;*aaload {reexecute=0 rethrow=0 return_oop=0}
|
11757 | ; - java.lang.Integer::valueOf@21 (line 1080)
|
11758 | ; - net.minecraft.client.Minecraft::m_91383_@1002 (line 1214)
|
11759 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11760 | 0x0000000107e1ba3c: 3132 7c95
|
11761 |
|
11762 | 0x0000000107e1ba40: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop c_rarg6=Oop c_rarg0=Oop }
|
11763 | ;*aastore {reexecute=1 rethrow=0 return_oop=0}
|
11764 | ; - (reexecute) net.minecraft.client.Minecraft::m_91383_@1005 (line 1214)
|
11765 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11766 | 0x0000000107e1ba40: 3032 7c95 | e803 00aa
|
11767 |
|
11768 | 0x0000000107e1ba48: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop c_rarg6=Oop c_rarg0=Oop }
|
11769 | ;*aastore {reexecute=1 rethrow=0 return_oop=0}
|
11770 | ; - (reexecute) net.minecraft.client.Minecraft::m_91383_@1005 (line 1214)
|
11771 | ; {runtime_call throw_array_store_exception Runtime1 stub}
|
11772 | 0x0000000107e1ba48: 6e3a 7c95 | 6400 40b9 | 84f0 7dd3 | 2490 feb4 | e403 00f9
|
11773 |
|
11774 | 0x0000000107e1ba5c: ; {runtime_call g1_pre_barrier_slow}
|
11775 | 0x0000000107e1ba5c: 6946 7c95 | 7ef4 ff17 | 6090 feb4 | e303 00f9
|
11776 |
|
11777 | 0x0000000107e1ba6c: ; {runtime_call g1_post_barrier_slow}
|
11778 | 0x0000000107e1ba6c: 2547 7c95 | 80f4 ff17
|
11779 |
|
11780 | 0x0000000107e1ba74: ; {metadata({method} {0x0000000120122320} 'valueOf' '(I)Ljava/lang/Integer;' in 'java/lang/Integer')}
|
11781 | 0x0000000107e1ba74: 0864 84d2 | 4802 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11782 |
|
11783 | 0x0000000107e1ba8c: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop c_rarg6=Oop }
|
11784 | ;*synchronization entry
|
11785 | ; - java.lang.Integer::valueOf@-1 (line 1079)
|
11786 | ; - net.minecraft.client.Minecraft::m_91383_@1024 (line 1214)
|
11787 | ; {runtime_call counter_overflow Runtime1 stub}
|
11788 | 0x0000000107e1ba8c: dd44 7c95 | 9cf4 ff17
|
11789 |
|
11790 | 0x0000000107e1ba94: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop c_rarg6=Oop }
|
11791 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
11792 | ; - java.lang.Integer::valueOf@23 (line 1081)
|
11793 | ; - net.minecraft.client.Minecraft::m_91383_@1024 (line 1214)
|
11794 | ; {runtime_call fast_new_instance Runtime1 stub}
|
11795 | 0x0000000107e1ba94: 5b34 7c95 | bef4 ff17
|
11796 |
|
11797 | 0x0000000107e1ba9c: ; {metadata({method} {0x00000001201223f0} '<init>' '(I)V' in 'java/lang/Integer')}
|
11798 | 0x0000000107e1ba9c: 087e 84d2 | 4802 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11799 |
|
11800 | 0x0000000107e1bab4: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop c_rarg6=Oop c_rarg0=Oop }
|
11801 | ;*synchronization entry
|
11802 | ; - java.lang.Integer::<init>@-1 (line 1104)
|
11803 | ; - java.lang.Integer::valueOf@28 (line 1081)
|
11804 | ; - net.minecraft.client.Minecraft::m_91383_@1024 (line 1214)
|
11805 | ; {runtime_call counter_overflow Runtime1 stub}
|
11806 | 0x0000000107e1bab4: d344 7c95 | c6f4 ff17
|
11807 |
|
11808 | 0x0000000107e1babc: ; {metadata({method} {0x0000000120119100} '<init>' '()V' in 'java/lang/Number')}
|
11809 | 0x0000000107e1babc: 0820 92d2 | 2802 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11810 |
|
11811 | 0x0000000107e1bad4: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop c_rarg6=Oop c_rarg0=Oop }
|
11812 | ;*synchronization entry
|
11813 | ; - java.lang.Number::<init>@-1 (line 59)
|
11814 | ; - java.lang.Integer::<init>@1 (line 1104)
|
11815 | ; - java.lang.Integer::valueOf@28 (line 1081)
|
11816 | ; - net.minecraft.client.Minecraft::m_91383_@1024 (line 1214)
|
11817 | ; {runtime_call counter_overflow Runtime1 stub}
|
11818 | 0x0000000107e1bad4: cb44 7c95 | cef4 ff17
|
11819 |
|
11820 | 0x0000000107e1badc: ; {metadata({method} {0x0000000120000510} '<init>' '()V' in 'java/lang/Object')}
|
11821 | 0x0000000107e1badc: 08a2 80d2 | 0800 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11822 |
|
11823 | 0x0000000107e1baf4: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop c_rarg6=Oop c_rarg0=Oop }
|
11824 | ;*synchronization entry
|
11825 | ; - java.lang.Object::<init>@-1 (line 44)
|
11826 | ; - java.lang.Number::<init>@1 (line 59)
|
11827 | ; - java.lang.Integer::<init>@1 (line 1104)
|
11828 | ; - java.lang.Integer::valueOf@28 (line 1081)
|
11829 | ; - net.minecraft.client.Minecraft::m_91383_@1024 (line 1214)
|
11830 | ; {runtime_call counter_overflow Runtime1 stub}
|
11831 | 0x0000000107e1baf4: c344 7c95 | d6f4 ff17
|
11832 |
|
11833 | 0x0000000107e1bafc: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop c_rarg6=Oop }
|
11834 | ;*aaload {reexecute=0 rethrow=0 return_oop=0}
|
11835 | ; - java.lang.Integer::valueOf@21 (line 1080)
|
11836 | ; - net.minecraft.client.Minecraft::m_91383_@1024 (line 1214)
|
11837 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11838 | 0x0000000107e1bafc: 0132 7c95
|
11839 |
|
11840 | 0x0000000107e1bb00: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop c_rarg6=Oop c_rarg7=Oop }
|
11841 | ;*aastore {reexecute=1 rethrow=0 return_oop=0}
|
11842 | ; - (reexecute) net.minecraft.client.Minecraft::m_91383_@1027 (line 1214)
|
11843 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11844 | 0x0000000107e1bb00: 0032 7c95 | e803 07aa
|
11845 |
|
11846 | 0x0000000107e1bb08: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop c_rarg6=Oop c_rarg7=Oop }
|
11847 | ;*aastore {reexecute=1 rethrow=0 return_oop=0}
|
11848 | ; - (reexecute) net.minecraft.client.Minecraft::m_91383_@1027 (line 1214)
|
11849 | ; {runtime_call throw_array_store_exception Runtime1 stub}
|
11850 | 0x0000000107e1bb08: 3e3a 7c95 | 6000 40b9 | 00f0 7dd3 | 00a6 feb4 | e003 00f9
|
11851 |
|
11852 | 0x0000000107e1bb1c: ; {runtime_call g1_pre_barrier_slow}
|
11853 | 0x0000000107e1bb1c: 3946 7c95 | 2df5 ff17 | 47a6 feb4 | e303 00f9
|
11854 |
|
11855 | 0x0000000107e1bb2c: ; {runtime_call g1_post_barrier_slow}
|
11856 | 0x0000000107e1bb2c: f546 7c95 | 2ff5 ff17
|
11857 |
|
11858 | 0x0000000107e1bb34: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop c_rarg6=Oop c_rarg3=Oop }
|
11859 | ;*invokevirtual m_231817_ {reexecute=0 rethrow=0 return_oop=0}
|
11860 | ; - net.minecraft.client.Minecraft::m_91383_@1034 (line 1214)
|
11861 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11862 | 0x0000000107e1bb34: f331 7c95
|
11863 |
|
11864 | 0x0000000107e1bb38: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop c_rarg6=Oop c_rarg3=Oop c_rarg0=Oop }
|
11865 | ;*invokevirtual m_231551_ {reexecute=0 rethrow=0 return_oop=0}
|
11866 | ; - net.minecraft.client.Minecraft::m_91383_@1037 (line 1214)
|
11867 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11868 | 0x0000000107e1bb38: f231 7c95 | e803 00aa
|
11869 |
|
11870 | 0x0000000107e1bb40: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop c_rarg6=Oop c_rarg3=Oop }
|
11871 | ;*checkcast {reexecute=0 rethrow=0 return_oop=0}
|
11872 | ; - net.minecraft.client.Minecraft::m_91383_@1040 (line 1214)
|
11873 | ; {runtime_call throw_class_cast_exception Runtime1 stub}
|
11874 | 0x0000000107e1bb40: f03a 7c95
|
11875 |
|
11876 | 0x0000000107e1bb44: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop c_rarg6=Oop c_rarg3=Oop c_rarg0=Oop }
|
11877 | ;*invokevirtual booleanValue {reexecute=0 rethrow=0 return_oop=0}
|
11878 | ; - net.minecraft.client.Minecraft::m_91383_@1043 (line 1214)
|
11879 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11880 | 0x0000000107e1bb44: ef31 7c95
|
11881 |
|
11882 | 0x0000000107e1bb48: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop c_rarg6=Oop c_rarg3=Oop c_rarg0=Oop }
|
11883 | ;*aastore {reexecute=1 rethrow=0 return_oop=0}
|
11884 | ; - (reexecute) net.minecraft.client.Minecraft::m_91383_@1058 (line 1214)
|
11885 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11886 | 0x0000000107e1bb48: ee31 7c95 | e803 00aa
|
11887 |
|
11888 | 0x0000000107e1bb50: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop c_rarg6=Oop c_rarg3=Oop c_rarg0=Oop }
|
11889 | ;*aastore {reexecute=1 rethrow=0 return_oop=0}
|
11890 | ; - (reexecute) net.minecraft.client.Minecraft::m_91383_@1058 (line 1214)
|
11891 | ; {runtime_call throw_array_store_exception Runtime1 stub}
|
11892 | 0x0000000107e1bb50: 2c3a 7c95 | 8a00 40b9 | 4af1 7dd3 | 4abf feb4 | ea03 00f9
|
11893 |
|
11894 | 0x0000000107e1bb64: ; {runtime_call g1_pre_barrier_slow}
|
11895 | 0x0000000107e1bb64: 2746 7c95 | f7f5 ff17 | 80bf feb4 | e403 00f9
|
11896 |
|
11897 | 0x0000000107e1bb74: ; {runtime_call g1_post_barrier_slow}
|
11898 | 0x0000000107e1bb74: e346 7c95 | f9f5 ff17
|
11899 |
|
11900 | 0x0000000107e1bb7c: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop c_rarg6=Oop c_rarg3=Oop c_rarg0=Oop }
|
11901 | ;*invokevirtual m_231551_ {reexecute=0 rethrow=0 return_oop=0}
|
11902 | ; - net.minecraft.client.Minecraft::m_91383_@1068 (line 1214)
|
11903 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11904 | 0x0000000107e1bb7c: e131 7c95
|
11905 |
|
11906 | 0x0000000107e1bb80: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop c_rarg6=Oop c_rarg3=Oop c_rarg0=Oop }
|
11907 | ;*aastore {reexecute=1 rethrow=0 return_oop=0}
|
11908 | ; - (reexecute) net.minecraft.client.Minecraft::m_91383_@1071 (line 1214)
|
11909 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11910 | 0x0000000107e1bb80: e031 7c95 | e803 00aa
|
11911 |
|
11912 | 0x0000000107e1bb88: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop c_rarg6=Oop c_rarg3=Oop c_rarg0=Oop }
|
11913 | ;*aastore {reexecute=1 rethrow=0 return_oop=0}
|
11914 | ; - (reexecute) net.minecraft.client.Minecraft::m_91383_@1071 (line 1214)
|
11915 | ; {runtime_call throw_array_store_exception Runtime1 stub}
|
11916 | 0x0000000107e1bb88: 1e3a 7c95 | 8a00 40b9 | 4af1 7dd3 | cacb feb4 | ea03 00f9
|
11917 |
|
11918 | 0x0000000107e1bb9c: ; {runtime_call g1_pre_barrier_slow}
|
11919 | 0x0000000107e1bb9c: 1946 7c95 | 5bf6 ff17 | 00cc feb4 | e403 00f9
|
11920 |
|
11921 | 0x0000000107e1bbac: ; {runtime_call g1_post_barrier_slow}
|
11922 | 0x0000000107e1bbac: d546 7c95 | 5df6 ff17
|
11923 |
|
11924 | 0x0000000107e1bbb4: ; ImmutableOopMap {c_rarg2=Oop c_rarg1=Oop [208]=Oop c_rarg6=Oop c_rarg3=Oop c_rarg0=Oop }
|
11925 | ;*invokevirtual m_231551_ {reexecute=0 rethrow=0 return_oop=0}
|
11926 | ; - net.minecraft.client.Minecraft::m_91383_@1081 (line 1214)
|
11927 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11928 | 0x0000000107e1bbb4: d331 7c95
|
11929 |
|
11930 | 0x0000000107e1bbb8: ; ImmutableOopMap {c_rarg2=Oop c_rarg6=Oop c_rarg3=Oop c_rarg0=Oop [208]=Oop }
|
11931 | ;*aastore {reexecute=1 rethrow=0 return_oop=0}
|
11932 | ; - (reexecute) net.minecraft.client.Minecraft::m_91383_@1121 (line 1214)
|
11933 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11934 | 0x0000000107e1bbb8: d231 7c95 | e803 00aa
|
11935 |
|
11936 | 0x0000000107e1bbc0: ; ImmutableOopMap {c_rarg2=Oop c_rarg6=Oop c_rarg3=Oop c_rarg0=Oop [208]=Oop }
|
11937 | ;*aastore {reexecute=1 rethrow=0 return_oop=0}
|
11938 | ; - (reexecute) net.minecraft.client.Minecraft::m_91383_@1121 (line 1214)
|
11939 | ; {runtime_call throw_array_store_exception Runtime1 stub}
|
11940 | 0x0000000107e1bbc0: 103a 7c95 | 8a00 40b9 | 4af1 7dd3 | 2ae1 feb4 | ea03 00f9
|
11941 |
|
11942 | 0x0000000107e1bbd4: ; {runtime_call g1_pre_barrier_slow}
|
11943 | 0x0000000107e1bbd4: 0b46 7c95 | 06f7 ff17 | 60e1 feb4 | e403 00f9
|
11944 |
|
11945 | 0x0000000107e1bbe4: ; {runtime_call g1_post_barrier_slow}
|
11946 | 0x0000000107e1bbe4: c746 7c95 | 08f7 ff17
|
11947 |
|
11948 | 0x0000000107e1bbec: ; ImmutableOopMap {c_rarg2=Oop c_rarg6=Oop [208]=Oop c_rarg3=Oop }
|
11949 | ;*invokevirtual m_231551_ {reexecute=0 rethrow=0 return_oop=0}
|
11950 | ; - net.minecraft.client.Minecraft::m_91383_@1131 (line 1214)
|
11951 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11952 | 0x0000000107e1bbec: c531 7c95
|
11953 |
|
11954 | 0x0000000107e1bbf0: ; ImmutableOopMap {c_rarg2=Oop c_rarg6=Oop [208]=Oop c_rarg3=Oop }
|
11955 | ;*aastore {reexecute=1 rethrow=0 return_oop=0}
|
11956 | ; - (reexecute) net.minecraft.client.Minecraft::m_91383_@1134 (line 1214)
|
11957 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11958 | 0x0000000107e1bbf0: c431 7c95 | e803 03aa
|
11959 |
|
11960 | 0x0000000107e1bbf8: ; ImmutableOopMap {c_rarg2=Oop c_rarg6=Oop [208]=Oop c_rarg3=Oop }
|
11961 | ;*aastore {reexecute=1 rethrow=0 return_oop=0}
|
11962 | ; - (reexecute) net.minecraft.client.Minecraft::m_91383_@1134 (line 1214)
|
11963 | ; {runtime_call throw_array_store_exception Runtime1 stub}
|
11964 | 0x0000000107e1bbf8: 023a 7c95 | 0400 40b9 | 84f0 7dd3 | a4ed feb4 | e403 00f9
|
11965 |
|
11966 | 0x0000000107e1bc0c: ; {runtime_call g1_pre_barrier_slow}
|
11967 | 0x0000000107e1bc0c: fd45 7c95 | 6af7 ff17 | e3ed feb4 | e003 00f9
|
11968 |
|
11969 | 0x0000000107e1bc1c: ; {runtime_call g1_post_barrier_slow}
|
11970 | 0x0000000107e1bc1c: b946 7c95 | 6cf7 ff17
|
11971 |
|
11972 | 0x0000000107e1bc24: ; ImmutableOopMap {c_rarg2=Oop c_rarg6=Oop [208]=Oop }
|
11973 | ;*aastore {reexecute=1 rethrow=0 return_oop=0}
|
11974 | ; - (reexecute) net.minecraft.client.Minecraft::m_91383_@1140 (line 1214)
|
11975 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
11976 | 0x0000000107e1bc24: b731 7c95 | e803 02aa
|
11977 |
|
11978 | 0x0000000107e1bc2c: ; ImmutableOopMap {c_rarg2=Oop c_rarg6=Oop [208]=Oop }
|
11979 | ;*aastore {reexecute=1 rethrow=0 return_oop=0}
|
11980 | ; - (reexecute) net.minecraft.client.Minecraft::m_91383_@1140 (line 1214)
|
11981 | ; {runtime_call throw_array_store_exception Runtime1 stub}
|
11982 | 0x0000000107e1bc2c: f539 7c95 | 6000 40b9 | 00f0 7dd3 | 20f7 feb4 | e003 00f9
|
11983 |
|
11984 | 0x0000000107e1bc40: ; {runtime_call g1_pre_barrier_slow}
|
11985 | 0x0000000107e1bc40: f045 7c95 | b6f7 ff17 | 62f7 feb4 | e303 00f9
|
11986 |
|
11987 | 0x0000000107e1bc50: ; {runtime_call g1_post_barrier_slow}
|
11988 | 0x0000000107e1bc50: ac46 7c95 | b8f7 ff17
|
11989 |
|
11990 | 0x0000000107e1bc58: ; {metadata({method} {0x000000012000e090} 'format' '(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;' in 'java/lang/String')}
|
11991 | 0x0000000107e1bc58: 0812 9cd2 | 0800 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
11992 |
|
11993 | 0x0000000107e1bc70: ; ImmutableOopMap {c_rarg6=Oop [208]=Oop }
|
11994 | ;*synchronization entry
|
11995 | ; - java.lang.String::format@-1 (line 4186)
|
11996 | ; - net.minecraft.client.Minecraft::m_91383_@1141 (line 1214)
|
11997 | ; {runtime_call counter_overflow Runtime1 stub}
|
11998 | 0x0000000107e1bc70: 6444 7c95 | bff7 ff17
|
11999 |
|
12000 | 0x0000000107e1bc78: ; ImmutableOopMap {c_rarg6=Oop [208]=Oop }
|
12001 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
12002 | ; - java.lang.String::format@0 (line 4186)
|
12003 | ; - net.minecraft.client.Minecraft::m_91383_@1141 (line 1214)
|
12004 | ; {runtime_call fast_new_instance Runtime1 stub}
|
12005 | 0x0000000107e1bc78: e233 7c95 | cdf7 ff17
|
12006 |
|
12007 | 0x0000000107e1bc80: ; {metadata({method} {0x0000000120ba81a8} '<init>' '(Ljava/util/Locale;)V' in 'java/util/Formatter')}
|
12008 | 0x0000000107e1bc80: 0835 90d2 | 4817 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
12009 |
|
12010 | 0x0000000107e1bc98: ; ImmutableOopMap {c_rarg6=Oop [208]=Oop c_rarg0=Oop }
|
12011 | ;*synchronization entry
|
12012 | ; - java.util.Formatter::<init>@-1 (line 2022)
|
12013 | ; - java.lang.String::format@5 (line 4186)
|
12014 | ; - net.minecraft.client.Minecraft::m_91383_@1141 (line 1214)
|
12015 | ; {runtime_call counter_overflow Runtime1 stub}
|
12016 | 0x0000000107e1bc98: 5a44 7c95 | d5f7 ff17
|
12017 |
|
12018 | 0x0000000107e1bca0: ; ImmutableOopMap {c_rarg6=Oop [208]=Oop [344]=Oop }
|
12019 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
12020 | ; - java.util.Formatter::<init>@2 (line 2022)
|
12021 | ; - java.lang.String::format@5 (line 4186)
|
12022 | ; - net.minecraft.client.Minecraft::m_91383_@1141 (line 1214)
|
12023 | ; {runtime_call fast_new_instance Runtime1 stub}
|
12024 | 0x0000000107e1bca0: d833 7c95 | e4f7 ff17
|
12025 |
|
12026 | 0x0000000107e1bca8: ; {metadata({method} {0x00000001200b5218} '<init>' '()V' in 'java/lang/StringBuilder')}
|
12027 | 0x0000000107e1bca8: 0843 8ad2 | 6801 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
12028 |
|
12029 | 0x0000000107e1bcc0: ; ImmutableOopMap {c_rarg6=Oop [208]=Oop [344]=Oop c_rarg0=Oop }
|
12030 | ;*synchronization entry
|
12031 | ; - java.lang.StringBuilder::<init>@-1 (line 106)
|
12032 | ; - java.util.Formatter::<init>@6 (line 2022)
|
12033 | ; - java.lang.String::format@5 (line 4186)
|
12034 | ; - net.minecraft.client.Minecraft::m_91383_@1141 (line 1214)
|
12035 | ; {runtime_call counter_overflow Runtime1 stub}
|
12036 | 0x0000000107e1bcc0: 5044 7c95 | ecf7 ff17
|
12037 |
|
12038 | 0x0000000107e1bcc8: ; {metadata({method} {0x0000000120ba7ea0} '<init>' '(Ljava/util/Locale;Ljava/lang/Appendable;)V' in 'java/util/Formatter')}
|
12039 | 0x0000000107e1bcc8: 08d4 8fd2 | 4817 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
12040 |
|
12041 | 0x0000000107e1bce0: ; ImmutableOopMap {[208]=Oop [344]=Oop [360]=Oop [352]=Oop }
|
12042 | ;*synchronization entry
|
12043 | ; - java.util.Formatter::<init>@-1 (line 1965)
|
12044 | ; - java.util.Formatter::<init>@9 (line 2022)
|
12045 | ; - java.lang.String::format@5 (line 4186)
|
12046 | ; - net.minecraft.client.Minecraft::m_91383_@1141 (line 1214)
|
12047 | ; {runtime_call counter_overflow Runtime1 stub}
|
12048 | 0x0000000107e1bce0: 4844 7c95 | fff7 ff17
|
12049 |
|
12050 | 0x0000000107e1bce8: ; {metadata({method} {0x0000000120000510} '<init>' '()V' in 'java/lang/Object')}
|
12051 | 0x0000000107e1bce8: 08a2 80d2 | 0800 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
12052 |
|
12053 | 0x0000000107e1bd00: ; ImmutableOopMap {[208]=Oop [344]=Oop [360]=Oop [352]=Oop }
|
12054 | ;*synchronization entry
|
12055 | ; - java.lang.Object::<init>@-1 (line 44)
|
12056 | ; - java.util.Formatter::<init>@1 (line 1965)
|
12057 | ; - java.util.Formatter::<init>@9 (line 2022)
|
12058 | ; - java.lang.String::format@5 (line 4186)
|
12059 | ; - net.minecraft.client.Minecraft::m_91383_@1141 (line 1214)
|
12060 | ; {runtime_call counter_overflow Runtime1 stub}
|
12061 | 0x0000000107e1bd00: 4044 7c95 | 07f8 ff17 | 0210 40b9 | 42f0 7dd3 | 4201 ffb4 | e203 00f9
|
12062 |
|
12063 | 0x0000000107e1bd18: ; {runtime_call g1_pre_barrier_slow}
|
12064 | 0x0000000107e1bd18: ba45 7c95 | 07f8 ff17 | a201 ffb4 | e003 00f9
|
12065 |
|
12066 | 0x0000000107e1bd28: ; {runtime_call g1_post_barrier_slow}
|
12067 | 0x0000000107e1bd28: 7646 7c95 | 0af8 ff17 | 0314 40b9 | 63f0 7dd3 | a301 ffb4 | e303 00f9
|
12068 |
|
12069 | 0x0000000107e1bd40: ; {runtime_call g1_pre_barrier_slow}
|
12070 | 0x0000000107e1bd40: b045 7c95 | 0af8 ff17 | e201 ffb4 | e003 00f9
|
12071 |
|
12072 | 0x0000000107e1bd50: ; {runtime_call g1_post_barrier_slow}
|
12073 | 0x0000000107e1bd50: 6c46 7c95 | 0cf8 ff17
|
12074 |
|
12075 | 0x0000000107e1bd58: ; {metadata({method} {0x0000000120ba93f8} 'format' '(Ljava/lang/String;[Ljava/lang/Object;)Ljava/util/Formatter;' in 'java/util/Formatter')}
|
12076 | 0x0000000107e1bd58: 087f 92d2 | 4817 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
12077 |
|
12078 | 0x0000000107e1bd70: ; ImmutableOopMap {[208]=Oop [360]=Oop c_rarg0=Oop c_rarg2=Oop }
|
12079 | ;*synchronization entry
|
12080 | ; - java.util.Formatter::format@-1 (line 2625)
|
12081 | ; - java.lang.String::format@10 (line 4186)
|
12082 | ; - net.minecraft.client.Minecraft::m_91383_@1141 (line 1214)
|
12083 | ; {runtime_call counter_overflow Runtime1 stub}
|
12084 | 0x0000000107e1bd70: 2444 7c95 | 15f8 ff17
|
12085 |
|
12086 | 0x0000000107e1bd78: ; ImmutableOopMap {[208]=Oop c_rarg0=Oop }
|
12087 | ;*invokevirtual toString {reexecute=0 rethrow=0 return_oop=0}
|
12088 | ; - java.lang.String::format@13 (line 4186)
|
12089 | ; - net.minecraft.client.Minecraft::m_91383_@1141 (line 1214)
|
12090 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
12091 | 0x0000000107e1bd78: 6231 7c95
|
12092 |
|
12093 | 0x0000000107e1bd7c: ; {metadata({method} {0x0000000120ba8ff8} 'toString' '()Ljava/lang/String;' in 'java/util/Formatter')}
|
12094 | 0x0000000107e1bd7c: 08ff 91d2 | 4817 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
12095 |
|
12096 | 0x0000000107e1bd94: ; ImmutableOopMap {[208]=Oop c_rarg0=Oop }
|
12097 | ;*synchronization entry
|
12098 | ; - java.util.Formatter::toString@-1 (line 2524)
|
12099 | ; - java.lang.String::format@13 (line 4186)
|
12100 | ; - net.minecraft.client.Minecraft::m_91383_@1141 (line 1214)
|
12101 | ; {runtime_call counter_overflow Runtime1 stub}
|
12102 | 0x0000000107e1bd94: 1b44 7c95 | 2af8 ff17
|
12103 |
|
12104 | 0x0000000107e1bd9c: ; {metadata({method} {0x0000000120ba9298} 'ensureOpen' '()V' in 'java/util/Formatter')}
|
12105 | 0x0000000107e1bd9c: 0853 92d2 | 4817 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
12106 |
|
12107 | 0x0000000107e1bdb4: ; ImmutableOopMap {[208]=Oop c_rarg0=Oop }
|
12108 | ;*synchronization entry
|
12109 | ; - java.util.Formatter::ensureOpen@-1 (line 2576)
|
12110 | ; - java.util.Formatter::toString@1 (line 2524)
|
12111 | ; - java.lang.String::format@13 (line 4186)
|
12112 | ; - net.minecraft.client.Minecraft::m_91383_@1141 (line 1214)
|
12113 | ; {runtime_call counter_overflow Runtime1 stub}
|
12114 | 0x0000000107e1bdb4: 1344 7c95 | 32f8 ff17
|
12115 |
|
12116 | 0x0000000107e1bdbc: ; ImmutableOopMap {[208]=Oop c_rarg1=Oop }
|
12117 | ;*invokevirtual toString {reexecute=0 rethrow=0 return_oop=0}
|
12118 | ; - java.util.Formatter::toString@8 (line 2525)
|
12119 | ; - java.lang.String::format@13 (line 4186)
|
12120 | ; - net.minecraft.client.Minecraft::m_91383_@1141 (line 1214)
|
12121 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
12122 | 0x0000000107e1bdbc: 5131 7c95 | 2394 41b9 | 63f0 7dd3 | c30d ffb4 | e303 00f9
|
12123 |
|
12124 | 0x0000000107e1bdd0: ; {runtime_call g1_pre_barrier_slow}
|
12125 | 0x0000000107e1bdd0: 8c45 7c95 | 6bf8 ff17 | 000e ffb4 | e103 00f9
|
12126 |
|
12127 | 0x0000000107e1bde0: ; {runtime_call g1_post_barrier_slow}
|
12128 | 0x0000000107e1bde0: 4846 7c95 | 6df8 ff17
|
12129 |
|
12130 | 0x0000000107e1bde8: ; {metadata({method} {0x0000000122738670} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft')}
|
12131 | 0x0000000107e1bde8: 08ce 90d2 | 684e a4f2 | 2800 c0f2 | e807 00f9 | 8891 80d2 | e803 00f9
|
12132 |
|
12133 | 0x0000000107e1be00: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
12134 | ;*goto {reexecute=1 rethrow=0 return_oop=0}
|
12135 | ; - (reexecute) net.minecraft.client.Minecraft::m_91383_@1164 (line 1217)
|
12136 | ; {runtime_call counter_overflow Runtime1 stub}
|
12137 | 0x0000000107e1be00: 0044 7c95 | 73f8 ff17
|
12138 |
|
12139 | 0x0000000107e1be08: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg3=Oop }
|
12140 | ;*invokeinterface m_7238_ {reexecute=0 rethrow=0 return_oop=0}
|
12141 | ; - net.minecraft.client.Minecraft::m_91383_@1171 (line 1219)
|
12142 | ; {runtime_call throw_incompatible_class_change_error Runtime1 stub}
|
12143 | 0x0000000107e1be08: fe3a 7c95
|
12144 |
|
12145 | 0x0000000107e1be0c: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg3=Oop }
|
12146 | ;*invokeinterface m_7238_ {reexecute=0 rethrow=0 return_oop=0}
|
12147 | ; - net.minecraft.client.Minecraft::m_91383_@1171 (line 1219)
|
12148 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
12149 | 0x0000000107e1be0c: 3d31 7c95
|
12150 |
|
12151 | 0x0000000107e1be10: ; {metadata({method} {0x000000032082e6f0} 'm_7238_' '()V' in 'net/minecraft/util/profiling/InactiveProfiler')}
|
12152 | 0x0000000107e1be10: 08de 9cd2 | 4810 a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
12153 |
|
12154 | 0x0000000107e1be28: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
12155 | ;*synchronization entry
|
12156 | ; - net.minecraft.util.profiling.InactiveProfiler::m_7238_@-1 (line 39)
|
12157 | ; - net.minecraft.client.Minecraft::m_91383_@1171 (line 1219)
|
12158 | ; {runtime_call counter_overflow Runtime1 stub}
|
12159 | 0x0000000107e1be28: f643 7c95 | 95f8 ff17
|
12160 |
|
12161 | 0x0000000107e1be30: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop }
|
12162 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
12163 | ; - net.minecraft.client.Minecraft::m_91383_@1178 (line 1220)
|
12164 | ; {runtime_call fast_new_instance Runtime1 stub}
|
12165 | 0x0000000107e1be30: 7433 7c95 | a3f8 ff17
|
12166 |
|
12167 | 0x0000000107e1be38: ; {metadata({method} {0x000000012270ba98} '<init>' '(Ljava/lang/String;Z)V' in 'org/spongepowered/asm/mixin/injection/callback/CallbackInfo')}
|
12168 | 0x0000000107e1be38: 0853 97d2 | 084e a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
12169 |
|
12170 | 0x0000000107e1be50: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
12171 | ;*synchronization entry
|
12172 | ; - org.spongepowered.asm.mixin.injection.callback.CallbackInfo::<init>@-1 (line 61)
|
12173 | ; - net.minecraft.client.Minecraft::m_91383_@1186 (line 1220)
|
12174 | ; {runtime_call counter_overflow Runtime1 stub}
|
12175 | 0x0000000107e1be50: ec43 7c95 | abf8 ff17
|
12176 |
|
12177 | 0x0000000107e1be58: ; {metadata({method} {0x0000000120000510} '<init>' '()V' in 'java/lang/Object')}
|
12178 | 0x0000000107e1be58: 08a2 80d2 | 0800 a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
12179 |
|
12180 | 0x0000000107e1be70: ; ImmutableOopMap {c_rarg1=Oop [208]=Oop c_rarg0=Oop }
|
12181 | ;*synchronization entry
|
12182 | ; - java.lang.Object::<init>@-1 (line 44)
|
12183 | ; - org.spongepowered.asm.mixin.injection.callback.CallbackInfo::<init>@1 (line 61)
|
12184 | ; - net.minecraft.client.Minecraft::m_91383_@1186 (line 1220)
|
12185 | ; {runtime_call counter_overflow Runtime1 stub}
|
12186 | 0x0000000107e1be70: e443 7c95 | b3f8 ff17 | 0310 40b9 | 63f0 7dd3 | c316 ffb4 | e303 00f9
|
12187 |
|
12188 | 0x0000000107e1be88: ; {runtime_call g1_pre_barrier_slow}
|
12189 | 0x0000000107e1be88: 5e45 7c95 | b3f8 ff17 | 0217 ffb4 | e003 00f9
|
12190 |
|
12191 | 0x0000000107e1be98: ; {runtime_call g1_post_barrier_slow}
|
12192 | 0x0000000107e1be98: 1a46 7c95 | b5f8 ff17
|
12193 |
|
12194 | 0x0000000107e1bea0: ; {internal_word}
|
12195 | 0x0000000107e1bea0: 2818 ff10 | 88af 01f9
|
12196 |
|
12197 | 0x0000000107e1bea8: ; {runtime_call SafepointBlob}
|
12198 | 0x0000000107e1bea8: d68c 7915
|
12199 |
|
12200 | 0x0000000107e1beac: ; ImmutableOopMap {[208]=Oop [376]=Oop }
|
12201 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
12202 | ; - java.util.Formatter::ensureOpen@7 (line 2577)
|
12203 | ; - java.util.Formatter::toString@1 (line 2524)
|
12204 | ; - java.lang.String::format@13 (line 4186)
|
12205 | ; - net.minecraft.client.Minecraft::m_91383_@1141 (line 1214)
|
12206 | ; {runtime_call new_instance Runtime1 stub}
|
12207 | 0x0000000107e1beac: 9532 7c95 | c4f8 ff17
|
12208 |
|
12209 | 0x0000000107e1beb4: ; {metadata({method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
12210 | 0x0000000107e1beb4: 08f5 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
12211 |
|
12212 | 0x0000000107e1becc: ; ImmutableOopMap {[208]=Oop }
|
12213 | ;*synchronization entry
|
12214 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@-1 (line 184)
|
12215 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
12216 | ; - com.mojang.blaze3d.platform.GlStateManager::_glBindFramebuffer@0 (line 343)
|
12217 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83970_@20 (line 215)
|
12218 | ; - net.minecraft.client.Minecraft::m_91383_@573 (line 1160)
|
12219 | ; {runtime_call counter_overflow Runtime1 stub}
|
12220 | 0x0000000107e1becc: cd43 7c95 | d7f8 ff17
|
12221 |
|
12222 | 0x0000000107e1bed4: ; ImmutableOopMap {[208]=Oop }
|
12223 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
12224 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
12225 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
12226 | ; - com.mojang.blaze3d.platform.GlStateManager::_glBindFramebuffer@0 (line 343)
|
12227 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83970_@20 (line 215)
|
12228 | ; - net.minecraft.client.Minecraft::m_91383_@573 (line 1160)
|
12229 | ; {runtime_call fast_new_instance Runtime1 stub}
|
12230 | 0x0000000107e1bed4: 4b33 7c95 | e4f8 ff17
|
12231 |
|
12232 | 0x0000000107e1bedc: ; {metadata({method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
12233 | 0x0000000107e1bedc: 08f5 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
12234 |
|
12235 | 0x0000000107e1bef4: ; ImmutableOopMap {[208]=Oop }
|
12236 | ;*synchronization entry
|
12237 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@-1 (line 184)
|
12238 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
12239 | ; - com.mojang.blaze3d.platform.GlStateManager::_enableDepthTest@0 (line 72)
|
12240 | ; - com.mojang.blaze3d.systems.RenderSystem::enableDepthTest@3 (line 258)
|
12241 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@10 (line 126)
|
12242 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
12243 | ; {runtime_call counter_overflow Runtime1 stub}
|
12244 | 0x0000000107e1bef4: c343 7c95 | faf8 ff17
|
12245 |
|
12246 | 0x0000000107e1befc: ; ImmutableOopMap {[208]=Oop }
|
12247 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
12248 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
12249 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
12250 | ; - com.mojang.blaze3d.platform.GlStateManager::_enableDepthTest@0 (line 72)
|
12251 | ; - com.mojang.blaze3d.systems.RenderSystem::enableDepthTest@3 (line 258)
|
12252 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@10 (line 126)
|
12253 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
12254 | ; {runtime_call fast_new_instance Runtime1 stub}
|
12255 | 0x0000000107e1befc: 4133 7c95 | 07f9 ff17
|
12256 |
|
12257 | 0x0000000107e1bf04: ; {metadata({method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
12258 | 0x0000000107e1bf04: 08f5 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
12259 |
|
12260 | 0x0000000107e1bf1c: ; ImmutableOopMap {[304]=Oop [208]=Oop }
|
12261 | ;*synchronization entry
|
12262 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@-1 (line 184)
|
12263 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
12264 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@0 (line 67)
|
12265 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
12266 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
12267 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
12268 | ; {runtime_call counter_overflow Runtime1 stub}
|
12269 | 0x0000000107e1bf1c: b943 7c95 | 1df9 ff17
|
12270 |
|
12271 | 0x0000000107e1bf24: ; ImmutableOopMap {[208]=Oop [304]=Oop }
|
12272 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
12273 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
12274 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
12275 | ; - com.mojang.blaze3d.platform.GlStateManager::_disableDepthTest@0 (line 67)
|
12276 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@3 (line 249)
|
12277 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
12278 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
12279 | ; {runtime_call fast_new_instance Runtime1 stub}
|
12280 | 0x0000000107e1bf24: 3733 7c95 | 2af9 ff17
|
12281 |
|
12282 | 0x0000000107e1bf2c: ; {metadata({method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
12283 | 0x0000000107e1bf2c: 08f5 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
12284 |
|
12285 | 0x0000000107e1bf44: ; ImmutableOopMap {[304]=Oop [208]=Oop }
|
12286 | ;*synchronization entry
|
12287 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@-1 (line 184)
|
12288 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
12289 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@0 (line 245)
|
12290 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
12291 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
12292 | ; {runtime_call counter_overflow Runtime1 stub}
|
12293 | 0x0000000107e1bf44: af43 7c95 | 40f9 ff17
|
12294 |
|
12295 | 0x0000000107e1bf4c: ; ImmutableOopMap {[208]=Oop [304]=Oop }
|
12296 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
12297 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
12298 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
12299 | ; - com.mojang.blaze3d.systems.RenderSystem::disableDepthTest@0 (line 245)
|
12300 | ; - net.minecraft.client.gui.GuiGraphics::m_280262_@0 (line 124)
|
12301 | ; - net.minecraft.client.Minecraft::m_91383_@545 (line 1155)
|
12302 | ; {runtime_call fast_new_instance Runtime1 stub}
|
12303 | 0x0000000107e1bf4c: 2d33 7c95 | 4df9 ff17
|
12304 |
|
12305 | 0x0000000107e1bf54: ; {metadata({method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
12306 | 0x0000000107e1bf54: 08f5 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
12307 |
|
12308 | 0x0000000107e1bf6c: ; ImmutableOopMap {[208]=Oop }
|
12309 | ;*synchronization entry
|
12310 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@-1 (line 184)
|
12311 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
12312 | ; - com.mojang.blaze3d.platform.GlStateManager::_enableCull@0 (line 442)
|
12313 | ; - com.mojang.blaze3d.systems.RenderSystem::enableCull@3 (line 385)
|
12314 | ; - net.minecraft.client.Minecraft::m_91383_@388 (line 1140)
|
12315 | ; {runtime_call counter_overflow Runtime1 stub}
|
12316 | 0x0000000107e1bf6c: a543 7c95 | 63f9 ff17
|
12317 |
|
12318 | 0x0000000107e1bf74: ; ImmutableOopMap {[208]=Oop }
|
12319 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
12320 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
12321 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
12322 | ; - com.mojang.blaze3d.platform.GlStateManager::_enableCull@0 (line 442)
|
12323 | ; - com.mojang.blaze3d.systems.RenderSystem::enableCull@3 (line 385)
|
12324 | ; - net.minecraft.client.Minecraft::m_91383_@388 (line 1140)
|
12325 | ; {runtime_call fast_new_instance Runtime1 stub}
|
12326 | 0x0000000107e1bf74: 2333 7c95 | 70f9 ff17
|
12327 |
|
12328 | 0x0000000107e1bf7c: ; {metadata({method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
12329 | 0x0000000107e1bf7c: 08f5 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
12330 |
|
12331 | 0x0000000107e1bf94: ; ImmutableOopMap {[208]=Oop }
|
12332 | ;*synchronization entry
|
12333 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@-1 (line 184)
|
12334 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
12335 | ; - com.mojang.blaze3d.systems.RenderSystem::enableCull@0 (line 381)
|
12336 | ; - net.minecraft.client.Minecraft::m_91383_@388 (line 1140)
|
12337 | ; {runtime_call counter_overflow Runtime1 stub}
|
12338 | 0x0000000107e1bf94: 9b43 7c95 | 86f9 ff17
|
12339 |
|
12340 | 0x0000000107e1bf9c: ; ImmutableOopMap {[208]=Oop }
|
12341 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
12342 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
12343 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
12344 | ; - com.mojang.blaze3d.systems.RenderSystem::enableCull@0 (line 381)
|
12345 | ; - net.minecraft.client.Minecraft::m_91383_@388 (line 1140)
|
12346 | ; {runtime_call fast_new_instance Runtime1 stub}
|
12347 | 0x0000000107e1bf9c: 1933 7c95 | 93f9 ff17
|
12348 |
|
12349 | 0x0000000107e1bfa4: ; {metadata({method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
12350 | 0x0000000107e1bfa4: 08f5 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
12351 |
|
12352 | 0x0000000107e1bfbc: ; ImmutableOopMap {[208]=Oop }
|
12353 | ;*synchronization entry
|
12354 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@-1 (line 184)
|
12355 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
12356 | ; - com.mojang.blaze3d.systems.RenderSystem::setShaderFogStart@0 (line 620)
|
12357 | ; - net.minecraft.client.renderer.FogRenderer::m_109017_@3 (line 203)
|
12358 | ; - net.minecraft.client.Minecraft::m_91383_@373 (line 1138)
|
12359 | ; {runtime_call counter_overflow Runtime1 stub}
|
12360 | 0x0000000107e1bfbc: 9143 7c95 | a9f9 ff17
|
12361 |
|
12362 | 0x0000000107e1bfc4: ; ImmutableOopMap {[208]=Oop }
|
12363 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
12364 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
12365 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
12366 | ; - com.mojang.blaze3d.systems.RenderSystem::setShaderFogStart@0 (line 620)
|
12367 | ; - net.minecraft.client.renderer.FogRenderer::m_109017_@3 (line 203)
|
12368 | ; - net.minecraft.client.Minecraft::m_91383_@373 (line 1138)
|
12369 | ; {runtime_call fast_new_instance Runtime1 stub}
|
12370 | 0x0000000107e1bfc4: 0f33 7c95 | b6f9 ff17
|
12371 |
|
12372 | 0x0000000107e1bfcc: ; {metadata({method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
12373 | 0x0000000107e1bfcc: 08f5 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
12374 |
|
12375 | 0x0000000107e1bfe4: ; ImmutableOopMap {[296]=Oop [208]=Oop }
|
12376 | ;*synchronization entry
|
12377 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@-1 (line 184)
|
12378 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
12379 | ; - com.mojang.blaze3d.platform.GlStateManager::_glBindFramebuffer@0 (line 343)
|
12380 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@9 (line 202)
|
12381 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
12382 | ; - net.minecraft.client.Minecraft::m_91383_@370 (line 1137)
|
12383 | ; {runtime_call counter_overflow Runtime1 stub}
|
12384 | 0x0000000107e1bfe4: 8743 7c95 | cdf9 ff17
|
12385 |
|
12386 | 0x0000000107e1bfec: ; ImmutableOopMap {[208]=Oop [296]=Oop }
|
12387 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
12388 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
12389 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
12390 | ; - com.mojang.blaze3d.platform.GlStateManager::_glBindFramebuffer@0 (line 343)
|
12391 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@9 (line 202)
|
12392 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
12393 | ; - net.minecraft.client.Minecraft::m_91383_@370 (line 1137)
|
12394 | ; {runtime_call fast_new_instance Runtime1 stub}
|
12395 | 0x0000000107e1bfec: 0533 7c95 | daf9 ff17
|
12396 |
|
12397 | 0x0000000107e1bff4: ; {metadata({method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
12398 | 0x0000000107e1bff4: 08f5 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
12399 |
|
12400 | 0x0000000107e1c00c: ; ImmutableOopMap {[296]=Oop [208]=Oop }
|
12401 | ;*synchronization entry
|
12402 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@-1 (line 184)
|
12403 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
12404 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@0 (line 201)
|
12405 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
12406 | ; - net.minecraft.client.Minecraft::m_91383_@370 (line 1137)
|
12407 | ; {runtime_call counter_overflow Runtime1 stub}
|
12408 | 0x0000000107e1c00c: 7d43 7c95 | f0f9 ff17
|
12409 |
|
12410 | 0x0000000107e1c014: ; ImmutableOopMap {[208]=Oop [296]=Oop }
|
12411 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
12412 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
12413 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
12414 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@0 (line 201)
|
12415 | ; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
|
12416 | ; - net.minecraft.client.Minecraft::m_91383_@370 (line 1137)
|
12417 | ; {runtime_call fast_new_instance Runtime1 stub}
|
12418 | 0x0000000107e1c014: fb32 7c95 | fdf9 ff17
|
12419 |
|
12420 | 0x0000000107e1c01c: ; {metadata({method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
12421 | 0x0000000107e1c01c: 08f5 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
12422 |
|
12423 | 0x0000000107e1c034: ; ImmutableOopMap {[208]=Oop }
|
12424 | ;*synchronization entry
|
12425 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@-1 (line 184)
|
12426 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
12427 | ; - com.mojang.blaze3d.platform.GlStateManager::_getError@0 (line 737)
|
12428 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@11 (line 686)
|
12429 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
12430 | ; - net.minecraft.client.Minecraft::m_91383_@362 (line 1136)
|
12431 | ; {runtime_call counter_overflow Runtime1 stub}
|
12432 | 0x0000000107e1c034: 7343 7c95 | 13fa ff17
|
12433 |
|
12434 | 0x0000000107e1c03c: ; ImmutableOopMap {[208]=Oop }
|
12435 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
12436 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
12437 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThread@6 (line 173)
|
12438 | ; - com.mojang.blaze3d.platform.GlStateManager::_getError@0 (line 737)
|
12439 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@11 (line 686)
|
12440 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
12441 | ; - net.minecraft.client.Minecraft::m_91383_@362 (line 1136)
|
12442 | ; {runtime_call fast_new_instance Runtime1 stub}
|
12443 | 0x0000000107e1c03c: f132 7c95 | 20fa ff17
|
12444 |
|
12445 | 0x0000000107e1c044: ; {metadata({method} {0x00000003206db7a8} 'constructThreadException' '()Ljava/lang/IllegalStateException;' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
12446 | 0x0000000107e1c044: 08f5 96d2 | a80d a4f2 | 6800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
12447 |
|
12448 | 0x0000000107e1c05c: ; ImmutableOopMap {[208]=Oop }
|
12449 | ;*synchronization entry
|
12450 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@-1 (line 184)
|
12451 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
12452 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@0 (line 683)
|
12453 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
12454 | ; - net.minecraft.client.Minecraft::m_91383_@362 (line 1136)
|
12455 | ; {runtime_call counter_overflow Runtime1 stub}
|
12456 | 0x0000000107e1c05c: 6943 7c95 | 37fa ff17
|
12457 |
|
12458 | 0x0000000107e1c064: ; ImmutableOopMap {[208]=Oop }
|
12459 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
12460 | ; - com.mojang.blaze3d.systems.RenderSystem::constructThreadException@0 (line 184)
|
12461 | ; - com.mojang.blaze3d.systems.RenderSystem::assertOnRenderThreadOrInit@13 (line 168)
|
12462 | ; - com.mojang.blaze3d.platform.GlStateManager::_clear@0 (line 683)
|
12463 | ; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
|
12464 | ; - net.minecraft.client.Minecraft::m_91383_@362 (line 1136)
|
12465 | ; {runtime_call fast_new_instance Runtime1 stub}
|
12466 | 0x0000000107e1c064: e732 7c95 | 44fa ff17 | 1f20 03d5 | 1f20 03d5 | 80eb 41f9 | 9feb 01f9 | 9fef 01f9 | fd7b 5fa9
|
12467 | 0x0000000107e1c084: ff03 0891
|
12468 |
|
12469 | 0x0000000107e1c088: ; {runtime_call unwind_exception Runtime1 stub}
|
12470 | 0x0000000107e1c088: 1e2f 7c15 | 0000 0000 | 0000 0000 | 0000 0000 | 0000 0000 | 0000 0000 | 0000 0000 | 0000 0000
|
12471 | 0x0000000107e1c0a8: 0000 0000 | 0000 0000 | 0000 0000 | 0000 0000 | 0000 0000 | 0000 0000
|
12472 | [Stub Code]
|
12473 | 0x0000000107e1c0c0: ; {no_reloc}
|
12474 | 0x0000000107e1c0c0: df3f 03d5
|
12475 |
|
12476 | 0x0000000107e1c0c4: ; {metadata(NULL)}
|
12477 | 0x0000000107e1c0c4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12478 |
|
12479 | 0x0000000107e1c0e0: ; {trampoline_stub}
|
12480 | 0x0000000107e1c0e0: 4800 0058 | 0001 1fd6 | 0098 ca07 | 0100 0000
|
12481 |
|
12482 | 0x0000000107e1c0f0: ; {static_stub}
|
12483 | 0x0000000107e1c0f0: df3f 03d5
|
12484 |
|
12485 | 0x0000000107e1c0f4: ; {metadata(NULL)}
|
12486 | 0x0000000107e1c0f4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12487 |
|
12488 | 0x0000000107e1c110: ; {trampoline_stub}
|
12489 | 0x0000000107e1c110: 4800 0058 | 0001 1fd6 | c063 af0e | 0100 0000
|
12490 |
|
12491 | 0x0000000107e1c120: ; {static_stub}
|
12492 | 0x0000000107e1c120: df3f 03d5
|
12493 |
|
12494 | 0x0000000107e1c124: ; {metadata(NULL)}
|
12495 | 0x0000000107e1c124: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12496 |
|
12497 | 0x0000000107e1c140: ; {trampoline_stub}
|
12498 | 0x0000000107e1c140: 4800 0058 | 0001 1fd6 | 00d8 c206 | 0100 0000
|
12499 |
|
12500 | 0x0000000107e1c150: ; {static_stub}
|
12501 | 0x0000000107e1c150: df3f 03d5
|
12502 |
|
12503 | 0x0000000107e1c154: ; {metadata(NULL)}
|
12504 | 0x0000000107e1c154: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12505 |
|
12506 | 0x0000000107e1c170: ; {trampoline_stub}
|
12507 | 0x0000000107e1c170: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
12508 |
|
12509 | 0x0000000107e1c180: ; {static_stub}
|
12510 | 0x0000000107e1c180: df3f 03d5
|
12511 |
|
12512 | 0x0000000107e1c184: ; {metadata(NULL)}
|
12513 | 0x0000000107e1c184: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12514 |
|
12515 | 0x0000000107e1c1a0: ; {trampoline_stub}
|
12516 | 0x0000000107e1c1a0: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
12517 |
|
12518 | 0x0000000107e1c1b0: ; {static_stub}
|
12519 | 0x0000000107e1c1b0: df3f 03d5
|
12520 |
|
12521 | 0x0000000107e1c1b4: ; {metadata(NULL)}
|
12522 | 0x0000000107e1c1b4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12523 |
|
12524 | 0x0000000107e1c1d0: ; {trampoline_stub}
|
12525 | 0x0000000107e1c1d0: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
12526 |
|
12527 | 0x0000000107e1c1e0: ; {static_stub}
|
12528 | 0x0000000107e1c1e0: df3f 03d5
|
12529 |
|
12530 | 0x0000000107e1c1e4: ; {metadata(NULL)}
|
12531 | 0x0000000107e1c1e4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12532 |
|
12533 | 0x0000000107e1c200: ; {trampoline_stub}
|
12534 | 0x0000000107e1c200: 4800 0058 | 0001 1fd6 | 0095 c70d | 0100 0000
|
12535 |
|
12536 | 0x0000000107e1c210: ; {static_stub}
|
12537 | 0x0000000107e1c210: df3f 03d5
|
12538 |
|
12539 | 0x0000000107e1c214: ; {metadata(NULL)}
|
12540 | 0x0000000107e1c214: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12541 |
|
12542 | 0x0000000107e1c230: ; {trampoline_stub}
|
12543 | 0x0000000107e1c230: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
12544 |
|
12545 | 0x0000000107e1c240: ; {static_stub}
|
12546 | 0x0000000107e1c240: df3f 03d5
|
12547 |
|
12548 | 0x0000000107e1c244: ; {metadata(NULL)}
|
12549 | 0x0000000107e1c244: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12550 |
|
12551 | 0x0000000107e1c260: ; {trampoline_stub}
|
12552 | 0x0000000107e1c260: 4800 0058 | 0001 1fd6 | 80a6 980e | 0100 0000
|
12553 |
|
12554 | 0x0000000107e1c270: ; {static_stub}
|
12555 | 0x0000000107e1c270: df3f 03d5
|
12556 |
|
12557 | 0x0000000107e1c274: ; {metadata(NULL)}
|
12558 | 0x0000000107e1c274: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12559 |
|
12560 | 0x0000000107e1c290: ; {trampoline_stub}
|
12561 | 0x0000000107e1c290: 4800 0058 | 0001 1fd6 | 008f 5308 | 0100 0000
|
12562 |
|
12563 | 0x0000000107e1c2a0: ; {static_stub}
|
12564 | 0x0000000107e1c2a0: df3f 03d5
|
12565 |
|
12566 | 0x0000000107e1c2a4: ; {metadata(NULL)}
|
12567 | 0x0000000107e1c2a4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12568 |
|
12569 | 0x0000000107e1c2c0: ; {trampoline_stub}
|
12570 | 0x0000000107e1c2c0: 4800 0058 | 0001 1fd6 | c063 af0e | 0100 0000
|
12571 |
|
12572 | 0x0000000107e1c2d0: ; {static_stub}
|
12573 | 0x0000000107e1c2d0: df3f 03d5
|
12574 |
|
12575 | 0x0000000107e1c2d4: ; {metadata({method} {0x000000032080d010} 'm_92525_' '(J)I' in 'net/minecraft/client/Timer')}
|
12576 | 0x0000000107e1c2d4: 0c02 9ad2 | 0c10 a4f2 | 6c00 c0f2 | 8827 9dd2 | e8b8 a1f2 | 2800 c0f2 | 0001 1fd6
|
12577 |
|
12578 | 0x0000000107e1c2f0: ; {trampoline_stub}
|
12579 | 0x0000000107e1c2f0: 4800 0058 | 0001 1fd6 | 4073 3f08 | 0100 0000
|
12580 |
|
12581 | 0x0000000107e1c300: ; {static_stub}
|
12582 | 0x0000000107e1c300: df3f 03d5
|
12583 |
|
12584 | 0x0000000107e1c304: ; {metadata({method} {0x0000000122758290} 'm_7245_' '()Z' in 'net/minecraft/util/thread/BlockableEventLoop')}
|
12585 | 0x0000000107e1c304: 0c52 90d2 | ac4e a4f2 | 2c00 c0f2 | 0857 90d2 | e8b8 a1f2 | 2800 c0f2 | 0001 1fd6
|
12586 |
|
12587 | 0x0000000107e1c320: ; {trampoline_stub}
|
12588 | 0x0000000107e1c320: 4800 0058 | 0001 1fd6 | d06d 590f | 0100 0000
|
12589 |
|
12590 | 0x0000000107e1c330: ; {static_stub}
|
12591 | 0x0000000107e1c330: df3f 03d5
|
12592 |
|
12593 | 0x0000000107e1c334: ; {metadata({method} {0x000000012273b2d8} 'm_91398_' '()V' in 'net/minecraft/client/Minecraft')}
|
12594 | 0x0000000107e1c334: 0c5b 96d2 | 6c4e a4f2 | 2c00 c0f2 | 0857 90d2 | e8b8 a1f2 | 2800 c0f2 | 0001 1fd6
|
12595 |
|
12596 | 0x0000000107e1c350: ; {trampoline_stub}
|
12597 | 0x0000000107e1c350: 4800 0058 | 0001 1fd6 | 30c3 e107 | 0100 0000
|
12598 |
|
12599 | 0x0000000107e1c360: ; {static_stub}
|
12600 | 0x0000000107e1c360: df3f 03d5
|
12601 |
|
12602 | 0x0000000107e1c364: ; {metadata(NULL)}
|
12603 | 0x0000000107e1c364: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12604 |
|
12605 | 0x0000000107e1c380: ; {trampoline_stub}
|
12606 | 0x0000000107e1c380: 4800 0058 | 0001 1fd6 | 8091 2b07 | 0100 0000
|
12607 |
|
12608 | 0x0000000107e1c390: ; {static_stub}
|
12609 | 0x0000000107e1c390: df3f 03d5
|
12610 |
|
12611 | 0x0000000107e1c394: ; {metadata({method} {0x00000003211def78} 'm_120270_' '(Lnet/minecraft/client/Camera;)V' in 'net/minecraft/client/sounds/SoundEngine')}
|
12612 | 0x0000000107e1c394: 0cef 9dd2 | ac23 a4f2 | 6c00 c0f2 | 08d7 9bd2 | e8b8 a1f2 | 2800 c0f2 | 0001 1fd6
|
12613 |
|
12614 | 0x0000000107e1c3b0: ; {trampoline_stub}
|
12615 | 0x0000000107e1c3b0: 4800 0058 | 0001 1fd6 | 90c3 e107 | 0100 0000
|
12616 |
|
12617 | 0x0000000107e1c3c0: ; {static_stub}
|
12618 | 0x0000000107e1c3c0: df3f 03d5
|
12619 |
|
12620 | 0x0000000107e1c3c4: ; {metadata(NULL)}
|
12621 | 0x0000000107e1c3c4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12622 |
|
12623 | 0x0000000107e1c3e0: ; {trampoline_stub}
|
12624 | 0x0000000107e1c3e0: 4800 0058 | 0001 1fd6 | c063 af0e | 0100 0000
|
12625 |
|
12626 | 0x0000000107e1c3f0: ; {static_stub}
|
12627 | 0x0000000107e1c3f0: df3f 03d5
|
12628 |
|
12629 | 0x0000000107e1c3f4: ; {metadata(NULL)}
|
12630 | 0x0000000107e1c3f4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12631 |
|
12632 | 0x0000000107e1c410: ; {trampoline_stub}
|
12633 | 0x0000000107e1c410: 4800 0058 | 0001 1fd6 | 0092 c70d | 0100 0000
|
12634 |
|
12635 | 0x0000000107e1c420: ; {static_stub}
|
12636 | 0x0000000107e1c420: df3f 03d5
|
12637 |
|
12638 | 0x0000000107e1c424: ; {metadata(NULL)}
|
12639 | 0x0000000107e1c424: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12640 |
|
12641 | 0x0000000107e1c440: ; {trampoline_stub}
|
12642 | 0x0000000107e1c440: 4800 0058 | 0001 1fd6 | 0095 c70d | 0100 0000
|
12643 |
|
12644 | 0x0000000107e1c450: ; {static_stub}
|
12645 | 0x0000000107e1c450: df3f 03d5
|
12646 |
|
12647 | 0x0000000107e1c454: ; {metadata(NULL)}
|
12648 | 0x0000000107e1c454: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12649 |
|
12650 | 0x0000000107e1c470: ; {trampoline_stub}
|
12651 | 0x0000000107e1c470: 4800 0058 | 0001 1fd6 | 0095 c70d | 0100 0000
|
12652 |
|
12653 | 0x0000000107e1c480: ; {static_stub}
|
12654 | 0x0000000107e1c480: df3f 03d5
|
12655 |
|
12656 | 0x0000000107e1c484: ; {metadata(NULL)}
|
12657 | 0x0000000107e1c484: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12658 |
|
12659 | 0x0000000107e1c4a0: ; {trampoline_stub}
|
12660 | 0x0000000107e1c4a0: 4800 0058 | 0001 1fd6 | 0092 c70d | 0100 0000
|
12661 |
|
12662 | 0x0000000107e1c4b0: ; {static_stub}
|
12663 | 0x0000000107e1c4b0: df3f 03d5
|
12664 |
|
12665 | 0x0000000107e1c4b4: ; {metadata(NULL)}
|
12666 | 0x0000000107e1c4b4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12667 |
|
12668 | 0x0000000107e1c4d0: ; {trampoline_stub}
|
12669 | 0x0000000107e1c4d0: 4800 0058 | 0001 1fd6 | 5034 7c0e | 0100 0000
|
12670 |
|
12671 | 0x0000000107e1c4e0: ; {static_stub}
|
12672 | 0x0000000107e1c4e0: df3f 03d5
|
12673 |
|
12674 | 0x0000000107e1c4e4: ; {metadata(NULL)}
|
12675 | 0x0000000107e1c4e4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12676 |
|
12677 | 0x0000000107e1c500: ; {trampoline_stub}
|
12678 | 0x0000000107e1c500: 4800 0058 | 0001 1fd6 | 50ea 910e | 0100 0000
|
12679 |
|
12680 | 0x0000000107e1c510: ; {static_stub}
|
12681 | 0x0000000107e1c510: df3f 03d5
|
12682 |
|
12683 | 0x0000000107e1c514: ; {metadata(NULL)}
|
12684 | 0x0000000107e1c514: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12685 |
|
12686 | 0x0000000107e1c530: ; {trampoline_stub}
|
12687 | 0x0000000107e1c530: 4800 0058 | 0001 1fd6 | 0095 c70d | 0100 0000
|
12688 |
|
12689 | 0x0000000107e1c540: ; {static_stub}
|
12690 | 0x0000000107e1c540: df3f 03d5
|
12691 |
|
12692 | 0x0000000107e1c544: ; {metadata(NULL)}
|
12693 | 0x0000000107e1c544: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12694 |
|
12695 | 0x0000000107e1c560: ; {trampoline_stub}
|
12696 | 0x0000000107e1c560: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
12697 |
|
12698 | 0x0000000107e1c570: ; {static_stub}
|
12699 | 0x0000000107e1c570: df3f 03d5
|
12700 |
|
12701 | 0x0000000107e1c574: ; {metadata(NULL)}
|
12702 | 0x0000000107e1c574: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12703 |
|
12704 | 0x0000000107e1c590: ; {trampoline_stub}
|
12705 | 0x0000000107e1c590: 4800 0058 | 0001 1fd6 | d0d7 460e | 0100 0000
|
12706 |
|
12707 | 0x0000000107e1c5a0: ; {static_stub}
|
12708 | 0x0000000107e1c5a0: df3f 03d5
|
12709 |
|
12710 | 0x0000000107e1c5a4: ; {metadata(NULL)}
|
12711 | 0x0000000107e1c5a4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12712 |
|
12713 | 0x0000000107e1c5c0: ; {trampoline_stub}
|
12714 | 0x0000000107e1c5c0: 4800 0058 | 0001 1fd6 | 40f3 7906 | 0100 0000
|
12715 |
|
12716 | 0x0000000107e1c5d0: ; {static_stub}
|
12717 | 0x0000000107e1c5d0: df3f 03d5
|
12718 |
|
12719 | 0x0000000107e1c5d4: ; {metadata(NULL)}
|
12720 | 0x0000000107e1c5d4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12721 |
|
12722 | 0x0000000107e1c5f0: ; {trampoline_stub}
|
12723 | 0x0000000107e1c5f0: 4800 0058 | 0001 1fd6 | d0a1 b30e | 0100 0000
|
12724 |
|
12725 | 0x0000000107e1c600: ; {static_stub}
|
12726 | 0x0000000107e1c600: df3f 03d5
|
12727 |
|
12728 | 0x0000000107e1c604: ; {metadata({method} {0x000000032135a6c8} 'onRenderTickStart' '(F)V' in 'net/minecraftforge/event/ForgeEventFactory')}
|
12729 | 0x0000000107e1c604: 0cd9 94d2 | ac26 a4f2 | 6c00 c0f2 | 0817 90d2 | a8b8 a1f2 | 2800 c0f2 | 0001 1fd6
|
12730 |
|
12731 | 0x0000000107e1c620: ; {trampoline_stub}
|
12732 | 0x0000000107e1c620: 4800 0058 | 0001 1fd6 | c077 eb07 | 0100 0000
|
12733 |
|
12734 | 0x0000000107e1c630: ; {static_stub}
|
12735 | 0x0000000107e1c630: df3f 03d5
|
12736 |
|
12737 | 0x0000000107e1c634: ; {metadata({method} {0x0000000321253e38} 'm_109093_' '(FJZ)V' in 'net/minecraft/client/renderer/GameRenderer')}
|
12738 | 0x0000000107e1c634: 0cc7 87d2 | ac24 a4f2 | 6c00 c0f2 | 88a8 8fd2 | a8bb a1f2 | 2800 c0f2 | 0001 1fd6
|
12739 |
|
12740 | 0x0000000107e1c650: ; {trampoline_stub}
|
12741 | 0x0000000107e1c650: 4800 0058 | 0001 1fd6 | 4095 eb07 | 0100 0000
|
12742 |
|
12743 | 0x0000000107e1c660: ; {static_stub}
|
12744 | 0x0000000107e1c660: df3f 03d5
|
12745 |
|
12746 | 0x0000000107e1c664: ; {metadata({method} {0x000000032135a780} 'onRenderTickEnd' '(F)V' in 'net/minecraftforge/event/ForgeEventFactory')}
|
12747 | 0x0000000107e1c664: 0cf0 94d2 | ac26 a4f2 | 6c00 c0f2 | 0817 90d2 | a8b8 a1f2 | 2800 c0f2 | 0001 1fd6
|
12748 |
|
12749 | 0x0000000107e1c680: ; {trampoline_stub}
|
12750 | 0x0000000107e1c680: 4800 0058 | 0001 1fd6 | c090 c507 | 0100 0000
|
12751 |
|
12752 | 0x0000000107e1c690: ; {static_stub}
|
12753 | 0x0000000107e1c690: df3f 03d5
|
12754 |
|
12755 | 0x0000000107e1c694: ; {metadata(NULL)}
|
12756 | 0x0000000107e1c694: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12757 |
|
12758 | 0x0000000107e1c6b0: ; {trampoline_stub}
|
12759 | 0x0000000107e1c6b0: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
12760 |
|
12761 | 0x0000000107e1c6c0: ; {static_stub}
|
12762 | 0x0000000107e1c6c0: df3f 03d5
|
12763 |
|
12764 | 0x0000000107e1c6c4: ; {metadata(NULL)}
|
12765 | 0x0000000107e1c6c4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12766 |
|
12767 | 0x0000000107e1c6e0: ; {trampoline_stub}
|
12768 | 0x0000000107e1c6e0: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
12769 |
|
12770 | 0x0000000107e1c6f0: ; {static_stub}
|
12771 | 0x0000000107e1c6f0: df3f 03d5
|
12772 |
|
12773 | 0x0000000107e1c6f4: ; {metadata(NULL)}
|
12774 | 0x0000000107e1c6f4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12775 |
|
12776 | 0x0000000107e1c710: ; {trampoline_stub}
|
12777 | 0x0000000107e1c710: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
12778 |
|
12779 | 0x0000000107e1c720: ; {static_stub}
|
12780 | 0x0000000107e1c720: df3f 03d5
|
12781 |
|
12782 | 0x0000000107e1c724: ; {metadata(NULL)}
|
12783 | 0x0000000107e1c724: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12784 |
|
12785 | 0x0000000107e1c740: ; {trampoline_stub}
|
12786 | 0x0000000107e1c740: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
12787 |
|
12788 | 0x0000000107e1c750: ; {static_stub}
|
12789 | 0x0000000107e1c750: df3f 03d5
|
12790 |
|
12791 | 0x0000000107e1c754: ; {metadata(NULL)}
|
12792 | 0x0000000107e1c754: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12793 |
|
12794 | 0x0000000107e1c770: ; {trampoline_stub}
|
12795 | 0x0000000107e1c770: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
12796 |
|
12797 | 0x0000000107e1c780: ; {static_stub}
|
12798 | 0x0000000107e1c780: df3f 03d5
|
12799 |
|
12800 | 0x0000000107e1c784: ; {metadata(NULL)}
|
12801 | 0x0000000107e1c784: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12802 |
|
12803 | 0x0000000107e1c7a0: ; {trampoline_stub}
|
12804 | 0x0000000107e1c7a0: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
12805 |
|
12806 | 0x0000000107e1c7b0: ; {static_stub}
|
12807 | 0x0000000107e1c7b0: df3f 03d5
|
12808 |
|
12809 | 0x0000000107e1c7b4: ; {metadata(NULL)}
|
12810 | 0x0000000107e1c7b4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12811 |
|
12812 | 0x0000000107e1c7d0: ; {trampoline_stub}
|
12813 | 0x0000000107e1c7d0: 4800 0058 | 0001 1fd6 | 0095 c70d | 0100 0000
|
12814 |
|
12815 | 0x0000000107e1c7e0: ; {static_stub}
|
12816 | 0x0000000107e1c7e0: df3f 03d5
|
12817 |
|
12818 | 0x0000000107e1c7e4: ; {metadata(NULL)}
|
12819 | 0x0000000107e1c7e4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12820 |
|
12821 | 0x0000000107e1c800: ; {trampoline_stub}
|
12822 | 0x0000000107e1c800: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
12823 |
|
12824 | 0x0000000107e1c810: ; {static_stub}
|
12825 | 0x0000000107e1c810: df3f 03d5
|
12826 |
|
12827 | 0x0000000107e1c814: ; {metadata(NULL)}
|
12828 | 0x0000000107e1c814: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12829 |
|
12830 | 0x0000000107e1c830: ; {trampoline_stub}
|
12831 | 0x0000000107e1c830: 4800 0058 | 0001 1fd6 | d0d7 460e | 0100 0000
|
12832 |
|
12833 | 0x0000000107e1c840: ; {static_stub}
|
12834 | 0x0000000107e1c840: df3f 03d5
|
12835 |
|
12836 | 0x0000000107e1c844: ; {metadata({method} {0x000000032076a2a0} 'm_83957_' '(IIZ)V' in 'com/mojang/blaze3d/pipeline/RenderTarget')}
|
12837 | 0x0000000107e1c844: 0c54 94d2 | cc0e a4f2 | 6c00 c0f2 | 88e8 95d2 | 08b9 a1f2 | 2800 c0f2 | 0001 1fd6
|
12838 |
|
12839 | 0x0000000107e1c860: ; {trampoline_stub}
|
12840 | 0x0000000107e1c860: 4800 0058 | 0001 1fd6 | 40d8 bb07 | 0100 0000
|
12841 |
|
12842 | 0x0000000107e1c870: ; {static_stub}
|
12843 | 0x0000000107e1c870: df3f 03d5
|
12844 |
|
12845 | 0x0000000107e1c874: ; {metadata(NULL)}
|
12846 | 0x0000000107e1c874: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12847 |
|
12848 | 0x0000000107e1c890: ; {trampoline_stub}
|
12849 | 0x0000000107e1c890: 4800 0058 | 0001 1fd6 | c063 af0e | 0100 0000
|
12850 |
|
12851 | 0x0000000107e1c8a0: ; {static_stub}
|
12852 | 0x0000000107e1c8a0: df3f 03d5
|
12853 |
|
12854 | 0x0000000107e1c8a4: ; {metadata(NULL)}
|
12855 | 0x0000000107e1c8a4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12856 |
|
12857 | 0x0000000107e1c8c0: ; {trampoline_stub}
|
12858 | 0x0000000107e1c8c0: 4800 0058 | 0001 1fd6 | 0095 c70d | 0100 0000
|
12859 |
|
12860 | 0x0000000107e1c8d0: ; {static_stub}
|
12861 | 0x0000000107e1c8d0: df3f 03d5
|
12862 |
|
12863 | 0x0000000107e1c8d4: ; {metadata(NULL)}
|
12864 | 0x0000000107e1c8d4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12865 |
|
12866 | 0x0000000107e1c8f0: ; {trampoline_stub}
|
12867 | 0x0000000107e1c8f0: 4800 0058 | 0001 1fd6 | 0095 c70d | 0100 0000
|
12868 |
|
12869 | 0x0000000107e1c900: ; {static_stub}
|
12870 | 0x0000000107e1c900: df3f 03d5
|
12871 |
|
12872 | 0x0000000107e1c904: ; {metadata(NULL)}
|
12873 | 0x0000000107e1c904: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12874 |
|
12875 | 0x0000000107e1c920: ; {trampoline_stub}
|
12876 | 0x0000000107e1c920: 4800 0058 | 0001 1fd6 | 0092 c70d | 0100 0000
|
12877 |
|
12878 | 0x0000000107e1c930: ; {static_stub}
|
12879 | 0x0000000107e1c930: df3f 03d5
|
12880 |
|
12881 | 0x0000000107e1c934: ; {metadata({method} {0x0000000320def2d8} 'm_85435_' '()V' in 'com/mojang/blaze3d/platform/Window')}
|
12882 | 0x0000000107e1c934: 0c5b 9ed2 | cc1b a4f2 | 6c00 c0f2 | 0857 90d2 | e8b8 a1f2 | 2800 c0f2 | 0001 1fd6
|
12883 |
|
12884 | 0x0000000107e1c950: ; {trampoline_stub}
|
12885 | 0x0000000107e1c950: 4800 0058 | 0001 1fd6 | 40cd ed07 | 0100 0000
|
12886 |
|
12887 | 0x0000000107e1c960: ; {static_stub}
|
12888 | 0x0000000107e1c960: df3f 03d5
|
12889 |
|
12890 | 0x0000000107e1c964: ; {metadata({method} {0x00000003206dbcc0} 'limitDisplayFPS' '(I)V' in 'com/mojang/blaze3d/systems/RenderSystem')}
|
12891 | 0x0000000107e1c964: 0c98 97d2 | ac0d a4f2 | 6c00 c0f2 | 0817 9bd2 | e8b8 a1f2 | 2800 c0f2 | 0001 1fd6
|
12892 |
|
12893 | 0x0000000107e1c980: ; {trampoline_stub}
|
12894 | 0x0000000107e1c980: 4800 0058 | 0001 1fd6 | 006c eb07 | 0100 0000
|
12895 |
|
12896 | 0x0000000107e1c990: ; {static_stub}
|
12897 | 0x0000000107e1c990: df3f 03d5
|
12898 |
|
12899 | 0x0000000107e1c994: ; {metadata(NULL)}
|
12900 | 0x0000000107e1c994: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12901 |
|
12902 | 0x0000000107e1c9b0: ; {trampoline_stub}
|
12903 | 0x0000000107e1c9b0: 4800 0058 | 0001 1fd6 | 50e4 aa0e | 0100 0000
|
12904 |
|
12905 | 0x0000000107e1c9c0: ; {static_stub}
|
12906 | 0x0000000107e1c9c0: df3f 03d5
|
12907 |
|
12908 | 0x0000000107e1c9c4: ; {metadata(NULL)}
|
12909 | 0x0000000107e1c9c4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12910 |
|
12911 | 0x0000000107e1c9e0: ; {trampoline_stub}
|
12912 | 0x0000000107e1c9e0: 4800 0058 | 0001 1fd6 | 7002 d30d | 0100 0000
|
12913 |
|
12914 | 0x0000000107e1c9f0: ; {static_stub}
|
12915 | 0x0000000107e1c9f0: df3f 03d5
|
12916 |
|
12917 | 0x0000000107e1c9f4: ; {metadata(NULL)}
|
12918 | 0x0000000107e1c9f4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12919 |
|
12920 | 0x0000000107e1ca10: ; {trampoline_stub}
|
12921 | 0x0000000107e1ca10: 4800 0058 | 0001 1fd6 | c0a6 e907 | 0100 0000
|
12922 |
|
12923 | 0x0000000107e1ca20: ; {static_stub}
|
12924 | 0x0000000107e1ca20: df3f 03d5
|
12925 |
|
12926 | 0x0000000107e1ca24: ; {metadata(NULL)}
|
12927 | 0x0000000107e1ca24: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12928 |
|
12929 | 0x0000000107e1ca40: ; {trampoline_stub}
|
12930 | 0x0000000107e1ca40: 4800 0058 | 0001 1fd6 | c063 af0e | 0100 0000
|
12931 |
|
12932 | 0x0000000107e1ca50: ; {static_stub}
|
12933 | 0x0000000107e1ca50: df3f 03d5
|
12934 |
|
12935 | 0x0000000107e1ca54: ; {metadata(NULL)}
|
12936 | 0x0000000107e1ca54: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12937 |
|
12938 | 0x0000000107e1ca70: ; {trampoline_stub}
|
12939 | 0x0000000107e1ca70: 4800 0058 | 0001 1fd6 | 809f c007 | 0100 0000
|
12940 |
|
12941 | 0x0000000107e1ca80: ; {static_stub}
|
12942 | 0x0000000107e1ca80: df3f 03d5
|
12943 |
|
12944 | 0x0000000107e1ca84: ; {metadata(NULL)}
|
12945 | 0x0000000107e1ca84: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12946 |
|
12947 | 0x0000000107e1caa0: ; {trampoline_stub}
|
12948 | 0x0000000107e1caa0: 4800 0058 | 0001 1fd6 | 0092 c70d | 0100 0000
|
12949 |
|
12950 | 0x0000000107e1cab0: ; {static_stub}
|
12951 | 0x0000000107e1cab0: df3f 03d5
|
12952 |
|
12953 | 0x0000000107e1cab4: ; {metadata(NULL)}
|
12954 | 0x0000000107e1cab4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12955 |
|
12956 | 0x0000000107e1cad0: ; {trampoline_stub}
|
12957 | 0x0000000107e1cad0: 4800 0058 | 0001 1fd6 | 0092 c70d | 0100 0000
|
12958 |
|
12959 | 0x0000000107e1cae0: ; {static_stub}
|
12960 | 0x0000000107e1cae0: df3f 03d5
|
12961 |
|
12962 | 0x0000000107e1cae4: ; {metadata(NULL)}
|
12963 | 0x0000000107e1cae4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12964 |
|
12965 | 0x0000000107e1cb00: ; {trampoline_stub}
|
12966 | 0x0000000107e1cb00: 4800 0058 | 0001 1fd6 | c063 af0e | 0100 0000
|
12967 |
|
12968 | 0x0000000107e1cb10: ; {static_stub}
|
12969 | 0x0000000107e1cb10: df3f 03d5
|
12970 |
|
12971 | 0x0000000107e1cb14: ; {metadata(NULL)}
|
12972 | 0x0000000107e1cb14: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12973 |
|
12974 | 0x0000000107e1cb30: ; {trampoline_stub}
|
12975 | 0x0000000107e1cb30: 4800 0058 | 0001 1fd6 | 0095 c70d | 0100 0000
|
12976 |
|
12977 | 0x0000000107e1cb40: ; {static_stub}
|
12978 | 0x0000000107e1cb40: df3f 03d5
|
12979 |
|
12980 | 0x0000000107e1cb44: ; {metadata(NULL)}
|
12981 | 0x0000000107e1cb44: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12982 |
|
12983 | 0x0000000107e1cb60: ; {trampoline_stub}
|
12984 | 0x0000000107e1cb60: 4800 0058 | 0001 1fd6 | 0095 c70d | 0100 0000
|
12985 |
|
12986 | 0x0000000107e1cb70: ; {static_stub}
|
12987 | 0x0000000107e1cb70: df3f 03d5
|
12988 |
|
12989 | 0x0000000107e1cb74: ; {metadata(NULL)}
|
12990 | 0x0000000107e1cb74: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
12991 |
|
12992 | 0x0000000107e1cb90: ; {trampoline_stub}
|
12993 | 0x0000000107e1cb90: 4800 0058 | 0001 1fd6 | 0095 c70d | 0100 0000
|
12994 |
|
12995 | 0x0000000107e1cba0: ; {static_stub}
|
12996 | 0x0000000107e1cba0: df3f 03d5
|
12997 |
|
12998 | 0x0000000107e1cba4: ; {metadata(NULL)}
|
12999 | 0x0000000107e1cba4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
13000 |
|
13001 | 0x0000000107e1cbc0: ; {trampoline_stub}
|
13002 | 0x0000000107e1cbc0: 4800 0058 | 0001 1fd6 | 0095 c70d | 0100 0000
|
13003 |
|
13004 | 0x0000000107e1cbd0: ; {static_stub}
|
13005 | 0x0000000107e1cbd0: df3f 03d5
|
13006 |
|
13007 | 0x0000000107e1cbd4: ; {metadata(NULL)}
|
13008 | 0x0000000107e1cbd4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
13009 |
|
13010 | 0x0000000107e1cbf0: ; {trampoline_stub}
|
13011 | 0x0000000107e1cbf0: 4800 0058 | 0001 1fd6 | 505a 420e | 0100 0000
|
13012 |
|
13013 | 0x0000000107e1cc00: ; {static_stub}
|
13014 | 0x0000000107e1cc00: df3f 03d5
|
13015 |
|
13016 | 0x0000000107e1cc04: ; {metadata(NULL)}
|
13017 | 0x0000000107e1cc04: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
13018 |
|
13019 | 0x0000000107e1cc20: ; {trampoline_stub}
|
13020 | 0x0000000107e1cc20: 4800 0058 | 0001 1fd6 | 8094 8507 | 0100 0000
|
13021 |
|
13022 | 0x0000000107e1cc30: ; {static_stub}
|
13023 | 0x0000000107e1cc30: df3f 03d5
|
13024 |
|
13025 | 0x0000000107e1cc34: ; {metadata(NULL)}
|
13026 | 0x0000000107e1cc34: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
13027 |
|
13028 | 0x0000000107e1cc50: ; {trampoline_stub}
|
13029 | 0x0000000107e1cc50: 4800 0058 | 0001 1fd6 | 80aa 4c0e | 0100 0000
|
13030 |
|
13031 | 0x0000000107e1cc60: ; {static_stub}
|
13032 | 0x0000000107e1cc60: df3f 03d5
|
13033 |
|
13034 | 0x0000000107e1cc64: ; {metadata({method} {0x0000000122754a48} 'handler$zcf000$postRender' '(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V' in 'net/minecraft/client/Minecraft')}
|
13035 | 0x0000000107e1cc64: 0c49 89d2 | ac4e a4f2 | 2c00 c0f2 | 08f8 91d2 | a8b8 a1f2 | 2800 c0f2 | 0001 1fd6
|
13036 |
|
13037 | 0x0000000107e1cc80: ; {trampoline_stub}
|
13038 | 0x0000000107e1cc80: 4800 0058 | 0001 1fd6 | c014 5607 | 0100 0000
|
13039 |
|
13040 | 0x0000000107e1cc90: ; {static_stub}
|
13041 | 0x0000000107e1cc90: df3f 03d5
|
13042 |
|
13043 | 0x0000000107e1cc94: ; {metadata(NULL)}
|
13044 | 0x0000000107e1cc94: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
13045 |
|
13046 | 0x0000000107e1ccb0: ; {trampoline_stub}
|
13047 | 0x0000000107e1ccb0: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
13048 |
|
13049 | 0x0000000107e1ccc0: ; {static_stub}
|
13050 | 0x0000000107e1ccc0: df3f 03d5
|
13051 |
|
13052 | 0x0000000107e1ccc4: ; {metadata(NULL)}
|
13053 | 0x0000000107e1ccc4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
13054 |
|
13055 | 0x0000000107e1cce0: ; {trampoline_stub}
|
13056 | 0x0000000107e1cce0: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
13057 |
|
13058 | 0x0000000107e1ccf0: ; {static_stub}
|
13059 | 0x0000000107e1ccf0: df3f 03d5
|
13060 |
|
13061 | 0x0000000107e1ccf4: ; {metadata(NULL)}
|
13062 | 0x0000000107e1ccf4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
13063 |
|
13064 | 0x0000000107e1cd10: ; {trampoline_stub}
|
13065 | 0x0000000107e1cd10: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
13066 |
|
13067 | 0x0000000107e1cd20: ; {static_stub}
|
13068 | 0x0000000107e1cd20: df3f 03d5
|
13069 |
|
13070 | 0x0000000107e1cd24: ; {metadata(NULL)}
|
13071 | 0x0000000107e1cd24: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
13072 |
|
13073 | 0x0000000107e1cd40: ; {trampoline_stub}
|
13074 | 0x0000000107e1cd40: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
13075 |
|
13076 | 0x0000000107e1cd50: ; {static_stub}
|
13077 | 0x0000000107e1cd50: df3f 03d5
|
13078 |
|
13079 | 0x0000000107e1cd54: ; {metadata(NULL)}
|
13080 | 0x0000000107e1cd54: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
13081 |
|
13082 | 0x0000000107e1cd70: ; {trampoline_stub}
|
13083 | 0x0000000107e1cd70: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
13084 |
|
13085 | 0x0000000107e1cd80: ; {static_stub}
|
13086 | 0x0000000107e1cd80: df3f 03d5
|
13087 |
|
13088 | 0x0000000107e1cd84: ; {metadata(NULL)}
|
13089 | 0x0000000107e1cd84: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
13090 |
|
13091 | 0x0000000107e1cda0: ; {trampoline_stub}
|
13092 | 0x0000000107e1cda0: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
13093 |
|
13094 | 0x0000000107e1cdb0: ; {static_stub}
|
13095 | 0x0000000107e1cdb0: df3f 03d5
|
13096 |
|
13097 | 0x0000000107e1cdb4: ; {metadata(NULL)}
|
13098 | 0x0000000107e1cdb4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
13099 |
|
13100 | 0x0000000107e1cdd0: ; {trampoline_stub}
|
13101 | 0x0000000107e1cdd0: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
13102 |
|
13103 | 0x0000000107e1cde0: ; {static_stub}
|
13104 | 0x0000000107e1cde0: df3f 03d5
|
13105 |
|
13106 | 0x0000000107e1cde4: ; {metadata(NULL)}
|
13107 | 0x0000000107e1cde4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
13108 |
|
13109 | 0x0000000107e1ce00: ; {trampoline_stub}
|
13110 | 0x0000000107e1ce00: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
13111 |
|
13112 | 0x0000000107e1ce10: ; {static_stub}
|
13113 | 0x0000000107e1ce10: df3f 03d5
|
13114 |
|
13115 | 0x0000000107e1ce14: ; {metadata(NULL)}
|
13116 | 0x0000000107e1ce14: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
13117 |
|
13118 | 0x0000000107e1ce30: ; {trampoline_stub}
|
13119 | 0x0000000107e1ce30: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
13120 |
|
13121 | 0x0000000107e1ce40: ; {static_stub}
|
13122 | 0x0000000107e1ce40: df3f 03d5
|
13123 |
|
13124 | 0x0000000107e1ce44: ; {metadata(NULL)}
|
13125 | 0x0000000107e1ce44: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
13126 |
|
13127 | 0x0000000107e1ce60: ; {trampoline_stub}
|
13128 | 0x0000000107e1ce60: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
13129 |
|
13130 | 0x0000000107e1ce70: ; {static_stub}
|
13131 | 0x0000000107e1ce70: df3f 03d5
|
13132 |
|
13133 | 0x0000000107e1ce74: ; {metadata(NULL)}
|
13134 | 0x0000000107e1ce74: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
13135 |
|
13136 | 0x0000000107e1ce90: ; {trampoline_stub}
|
13137 | 0x0000000107e1ce90: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
13138 |
|
13139 | 0x0000000107e1cea0: ; {static_stub}
|
13140 | 0x0000000107e1cea0: df3f 03d5
|
13141 |
|
13142 | 0x0000000107e1cea4: ; {metadata(NULL)}
|
13143 | 0x0000000107e1cea4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
13144 |
|
13145 | 0x0000000107e1cec0: ; {trampoline_stub}
|
13146 | 0x0000000107e1cec0: 4800 0058 | 0001 1fd6 | 008f c70d | 0100 0000
|
13147 | [Exception Handler]
|
13148 | 0x0000000107e1ced0: ; {runtime_call handle_exception_from_callee Runtime1 stub}
|
13149 | 0x0000000107e1ced0: 8c34 7c95 | c1d5 bbd4 | e1e7 9f02 | 0100 0000
|
13150 | [Deopt Handler Code]
|
13151 | 0x0000000107e1cee0: 1e00 0010
|
13152 |
|
13153 | 0x0000000107e1cee4: ; {runtime_call DeoptimizationBlob}
|
13154 | 0x0000000107e1cee4: 9789 7915
|
13155 | [/MachCode]
|
13156 |
|
13157 |
|
13158 | Compiled method (n/a) 28639 3506 n 0 jdk.internal.reflect.NativeMethodAccessorImpl::invoke0 (native)
|
13159 | total in heap [0x000000010e39bb10,0x000000010e39bf08] = 1016
|
13160 | relocation [0x000000010e39bc68,0x000000010e39bc98] = 48
|
13161 | main code [0x000000010e39bcc0,0x000000010e39bef8] = 568
|
13162 | oops [0x000000010e39bef8,0x000000010e39bf00] = 8
|
13163 | metadata [0x000000010e39bf00,0x000000010e39bf08] = 8
|
13164 |
|
13165 | [Constant Pool (empty)]
|
13166 |
|
13167 | [MachCode]
|
13168 | [Entry Point]
|
13169 | # {method} {0x000000012058f818} 'invoke0' '(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;' in 'jdk/internal/reflect/NativeMethodAccessorImpl'
|
13170 | # parm0: c_rarg1:c_rarg1
|
13171 | = 'java/lang/reflect/Method'
|
13172 | # parm1: c_rarg2:c_rarg2
|
13173 | = 'java/lang/Object'
|
13174 | # parm2: c_rarg3:c_rarg3
|
13175 | = '[Ljava/lang/Object;'
|
13176 | # [sp+0x60] (sp of caller)
|
13177 | 0x000000010e39bcc0: 2808 40b9 | 3f01 086b | 4000 0054
|
13178 |
|
13179 | 0x000000010e39bccc: ; {runtime_call ic_miss_stub}
|
13180 | 0x000000010e39bccc: cd73 e317
|
13181 | [Verified Entry Point]
|
13182 | 0x000000010e39bcd0: 1f20 03d5 | e953 40d1 | 3f01 00f9 | fd7b bfa9 | fd03 0091 | ff43 01d1 | e30b 00f9 | 7f00 1feb
|
13183 | 0x000000010e39bcf0: e443 0091 | e403 849a | e207 00f9 | 5f00 1feb | e323 0091 | e303 839a | e103 00f9 | 3f00 1feb
|
13184 | 0x000000010e39bd10: e203 00d1 | e203 829a
|
13185 |
|
13186 | 0x000000010e39bd18: ; {oop(a 'java/lang/Class'{0x000000070e344fa0} = 'jdk/internal/reflect/NativeMethodAccessorImpl')}
|
13187 | 0x000000010e39bd18: 01f4 89d2 | 81c6 a1f2 | e100 c0f2 | e123 00f9 | e103 0191 | e801 0010 | 884f 01f9 | e803 0091
|
13188 | 0x000000010e39bd38: 884b 01f9
|
13189 |
|
13190 | 0x000000010e39bd3c: ; {external_word}
|
13191 | 0x000000010e39bd3c: 2840 fa90 | 08a9 5339 | 280a 0035 | 80c3 0a91 | e803 7eb2 | 89e3 0c91 | 28fd 9f88
|
13192 |
|
13193 | 0x000000010e39bd58: ; {runtime_call Java_jdk_internal_reflect_NativeMethodAccessorImpl_invoke0}
|
13194 | 0x000000010e39bd58: 88c5 9bd2 | a814 a0f2 | 2800 c0f2 | 0001 3fd6 | a800 80d2 | 883b 03b9 | bf3b 03d5 | 8803 0d91
|
13195 | 0x000000010e39bd78: 08fd dfc8 | bf03 08eb | 4807 0054 | 882b 43b9 | 0807 0035 | e803 7db2 | 89e3 0c91 | 28fd 9f88
|
13196 | 0x000000010e39bd98: 88a3 4e39 | 1f09 0071 | 6005 0054
|
13197 |
|
13198 | 0x000000010e39bda4: ; {external_word}
|
13199 | 0x000000010e39bda4: 2840 fa90 | 08a9 5339 | c808 0035 | 9f4b 01f9 | 9f4f 01f9 | a003 00b4 | 6003 0036 | 00f0 5ff8
|
13200 | 0x000000010e39bdc4: fd7b bfa9 | fd03 0091 | 89e3 4039 | 6902 0034 | 4002 00b4 | 8913 40f9 | e900 00b4 | 2921 00d1
|
13201 | 0x000000010e39bde4: 8913 00f9 | 881b 40f9 | 2901 088b | 2001 00f9 | 0a00 0014 | e07f bfa9 | e103 1caa | e833 bfa9
|
13202 | 0x000000010e39be04: 08f4 8cd2 | 4845 a0f2 | 2800 c0f2 | 0001 3fd6 | e833 c1a8 | e07f c1a8 | bf03 0091 | fd7b c1a8
|
13203 | 0x000000010e39be24: 0200 0014 | 0000 40f9 | 826f 40f9 | 5f80 00f9 | bf03 0091 | fd7b c1a8 | 8807 40f9 | 4800 00b5
|
13204 | 0x000000010e39be44: c003 5fd6
|
13205 |
|
13206 | 0x000000010e39be48: ; {runtime_call StubRoutines (1)}
|
13207 | 0x000000010e39be48: 8e70 e217 | a083 1ff8
|
13208 |
|
13209 | 0x000000010e39be50: ; {runtime_call SharedRuntime::reguard_yellow_pages()}
|
13210 | 0x000000010e39be50: 8817 9ed2 | 284f a0f2 | 2800 c0f2 | 0001 3fd6 | a083 5ff8 | d0ff ff17 | a083 1ff8 | e003 1caa
|
13211 | 0x000000010e39be70: ; {runtime_call JavaThread::check_special_condition_for_native_trans(JavaThread*)}
|
13212 | 0x000000010e39be70: 08f9 96d2 | c851 a0f2 | 2800 c0f2 | 0001 3fd6 | a083 5ff8 | c2ff ff17 | e10b bea9 | e313 01a9
|
13213 | 0x000000010e39be90: ; {metadata({method} {0x000000012058f818} 'invoke0' '(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;' in 'jdk/internal/reflect/NativeMethodAccessorImpl')}
|
13214 | 0x000000010e39be90: 0103 9fd2 | 010b a4f2 | 2100 c0f2 | e003 1caa | e833 bfa9 | 88e7 99d2 | 284f a0f2 | 2800 c0f2
|
13215 | 0x000000010e39beb0: 0001 3fd6 | e833 c1a8 | e313 41a9 | e10b c2a8 | a2ff ff17 | a083 1ff8
|
13216 |
|
13217 | 0x000000010e39bec8: ; {metadata({method} {0x000000012058f818} 'invoke0' '(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;' in 'jdk/internal/reflect/NativeMethodAccessorImpl')}
|
13218 | 0x000000010e39bec8: 0103 9fd2 | 010b a4f2 | 2100 c0f2 | e003 1caa | e833 bfa9 | 88fb 99d2 | 284f a0f2 | 2800 c0f2
|
13219 | 0x000000010e39bee8: 0001 3fd6 | e833 c1a8 | a083 5ff8 | afff ff17
|
13220 | [/MachCode]
|
13221 |
|
13222 |
|
13223 | --------------- P R O C E S S ---------------
|
13224 |
|
13225 | Threads class SMR info:
|
13226 | _java_thread_list=0x00006000020baea0, length=80, elements={
|
13227 | 0x0000000143814400, 0x0000000124808200, 0x000000012480a400, 0x0000000143976c00,
|
13228 | 0x0000000143975000, 0x000000014397a000, 0x000000014397a600, 0x0000000125012400,
|
13229 | 0x0000000144037400, 0x0000000125013200, 0x0000000125058c00, 0x0000000125223000,
|
13230 | 0x0000000140894000, 0x0000000133e11000, 0x00000001347b6400, 0x0000000133c96000,
|
13231 | 0x0000000134758a00, 0x00000001689dee00, 0x0000000140895c00, 0x000000013475ac00,
|
13232 | 0x0000000143bdfa00, 0x0000000145008200, 0x00000001339dc400, 0x00000001339dca00,
|
13233 | 0x00000001456dce00, 0x0000000168a02a00, 0x0000000124809200, 0x0000000127b9a800,
|
13234 | 0x0000000132064000, 0x0000000132009e00, 0x0000000127b8f000, 0x0000000143e51a00,
|
13235 | 0x0000000169009200, 0x0000000147816800, 0x0000000143808200, 0x00000001689e3600,
|
13236 | 0x0000000168a24200, 0x0000000134680800, 0x0000000132074200, 0x0000000140842600,
|
13237 | 0x000000016a71b200, 0x000000016a2ea200, 0x00000001689ea000, 0x00000001323c9200,
|
13238 | 0x0000000169009800, 0x0000000132338800, 0x000000013480b200, 0x0000000134809600,
|
13239 | 0x0000000125234000, 0x000000016a2dec00, 0x000000013380f200, 0x0000000134734800,
|
13240 | 0x00000001339e4e00, 0x00000001320f2600, 0x0000000127c94600, 0x0000000134741600,
|
13241 | 0x00000001345dac00, 0x0000000168cdea00, 0x0000000132f81e00, 0x000000016a7faa00,
|
13242 | 0x0000000143b5a800, 0x0000000132dfe400, 0x0000000127ab7000, 0x0000000125617c00,
|
13243 | 0x0000000127ab9a00, 0x0000000168b37e00, 0x0000000140907600, 0x0000000143d06a00,
|
13244 | 0x0000000125618200, 0x00000001689e1000, 0x0000000145562800, 0x0000000145636a00,
|
13245 | 0x00000001346b0800, 0x00000001689f2000, 0x0000000168ad1800, 0x000000012506f200,
|
13246 | 0x00000001409faa00, 0x0000000143d0be00, 0x0000000132f42000, 0x000000014780e800
|
13247 | }
|
13248 | _to_delete_list=0x00006000020f7e40, length=80, elements={
|
13249 | 0x0000000143814400, 0x0000000124808200, 0x000000012480a400, 0x0000000143976c00,
|
13250 | 0x0000000143975000, 0x000000014397a000, 0x000000014397a600, 0x0000000125012400,
|
13251 | 0x0000000144037400, 0x0000000125013200, 0x0000000125058c00, 0x0000000125223000,
|
13252 | 0x0000000140894000, 0x0000000133e11000, 0x00000001347b6400, 0x0000000133c96000,
|
13253 | 0x0000000134758a00, 0x00000001689dee00, 0x0000000140895c00, 0x000000013475ac00,
|
13254 | 0x0000000143bdfa00, 0x0000000145008200, 0x00000001339dc400, 0x00000001339dca00,
|
13255 | 0x00000001456dce00, 0x0000000168a02a00, 0x0000000124809200, 0x0000000127b9a800,
|
13256 | 0x0000000132064000, 0x0000000132009e00, 0x0000000127b8f000, 0x0000000143e51a00,
|
13257 | 0x0000000169009200, 0x0000000147816800, 0x0000000143808200, 0x00000001689e3600,
|
13258 | 0x0000000168a24200, 0x0000000134680800, 0x0000000132074200, 0x0000000140842600,
|
13259 | 0x000000016a71b200, 0x000000016a2ea200, 0x00000001689ea000, 0x00000001323c9200,
|
13260 | 0x0000000169009800, 0x0000000132338800, 0x000000013480b200, 0x0000000134809600,
|
13261 | 0x0000000125234000, 0x000000016a2dec00, 0x000000013380f200, 0x0000000134734800,
|
13262 | 0x00000001339e4e00, 0x00000001320f2600, 0x0000000127c94600, 0x0000000134741600,
|
13263 | 0x00000001345dac00, 0x0000000168cdea00, 0x0000000132f81e00, 0x000000016a7faa00,
|
13264 | 0x0000000143b5a800, 0x0000000132dfe400, 0x0000000127ab7000, 0x0000000125617c00,
|
13265 | 0x0000000127ab9a00, 0x0000000168b37e00, 0x0000000140907600, 0x0000000143d06a00,
|
13266 | 0x0000000125618200, 0x00000001689e1000, 0x0000000145562800, 0x0000000145636a00,
|
13267 | 0x00000001346b0800, 0x00000001689f2000, 0x0000000168ad1800, 0x000000012506f200,
|
13268 | 0x00000001409faa00, 0x0000000143d0be00, 0x0000000132f42000, 0x000000014780e800
|
13269 | }
|
13270 |
|
13271 | Java Threads: ( => current thread )
|
13272 | =>0x0000000143814400 JavaThread "Render thread" [_thread_in_native, id=259, stack(0x000000016ec2c000,0x000000016f428000)]
|
13273 | 0x0000000124808200 JavaThread "Reference Handler" daemon [_thread_blocked, id=23299, stack(0x0000000170100000,0x0000000170303000)]
|
13274 | 0x000000012480a400 JavaThread "Finalizer" daemon [_thread_blocked, id=31747, stack(0x000000017030c000,0x000000017050f000)]
|
13275 | 0x0000000143976c00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=29699, stack(0x0000000170630000,0x0000000170833000)]
|
13276 | 0x0000000143975000 JavaThread "Service Thread" daemon [_thread_blocked, id=29187, stack(0x000000017083c000,0x0000000170a3f000)]
|
13277 | 0x000000014397a000 JavaThread "Monitor Deflation Thread" daemon [_thread_blocked, id=28931, stack(0x0000000170a48000,0x0000000170c4b000)]
|
13278 | 0x000000014397a600 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=25347, stack(0x0000000170c54000,0x0000000170e57000)]
|
13279 | 0x0000000125012400 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=25603, stack(0x0000000170e60000,0x0000000171063000)]
|
13280 | 0x0000000144037400 JavaThread "Sweeper thread" daemon [_thread_blocked, id=28163, stack(0x000000017106c000,0x000000017126f000)]
|
13281 | 0x0000000125013200 JavaThread "Notification Thread" daemon [_thread_blocked, id=27651, stack(0x0000000171278000,0x000000017147b000)]
|
13282 | 0x0000000125058c00 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=26627, stack(0x0000000171690000,0x0000000171893000)]
|
13283 | 0x0000000125223000 JavaThread "process reaper" daemon [_thread_blocked, id=40451, stack(0x0000000173338000,0x000000017336f000)]
|
13284 | 0x0000000140894000 JavaThread "JNA Cleaner" daemon [_thread_blocked, id=127767, stack(0x00000001775e8000,0x00000001777eb000)]
|
13285 | 0x0000000133e11000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=35083, stack(0x0000000172d14000,0x0000000172f17000)]
|
13286 | 0x00000001347b6400 JavaThread "Yggdrasil Key Fetcher" daemon [_thread_blocked, id=89883, stack(0x00000001777f4000,0x00000001779f7000)]
|
13287 | 0x0000000133c96000 JavaThread "modloading-worker-0" daemon [_thread_blocked, id=74259, stack(0x000000017189c000,0x0000000171a9f000)]
|
13288 | 0x0000000134758a00 JavaThread "modloading-worker-0" daemon [_thread_blocked, id=90887, stack(0x00000001773dc000,0x00000001775df000)]
|
13289 | 0x00000001689dee00 JavaThread "modloading-worker-0" daemon [_thread_blocked, id=91187, stack(0x0000000177c0c000,0x0000000177e0f000)]
|
13290 | 0x0000000140895c00 JavaThread "modloading-worker-0" daemon [_thread_blocked, id=91427, stack(0x000000030fc68000,0x000000030fe6b000)]
|
13291 | 0x000000013475ac00 JavaThread "modloading-worker-0" daemon [_thread_blocked, id=91651, stack(0x0000000325cc8000,0x0000000325ecb000)]
|
13292 | 0x0000000143bdfa00 JavaThread "modloading-worker-0" daemon [_thread_blocked, id=92163, stack(0x0000000325ed4000,0x00000003260d7000)]
|
13293 | 0x0000000145008200 JavaThread "modloading-worker-0" daemon [_thread_blocked, id=92419, stack(0x00000003260e0000,0x00000003262e3000)]
|
13294 | 0x00000001339dc400 JavaThread "Worker-Main-1" daemon [_thread_in_Java, id=93443, stack(0x0000000325054000,0x0000000325257000)]
|
13295 | 0x00000001339dca00 JavaThread "Worker-Main-2" daemon [_thread_blocked, id=123651, stack(0x0000000325260000,0x0000000325463000)]
|
13296 | 0x00000001456dce00 JavaThread "Worker-Main-3" daemon [_thread_blocked, id=93699, stack(0x0000000327b6c000,0x0000000327d6f000)]
|
13297 | 0x0000000168a02a00 JavaThread "Thread-3" daemon [_thread_blocked, id=135171, stack(0x0000000331b68000,0x0000000331d6b000)]
|
13298 | 0x0000000124809200 JavaThread "FileSystemWatcher" daemon [_thread_blocked, id=135683, stack(0x0000000331d74000,0x0000000331f77000)]
|
13299 | 0x0000000127b9a800 JavaThread "Worker-Main-4" daemon [_thread_blocked, id=136195, stack(0x0000000331f80000,0x0000000332183000)]
|
13300 | 0x0000000132064000 JavaThread "Worker-Main-5" daemon [_thread_blocked, id=136707, stack(0x000000033218c000,0x000000033238f000)]
|
13301 | 0x0000000132009e00 JavaThread "Worker-Main-6" daemon [_thread_blocked, id=170755, stack(0x0000000332398000,0x000000033259b000)]
|
13302 | 0x0000000127b8f000 JavaThread "Worker-Main-7" daemon [_thread_blocked, id=136963, stack(0x00000003325a4000,0x00000003327a7000)]
|
13303 | 0x0000000143e51a00 JavaThread "Worker-Main-8" daemon [_thread_blocked, id=169987, stack(0x0000000332a04000,0x0000000332c07000)]
|
13304 | 0x0000000169009200 JavaThread "Worker-Main-9" daemon [_thread_blocked, id=169731, stack(0x000000033361c000,0x000000033381f000)]
|
13305 | 0x0000000147816800 JavaThread "Worker-Main-10" daemon [_thread_blocked, id=169219, stack(0x0000000333b78000,0x0000000333d7b000)]
|
13306 | 0x0000000143808200 JavaThread "Worker-Main-11" daemon [_thread_blocked, id=168963, stack(0x0000000334788000,0x000000033498b000)]
|
13307 | 0x00000001689e3600 JavaThread "IO-Worker-12" [_thread_blocked, id=168451, stack(0x0000000340408000,0x000000034060b000)]
|
13308 | 0x0000000168a24200 JavaThread "DH-ApplyConfigPresetTimer" daemon [_thread_blocked, id=140559, stack(0x000000034371c000,0x000000034391f000)]
|
13309 | 0x0000000134680800 JavaThread "DH-ApplyConfigPresetTimer" daemon [_thread_blocked, id=139799, stack(0x0000000343928000,0x0000000343b2b000)]
|
13310 | 0x0000000132074200 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=124687, stack(0x0000000177a00000,0x0000000177c03000)]
|
13311 | 0x0000000140842600 JavaThread "Server thread" [_thread_blocked, id=55891, stack(0x0000000337c20000,0x0000000337e23000)]
|
13312 | 0x000000016a71b200 JavaThread "FileSystemWatcher" daemon [_thread_blocked, id=167483, stack(0x000000034267c000,0x000000034287f000)]
|
13313 | 0x000000016a2ea200 JavaThread "DH-delayed save cache cleaner Thread[0]" daemon [_thread_blocked, id=138035, stack(0x0000000342a4c000,0x0000000342c4f000)]
|
13314 | 0x00000001689ea000 JavaThread "DH-Phantom Array Recycler Thread[0]" daemon [_thread_blocked, id=139307, stack(0x0000000343400000,0x0000000343603000)]
|
13315 | 0x00000001323c9200 JavaThread "DH-Full Data Migration Thread[0]" [_thread_blocked, id=145163, stack(0x0000000348804000,0x0000000348a07000)]
|
13316 | 0x0000000169009800 JavaThread "DH-Parent Update Queue [minecraft:overworld] Thread[0]" [_thread_blocked, id=145927, stack(0x0000000349064000,0x0000000349267000)]
|
13317 | 0x0000000132338800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=160515, stack(0x00000003494bc000,0x00000003496bf000)]
|
13318 | 0x000000013480b200 JavaThread "IO-Worker-13" [_thread_blocked, id=160003, stack(0x00000003496c8000,0x00000003498cb000)]
|
13319 | 0x0000000134809600 JavaThread "IO-Worker-14" [_thread_blocked, id=146435, stack(0x00000003498d4000,0x0000000349ad7000)]
|
13320 | 0x0000000125234000 JavaThread "DH-PriorityTaskPicker Thread[0]" [_thread_blocked, id=146947, stack(0x0000000349ae0000,0x0000000349ce3000)]
|
13321 | 0x000000016a2dec00 JavaThread "DH-Parent Update Queue [minecraft:the_end] Thread[0]" [_thread_blocked, id=159491, stack(0x0000000349cec000,0x0000000349eef000)]
|
13322 | 0x000000013380f200 JavaThread "DH-Parent Update Queue [minecraft:the_nether] Thread[0]" [_thread_blocked, id=147459, stack(0x0000000349ef8000,0x000000034a0fb000)]
|
13323 | 0x0000000134734800 JavaThread "DH-PriorityTaskPicker Thread[1]" [_thread_blocked, id=147971, stack(0x000000034bae4000,0x000000034bce7000)]
|
13324 | 0x00000001339e4e00 JavaThread "DH-PriorityTaskPicker Thread[2]" [_thread_blocked, id=148227, stack(0x000000034bcf0000,0x000000034bef3000)]
|
13325 | 0x00000001320f2600 JavaThread "DH-PriorityTaskPicker Thread[3]" [_thread_blocked, id=158723, stack(0x000000034befc000,0x000000034c0ff000)]
|
13326 | 0x0000000127c94600 JavaThread "DH-PriorityTaskPicker Thread[4]" [_thread_blocked, id=148995, stack(0x000000034c108000,0x000000034c30b000)]
|
13327 | 0x0000000134741600 JavaThread "DH-PriorityTaskPicker Thread[5]" [_thread_blocked, id=149507, stack(0x000000034c314000,0x000000034c517000)]
|
13328 | 0x00000001345dac00 JavaThread "DH-PriorityTaskPicker Thread[6]" [_thread_blocked, id=60423, stack(0x000000034c520000,0x000000034c723000)]
|
13329 | 0x0000000168cdea00 JavaThread "DH-PriorityTaskPicker Thread[7]" [_thread_blocked, id=45575, stack(0x000000034c72c000,0x000000034c92f000)]
|
13330 | 0x0000000132f81e00 JavaThread "DH-PriorityTaskPicker Thread[8]" [_thread_blocked, id=68367, stack(0x000000034c938000,0x000000034cb3b000)]
|
13331 | 0x000000016a7faa00 JavaThread "DH-PriorityTaskPicker Thread[9]" [_thread_blocked, id=128263, stack(0x000000034cb44000,0x000000034cd47000)]
|
13332 | 0x0000000143b5a800 JavaThread "DH-PriorityTaskPicker Thread[10]" [_thread_blocked, id=158211, stack(0x000000034cd50000,0x000000034cf53000)]
|
13333 | 0x0000000132dfe400 JavaThread "DH-PriorityTaskPicker Thread[11]" [_thread_blocked, id=150019, stack(0x000000034cf5c000,0x000000034d15f000)]
|
13334 | 0x0000000127ab7000 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=81519, stack(0x00000003266c0000,0x00000003268c3000)]
|
13335 | 0x0000000125617c00 JavaThread "Netty Server IO #0" daemon [_thread_in_native, id=157955, stack(0x000000034d304000,0x000000034d507000)]
|
13336 | 0x0000000127ab9a00 JavaThread "Netty Local Client IO #0" daemon [_thread_blocked, id=157443, stack(0x000000034d510000,0x000000034d713000)]
|
13337 | 0x0000000168b37e00 JavaThread "Netty Server IO #1" daemon [_thread_in_native, id=150787, stack(0x000000034d71c000,0x000000034d91f000)]
|
13338 | 0x0000000140907600 JavaThread "DH-Client Server World Ticker Thread Thread[0]" [_thread_blocked, id=156931, stack(0x000000034d928000,0x000000034db2b000)]
|
13339 | 0x0000000143d06a00 JavaThread "Sound engine" daemon [_thread_blocked, id=84783, stack(0x0000000173490000,0x0000000173693000)]
|
13340 | 0x0000000125618200 JavaThread "Chunk Render Task Executor #0" [_thread_blocked, id=82651, stack(0x0000000361e9c000,0x000000036209f000)]
|
13341 | 0x00000001689e1000 JavaThread "Chunk Render Task Executor #1" [_thread_blocked, id=156419, stack(0x00000003620a8000,0x00000003622ab000)]
|
13342 | 0x0000000145562800 JavaThread "Chunk Render Task Executor #2" [_thread_blocked, id=156163, stack(0x00000003622b4000,0x00000003624b7000)]
|
13343 | 0x0000000145636a00 JavaThread "Chunk Render Task Executor #3" [_thread_blocked, id=155907, stack(0x00000003624c0000,0x00000003626c3000)]
|
13344 | 0x00000001346b0800 JavaThread "Chunk Render Task Executor #4" [_thread_blocked, id=151811, stack(0x00000003626cc000,0x00000003628cf000)]
|
13345 | 0x00000001689f2000 JavaThread "Chunk Render Task Executor #5" [_thread_blocked, id=155139, stack(0x00000003628d8000,0x0000000362adb000)]
|
13346 | 0x0000000168ad1800 JavaThread "Telemetry-Sender-#1" [_thread_blocked, id=154883, stack(0x0000000362ae4000,0x0000000362ce7000)]
|
13347 | 0x000000012506f200 JavaThread "DH-FullDataPayloadSender" daemon [_thread_blocked, id=154371, stack(0x0000000362cf0000,0x0000000362ef3000)]
|
13348 | 0x00000001409faa00 JavaThread "DH-QuadTree Full Data Retrieval Queue Populator Thread[0]" [_thread_blocked, id=154119, stack(0x0000000362efc000,0x00000003630ff000)]
|
13349 | 0x0000000143d0be00 JavaThread "DH-GLBuffer Cleanup Thread[0]" daemon [_thread_blocked, id=152835, stack(0x0000000363108000,0x000000036330b000)]
|
13350 | 0x0000000132f42000 JavaThread "DH-Beacon Culling Thread[0]" [_thread_blocked, id=153347, stack(0x0000000364ad8000,0x0000000364cdb000)]
|
13351 | 0x000000014780e800 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=174599, stack(0x0000000366804000,0x0000000366a07000)]
|
13352 |
|
13353 | Other Threads:
|
13354 | 0x00000001449074b0 VMThread "VM Thread" [stack: 0x000000016fef4000,0x00000001700f7000] [id=18179] _threads_hazard_ptr=0x00006000020baea0
|
13355 | 0x000000014371fa20 WatcherThread [stack: 0x0000000171484000,0x0000000171687000] [id=26115]
|
13356 | 0x0000000143607a70 GCTaskThread "GC Thread#0" [stack: 0x000000016f4b8000,0x000000016f6bb000] [id=12291]
|
13357 | 0x000000014480fba0 GCTaskThread "GC Thread#1" [stack: 0x0000000171aa8000,0x0000000171cab000] [id=32771]
|
13358 | 0x0000000144810020 GCTaskThread "GC Thread#2" [stack: 0x0000000171cb4000,0x0000000171eb7000] [id=33027]
|
13359 | 0x000000014373a1c0 GCTaskThread "GC Thread#3" [stack: 0x0000000171ec0000,0x00000001720c3000] [id=43011]
|
13360 | 0x000000014373a780 GCTaskThread "GC Thread#4" [stack: 0x00000001720cc000,0x00000001722cf000] [id=42755]
|
13361 | 0x000000014373aff0 GCTaskThread "GC Thread#5" [stack: 0x00000001722d8000,0x00000001724db000] [id=33795]
|
13362 | 0x000000014373b860 GCTaskThread "GC Thread#6" [stack: 0x00000001724e4000,0x00000001726e7000] [id=41987]
|
13363 | 0x000000014373c0d0 GCTaskThread "GC Thread#7" [stack: 0x00000001726f0000,0x00000001728f3000] [id=34307]
|
13364 | 0x00000001436206e0 GCTaskThread "GC Thread#8" [stack: 0x00000001728fc000,0x0000000172aff000] [id=34563]
|
13365 | 0x0000000143620f50 GCTaskThread "GC Thread#9" [stack: 0x0000000172b08000,0x0000000172d0b000] [id=34819]
|
13366 | 0x0000000143608120 ConcurrentGCThread "G1 Main Marker" [stack: 0x000000016f6c4000,0x000000016f8c7000] [id=12547]
|
13367 | 0x00000001436089b0 ConcurrentGCThread "G1 Conc#0" [stack: 0x000000016f8d0000,0x000000016fad3000] [id=13315]
|
13368 | 0x000000014373f790 ConcurrentGCThread "G1 Conc#1" [stack: 0x0000000172f20000,0x0000000173123000] [id=40963]
|
13369 | 0x0000000143743e80 ConcurrentGCThread "G1 Conc#2" [stack: 0x000000017312c000,0x000000017332f000] [id=35843]
|
13370 | 0x000000014360ada0 ConcurrentGCThread "G1 Refine#0" [stack: 0x000000016fadc000,0x000000016fcdf000] [id=13827]
|
13371 | 0x00000001243050d0 ConcurrentGCThread "G1 Refine#1" [stack: 0x0000000176fc4000,0x00000001771c7000] [id=90371]
|
13372 | 0x00000001246041c0 ConcurrentGCThread "G1 Refine#2" [stack: 0x00000001771d0000,0x00000001773d3000] [id=126723]
|
13373 | 0x0000000124011920 ConcurrentGCThread "G1 Refine#3" [stack: 0x0000000327960000,0x0000000327b63000] [id=124419]
|
13374 | 0x00000001244070e0 ConcurrentGCThread "G1 Refine#4" [stack: 0x0000000343b34000,0x0000000343d37000] [id=166719]
|
13375 | 0x000000012404e0c0 ConcurrentGCThread "G1 Refine#5" [stack: 0x0000000343d40000,0x0000000343f43000] [id=166403]
|
13376 | 0x00000001246073f0 ConcurrentGCThread "G1 Refine#6" [stack: 0x0000000343f4c000,0x000000034414f000] [id=166147]
|
13377 | 0x0000000124507e20 ConcurrentGCThread "G1 Refine#7" [stack: 0x0000000344158000,0x000000034435b000] [id=141571]
|
13378 | 0x00000001244073e0 ConcurrentGCThread "G1 Refine#8" [stack: 0x0000000344364000,0x0000000344567000] [id=165123]
|
13379 | 0x000000014498cc00 ConcurrentGCThread "G1 Refine#9" [stack: 0x0000000344570000,0x0000000344773000] [id=142595]
|
13380 | 0x000000014360b640 ConcurrentGCThread "G1 Service" [stack: 0x000000016fce8000,0x000000016feeb000] [id=16643]
|
13381 |
|
13382 | Threads with active compile tasks:
|
13383 | C2 CompilerThread0 28642 30895 % 4 net.minecraft.world.level.BlockCollisions::computeNext @ 0 (293 bytes)
|
13384 | C1 CompilerThread0 28642 31533 2 net.minecraft.server.level.ServerEntity::m_8533_ (1163 bytes)
|
13385 | C2 CompilerThread1 28642 30743 ! 4 net.minecraft.util.thread.BlockableEventLoop::m_18701_ (60 bytes)
|
13386 | C2 CompilerThread2 28642 31380 % 4 net.minecraft.world.level.lighting.BlockLightEngine::m_284316_ @ 16 (233 bytes)
|
13387 |
|
13388 | VM state: not at safepoint (normal execution)
|
13389 |
|
13390 | VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
|
13391 | [0x000060000301a480] Compile_lock - owner thread: 0x0000000140842600
|
13392 | [0x000060000301a600] MethodCompileQueue_lock - owner thread: 0x0000000125012400
|
13393 |
|
13394 | Heap address: 0x0000000700000000, size: 4096 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
|
13395 |
|
13396 | CDS archive(s) not mapped
|
13397 | Compressed class space mapped at: 0x0000000800000000-0x0000000840000000, reserved size: 1073741824
|
13398 | Narrow klass base: 0x0000000800000000, Narrow klass shift: 0, Narrow klass range: 0x40000000
|
13399 |
|
13400 | GC Precious Log:
|
13401 | CPUs: 12 total, 12 available
|
13402 | Memory: 65536M
|
13403 | Large Page Support: Disabled
|
13404 | NUMA Support: Disabled
|
13405 | Compressed Oops: Enabled (Zero based)
|
13406 | Heap Region Size: 2M
|
13407 | Heap Min Capacity: 512M
|
13408 | Heap Initial Capacity: 512M
|
13409 | Heap Max Capacity: 4G
|
13410 | Pre-touch: Disabled
|
13411 | Parallel Workers: 10
|
13412 | Concurrent Workers: 3
|
13413 | Concurrent Refinement Workers: 10
|
13414 | Periodic GC: Disabled
|
13415 |
|
13416 | Heap:
|
13417 | garbage-first heap total 2246656K, used 1687406K [0x0000000700000000, 0x0000000800000000)
|
13418 | region size 2048K, 224 young (458752K), 6 survivors (12288K)
|
13419 | Metaspace used 145170K, committed 147008K, reserved 1179648K
|
13420 | class space used 19924K, committed 20736K, reserved 1048576K
|
13421 |
|
13422 | Heap Regions: E=young(eden), S=young(survivor), O=old, HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, OA=open archive, CA=closed archive, TAMS=top-at-mark-start (previous, next)
|
13423 | | 0|0x0000000700000000, 0x0000000700200000, 0x0000000700200000|100%|HS| |TAMS 0x0000000700200000, 0x0000000700000000| Complete
|
13424 | | 1|0x0000000700200000, 0x0000000700400000, 0x0000000700400000|100%|HS| |TAMS 0x0000000700400000, 0x0000000700200000| Complete
|
13425 | | 2|0x0000000700400000, 0x0000000700600000, 0x0000000700600000|100%| O| |TAMS 0x0000000700600000, 0x0000000700400000| Untracked
|
13426 | | 3|0x0000000700600000, 0x0000000700800000, 0x0000000700800000|100%| O| |TAMS 0x0000000700800000, 0x0000000700600000| Untracked
|
13427 | | 4|0x0000000700800000, 0x0000000700a00000, 0x0000000700a00000|100%|HS| |TAMS 0x0000000700a00000, 0x0000000700800000| Complete
|
13428 | | 5|0x0000000700a00000, 0x0000000700c00000, 0x0000000700c00000|100%|HS| |TAMS 0x0000000700c00000, 0x0000000700a00000| Complete
|
13429 | | 6|0x0000000700c00000, 0x0000000700e00000, 0x0000000700e00000|100%|HS| |TAMS 0x0000000700e00000, 0x0000000700c00000| Complete
|
13430 | | 7|0x0000000700e00000, 0x0000000701000000, 0x0000000701000000|100%| O| |TAMS 0x0000000701000000, 0x0000000700e00000| Untracked
|
13431 | | 8|0x0000000701000000, 0x0000000701200000, 0x0000000701200000|100%| O| |TAMS 0x0000000701200000, 0x0000000701000000| Untracked
|
13432 | | 9|0x0000000701200000, 0x0000000701400000, 0x0000000701400000|100%| O| |TAMS 0x0000000701400000, 0x0000000701200000| Untracked
|
13433 | | 10|0x0000000701400000, 0x0000000701600000, 0x0000000701600000|100%| O| |TAMS 0x0000000701600000, 0x0000000701400000| Untracked
|
13434 | | 11|0x0000000701600000, 0x0000000701800000, 0x0000000701800000|100%| O| |TAMS 0x0000000701800000, 0x0000000701600000| Untracked
|
13435 | | 12|0x0000000701800000, 0x0000000701a00000, 0x0000000701a00000|100%| O| |TAMS 0x0000000701a00000, 0x0000000701800000| Untracked
|
13436 | | 13|0x0000000701a00000, 0x0000000701c00000, 0x0000000701c00000|100%| O| |TAMS 0x0000000701c00000, 0x0000000701a00000| Untracked
|
13437 | | 14|0x0000000701c00000, 0x0000000701e00000, 0x0000000701e00000|100%| O| |TAMS 0x0000000701e00000, 0x0000000701c00000| Untracked
|
13438 | | 15|0x0000000701e00000, 0x0000000702000000, 0x0000000702000000|100%| O| |TAMS 0x0000000702000000, 0x0000000701e00000| Untracked
|
13439 | | 16|0x0000000702000000, 0x0000000702200000, 0x0000000702200000|100%| O| |TAMS 0x0000000702200000, 0x0000000702000000| Untracked
|
13440 | | 17|0x0000000702200000, 0x0000000702400000, 0x0000000702400000|100%| O| |TAMS 0x0000000702400000, 0x0000000702200000| Untracked
|
13441 | | 18|0x0000000702400000, 0x0000000702600000, 0x0000000702600000|100%| O| |TAMS 0x0000000702600000, 0x0000000702400000| Untracked
|
13442 | | 19|0x0000000702600000, 0x0000000702800000, 0x0000000702800000|100%| O| |TAMS 0x0000000702800000, 0x0000000702600000| Untracked
|
13443 | | 20|0x0000000702800000, 0x0000000702a00000, 0x0000000702a00000|100%| O| |TAMS 0x0000000702a00000, 0x0000000702800000| Untracked
|
13444 | | 21|0x0000000702a00000, 0x0000000702c00000, 0x0000000702c00000|100%| O| |TAMS 0x0000000702c00000, 0x0000000702a00000| Untracked
|
13445 | | 22|0x0000000702c00000, 0x0000000702e00000, 0x0000000702e00000|100%| O| |TAMS 0x0000000702e00000, 0x0000000702c00000| Untracked
|
13446 | | 23|0x0000000702e00000, 0x0000000703000000, 0x0000000703000000|100%| O| |TAMS 0x0000000703000000, 0x0000000702e00000| Untracked
|
13447 | | 24|0x0000000703000000, 0x0000000703200000, 0x0000000703200000|100%| O| |TAMS 0x0000000703200000, 0x0000000703000000| Untracked
|
13448 | | 25|0x0000000703200000, 0x0000000703400000, 0x0000000703400000|100%| O| |TAMS 0x0000000703400000, 0x0000000703200000| Untracked
|
13449 | | 26|0x0000000703400000, 0x0000000703600000, 0x0000000703600000|100%| O| |TAMS 0x0000000703600000, 0x0000000703400000| Untracked
|
13450 | | 27|0x0000000703600000, 0x0000000703800000, 0x0000000703800000|100%| O| |TAMS 0x0000000703800000, 0x0000000703600000| Untracked
|
13451 | | 28|0x0000000703800000, 0x0000000703a00000, 0x0000000703a00000|100%|HS| |TAMS 0x0000000703a00000, 0x0000000703800000| Complete
|
13452 | | 29|0x0000000703a00000, 0x0000000703c00000, 0x0000000703c00000|100%|HC| |TAMS 0x0000000703c00000, 0x0000000703a00000| Complete
|
13453 | | 30|0x0000000703c00000, 0x0000000703e00000, 0x0000000703e00000|100%|HC| |TAMS 0x0000000703e00000, 0x0000000703c00000| Complete
|
13454 | | 31|0x0000000703e00000, 0x0000000704000000, 0x0000000704000000|100%|HC| |TAMS 0x0000000704000000, 0x0000000703e00000| Complete
|
13455 | | 32|0x0000000704000000, 0x0000000704200000, 0x0000000704200000|100%|HC| |TAMS 0x0000000704200000, 0x0000000704000000| Complete
|
13456 | | 33|0x0000000704200000, 0x0000000704400000, 0x0000000704400000|100%|HC| |TAMS 0x0000000704400000, 0x0000000704200000| Complete
|
13457 | | 34|0x0000000704400000, 0x0000000704600000, 0x0000000704600000|100%| O| |TAMS 0x0000000704600000, 0x0000000704400000| Untracked
|
13458 | | 35|0x0000000704600000, 0x0000000704800000, 0x0000000704800000|100%| O| |TAMS 0x0000000704800000, 0x0000000704600000| Untracked
|
13459 | | 36|0x0000000704800000, 0x0000000704a00000, 0x0000000704a00000|100%| O| |TAMS 0x0000000704a00000, 0x0000000704800000| Untracked
|
13460 | | 37|0x0000000704a00000, 0x0000000704c00000, 0x0000000704c00000|100%| O| |TAMS 0x0000000704c00000, 0x0000000704a00000| Untracked
|
13461 | | 38|0x0000000704c00000, 0x0000000704e00000, 0x0000000704e00000|100%| O| |TAMS 0x0000000704e00000, 0x0000000704c00000| Untracked
|
13462 | | 39|0x0000000704e00000, 0x0000000705000000, 0x0000000705000000|100%| O| |TAMS 0x0000000705000000, 0x0000000704e00000| Untracked
|
13463 | | 40|0x0000000705000000, 0x0000000705200000, 0x0000000705200000|100%| O| |TAMS 0x0000000705200000, 0x0000000705000000| Untracked
|
13464 | | 41|0x0000000705200000, 0x0000000705400000, 0x0000000705400000|100%| O| |TAMS 0x0000000705400000, 0x0000000705200000| Untracked
|
13465 | | 42|0x0000000705400000, 0x0000000705600000, 0x0000000705600000|100%| O| |TAMS 0x0000000705600000, 0x0000000705400000| Untracked
|
13466 | | 43|0x0000000705600000, 0x0000000705800000, 0x0000000705800000|100%| O| |TAMS 0x0000000705800000, 0x0000000705600000| Untracked
|
13467 | | 44|0x0000000705800000, 0x0000000705a00000, 0x0000000705a00000|100%| O| |TAMS 0x0000000705a00000, 0x0000000705800000| Untracked
|
13468 | | 45|0x0000000705a00000, 0x0000000705c00000, 0x0000000705c00000|100%| O| |TAMS 0x0000000705c00000, 0x0000000705a00000| Untracked
|
13469 | | 46|0x0000000705c00000, 0x0000000705e00000, 0x0000000705e00000|100%| O| |TAMS 0x0000000705e00000, 0x0000000705c00000| Untracked
|
13470 | | 47|0x0000000705e00000, 0x0000000706000000, 0x0000000706000000|100%| O| |TAMS 0x0000000706000000, 0x0000000705e00000| Untracked
|
13471 | | 48|0x0000000706000000, 0x0000000706200000, 0x0000000706200000|100%| O| |TAMS 0x0000000706200000, 0x0000000706000000| Untracked
|
13472 | | 49|0x0000000706200000, 0x0000000706400000, 0x0000000706400000|100%| O| |TAMS 0x0000000706400000, 0x0000000706200000| Untracked
|
13473 | | 50|0x0000000706400000, 0x0000000706600000, 0x0000000706600000|100%| O| |TAMS 0x0000000706600000, 0x0000000706400000| Untracked
|
13474 | | 51|0x0000000706600000, 0x0000000706800000, 0x0000000706800000|100%| O| |TAMS 0x0000000706800000, 0x0000000706600000| Untracked
|
13475 | | 52|0x0000000706800000, 0x0000000706a00000, 0x0000000706a00000|100%| O| |TAMS 0x0000000706a00000, 0x0000000706800000| Untracked
|
13476 | | 53|0x0000000706a00000, 0x0000000706c00000, 0x0000000706c00000|100%| O| |TAMS 0x0000000706c00000, 0x0000000706a00000| Untracked
|
13477 | | 54|0x0000000706c00000, 0x0000000706dcfc00, 0x0000000706e00000| 90%| O| |TAMS 0x0000000706dcfc00, 0x0000000706c00000| Untracked
|
13478 | | 55|0x0000000706e00000, 0x0000000707000000, 0x0000000707000000|100%| O| |TAMS 0x0000000707000000, 0x0000000706e00000| Untracked
|
13479 | | 56|0x0000000707000000, 0x0000000707200000, 0x0000000707200000|100%| O| |TAMS 0x0000000707200000, 0x0000000707000000| Untracked
|
13480 | | 57|0x0000000707200000, 0x0000000707400000, 0x0000000707400000|100%| O| |TAMS 0x0000000707400000, 0x0000000707200000| Untracked
|
13481 | | 58|0x0000000707400000, 0x0000000707600000, 0x0000000707600000|100%| O| |TAMS 0x0000000707600000, 0x0000000707400000| Untracked
|
13482 | | 59|0x0000000707600000, 0x0000000707800000, 0x0000000707800000|100%| O| |TAMS 0x0000000707800000, 0x0000000707600000| Untracked
|
13483 | | 60|0x0000000707800000, 0x0000000707a00000, 0x0000000707a00000|100%| O| |TAMS 0x0000000707a00000, 0x0000000707800000| Untracked
|
13484 | | 61|0x0000000707a00000, 0x0000000707c00000, 0x0000000707c00000|100%| O| |TAMS 0x0000000707c00000, 0x0000000707a00000| Untracked
|
13485 | | 62|0x0000000707c00000, 0x0000000707e00000, 0x0000000707e00000|100%| O| |TAMS 0x0000000707e00000, 0x0000000707c00000| Untracked
|
13486 | | 63|0x0000000707e00000, 0x0000000708000000, 0x0000000708000000|100%| O| |TAMS 0x0000000708000000, 0x0000000707e00000| Untracked
|
13487 | | 64|0x0000000708000000, 0x0000000708200000, 0x0000000708200000|100%| O| |TAMS 0x0000000708200000, 0x0000000708000000| Untracked
|
13488 | | 65|0x0000000708200000, 0x0000000708400000, 0x0000000708400000|100%| O| |TAMS 0x0000000708400000, 0x0000000708200000| Untracked
|
13489 | | 66|0x0000000708400000, 0x0000000708600000, 0x0000000708600000|100%| O| |TAMS 0x0000000708600000, 0x0000000708400000| Untracked
|
13490 | | 67|0x0000000708600000, 0x0000000708800000, 0x0000000708800000|100%| O| |TAMS 0x0000000708800000, 0x0000000708600000| Untracked
|
13491 | | 68|0x0000000708800000, 0x0000000708a00000, 0x0000000708a00000|100%| O| |TAMS 0x0000000708a00000, 0x0000000708800000| Untracked
|
13492 | | 69|0x0000000708a00000, 0x0000000708c00000, 0x0000000708c00000|100%| O| |TAMS 0x0000000708c00000, 0x0000000708a00000| Untracked
|
13493 | | 70|0x0000000708c00000, 0x0000000708e00000, 0x0000000708e00000|100%| O| |TAMS 0x0000000708e00000, 0x0000000708c00000| Untracked
|
13494 | | 71|0x0000000708e00000, 0x0000000709000000, 0x0000000709000000|100%| O| |TAMS 0x0000000709000000, 0x0000000708e00000| Untracked
|
13495 | | 72|0x0000000709000000, 0x0000000709200000, 0x0000000709200000|100%| O| |TAMS 0x0000000709200000, 0x0000000709000000| Untracked
|
13496 | | 73|0x0000000709200000, 0x0000000709400000, 0x0000000709400000|100%| O| |TAMS 0x0000000709400000, 0x0000000709200000| Untracked
|
13497 | | 74|0x0000000709400000, 0x0000000709600000, 0x0000000709600000|100%| O| |TAMS 0x0000000709600000, 0x0000000709400000| Untracked
|
13498 | | 75|0x0000000709600000, 0x0000000709800000, 0x0000000709800000|100%| O| |TAMS 0x0000000709800000, 0x0000000709600000| Untracked
|
13499 | | 76|0x0000000709800000, 0x0000000709a00000, 0x0000000709a00000|100%| O| |TAMS 0x0000000709a00000, 0x0000000709800000| Untracked
|
13500 | | 77|0x0000000709a00000, 0x0000000709c00000, 0x0000000709c00000|100%| O| |TAMS 0x0000000709c00000, 0x0000000709a00000| Untracked
|
13501 | | 78|0x0000000709c00000, 0x0000000709e00000, 0x0000000709e00000|100%| O| |TAMS 0x0000000709e00000, 0x0000000709c00000| Untracked
|
13502 | | 79|0x0000000709e00000, 0x000000070a000000, 0x000000070a000000|100%| O| |TAMS 0x000000070a000000, 0x0000000709e00000| Untracked
|
13503 | | 80|0x000000070a000000, 0x000000070a200000, 0x000000070a200000|100%| O| |TAMS 0x000000070a200000, 0x000000070a000000| Untracked
|
13504 | | 81|0x000000070a200000, 0x000000070a400000, 0x000000070a400000|100%| O| |TAMS 0x000000070a400000, 0x000000070a200000| Untracked
|
13505 | | 82|0x000000070a400000, 0x000000070a600000, 0x000000070a600000|100%| O| |TAMS 0x000000070a600000, 0x000000070a400000| Untracked
|
13506 | | 83|0x000000070a600000, 0x000000070a800000, 0x000000070a800000|100%| O| |TAMS 0x000000070a800000, 0x000000070a600000| Untracked
|
13507 | | 84|0x000000070a800000, 0x000000070aa00000, 0x000000070aa00000|100%| O| |TAMS 0x000000070aa00000, 0x000000070a800000| Untracked
|
13508 | | 85|0x000000070aa00000, 0x000000070ac00000, 0x000000070ac00000|100%| O| |TAMS 0x000000070ac00000, 0x000000070aa00000| Untracked
|
13509 | | 86|0x000000070ac00000, 0x000000070ae00000, 0x000000070ae00000|100%| O| |TAMS 0x000000070ae00000, 0x000000070ac00000| Untracked
|
13510 | | 87|0x000000070ae00000, 0x000000070b000000, 0x000000070b000000|100%| O| |TAMS 0x000000070b000000, 0x000000070ae00000| Untracked
|
13511 | | 88|0x000000070b000000, 0x000000070b200000, 0x000000070b200000|100%| O| |TAMS 0x000000070b200000, 0x000000070b000000| Untracked
|
13512 | | 89|0x000000070b200000, 0x000000070b400000, 0x000000070b400000|100%| O| |TAMS 0x000000070b400000, 0x000000070b200000| Untracked
|
13513 | | 90|0x000000070b400000, 0x000000070b600000, 0x000000070b600000|100%| O| |TAMS 0x000000070b600000, 0x000000070b400000| Untracked
|
13514 | | 91|0x000000070b600000, 0x000000070b800000, 0x000000070b800000|100%| O| |TAMS 0x000000070b800000, 0x000000070b600000| Untracked
|
13515 | | 92|0x000000070b800000, 0x000000070ba00000, 0x000000070ba00000|100%| O| |TAMS 0x000000070ba00000, 0x000000070b800000| Untracked
|
13516 | | 93|0x000000070ba00000, 0x000000070bc00000, 0x000000070bc00000|100%| O| |TAMS 0x000000070bc00000, 0x000000070ba00000| Untracked
|
13517 | | 94|0x000000070bc00000, 0x000000070be00000, 0x000000070be00000|100%| O| |TAMS 0x000000070be00000, 0x000000070bc00000| Untracked
|
13518 | | 95|0x000000070be00000, 0x000000070c000000, 0x000000070c000000|100%| O| |TAMS 0x000000070c000000, 0x000000070be00000| Untracked
|
13519 | | 96|0x000000070c000000, 0x000000070c200000, 0x000000070c200000|100%| O| |TAMS 0x000000070c200000, 0x000000070c000000| Untracked
|
13520 | | 97|0x000000070c200000, 0x000000070c400000, 0x000000070c400000|100%| O| |TAMS 0x000000070c400000, 0x000000070c200000| Untracked
|
13521 | | 98|0x000000070c400000, 0x000000070c600000, 0x000000070c600000|100%| O| |TAMS 0x000000070c600000, 0x000000070c400000| Untracked
|
13522 | | 99|0x000000070c600000, 0x000000070c800000, 0x000000070c800000|100%| O| |TAMS 0x000000070c800000, 0x000000070c600000| Untracked
|
13523 | | 100|0x000000070c800000, 0x000000070ca00000, 0x000000070ca00000|100%| O| |TAMS 0x000000070ca00000, 0x000000070c800000| Untracked
|
13524 | | 101|0x000000070ca00000, 0x000000070cc00000, 0x000000070cc00000|100%| O| |TAMS 0x000000070cc00000, 0x000000070ca00000| Untracked
|
13525 | | 102|0x000000070cc00000, 0x000000070ce00000, 0x000000070ce00000|100%| O| |TAMS 0x000000070ce00000, 0x000000070cc00000| Untracked
|
13526 | | 103|0x000000070ce00000, 0x000000070d000000, 0x000000070d000000|100%| O| |TAMS 0x000000070d000000, 0x000000070ce00000| Untracked
|
13527 | | 104|0x000000070d000000, 0x000000070d200000, 0x000000070d200000|100%| O| |TAMS 0x000000070d200000, 0x000000070d000000| Untracked
|
13528 | | 105|0x000000070d200000, 0x000000070d400000, 0x000000070d400000|100%| O| |TAMS 0x000000070d400000, 0x000000070d200000| Untracked
|
13529 | | 106|0x000000070d400000, 0x000000070d600000, 0x000000070d600000|100%| O| |TAMS 0x000000070d600000, 0x000000070d400000| Untracked
|
13530 | | 107|0x000000070d600000, 0x000000070d800000, 0x000000070d800000|100%| O| |TAMS 0x000000070d800000, 0x000000070d600000| Untracked
|
13531 | | 108|0x000000070d800000, 0x000000070da00000, 0x000000070da00000|100%| O| |TAMS 0x000000070da00000, 0x000000070d800000| Untracked
|
13532 | | 109|0x000000070da00000, 0x000000070dc00000, 0x000000070dc00000|100%| O| |TAMS 0x000000070dc00000, 0x000000070da00000| Untracked
|
13533 | | 110|0x000000070dc00000, 0x000000070de00000, 0x000000070de00000|100%| O| |TAMS 0x000000070de00000, 0x000000070dc00000| Untracked
|
13534 | | 111|0x000000070de00000, 0x000000070e000000, 0x000000070e000000|100%| O| |TAMS 0x000000070e000000, 0x000000070de00000| Untracked
|
13535 | | 112|0x000000070e000000, 0x000000070e200000, 0x000000070e200000|100%| O| |TAMS 0x000000070e200000, 0x000000070e000000| Untracked
|
13536 | | 113|0x000000070e200000, 0x000000070e400000, 0x000000070e400000|100%| O| |TAMS 0x000000070e400000, 0x000000070e200000| Untracked
|
13537 | | 114|0x000000070e400000, 0x000000070e600000, 0x000000070e600000|100%| O| |TAMS 0x000000070e600000, 0x000000070e400000| Untracked
|
13538 | | 115|0x000000070e600000, 0x000000070e800000, 0x000000070e800000|100%| O| |TAMS 0x000000070e800000, 0x000000070e600000| Untracked
|
13539 | | 116|0x000000070e800000, 0x000000070ea00000, 0x000000070ea00000|100%| O| |TAMS 0x000000070ea00000, 0x000000070e800000| Untracked
|
13540 | | 117|0x000000070ea00000, 0x000000070ec00000, 0x000000070ec00000|100%| O| |TAMS 0x000000070ec00000, 0x000000070ea00000| Untracked
|
13541 | | 118|0x000000070ec00000, 0x000000070ee00000, 0x000000070ee00000|100%| O| |TAMS 0x000000070ee00000, 0x000000070ec00000| Untracked
|
13542 | | 119|0x000000070ee00000, 0x000000070f000000, 0x000000070f000000|100%| O| |TAMS 0x000000070f000000, 0x000000070ee00000| Untracked
|
13543 | | 120|0x000000070f000000, 0x000000070f200000, 0x000000070f200000|100%| O| |TAMS 0x000000070f200000, 0x000000070f000000| Untracked
|
13544 | | 121|0x000000070f200000, 0x000000070f400000, 0x000000070f400000|100%| O| |TAMS 0x000000070f400000, 0x000000070f200000| Untracked
|
13545 | | 122|0x000000070f400000, 0x000000070f600000, 0x000000070f600000|100%| O| |TAMS 0x000000070f600000, 0x000000070f400000| Untracked
|
13546 | | 123|0x000000070f600000, 0x000000070f800000, 0x000000070f800000|100%| O| |TAMS 0x000000070f800000, 0x000000070f600000| Untracked
|
13547 | | 124|0x000000070f800000, 0x000000070fa00000, 0x000000070fa00000|100%| O| |TAMS 0x000000070fa00000, 0x000000070f800000| Untracked
|
13548 | | 125|0x000000070fa00000, 0x000000070fc00000, 0x000000070fc00000|100%| O| |TAMS 0x000000070fc00000, 0x000000070fa00000| Untracked
|
13549 | | 126|0x000000070fc00000, 0x000000070fe00000, 0x000000070fe00000|100%| O| |TAMS 0x000000070fe00000, 0x000000070fc00000| Untracked
|
13550 | | 127|0x000000070fe00000, 0x0000000710000000, 0x0000000710000000|100%| O| |TAMS 0x0000000710000000, 0x000000070fe00000| Untracked
|
13551 | | 128|0x0000000710000000, 0x0000000710200000, 0x0000000710200000|100%| O| |TAMS 0x0000000710200000, 0x0000000710000000| Untracked
|
13552 | | 129|0x0000000710200000, 0x0000000710400000, 0x0000000710400000|100%| O| |TAMS 0x0000000710400000, 0x0000000710200000| Untracked
|
13553 | | 130|0x0000000710400000, 0x0000000710600000, 0x0000000710600000|100%| O| |TAMS 0x0000000710600000, 0x0000000710400000| Untracked
|
13554 | | 131|0x0000000710600000, 0x0000000710800000, 0x0000000710800000|100%| O| |TAMS 0x0000000710800000, 0x0000000710600000| Untracked
|
13555 | | 132|0x0000000710800000, 0x0000000710a00000, 0x0000000710a00000|100%| O| |TAMS 0x0000000710a00000, 0x0000000710800000| Untracked
|
13556 | | 133|0x0000000710a00000, 0x0000000710c00000, 0x0000000710c00000|100%| O| |TAMS 0x0000000710c00000, 0x0000000710a00000| Untracked
|
13557 | | 134|0x0000000710c00000, 0x0000000710e00000, 0x0000000710e00000|100%| O| |TAMS 0x0000000710e00000, 0x0000000710c00000| Untracked
|
13558 | | 135|0x0000000710e00000, 0x0000000711000000, 0x0000000711000000|100%| O| |TAMS 0x0000000711000000, 0x0000000710e00000| Untracked
|
13559 | | 136|0x0000000711000000, 0x0000000711200000, 0x0000000711200000|100%| O| |TAMS 0x0000000711200000, 0x0000000711000000| Untracked
|
13560 | | 137|0x0000000711200000, 0x0000000711400000, 0x0000000711400000|100%| O| |TAMS 0x0000000711400000, 0x0000000711200000| Untracked
|
13561 | | 138|0x0000000711400000, 0x0000000711600000, 0x0000000711600000|100%| O| |TAMS 0x0000000711600000, 0x0000000711400000| Untracked
|
13562 | | 139|0x0000000711600000, 0x0000000711800000, 0x0000000711800000|100%| O| |TAMS 0x0000000711800000, 0x0000000711600000| Untracked
|
13563 | | 140|0x0000000711800000, 0x0000000711a00000, 0x0000000711a00000|100%| O| |TAMS 0x0000000711a00000, 0x0000000711800000| Untracked
|
13564 | | 141|0x0000000711a00000, 0x0000000711c00000, 0x0000000711c00000|100%| O| |TAMS 0x0000000711c00000, 0x0000000711a00000| Untracked
|
13565 | | 142|0x0000000711c00000, 0x0000000711e00000, 0x0000000711e00000|100%| O| |TAMS 0x0000000711e00000, 0x0000000711c00000| Untracked
|
13566 | | 143|0x0000000711e00000, 0x0000000712000000, 0x0000000712000000|100%| O| |TAMS 0x0000000712000000, 0x0000000711e00000| Untracked
|
13567 | | 144|0x0000000712000000, 0x0000000712200000, 0x0000000712200000|100%| O| |TAMS 0x0000000712200000, 0x0000000712000000| Untracked
|
13568 | | 145|0x0000000712200000, 0x0000000712400000, 0x0000000712400000|100%| O| |TAMS 0x0000000712400000, 0x0000000712200000| Untracked
|
13569 | | 146|0x0000000712400000, 0x0000000712600000, 0x0000000712600000|100%| O| |TAMS 0x0000000712600000, 0x0000000712400000| Untracked
|
13570 | | 147|0x0000000712600000, 0x0000000712800000, 0x0000000712800000|100%| O| |TAMS 0x0000000712800000, 0x0000000712600000| Untracked
|
13571 | | 148|0x0000000712800000, 0x0000000712a00000, 0x0000000712a00000|100%| O| |TAMS 0x0000000712a00000, 0x0000000712800000| Untracked
|
13572 | | 149|0x0000000712a00000, 0x0000000712c00000, 0x0000000712c00000|100%| O| |TAMS 0x0000000712c00000, 0x0000000712a00000| Untracked
|
13573 | | 150|0x0000000712c00000, 0x0000000712e00000, 0x0000000712e00000|100%| O| |TAMS 0x0000000712e00000, 0x0000000712c00000| Untracked
|
13574 | | 151|0x0000000712e00000, 0x0000000713000000, 0x0000000713000000|100%|HS| |TAMS 0x0000000712e00000, 0x0000000712e00000| Complete
|
13575 | | 152|0x0000000713000000, 0x0000000713200000, 0x0000000713200000|100%|HC| |TAMS 0x0000000713000000, 0x0000000713000000| Complete
|
13576 | | 153|0x0000000713200000, 0x0000000713400000, 0x0000000713400000|100%|HC| |TAMS 0x0000000713200000, 0x0000000713200000| Complete
|
13577 | | 154|0x0000000713400000, 0x0000000713600000, 0x0000000713600000|100%| O| |TAMS 0x0000000713600000, 0x0000000713400000| Untracked
|
13578 | | 155|0x0000000713600000, 0x0000000713800000, 0x0000000713800000|100%| O| |TAMS 0x0000000713800000, 0x0000000713600000| Untracked
|
13579 | | 156|0x0000000713800000, 0x0000000713a00000, 0x0000000713a00000|100%| O| |TAMS 0x0000000713a00000, 0x0000000713800000| Untracked
|
13580 | | 157|0x0000000713a00000, 0x0000000713c00000, 0x0000000713c00000|100%| O| |TAMS 0x0000000713c00000, 0x0000000713a00000| Untracked
|
13581 | | 158|0x0000000713c00000, 0x0000000713e00000, 0x0000000713e00000|100%| O| |TAMS 0x0000000713e00000, 0x0000000713c00000| Untracked
|
13582 | | 159|0x0000000713e00000, 0x0000000714000000, 0x0000000714000000|100%| O| |TAMS 0x0000000714000000, 0x0000000713e00000| Untracked
|
13583 | | 160|0x0000000714000000, 0x0000000714200000, 0x0000000714200000|100%| O| |TAMS 0x0000000714200000, 0x0000000714000000| Untracked
|
13584 | | 161|0x0000000714200000, 0x0000000714400000, 0x0000000714400000|100%| O| |TAMS 0x0000000714400000, 0x0000000714200000| Untracked
|
13585 | | 162|0x0000000714400000, 0x0000000714600000, 0x0000000714600000|100%| O| |TAMS 0x0000000714600000, 0x0000000714400000| Untracked
|
13586 | | 163|0x0000000714600000, 0x0000000714800000, 0x0000000714800000|100%| O| |TAMS 0x0000000714800000, 0x0000000714600000| Untracked
|
13587 | | 164|0x0000000714800000, 0x0000000714a00000, 0x0000000714a00000|100%| O| |TAMS 0x0000000714a00000, 0x0000000714800000| Untracked
|
13588 | | 165|0x0000000714a00000, 0x0000000714c00000, 0x0000000714c00000|100%| O| |TAMS 0x0000000714c00000, 0x0000000714a00000| Untracked
|
13589 | | 166|0x0000000714c00000, 0x0000000714e00000, 0x0000000714e00000|100%| O| |TAMS 0x0000000714e00000, 0x0000000714c00000| Untracked
|
13590 | | 167|0x0000000714e00000, 0x0000000715000000, 0x0000000715000000|100%| O| |TAMS 0x0000000715000000, 0x0000000714e00000| Untracked
|
13591 | | 168|0x0000000715000000, 0x0000000715200000, 0x0000000715200000|100%| O| |TAMS 0x0000000715200000, 0x0000000715000000| Untracked
|
13592 | | 169|0x0000000715200000, 0x0000000715400000, 0x0000000715400000|100%| O| |TAMS 0x0000000715400000, 0x0000000715200000| Untracked
|
13593 | | 170|0x0000000715400000, 0x0000000715600000, 0x0000000715600000|100%|HS| |TAMS 0x0000000715400000, 0x0000000715400000| Complete
|
13594 | | 171|0x0000000715600000, 0x0000000715800000, 0x0000000715800000|100%|HC| |TAMS 0x0000000715600000, 0x0000000715600000| Complete
|
13595 | | 172|0x0000000715800000, 0x0000000715a00000, 0x0000000715a00000|100%|HC| |TAMS 0x0000000715800000, 0x0000000715800000| Complete
|
13596 | | 173|0x0000000715a00000, 0x0000000715c00000, 0x0000000715c00000|100%|HC| |TAMS 0x0000000715a00000, 0x0000000715a00000| Complete
|
13597 | | 174|0x0000000715c00000, 0x0000000715e00000, 0x0000000715e00000|100%| O| |TAMS 0x0000000715c00000, 0x0000000715c00000| Untracked
|
13598 | | 175|0x0000000715e00000, 0x0000000715e00000, 0x0000000716000000| 0%| F| |TAMS 0x0000000715e00000, 0x0000000715e00000| Untracked
|
13599 | | 176|0x0000000716000000, 0x0000000716000000, 0x0000000716200000| 0%| F| |TAMS 0x0000000716000000, 0x0000000716000000| Untracked
|
13600 | | 177|0x0000000716200000, 0x0000000716400000, 0x0000000716400000|100%| O| |TAMS 0x0000000716400000, 0x0000000716200000| Untracked
|
13601 | | 178|0x0000000716400000, 0x0000000716600000, 0x0000000716600000|100%|HS| |TAMS 0x0000000716400000, 0x0000000716400000| Complete
|
13602 | | 179|0x0000000716600000, 0x0000000716800000, 0x0000000716800000|100%|HC| |TAMS 0x0000000716600000, 0x0000000716600000| Complete
|
13603 | | 180|0x0000000716800000, 0x0000000716a00000, 0x0000000716a00000|100%|HC| |TAMS 0x0000000716800000, 0x0000000716800000| Complete
|
13604 | | 181|0x0000000716a00000, 0x0000000716c00000, 0x0000000716c00000|100%|HC| |TAMS 0x0000000716a00000, 0x0000000716a00000| Complete
|
13605 | | 182|0x0000000716c00000, 0x0000000716e00000, 0x0000000716e00000|100%|HC| |TAMS 0x0000000716c00000, 0x0000000716c00000| Complete
|
13606 | | 183|0x0000000716e00000, 0x0000000717000000, 0x0000000717000000|100%| O| |TAMS 0x0000000717000000, 0x0000000716e00000| Untracked
|
13607 | | 184|0x0000000717000000, 0x0000000717200000, 0x0000000717200000|100%|HS| |TAMS 0x0000000717000000, 0x0000000717000000| Complete
|
13608 | | 185|0x0000000717200000, 0x0000000717400000, 0x0000000717400000|100%|HC| |TAMS 0x0000000717200000, 0x0000000717200000| Complete
|
13609 | | 186|0x0000000717400000, 0x0000000717600000, 0x0000000717600000|100%|HC| |TAMS 0x0000000717400000, 0x0000000717400000| Complete
|
13610 | | 187|0x0000000717600000, 0x0000000717800000, 0x0000000717800000|100%| O| |TAMS 0x0000000717800000, 0x0000000717600000| Untracked
|
13611 | | 188|0x0000000717800000, 0x0000000717a00000, 0x0000000717a00000|100%| O| |TAMS 0x0000000717800000, 0x0000000717800000| Untracked
|
13612 | | 189|0x0000000717a00000, 0x0000000717c00000, 0x0000000717c00000|100%| O| |TAMS 0x0000000717a00000, 0x0000000717a00000| Untracked
|
13613 | | 190|0x0000000717c00000, 0x0000000717e00000, 0x0000000717e00000|100%|HS| |TAMS 0x0000000717e00000, 0x0000000717c00000| Complete
|
13614 | | 191|0x0000000717e00000, 0x0000000718000000, 0x0000000718000000|100%|HC| |TAMS 0x0000000718000000, 0x0000000717e00000| Complete
|
13615 | | 192|0x0000000718000000, 0x0000000718200000, 0x0000000718200000|100%|HC| |TAMS 0x0000000718200000, 0x0000000718000000| Complete
|
13616 | | 193|0x0000000718200000, 0x0000000718400000, 0x0000000718400000|100%| O| |TAMS 0x0000000718400000, 0x0000000718200000| Untracked
|
13617 | | 194|0x0000000718400000, 0x0000000718600000, 0x0000000718600000|100%| O| |TAMS 0x0000000718600000, 0x0000000718400000| Untracked
|
13618 | | 195|0x0000000718600000, 0x0000000718800000, 0x0000000718800000|100%| O| |TAMS 0x0000000718800000, 0x0000000718600000| Untracked
|
13619 | | 196|0x0000000718800000, 0x0000000718a00000, 0x0000000718a00000|100%| O| |TAMS 0x0000000718a00000, 0x0000000718800000| Untracked
|
13620 | | 197|0x0000000718a00000, 0x0000000718c00000, 0x0000000718c00000|100%|HS| |TAMS 0x0000000718c00000, 0x0000000718a00000| Complete
|
13621 | | 198|0x0000000718c00000, 0x0000000718e00000, 0x0000000718e00000|100%|HC| |TAMS 0x0000000718e00000, 0x0000000718c00000| Complete
|
13622 | | 199|0x0000000718e00000, 0x0000000719000000, 0x0000000719000000|100%|HC| |TAMS 0x0000000719000000, 0x0000000718e00000| Complete
|
13623 | | 200|0x0000000719000000, 0x0000000719200000, 0x0000000719200000|100%|HC| |TAMS 0x0000000719200000, 0x0000000719000000| Complete
|
13624 | | 201|0x0000000719200000, 0x0000000719400000, 0x0000000719400000|100%| O| |TAMS 0x0000000719400000, 0x0000000719200000| Untracked
|
13625 | | 202|0x0000000719400000, 0x0000000719600000, 0x0000000719600000|100%| O| |TAMS 0x0000000719600000, 0x0000000719400000| Untracked
|
13626 | | 203|0x0000000719600000, 0x0000000719800000, 0x0000000719800000|100%| O| |TAMS 0x0000000719800000, 0x0000000719600000| Untracked
|
13627 | | 204|0x0000000719800000, 0x0000000719a00000, 0x0000000719a00000|100%|HS| |TAMS 0x0000000719a00000, 0x0000000719800000| Complete
|
13628 | | 205|0x0000000719a00000, 0x0000000719c00000, 0x0000000719c00000|100%|HC| |TAMS 0x0000000719c00000, 0x0000000719a00000| Complete
|
13629 | | 206|0x0000000719c00000, 0x0000000719e00000, 0x0000000719e00000|100%|HC| |TAMS 0x0000000719e00000, 0x0000000719c00000| Complete
|
13630 | | 207|0x0000000719e00000, 0x000000071a000000, 0x000000071a000000|100%| O| |TAMS 0x000000071a000000, 0x0000000719e00000| Untracked
|
13631 | | 208|0x000000071a000000, 0x000000071a200000, 0x000000071a200000|100%| O| |TAMS 0x000000071a200000, 0x000000071a000000| Untracked
|
13632 | | 209|0x000000071a200000, 0x000000071a400000, 0x000000071a400000|100%| O| |TAMS 0x000000071a400000, 0x000000071a200000| Untracked
|
13633 | | 210|0x000000071a400000, 0x000000071a600000, 0x000000071a600000|100%| O| |TAMS 0x000000071a600000, 0x000000071a400000| Untracked
|
13634 | | 211|0x000000071a600000, 0x000000071a800000, 0x000000071a800000|100%| O| |TAMS 0x000000071a600000, 0x000000071a600000| Untracked
|
13635 | | 212|0x000000071a800000, 0x000000071aa00000, 0x000000071aa00000|100%| O| |TAMS 0x000000071aa00000, 0x000000071a800000| Untracked
|
13636 | | 213|0x000000071aa00000, 0x000000071ac00000, 0x000000071ac00000|100%| O| |TAMS 0x000000071ac00000, 0x000000071aa00000| Untracked
|
13637 | | 214|0x000000071ac00000, 0x000000071ae00000, 0x000000071ae00000|100%| O| |TAMS 0x000000071ae00000, 0x000000071ac00000| Untracked
|
13638 | | 215|0x000000071ae00000, 0x000000071b000000, 0x000000071b000000|100%| O| |TAMS 0x000000071b000000, 0x000000071ae00000| Untracked
|
13639 | | 216|0x000000071b000000, 0x000000071b200000, 0x000000071b200000|100%| O| |TAMS 0x000000071b200000, 0x000000071b000000| Untracked
|
13640 | | 217|0x000000071b200000, 0x000000071b400000, 0x000000071b400000|100%|HS| |TAMS 0x000000071b200000, 0x000000071b200000| Complete
|
13641 | | 218|0x000000071b400000, 0x000000071b600000, 0x000000071b600000|100%|HC| |TAMS 0x000000071b400000, 0x000000071b400000| Complete
|
13642 | | 219|0x000000071b600000, 0x000000071b800000, 0x000000071b800000|100%|HC| |TAMS 0x000000071b600000, 0x000000071b600000| Complete
|
13643 | | 220|0x000000071b800000, 0x000000071ba00000, 0x000000071ba00000|100%|HC| |TAMS 0x000000071b800000, 0x000000071b800000| Complete
|
13644 | | 221|0x000000071ba00000, 0x000000071bc00000, 0x000000071bc00000|100%| O| |TAMS 0x000000071ba00000, 0x000000071ba00000| Untracked
|
13645 | | 222|0x000000071bc00000, 0x000000071be00000, 0x000000071be00000|100%| O| |TAMS 0x000000071be00000, 0x000000071bc00000| Untracked
|
13646 | | 223|0x000000071be00000, 0x000000071c000000, 0x000000071c000000|100%| O| |TAMS 0x000000071be00000, 0x000000071be00000| Untracked
|
13647 | | 224|0x000000071c000000, 0x000000071c200000, 0x000000071c200000|100%| O| |TAMS 0x000000071c200000, 0x000000071c000000| Untracked
|
13648 | | 225|0x000000071c200000, 0x000000071c400000, 0x000000071c400000|100%| O| |TAMS 0x000000071c400000, 0x000000071c200000| Untracked
|
13649 | | 226|0x000000071c400000, 0x000000071c600000, 0x000000071c600000|100%| O| |TAMS 0x000000071c600000, 0x000000071c400000| Untracked
|
13650 | | 227|0x000000071c600000, 0x000000071c800000, 0x000000071c800000|100%| O| |TAMS 0x000000071c800000, 0x000000071c600000| Untracked
|
13651 | | 228|0x000000071c800000, 0x000000071ca00000, 0x000000071ca00000|100%| O| |TAMS 0x000000071ca00000, 0x000000071c800000| Untracked
|
13652 | | 229|0x000000071ca00000, 0x000000071cc00000, 0x000000071cc00000|100%| O| |TAMS 0x000000071cc00000, 0x000000071ca00000| Untracked
|
13653 | | 230|0x000000071cc00000, 0x000000071ce00000, 0x000000071ce00000|100%| O| |TAMS 0x000000071ce00000, 0x000000071cc00000| Untracked
|
13654 | | 231|0x000000071ce00000, 0x000000071d000000, 0x000000071d000000|100%| O| |TAMS 0x000000071d000000, 0x000000071ce00000| Untracked
|
13655 | | 232|0x000000071d000000, 0x000000071d000000, 0x000000071d200000| 0%| F| |TAMS 0x000000071d000000, 0x000000071d000000| Untracked
|
13656 | | 233|0x000000071d200000, 0x000000071d200000, 0x000000071d400000| 0%| F| |TAMS 0x000000071d200000, 0x000000071d200000| Untracked
|
13657 | | 234|0x000000071d400000, 0x000000071d600000, 0x000000071d600000|100%| O| |TAMS 0x000000071d600000, 0x000000071d400000| Untracked
|
13658 | | 235|0x000000071d600000, 0x000000071d600000, 0x000000071d800000| 0%| F| |TAMS 0x000000071d600000, 0x000000071d600000| Untracked
|
13659 | | 236|0x000000071d800000, 0x000000071d800000, 0x000000071da00000| 0%| F| |TAMS 0x000000071d800000, 0x000000071d800000| Untracked
|
13660 | | 237|0x000000071da00000, 0x000000071dc00000, 0x000000071dc00000|100%| O| |TAMS 0x000000071dc00000, 0x000000071da00000| Untracked
|
13661 | | 238|0x000000071dc00000, 0x000000071de00000, 0x000000071de00000|100%| O| |TAMS 0x000000071de00000, 0x000000071dc00000| Untracked
|
13662 | | 239|0x000000071de00000, 0x000000071e000000, 0x000000071e000000|100%| O| |TAMS 0x000000071e000000, 0x000000071de00000| Untracked
|
13663 | | 240|0x000000071e000000, 0x000000071e200000, 0x000000071e200000|100%| O| |TAMS 0x000000071e200000, 0x000000071e000000| Untracked
|
13664 | | 241|0x000000071e200000, 0x000000071e200000, 0x000000071e400000| 0%| F| |TAMS 0x000000071e200000, 0x000000071e200000| Untracked
|
13665 | | 242|0x000000071e400000, 0x000000071e600000, 0x000000071e600000|100%| O| |TAMS 0x000000071e600000, 0x000000071e400000| Untracked
|
13666 | | 243|0x000000071e600000, 0x000000071e800000, 0x000000071e800000|100%| O| |TAMS 0x000000071e800000, 0x000000071e600000| Untracked
|
13667 | | 244|0x000000071e800000, 0x000000071e800000, 0x000000071ea00000| 0%| F| |TAMS 0x000000071e800000, 0x000000071e800000| Untracked
|
13668 | | 245|0x000000071ea00000, 0x000000071ea00000, 0x000000071ec00000| 0%| F| |TAMS 0x000000071ea00000, 0x000000071ea00000| Untracked
|
13669 | | 246|0x000000071ec00000, 0x000000071ec00000, 0x000000071ee00000| 0%| F| |TAMS 0x000000071ec00000, 0x000000071ec00000| Untracked
|
13670 | | 247|0x000000071ee00000, 0x000000071f000000, 0x000000071f000000|100%| O| |TAMS 0x000000071f000000, 0x000000071ee00000| Untracked
|
13671 | | 248|0x000000071f000000, 0x000000071f200000, 0x000000071f200000|100%| O| |TAMS 0x000000071f200000, 0x000000071f000000| Untracked
|
13672 | | 249|0x000000071f200000, 0x000000071f200000, 0x000000071f400000| 0%| F| |TAMS 0x000000071f200000, 0x000000071f200000| Untracked
|
13673 | | 250|0x000000071f400000, 0x000000071f600000, 0x000000071f600000|100%| O| |TAMS 0x000000071f400000, 0x000000071f400000| Untracked
|
13674 | | 251|0x000000071f600000, 0x000000071f600000, 0x000000071f800000| 0%| F| |TAMS 0x000000071f600000, 0x000000071f600000| Untracked
|
13675 | | 252|0x000000071f800000, 0x000000071fa00000, 0x000000071fa00000|100%| O| |TAMS 0x000000071fa00000, 0x000000071f800000| Untracked
|
13676 | | 253|0x000000071fa00000, 0x000000071fc00000, 0x000000071fc00000|100%| O| |TAMS 0x000000071fc00000, 0x000000071fa00000| Untracked
|
13677 | | 254|0x000000071fc00000, 0x000000071fe00000, 0x000000071fe00000|100%| O| |TAMS 0x000000071fc00000, 0x000000071fc00000| Untracked
|
13678 | | 255|0x000000071fe00000, 0x0000000720000000, 0x0000000720000000|100%| O| |TAMS 0x000000071fe00000, 0x000000071fe00000| Untracked
|
13679 | | 256|0x0000000720000000, 0x0000000720200000, 0x0000000720200000|100%| O| |TAMS 0x0000000720200000, 0x0000000720000000| Untracked
|
13680 | | 257|0x0000000720200000, 0x0000000720400000, 0x0000000720400000|100%| O| |TAMS 0x0000000720400000, 0x0000000720200000| Untracked
|
13681 | | 258|0x0000000720400000, 0x0000000720600000, 0x0000000720600000|100%| O| |TAMS 0x0000000720600000, 0x0000000720400000| Untracked
|
13682 | | 259|0x0000000720600000, 0x0000000720800000, 0x0000000720800000|100%|HS| |TAMS 0x0000000720800000, 0x0000000720600000| Complete
|
13683 | | 260|0x0000000720800000, 0x0000000720a00000, 0x0000000720a00000|100%|HC| |TAMS 0x0000000720a00000, 0x0000000720800000| Complete
|
13684 | | 261|0x0000000720a00000, 0x0000000720c00000, 0x0000000720c00000|100%|HC| |TAMS 0x0000000720c00000, 0x0000000720a00000| Complete
|
13685 | | 262|0x0000000720c00000, 0x0000000720e00000, 0x0000000720e00000|100%| O| |TAMS 0x0000000720e00000, 0x0000000720c00000| Untracked
|
13686 | | 263|0x0000000720e00000, 0x0000000721000000, 0x0000000721000000|100%| O| |TAMS 0x0000000721000000, 0x0000000720e00000| Untracked
|
13687 | | 264|0x0000000721000000, 0x0000000721200000, 0x0000000721200000|100%| O| |TAMS 0x0000000721200000, 0x0000000721000000| Untracked
|
13688 | | 265|0x0000000721200000, 0x0000000721400000, 0x0000000721400000|100%| O| |TAMS 0x0000000721400000, 0x0000000721200000| Untracked
|
13689 | | 266|0x0000000721400000, 0x0000000721600000, 0x0000000721600000|100%| O| |TAMS 0x0000000721600000, 0x0000000721400000| Untracked
|
13690 | | 267|0x0000000721600000, 0x0000000721800000, 0x0000000721800000|100%| O| |TAMS 0x0000000721800000, 0x0000000721600000| Untracked
|
13691 | | 268|0x0000000721800000, 0x0000000721a00000, 0x0000000721a00000|100%| O| |TAMS 0x0000000721a00000, 0x0000000721800000| Untracked
|
13692 | | 269|0x0000000721a00000, 0x0000000721c00000, 0x0000000721c00000|100%| O| |TAMS 0x0000000721c00000, 0x0000000721a00000| Untracked
|
13693 | | 270|0x0000000721c00000, 0x0000000721e00000, 0x0000000721e00000|100%| O| |TAMS 0x0000000721e00000, 0x0000000721c00000| Untracked
|
13694 | | 271|0x0000000721e00000, 0x0000000722000000, 0x0000000722000000|100%| O| |TAMS 0x0000000722000000, 0x0000000721e00000| Untracked
|
13695 | | 272|0x0000000722000000, 0x0000000722200000, 0x0000000722200000|100%| O| |TAMS 0x0000000722200000, 0x0000000722000000| Untracked
|
13696 | | 273|0x0000000722200000, 0x0000000722400000, 0x0000000722400000|100%| O| |TAMS 0x0000000722400000, 0x0000000722200000| Untracked
|
13697 | | 274|0x0000000722400000, 0x0000000722600000, 0x0000000722600000|100%| O| |TAMS 0x0000000722600000, 0x0000000722400000| Untracked
|
13698 | | 275|0x0000000722600000, 0x0000000722800000, 0x0000000722800000|100%| O| |TAMS 0x0000000722800000, 0x0000000722600000| Untracked
|
13699 | | 276|0x0000000722800000, 0x0000000722a00000, 0x0000000722a00000|100%| O| |TAMS 0x0000000722a00000, 0x0000000722800000| Untracked
|
13700 | | 277|0x0000000722a00000, 0x0000000722c00000, 0x0000000722c00000|100%| O| |TAMS 0x0000000722c00000, 0x0000000722a00000| Untracked
|
13701 | | 278|0x0000000722c00000, 0x0000000722e00000, 0x0000000722e00000|100%| O| |TAMS 0x0000000722e00000, 0x0000000722c00000| Untracked
|
13702 | | 279|0x0000000722e00000, 0x0000000723000000, 0x0000000723000000|100%| O| |TAMS 0x0000000723000000, 0x0000000722e00000| Untracked
|
13703 | | 280|0x0000000723000000, 0x0000000723200000, 0x0000000723200000|100%| O| |TAMS 0x0000000723200000, 0x0000000723000000| Untracked
|
13704 | | 281|0x0000000723200000, 0x0000000723400000, 0x0000000723400000|100%| O| |TAMS 0x0000000723400000, 0x0000000723200000| Untracked
|
13705 | | 282|0x0000000723400000, 0x0000000723600000, 0x0000000723600000|100%| O| |TAMS 0x0000000723600000, 0x0000000723400000| Untracked
|
13706 | | 283|0x0000000723600000, 0x0000000723800000, 0x0000000723800000|100%| O| |TAMS 0x0000000723800000, 0x0000000723600000| Untracked
|
13707 | | 284|0x0000000723800000, 0x0000000723a00000, 0x0000000723a00000|100%| O| |TAMS 0x0000000723a00000, 0x0000000723800000| Untracked
|
13708 | | 285|0x0000000723a00000, 0x0000000723c00000, 0x0000000723c00000|100%| O| |TAMS 0x0000000723c00000, 0x0000000723a00000| Untracked
|
13709 | | 286|0x0000000723c00000, 0x0000000723e00000, 0x0000000723e00000|100%| O| |TAMS 0x0000000723e00000, 0x0000000723c00000| Untracked
|
13710 | | 287|0x0000000723e00000, 0x0000000724000000, 0x0000000724000000|100%| O| |TAMS 0x0000000724000000, 0x0000000723e00000| Untracked
|
13711 | | 288|0x0000000724000000, 0x0000000724200000, 0x0000000724200000|100%| O| |TAMS 0x0000000724200000, 0x0000000724000000| Untracked
|
13712 | | 289|0x0000000724200000, 0x0000000724400000, 0x0000000724400000|100%| O| |TAMS 0x0000000724400000, 0x0000000724200000| Untracked
|
13713 | | 290|0x0000000724400000, 0x0000000724600000, 0x0000000724600000|100%| O| |TAMS 0x0000000724600000, 0x0000000724400000| Untracked
|
13714 | | 291|0x0000000724600000, 0x0000000724800000, 0x0000000724800000|100%| O| |TAMS 0x0000000724800000, 0x0000000724600000| Untracked
|
13715 | | 292|0x0000000724800000, 0x0000000724a00000, 0x0000000724a00000|100%| O| |TAMS 0x0000000724a00000, 0x0000000724800000| Untracked
|
13716 | | 293|0x0000000724a00000, 0x0000000724c00000, 0x0000000724c00000|100%| O| |TAMS 0x0000000724c00000, 0x0000000724a00000| Untracked
|
13717 | | 294|0x0000000724c00000, 0x0000000724e00000, 0x0000000724e00000|100%| O| |TAMS 0x0000000724e00000, 0x0000000724c00000| Untracked
|
13718 | | 295|0x0000000724e00000, 0x0000000725000000, 0x0000000725000000|100%| O| |TAMS 0x0000000725000000, 0x0000000724e00000| Untracked
|
13719 | | 296|0x0000000725000000, 0x0000000725200000, 0x0000000725200000|100%| O| |TAMS 0x0000000725200000, 0x0000000725000000| Untracked
|
13720 | | 297|0x0000000725200000, 0x0000000725400000, 0x0000000725400000|100%| O| |TAMS 0x0000000725400000, 0x0000000725200000| Untracked
|
13721 | | 298|0x0000000725400000, 0x0000000725600000, 0x0000000725600000|100%| O| |TAMS 0x0000000725600000, 0x0000000725400000| Untracked
|
13722 | | 299|0x0000000725600000, 0x0000000725800000, 0x0000000725800000|100%| O| |TAMS 0x0000000725800000, 0x0000000725600000| Untracked
|
13723 | | 300|0x0000000725800000, 0x0000000725a00000, 0x0000000725a00000|100%| O| |TAMS 0x0000000725a00000, 0x0000000725800000| Untracked
|
13724 | | 301|0x0000000725a00000, 0x0000000725c00000, 0x0000000725c00000|100%| O| |TAMS 0x0000000725c00000, 0x0000000725a00000| Untracked
|
13725 | | 302|0x0000000725c00000, 0x0000000725e00000, 0x0000000725e00000|100%| O| |TAMS 0x0000000725e00000, 0x0000000725c00000| Untracked
|
13726 | | 303|0x0000000725e00000, 0x0000000726000000, 0x0000000726000000|100%| O| |TAMS 0x0000000726000000, 0x0000000725e00000| Untracked
|
13727 | | 304|0x0000000726000000, 0x0000000726200000, 0x0000000726200000|100%| O| |TAMS 0x0000000726200000, 0x0000000726000000| Untracked
|
13728 | | 305|0x0000000726200000, 0x0000000726400000, 0x0000000726400000|100%| O| |TAMS 0x0000000726400000, 0x0000000726200000| Untracked
|
13729 | | 306|0x0000000726400000, 0x0000000726600000, 0x0000000726600000|100%| O| |TAMS 0x0000000726600000, 0x0000000726400000| Untracked
|
13730 | | 307|0x0000000726600000, 0x0000000726800000, 0x0000000726800000|100%| O| |TAMS 0x0000000726800000, 0x0000000726600000| Untracked
|
13731 | | 308|0x0000000726800000, 0x0000000726a00000, 0x0000000726a00000|100%| O| |TAMS 0x0000000726a00000, 0x0000000726800000| Untracked
|
13732 | | 309|0x0000000726a00000, 0x0000000726c00000, 0x0000000726c00000|100%| O| |TAMS 0x0000000726c00000, 0x0000000726a00000| Untracked
|
13733 | | 310|0x0000000726c00000, 0x0000000726e00000, 0x0000000726e00000|100%| O| |TAMS 0x0000000726e00000, 0x0000000726c00000| Untracked
|
13734 | | 311|0x0000000726e00000, 0x0000000727000000, 0x0000000727000000|100%| O| |TAMS 0x0000000727000000, 0x0000000726e00000| Untracked
|
13735 | | 312|0x0000000727000000, 0x0000000727200000, 0x0000000727200000|100%| O| |TAMS 0x0000000727200000, 0x0000000727000000| Untracked
|
13736 | | 313|0x0000000727200000, 0x0000000727400000, 0x0000000727400000|100%| O| |TAMS 0x0000000727400000, 0x0000000727200000| Untracked
|
13737 | | 314|0x0000000727400000, 0x0000000727600000, 0x0000000727600000|100%| O| |TAMS 0x0000000727600000, 0x0000000727400000| Untracked
|
13738 | | 315|0x0000000727600000, 0x0000000727800000, 0x0000000727800000|100%| O| |TAMS 0x0000000727800000, 0x0000000727600000| Untracked
|
13739 | | 316|0x0000000727800000, 0x0000000727a00000, 0x0000000727a00000|100%| O| |TAMS 0x0000000727a00000, 0x0000000727800000| Untracked
|
13740 | | 317|0x0000000727a00000, 0x0000000727c00000, 0x0000000727c00000|100%| O| |TAMS 0x0000000727c00000, 0x0000000727a00000| Untracked
|
13741 | | 318|0x0000000727c00000, 0x0000000727dffff8, 0x0000000727e00000| 99%| O| |TAMS 0x0000000727dffff8, 0x0000000727c00000| Untracked
|
13742 | | 319|0x0000000727e00000, 0x0000000728000000, 0x0000000728000000|100%| O| |TAMS 0x0000000728000000, 0x0000000727e00000| Untracked
|
13743 | | 320|0x0000000728000000, 0x0000000728200000, 0x0000000728200000|100%| O| |TAMS 0x0000000728200000, 0x0000000728000000| Untracked
|
13744 | | 321|0x0000000728200000, 0x0000000728400000, 0x0000000728400000|100%| O| |TAMS 0x0000000728400000, 0x0000000728200000| Untracked
|
13745 | | 322|0x0000000728400000, 0x0000000728600000, 0x0000000728600000|100%| O| |TAMS 0x0000000728600000, 0x0000000728400000| Untracked
|
13746 | | 323|0x0000000728600000, 0x0000000728800000, 0x0000000728800000|100%| O| |TAMS 0x0000000728800000, 0x0000000728600000| Untracked
|
13747 | | 324|0x0000000728800000, 0x0000000728a00000, 0x0000000728a00000|100%| O| |TAMS 0x0000000728a00000, 0x0000000728800000| Untracked
|
13748 | | 325|0x0000000728a00000, 0x0000000728c00000, 0x0000000728c00000|100%| O| |TAMS 0x0000000728c00000, 0x0000000728a00000| Untracked
|
13749 | | 326|0x0000000728c00000, 0x0000000728e00000, 0x0000000728e00000|100%| O| |TAMS 0x0000000728e00000, 0x0000000728c00000| Untracked
|
13750 | | 327|0x0000000728e00000, 0x0000000729000000, 0x0000000729000000|100%| O| |TAMS 0x0000000729000000, 0x0000000728e00000| Untracked
|
13751 | | 328|0x0000000729000000, 0x0000000729200000, 0x0000000729200000|100%| O| |TAMS 0x0000000729200000, 0x0000000729000000| Untracked
|
13752 | | 329|0x0000000729200000, 0x0000000729400000, 0x0000000729400000|100%| O| |TAMS 0x0000000729400000, 0x0000000729200000| Untracked
|
13753 | | 330|0x0000000729400000, 0x0000000729600000, 0x0000000729600000|100%| O| |TAMS 0x0000000729600000, 0x0000000729400000| Untracked
|
13754 | | 331|0x0000000729600000, 0x0000000729800000, 0x0000000729800000|100%| O| |TAMS 0x0000000729800000, 0x0000000729600000| Untracked
|
13755 | | 332|0x0000000729800000, 0x0000000729a00000, 0x0000000729a00000|100%| O| |TAMS 0x0000000729a00000, 0x0000000729800000| Untracked
|
13756 | | 333|0x0000000729a00000, 0x0000000729c00000, 0x0000000729c00000|100%| O| |TAMS 0x0000000729c00000, 0x0000000729a00000| Untracked
|
13757 | | 334|0x0000000729c00000, 0x0000000729e00000, 0x0000000729e00000|100%| O| |TAMS 0x0000000729e00000, 0x0000000729c00000| Untracked
|
13758 | | 335|0x0000000729e00000, 0x000000072a000000, 0x000000072a000000|100%| O| |TAMS 0x000000072a000000, 0x0000000729e00000| Untracked
|
13759 | | 336|0x000000072a000000, 0x000000072a200000, 0x000000072a200000|100%| O| |TAMS 0x000000072a200000, 0x000000072a000000| Untracked
|
13760 | | 337|0x000000072a200000, 0x000000072a400000, 0x000000072a400000|100%|HS| |TAMS 0x000000072a400000, 0x000000072a200000| Complete
|
13761 | | 338|0x000000072a400000, 0x000000072a600000, 0x000000072a600000|100%|HC| |TAMS 0x000000072a600000, 0x000000072a400000| Complete
|
13762 | | 339|0x000000072a600000, 0x000000072a800000, 0x000000072a800000|100%|HC| |TAMS 0x000000072a800000, 0x000000072a600000| Complete
|
13763 | | 340|0x000000072a800000, 0x000000072aa00000, 0x000000072aa00000|100%|HC| |TAMS 0x000000072aa00000, 0x000000072a800000| Complete
|
13764 | | 341|0x000000072aa00000, 0x000000072ac00000, 0x000000072ac00000|100%|HC| |TAMS 0x000000072ac00000, 0x000000072aa00000| Complete
|
13765 | | 342|0x000000072ac00000, 0x000000072ae00000, 0x000000072ae00000|100%|HS| |TAMS 0x000000072ae00000, 0x000000072ac00000| Complete
|
13766 | | 343|0x000000072ae00000, 0x000000072b000000, 0x000000072b000000|100%|HC| |TAMS 0x000000072b000000, 0x000000072ae00000| Complete
|
13767 | | 344|0x000000072b000000, 0x000000072b200000, 0x000000072b200000|100%|HC| |TAMS 0x000000072b200000, 0x000000072b000000| Complete
|
13768 | | 345|0x000000072b200000, 0x000000072b400000, 0x000000072b400000|100%|HC| |TAMS 0x000000072b400000, 0x000000072b200000| Complete
|
13769 | | 346|0x000000072b400000, 0x000000072b600000, 0x000000072b600000|100%|HC| |TAMS 0x000000072b600000, 0x000000072b400000| Complete
|
13770 | | 347|0x000000072b600000, 0x000000072b800000, 0x000000072b800000|100%|HC| |TAMS 0x000000072b800000, 0x000000072b600000| Complete
|
13771 | | 348|0x000000072b800000, 0x000000072ba00000, 0x000000072ba00000|100%|HC| |TAMS 0x000000072ba00000, 0x000000072b800000| Complete
|
13772 | | 349|0x000000072ba00000, 0x000000072bc00000, 0x000000072bc00000|100%|HC| |TAMS 0x000000072bc00000, 0x000000072ba00000| Complete
|
13773 | | 350|0x000000072bc00000, 0x000000072be00000, 0x000000072be00000|100%|HC| |TAMS 0x000000072be00000, 0x000000072bc00000| Complete
|
13774 | | 351|0x000000072be00000, 0x000000072c000000, 0x000000072c000000|100%|HS| |TAMS 0x000000072c000000, 0x000000072be00000| Complete
|
13775 | | 352|0x000000072c000000, 0x000000072c200000, 0x000000072c200000|100%|HC| |TAMS 0x000000072c200000, 0x000000072c000000| Complete
|
13776 | | 353|0x000000072c200000, 0x000000072c400000, 0x000000072c400000|100%|HC| |TAMS 0x000000072c400000, 0x000000072c200000| Complete
|
13777 | | 354|0x000000072c400000, 0x000000072c600000, 0x000000072c600000|100%|HC| |TAMS 0x000000072c600000, 0x000000072c400000| Complete
|
13778 | | 355|0x000000072c600000, 0x000000072c800000, 0x000000072c800000|100%|HS| |TAMS 0x000000072c800000, 0x000000072c600000| Complete
|
13779 | | 356|0x000000072c800000, 0x000000072ca00000, 0x000000072ca00000|100%|HC| |TAMS 0x000000072ca00000, 0x000000072c800000| Complete
|
13780 | | 357|0x000000072ca00000, 0x000000072cc00000, 0x000000072cc00000|100%|HC| |TAMS 0x000000072cc00000, 0x000000072ca00000| Complete
|
13781 | | 358|0x000000072cc00000, 0x000000072ce00000, 0x000000072ce00000|100%|HC| |TAMS 0x000000072ce00000, 0x000000072cc00000| Complete
|
13782 | | 359|0x000000072ce00000, 0x000000072d000000, 0x000000072d000000|100%|HC| |TAMS 0x000000072d000000, 0x000000072ce00000| Complete
|
13783 | | 360|0x000000072d000000, 0x000000072d200000, 0x000000072d200000|100%|HS| |TAMS 0x000000072d200000, 0x000000072d000000| Complete
|
13784 | | 361|0x000000072d200000, 0x000000072d400000, 0x000000072d400000|100%|HC| |TAMS 0x000000072d400000, 0x000000072d200000| Complete
|
13785 | | 362|0x000000072d400000, 0x000000072d600000, 0x000000072d600000|100%|HC| |TAMS 0x000000072d600000, 0x000000072d400000| Complete
|
13786 | | 363|0x000000072d600000, 0x000000072d800000, 0x000000072d800000|100%|HC| |TAMS 0x000000072d800000, 0x000000072d600000| Complete
|
13787 | | 364|0x000000072d800000, 0x000000072da00000, 0x000000072da00000|100%|HC| |TAMS 0x000000072da00000, 0x000000072d800000| Complete
|
13788 | | 365|0x000000072da00000, 0x000000072dc00000, 0x000000072dc00000|100%|HC| |TAMS 0x000000072dc00000, 0x000000072da00000| Complete
|
13789 | | 366|0x000000072dc00000, 0x000000072de00000, 0x000000072de00000|100%|HC| |TAMS 0x000000072de00000, 0x000000072dc00000| Complete
|
13790 | | 367|0x000000072de00000, 0x000000072e000000, 0x000000072e000000|100%|HC| |TAMS 0x000000072e000000, 0x000000072de00000| Complete
|
13791 | | 368|0x000000072e000000, 0x000000072e200000, 0x000000072e200000|100%|HC| |TAMS 0x000000072e200000, 0x000000072e000000| Complete
|
13792 | | 369|0x000000072e200000, 0x000000072e400000, 0x000000072e400000|100%|HS| |TAMS 0x000000072e400000, 0x000000072e200000| Complete
|
13793 | | 370|0x000000072e400000, 0x000000072e600000, 0x000000072e600000|100%|HC| |TAMS 0x000000072e600000, 0x000000072e400000| Complete
|
13794 | | 371|0x000000072e600000, 0x000000072e800000, 0x000000072e800000|100%|HC| |TAMS 0x000000072e800000, 0x000000072e600000| Complete
|
13795 | | 372|0x000000072e800000, 0x000000072ea00000, 0x000000072ea00000|100%|HC| |TAMS 0x000000072ea00000, 0x000000072e800000| Complete
|
13796 | | 373|0x000000072ea00000, 0x000000072ec00000, 0x000000072ec00000|100%|HS| |TAMS 0x000000072ec00000, 0x000000072ea00000| Complete
|
13797 | | 374|0x000000072ec00000, 0x000000072ee00000, 0x000000072ee00000|100%|HC| |TAMS 0x000000072ee00000, 0x000000072ec00000| Complete
|
13798 | | 375|0x000000072ee00000, 0x000000072f000000, 0x000000072f000000|100%|HC| |TAMS 0x000000072f000000, 0x000000072ee00000| Complete
|
13799 | | 376|0x000000072f000000, 0x000000072f200000, 0x000000072f200000|100%|HC| |TAMS 0x000000072f200000, 0x000000072f000000| Complete
|
13800 | | 377|0x000000072f200000, 0x000000072f400000, 0x000000072f400000|100%|HC| |TAMS 0x000000072f400000, 0x000000072f200000| Complete
|
13801 | | 378|0x000000072f400000, 0x000000072f600000, 0x000000072f600000|100%|HS| |TAMS 0x000000072f600000, 0x000000072f400000| Complete
|
13802 | | 379|0x000000072f600000, 0x000000072f800000, 0x000000072f800000|100%|HC| |TAMS 0x000000072f800000, 0x000000072f600000| Complete
|
13803 | | 380|0x000000072f800000, 0x000000072fa00000, 0x000000072fa00000|100%|HC| |TAMS 0x000000072fa00000, 0x000000072f800000| Complete
|
13804 | | 381|0x000000072fa00000, 0x000000072fc00000, 0x000000072fc00000|100%|HC| |TAMS 0x000000072fc00000, 0x000000072fa00000| Complete
|
13805 | | 382|0x000000072fc00000, 0x000000072fe00000, 0x000000072fe00000|100%|HC| |TAMS 0x000000072fe00000, 0x000000072fc00000| Complete
|
13806 | | 383|0x000000072fe00000, 0x0000000730000000, 0x0000000730000000|100%|HC| |TAMS 0x0000000730000000, 0x000000072fe00000| Complete
|
13807 | | 384|0x0000000730000000, 0x0000000730200000, 0x0000000730200000|100%|HC| |TAMS 0x0000000730200000, 0x0000000730000000| Complete
|
13808 | | 385|0x0000000730200000, 0x0000000730400000, 0x0000000730400000|100%|HC| |TAMS 0x0000000730400000, 0x0000000730200000| Complete
|
13809 | | 386|0x0000000730400000, 0x0000000730600000, 0x0000000730600000|100%|HC| |TAMS 0x0000000730600000, 0x0000000730400000| Complete
|
13810 | | 387|0x0000000730600000, 0x0000000730800000, 0x0000000730800000|100%|HS| |TAMS 0x0000000730800000, 0x0000000730600000| Complete
|
13811 | | 388|0x0000000730800000, 0x0000000730a00000, 0x0000000730a00000|100%|HC| |TAMS 0x0000000730a00000, 0x0000000730800000| Complete
|
13812 | | 389|0x0000000730a00000, 0x0000000730c00000, 0x0000000730c00000|100%|HC| |TAMS 0x0000000730c00000, 0x0000000730a00000| Complete
|
13813 | | 390|0x0000000730c00000, 0x0000000730e00000, 0x0000000730e00000|100%|HS| |TAMS 0x0000000730e00000, 0x0000000730c00000| Complete
|
13814 | | 391|0x0000000730e00000, 0x0000000731000000, 0x0000000731000000|100%|HC| |TAMS 0x0000000731000000, 0x0000000730e00000| Complete
|
13815 | | 392|0x0000000731000000, 0x0000000731200000, 0x0000000731200000|100%|HC| |TAMS 0x0000000731200000, 0x0000000731000000| Complete
|
13816 | | 393|0x0000000731200000, 0x0000000731400000, 0x0000000731400000|100%|HC| |TAMS 0x0000000731400000, 0x0000000731200000| Complete
|
13817 | | 394|0x0000000731400000, 0x0000000731600000, 0x0000000731600000|100%|HS| |TAMS 0x0000000731600000, 0x0000000731400000| Complete
|
13818 | | 395|0x0000000731600000, 0x0000000731800000, 0x0000000731800000|100%|HC| |TAMS 0x0000000731800000, 0x0000000731600000| Complete
|
13819 | | 396|0x0000000731800000, 0x0000000731a00000, 0x0000000731a00000|100%|HC| |TAMS 0x0000000731a00000, 0x0000000731800000| Complete
|
13820 | | 397|0x0000000731a00000, 0x0000000731c00000, 0x0000000731c00000|100%|HC| |TAMS 0x0000000731c00000, 0x0000000731a00000| Complete
|
13821 | | 398|0x0000000731c00000, 0x0000000731e00000, 0x0000000731e00000|100%|HC| |TAMS 0x0000000731e00000, 0x0000000731c00000| Complete
|
13822 | | 399|0x0000000731e00000, 0x0000000732000000, 0x0000000732000000|100%|HS| |TAMS 0x0000000732000000, 0x0000000731e00000| Complete
|
13823 | | 400|0x0000000732000000, 0x0000000732200000, 0x0000000732200000|100%|HC| |TAMS 0x0000000732200000, 0x0000000732000000| Complete
|
13824 | | 401|0x0000000732200000, 0x0000000732400000, 0x0000000732400000|100%|HC| |TAMS 0x0000000732400000, 0x0000000732200000| Complete
|
13825 | | 402|0x0000000732400000, 0x0000000732600000, 0x0000000732600000|100%|HC| |TAMS 0x0000000732600000, 0x0000000732400000| Complete
|
13826 | | 403|0x0000000732600000, 0x0000000732800000, 0x0000000732800000|100%|HC| |TAMS 0x0000000732800000, 0x0000000732600000| Complete
|
13827 | | 404|0x0000000732800000, 0x0000000732a00000, 0x0000000732a00000|100%|HC| |TAMS 0x0000000732a00000, 0x0000000732800000| Complete
|
13828 | | 405|0x0000000732a00000, 0x0000000732c00000, 0x0000000732c00000|100%|HC| |TAMS 0x0000000732c00000, 0x0000000732a00000| Complete
|
13829 | | 406|0x0000000732c00000, 0x0000000732e00000, 0x0000000732e00000|100%|HC| |TAMS 0x0000000732e00000, 0x0000000732c00000| Complete
|
13830 | | 407|0x0000000732e00000, 0x0000000733000000, 0x0000000733000000|100%|HC| |TAMS 0x0000000733000000, 0x0000000732e00000| Complete
|
13831 | | 408|0x0000000733000000, 0x0000000733200000, 0x0000000733200000|100%|HS| |TAMS 0x0000000733200000, 0x0000000733000000| Complete
|
13832 | | 409|0x0000000733200000, 0x0000000733400000, 0x0000000733400000|100%|HC| |TAMS 0x0000000733400000, 0x0000000733200000| Complete
|
13833 | | 410|0x0000000733400000, 0x0000000733600000, 0x0000000733600000|100%|HC| |TAMS 0x0000000733600000, 0x0000000733400000| Complete
|
13834 | | 411|0x0000000733600000, 0x0000000733800000, 0x0000000733800000|100%| O| |TAMS 0x0000000733800000, 0x0000000733600000| Untracked
|
13835 | | 412|0x0000000733800000, 0x0000000733a00000, 0x0000000733a00000|100%| O| |TAMS 0x0000000733a00000, 0x0000000733800000| Untracked
|
13836 | | 413|0x0000000733a00000, 0x0000000733c00000, 0x0000000733c00000|100%| O| |TAMS 0x0000000733c00000, 0x0000000733a00000| Untracked
|
13837 | | 414|0x0000000733c00000, 0x0000000733e00000, 0x0000000733e00000|100%| O| |TAMS 0x0000000733e00000, 0x0000000733c00000| Untracked
|
13838 | | 415|0x0000000733e00000, 0x0000000734000000, 0x0000000734000000|100%| O| |TAMS 0x0000000734000000, 0x0000000733e00000| Untracked
|
13839 | | 416|0x0000000734000000, 0x0000000734200000, 0x0000000734200000|100%| O| |TAMS 0x0000000734200000, 0x0000000734000000| Untracked
|
13840 | | 417|0x0000000734200000, 0x0000000734400000, 0x0000000734400000|100%| O| |TAMS 0x0000000734400000, 0x0000000734200000| Untracked
|
13841 | | 418|0x0000000734400000, 0x0000000734600000, 0x0000000734600000|100%| O| |TAMS 0x0000000734600000, 0x0000000734400000| Untracked
|
13842 | | 419|0x0000000734600000, 0x0000000734800000, 0x0000000734800000|100%| O| |TAMS 0x0000000734800000, 0x0000000734600000| Untracked
|
13843 | | 420|0x0000000734800000, 0x0000000734a00000, 0x0000000734a00000|100%| O| |TAMS 0x0000000734a00000, 0x0000000734800000| Untracked
|
13844 | | 421|0x0000000734a00000, 0x0000000734c00000, 0x0000000734c00000|100%| O| |TAMS 0x0000000734c00000, 0x0000000734a00000| Untracked
|
13845 | | 422|0x0000000734c00000, 0x0000000734e00000, 0x0000000734e00000|100%| O| |TAMS 0x0000000734e00000, 0x0000000734c00000| Untracked
|
13846 | | 423|0x0000000734e00000, 0x0000000735000000, 0x0000000735000000|100%| O| |TAMS 0x0000000735000000, 0x0000000734e00000| Untracked
|
13847 | | 424|0x0000000735000000, 0x0000000735200000, 0x0000000735200000|100%| O| |TAMS 0x0000000735200000, 0x0000000735000000| Untracked
|
13848 | | 425|0x0000000735200000, 0x0000000735400000, 0x0000000735400000|100%| O| |TAMS 0x0000000735400000, 0x0000000735200000| Untracked
|
13849 | | 426|0x0000000735400000, 0x0000000735600000, 0x0000000735600000|100%| O| |TAMS 0x0000000735600000, 0x0000000735400000| Untracked
|
13850 | | 427|0x0000000735600000, 0x0000000735800000, 0x0000000735800000|100%| O| |TAMS 0x0000000735800000, 0x0000000735600000| Untracked
|
13851 | | 428|0x0000000735800000, 0x0000000735a00000, 0x0000000735a00000|100%| O| |TAMS 0x0000000735a00000, 0x0000000735800000| Untracked
|
13852 | | 429|0x0000000735a00000, 0x0000000735c00000, 0x0000000735c00000|100%| O| |TAMS 0x0000000735c00000, 0x0000000735a00000| Untracked
|
13853 | | 430|0x0000000735c00000, 0x0000000735e00000, 0x0000000735e00000|100%| O| |TAMS 0x0000000735e00000, 0x0000000735c00000| Untracked
|
13854 | | 431|0x0000000735e00000, 0x0000000736000000, 0x0000000736000000|100%| O| |TAMS 0x0000000736000000, 0x0000000735e00000| Untracked
|
13855 | | 432|0x0000000736000000, 0x0000000736200000, 0x0000000736200000|100%| O| |TAMS 0x0000000736200000, 0x0000000736000000| Untracked
|
13856 | | 433|0x0000000736200000, 0x0000000736400000, 0x0000000736400000|100%| O| |TAMS 0x0000000736284000, 0x0000000736200000| Untracked
|
13857 | | 434|0x0000000736400000, 0x0000000736600000, 0x0000000736600000|100%|HS| |TAMS 0x0000000736400000, 0x0000000736400000| Complete
|
13858 | | 435|0x0000000736600000, 0x0000000736800000, 0x0000000736800000|100%|HC| |TAMS 0x0000000736600000, 0x0000000736600000| Complete
|
13859 | | 436|0x0000000736800000, 0x0000000736a00000, 0x0000000736a00000|100%|HC| |TAMS 0x0000000736800000, 0x0000000736800000| Complete
|
13860 | | 437|0x0000000736a00000, 0x0000000736c00000, 0x0000000736c00000|100%|HC| |TAMS 0x0000000736a00000, 0x0000000736a00000| Complete
|
13861 | | 438|0x0000000736c00000, 0x0000000736e00000, 0x0000000736e00000|100%|HC| |TAMS 0x0000000736c00000, 0x0000000736c00000| Complete
|
13862 | | 439|0x0000000736e00000, 0x0000000737000000, 0x0000000737000000|100%|HS| |TAMS 0x0000000736e00000, 0x0000000736e00000| Complete
|
13863 | | 440|0x0000000737000000, 0x0000000737200000, 0x0000000737200000|100%|HC| |TAMS 0x0000000737000000, 0x0000000737000000| Complete
|
13864 | | 441|0x0000000737200000, 0x0000000737400000, 0x0000000737400000|100%|HC| |TAMS 0x0000000737200000, 0x0000000737200000| Complete
|
13865 | | 442|0x0000000737400000, 0x0000000737600000, 0x0000000737600000|100%|HC| |TAMS 0x0000000737400000, 0x0000000737400000| Complete
|
13866 | | 443|0x0000000737600000, 0x0000000737800000, 0x0000000737800000|100%|HC| |TAMS 0x0000000737600000, 0x0000000737600000| Complete
|
13867 | | 444|0x0000000737800000, 0x0000000737a00000, 0x0000000737a00000|100%|HC| |TAMS 0x0000000737800000, 0x0000000737800000| Complete
|
13868 | | 445|0x0000000737a00000, 0x0000000737c00000, 0x0000000737c00000|100%|HC| |TAMS 0x0000000737a00000, 0x0000000737a00000| Complete
|
13869 | | 446|0x0000000737c00000, 0x0000000737e00000, 0x0000000737e00000|100%|HC| |TAMS 0x0000000737c00000, 0x0000000737c00000| Complete
|
13870 | | 447|0x0000000737e00000, 0x0000000738000000, 0x0000000738000000|100%|HC| |TAMS 0x0000000737e00000, 0x0000000737e00000| Complete
|
13871 | | 448|0x0000000738000000, 0x0000000738200000, 0x0000000738200000|100%|HS| |TAMS 0x0000000738000000, 0x0000000738000000| Complete
|
13872 | | 449|0x0000000738200000, 0x0000000738400000, 0x0000000738400000|100%|HC| |TAMS 0x0000000738200000, 0x0000000738200000| Complete
|
13873 | | 450|0x0000000738400000, 0x0000000738600000, 0x0000000738600000|100%|HC| |TAMS 0x0000000738400000, 0x0000000738400000| Complete
|
13874 | | 451|0x0000000738600000, 0x0000000738800000, 0x0000000738800000|100%|HC| |TAMS 0x0000000738600000, 0x0000000738600000| Complete
|
13875 | | 452|0x0000000738800000, 0x0000000738a00000, 0x0000000738a00000|100%|HS| |TAMS 0x0000000738800000, 0x0000000738800000| Complete
|
13876 | | 453|0x0000000738a00000, 0x0000000738c00000, 0x0000000738c00000|100%|HC| |TAMS 0x0000000738a00000, 0x0000000738a00000| Complete
|
13877 | | 454|0x0000000738c00000, 0x0000000738e00000, 0x0000000738e00000|100%|HC| |TAMS 0x0000000738c00000, 0x0000000738c00000| Complete
|
13878 | | 455|0x0000000738e00000, 0x0000000739000000, 0x0000000739000000|100%|HC| |TAMS 0x0000000738e00000, 0x0000000738e00000| Complete
|
13879 | | 456|0x0000000739000000, 0x0000000739200000, 0x0000000739200000|100%|HC| |TAMS 0x0000000739000000, 0x0000000739000000| Complete
|
13880 | | 457|0x0000000739200000, 0x0000000739400000, 0x0000000739400000|100%|HS| |TAMS 0x0000000739200000, 0x0000000739200000| Complete
|
13881 | | 458|0x0000000739400000, 0x0000000739600000, 0x0000000739600000|100%|HC| |TAMS 0x0000000739400000, 0x0000000739400000| Complete
|
13882 | | 459|0x0000000739600000, 0x0000000739800000, 0x0000000739800000|100%|HC| |TAMS 0x0000000739600000, 0x0000000739600000| Complete
|
13883 | | 460|0x0000000739800000, 0x0000000739a00000, 0x0000000739a00000|100%|HC| |TAMS 0x0000000739800000, 0x0000000739800000| Complete
|
13884 | | 461|0x0000000739a00000, 0x0000000739c00000, 0x0000000739c00000|100%|HC| |TAMS 0x0000000739a00000, 0x0000000739a00000| Complete
|
13885 | | 462|0x0000000739c00000, 0x0000000739e00000, 0x0000000739e00000|100%|HC| |TAMS 0x0000000739c00000, 0x0000000739c00000| Complete
|
13886 | | 463|0x0000000739e00000, 0x000000073a000000, 0x000000073a000000|100%|HC| |TAMS 0x0000000739e00000, 0x0000000739e00000| Complete
|
13887 | | 464|0x000000073a000000, 0x000000073a200000, 0x000000073a200000|100%|HC| |TAMS 0x000000073a000000, 0x000000073a000000| Complete
|
13888 | | 465|0x000000073a200000, 0x000000073a400000, 0x000000073a400000|100%|HC| |TAMS 0x000000073a200000, 0x000000073a200000| Complete
|
13889 | | 466|0x000000073a400000, 0x000000073a600000, 0x000000073a600000|100%|HS| |TAMS 0x000000073a400000, 0x000000073a400000| Complete
|
13890 | | 467|0x000000073a600000, 0x000000073a800000, 0x000000073a800000|100%|HC| |TAMS 0x000000073a600000, 0x000000073a600000| Complete
|
13891 | | 468|0x000000073a800000, 0x000000073aa00000, 0x000000073aa00000|100%|HC| |TAMS 0x000000073a800000, 0x000000073a800000| Complete
|
13892 | | 469|0x000000073aa00000, 0x000000073ac00000, 0x000000073ac00000|100%|HC| |TAMS 0x000000073aa00000, 0x000000073aa00000| Complete
|
13893 | | 470|0x000000073ac00000, 0x000000073ae00000, 0x000000073ae00000|100%|HS| |TAMS 0x000000073ac00000, 0x000000073ac00000| Complete
|
13894 | | 471|0x000000073ae00000, 0x000000073b000000, 0x000000073b000000|100%|HC| |TAMS 0x000000073ae00000, 0x000000073ae00000| Complete
|
13895 | | 472|0x000000073b000000, 0x000000073b200000, 0x000000073b200000|100%|HC| |TAMS 0x000000073b000000, 0x000000073b000000| Complete
|
13896 | | 473|0x000000073b200000, 0x000000073b400000, 0x000000073b400000|100%|HC| |TAMS 0x000000073b200000, 0x000000073b200000| Complete
|
13897 | | 474|0x000000073b400000, 0x000000073b600000, 0x000000073b600000|100%|HC| |TAMS 0x000000073b400000, 0x000000073b400000| Complete
|
13898 | | 475|0x000000073b600000, 0x000000073b800000, 0x000000073b800000|100%|HS| |TAMS 0x000000073b600000, 0x000000073b600000| Complete
|
13899 | | 476|0x000000073b800000, 0x000000073ba00000, 0x000000073ba00000|100%|HC| |TAMS 0x000000073b800000, 0x000000073b800000| Complete
|
13900 | | 477|0x000000073ba00000, 0x000000073bc00000, 0x000000073bc00000|100%|HC| |TAMS 0x000000073ba00000, 0x000000073ba00000| Complete
|
13901 | | 478|0x000000073bc00000, 0x000000073be00000, 0x000000073be00000|100%|HC| |TAMS 0x000000073bc00000, 0x000000073bc00000| Complete
|
13902 | | 479|0x000000073be00000, 0x000000073c000000, 0x000000073c000000|100%|HC| |TAMS 0x000000073be00000, 0x000000073be00000| Complete
|
13903 | | 480|0x000000073c000000, 0x000000073c200000, 0x000000073c200000|100%|HC| |TAMS 0x000000073c000000, 0x000000073c000000| Complete
|
13904 | | 481|0x000000073c200000, 0x000000073c400000, 0x000000073c400000|100%|HC| |TAMS 0x000000073c200000, 0x000000073c200000| Complete
|
13905 | | 482|0x000000073c400000, 0x000000073c600000, 0x000000073c600000|100%|HC| |TAMS 0x000000073c400000, 0x000000073c400000| Complete
|
13906 | | 483|0x000000073c600000, 0x000000073c800000, 0x000000073c800000|100%|HC| |TAMS 0x000000073c600000, 0x000000073c600000| Complete
|
13907 | | 484|0x000000073c800000, 0x000000073ca00000, 0x000000073ca00000|100%|HS| |TAMS 0x000000073c800000, 0x000000073c800000| Complete
|
13908 | | 485|0x000000073ca00000, 0x000000073cc00000, 0x000000073cc00000|100%|HC| |TAMS 0x000000073ca00000, 0x000000073ca00000| Complete
|
13909 | | 486|0x000000073cc00000, 0x000000073ce00000, 0x000000073ce00000|100%|HC| |TAMS 0x000000073cc00000, 0x000000073cc00000| Complete
|
13910 | | 487|0x000000073ce00000, 0x000000073d000000, 0x000000073d000000|100%|HS| |TAMS 0x000000073ce00000, 0x000000073ce00000| Complete
|
13911 | | 488|0x000000073d000000, 0x000000073d200000, 0x000000073d200000|100%|HC| |TAMS 0x000000073d000000, 0x000000073d000000| Complete
|
13912 | | 489|0x000000073d200000, 0x000000073d400000, 0x000000073d400000|100%|HC| |TAMS 0x000000073d200000, 0x000000073d200000| Complete
|
13913 | | 490|0x000000073d400000, 0x000000073d600000, 0x000000073d600000|100%|HS| |TAMS 0x000000073d400000, 0x000000073d400000| Complete
|
13914 | | 491|0x000000073d600000, 0x000000073d800000, 0x000000073d800000|100%|HC| |TAMS 0x000000073d600000, 0x000000073d600000| Complete
|
13915 | | 492|0x000000073d800000, 0x000000073da00000, 0x000000073da00000|100%|HC| |TAMS 0x000000073d800000, 0x000000073d800000| Complete
|
13916 | | 493|0x000000073da00000, 0x000000073dc00000, 0x000000073dc00000|100%|HS| |TAMS 0x000000073da00000, 0x000000073da00000| Complete
|
13917 | | 494|0x000000073dc00000, 0x000000073de00000, 0x000000073de00000|100%|HC| |TAMS 0x000000073dc00000, 0x000000073dc00000| Complete
|
13918 | | 495|0x000000073de00000, 0x000000073e000000, 0x000000073e000000|100%|HC| |TAMS 0x000000073de00000, 0x000000073de00000| Complete
|
13919 | | 496|0x000000073e000000, 0x000000073e200000, 0x000000073e200000|100%|HC| |TAMS 0x000000073e000000, 0x000000073e000000| Complete
|
13920 | | 497|0x000000073e200000, 0x000000073e400000, 0x000000073e400000|100%|HS| |TAMS 0x000000073e200000, 0x000000073e200000| Complete
|
13921 | | 498|0x000000073e400000, 0x000000073e600000, 0x000000073e600000|100%|HC| |TAMS 0x000000073e400000, 0x000000073e400000| Complete
|
13922 | | 499|0x000000073e600000, 0x000000073e800000, 0x000000073e800000|100%|HC| |TAMS 0x000000073e600000, 0x000000073e600000| Complete
|
13923 | | 500|0x000000073e800000, 0x000000073ea00000, 0x000000073ea00000|100%|HC| |TAMS 0x000000073e800000, 0x000000073e800000| Complete
|
13924 | | 501|0x000000073ea00000, 0x000000073ec00000, 0x000000073ec00000|100%|HC| |TAMS 0x000000073ea00000, 0x000000073ea00000| Complete
|
13925 | | 502|0x000000073ec00000, 0x000000073ee00000, 0x000000073ee00000|100%|HS| |TAMS 0x000000073ec00000, 0x000000073ec00000| Complete
|
13926 | | 503|0x000000073ee00000, 0x000000073f000000, 0x000000073f000000|100%|HC| |TAMS 0x000000073ee00000, 0x000000073ee00000| Complete
|
13927 | | 504|0x000000073f000000, 0x000000073f200000, 0x000000073f200000|100%|HC| |TAMS 0x000000073f000000, 0x000000073f000000| Complete
|
13928 | | 505|0x000000073f200000, 0x000000073f400000, 0x000000073f400000|100%|HC| |TAMS 0x000000073f200000, 0x000000073f200000| Complete
|
13929 | | 506|0x000000073f400000, 0x000000073f600000, 0x000000073f600000|100%|HC| |TAMS 0x000000073f400000, 0x000000073f400000| Complete
|
13930 | | 507|0x000000073f600000, 0x000000073f800000, 0x000000073f800000|100%|HC| |TAMS 0x000000073f600000, 0x000000073f600000| Complete
|
13931 | | 508|0x000000073f800000, 0x000000073fa00000, 0x000000073fa00000|100%|HC| |TAMS 0x000000073f800000, 0x000000073f800000| Complete
|
13932 | | 509|0x000000073fa00000, 0x000000073fc00000, 0x000000073fc00000|100%|HC| |TAMS 0x000000073fa00000, 0x000000073fa00000| Complete
|
13933 | | 510|0x000000073fc00000, 0x000000073fe00000, 0x000000073fe00000|100%|HC| |TAMS 0x000000073fc00000, 0x000000073fc00000| Complete
|
13934 | | 511|0x000000073fe00000, 0x0000000740000000, 0x0000000740000000|100%|HS| |TAMS 0x000000073fe00000, 0x000000073fe00000| Complete
|
13935 | | 512|0x0000000740000000, 0x0000000740200000, 0x0000000740200000|100%|HC| |TAMS 0x0000000740000000, 0x0000000740000000| Complete
|
13936 | | 513|0x0000000740200000, 0x0000000740400000, 0x0000000740400000|100%|HC| |TAMS 0x0000000740200000, 0x0000000740200000| Complete
|
13937 | | 514|0x0000000740400000, 0x0000000740600000, 0x0000000740600000|100%|HC| |TAMS 0x0000000740400000, 0x0000000740400000| Complete
|
13938 | | 515|0x0000000740600000, 0x0000000740800000, 0x0000000740800000|100%|HS| |TAMS 0x0000000740600000, 0x0000000740600000| Complete
|
13939 | | 516|0x0000000740800000, 0x0000000740a00000, 0x0000000740a00000|100%|HC| |TAMS 0x0000000740800000, 0x0000000740800000| Complete
|
13940 | | 517|0x0000000740a00000, 0x0000000740c00000, 0x0000000740c00000|100%|HC| |TAMS 0x0000000740a00000, 0x0000000740a00000| Complete
|
13941 | | 518|0x0000000740c00000, 0x0000000740e00000, 0x0000000740e00000|100%|HC| |TAMS 0x0000000740c00000, 0x0000000740c00000| Complete
|
13942 | | 519|0x0000000740e00000, 0x0000000741000000, 0x0000000741000000|100%|HC| |TAMS 0x0000000740e00000, 0x0000000740e00000| Complete
|
13943 | | 520|0x0000000741000000, 0x0000000741200000, 0x0000000741200000|100%|HS| |TAMS 0x0000000741000000, 0x0000000741000000| Complete
|
13944 | | 521|0x0000000741200000, 0x0000000741400000, 0x0000000741400000|100%|HC| |TAMS 0x0000000741200000, 0x0000000741200000| Complete
|
13945 | | 522|0x0000000741400000, 0x0000000741600000, 0x0000000741600000|100%|HC| |TAMS 0x0000000741400000, 0x0000000741400000| Complete
|
13946 | | 523|0x0000000741600000, 0x0000000741800000, 0x0000000741800000|100%|HC| |TAMS 0x0000000741600000, 0x0000000741600000| Complete
|
13947 | | 524|0x0000000741800000, 0x0000000741a00000, 0x0000000741a00000|100%|HC| |TAMS 0x0000000741800000, 0x0000000741800000| Complete
|
13948 | | 525|0x0000000741a00000, 0x0000000741c00000, 0x0000000741c00000|100%|HC| |TAMS 0x0000000741a00000, 0x0000000741a00000| Complete
|
13949 | | 526|0x0000000741c00000, 0x0000000741e00000, 0x0000000741e00000|100%|HC| |TAMS 0x0000000741c00000, 0x0000000741c00000| Complete
|
13950 | | 527|0x0000000741e00000, 0x0000000742000000, 0x0000000742000000|100%|HC| |TAMS 0x0000000741e00000, 0x0000000741e00000| Complete
|
13951 | | 528|0x0000000742000000, 0x0000000742200000, 0x0000000742200000|100%|HC| |TAMS 0x0000000742000000, 0x0000000742000000| Complete
|
13952 | | 529|0x0000000742200000, 0x0000000742400000, 0x0000000742400000|100%|HS| |TAMS 0x0000000742200000, 0x0000000742200000| Complete
|
13953 | | 530|0x0000000742400000, 0x0000000742600000, 0x0000000742600000|100%|HC| |TAMS 0x0000000742400000, 0x0000000742400000| Complete
|
13954 | | 531|0x0000000742600000, 0x0000000742800000, 0x0000000742800000|100%|HC| |TAMS 0x0000000742600000, 0x0000000742600000| Complete
|
13955 | | 532|0x0000000742800000, 0x0000000742a00000, 0x0000000742a00000|100%|HS| |TAMS 0x0000000742800000, 0x0000000742800000| Complete
|
13956 | | 533|0x0000000742a00000, 0x0000000742c00000, 0x0000000742c00000|100%|HC| |TAMS 0x0000000742a00000, 0x0000000742a00000| Complete
|
13957 | | 534|0x0000000742c00000, 0x0000000742e00000, 0x0000000742e00000|100%|HC| |TAMS 0x0000000742c00000, 0x0000000742c00000| Complete
|
13958 | | 535|0x0000000742e00000, 0x0000000743000000, 0x0000000743000000|100%|HS| |TAMS 0x0000000742e00000, 0x0000000742e00000| Complete
|
13959 | | 536|0x0000000743000000, 0x0000000743200000, 0x0000000743200000|100%|HC| |TAMS 0x0000000743000000, 0x0000000743000000| Complete
|
13960 | | 537|0x0000000743200000, 0x0000000743400000, 0x0000000743400000|100%|HC| |TAMS 0x0000000743200000, 0x0000000743200000| Complete
|
13961 | | 538|0x0000000743400000, 0x0000000743600000, 0x0000000743600000|100%|HC| |TAMS 0x0000000743400000, 0x0000000743400000| Complete
|
13962 | | 539|0x0000000743600000, 0x0000000743800000, 0x0000000743800000|100%|HS| |TAMS 0x0000000743600000, 0x0000000743600000| Complete
|
13963 | | 540|0x0000000743800000, 0x0000000743a00000, 0x0000000743a00000|100%|HC| |TAMS 0x0000000743800000, 0x0000000743800000| Complete
|
13964 | | 541|0x0000000743a00000, 0x0000000743c00000, 0x0000000743c00000|100%|HC| |TAMS 0x0000000743a00000, 0x0000000743a00000| Complete
|
13965 | | 542|0x0000000743c00000, 0x0000000743e00000, 0x0000000743e00000|100%|HC| |TAMS 0x0000000743c00000, 0x0000000743c00000| Complete
|
13966 | | 543|0x0000000743e00000, 0x0000000744000000, 0x0000000744000000|100%|HC| |TAMS 0x0000000743e00000, 0x0000000743e00000| Complete
|
13967 | | 544|0x0000000744000000, 0x0000000744200000, 0x0000000744200000|100%|HS| |TAMS 0x0000000744000000, 0x0000000744000000| Complete
|
13968 | | 545|0x0000000744200000, 0x0000000744400000, 0x0000000744400000|100%|HC| |TAMS 0x0000000744200000, 0x0000000744200000| Complete
|
13969 | | 546|0x0000000744400000, 0x0000000744600000, 0x0000000744600000|100%|HC| |TAMS 0x0000000744400000, 0x0000000744400000| Complete
|
13970 | | 547|0x0000000744600000, 0x0000000744800000, 0x0000000744800000|100%|HC| |TAMS 0x0000000744600000, 0x0000000744600000| Complete
|
13971 | | 548|0x0000000744800000, 0x0000000744a00000, 0x0000000744a00000|100%|HC| |TAMS 0x0000000744800000, 0x0000000744800000| Complete
|
13972 | | 549|0x0000000744a00000, 0x0000000744c00000, 0x0000000744c00000|100%|HC| |TAMS 0x0000000744a00000, 0x0000000744a00000| Complete
|
13973 | | 550|0x0000000744c00000, 0x0000000744e00000, 0x0000000744e00000|100%|HC| |TAMS 0x0000000744c00000, 0x0000000744c00000| Complete
|
13974 | | 551|0x0000000744e00000, 0x0000000745000000, 0x0000000745000000|100%|HC| |TAMS 0x0000000744e00000, 0x0000000744e00000| Complete
|
13975 | | 552|0x0000000745000000, 0x0000000745200000, 0x0000000745200000|100%|HC| |TAMS 0x0000000745000000, 0x0000000745000000| Complete
|
13976 | | 553|0x0000000745200000, 0x0000000745400000, 0x0000000745400000|100%|HS| |TAMS 0x0000000745200000, 0x0000000745200000| Complete
|
13977 | | 554|0x0000000745400000, 0x0000000745600000, 0x0000000745600000|100%|HC| |TAMS 0x0000000745400000, 0x0000000745400000| Complete
|
13978 | | 555|0x0000000745600000, 0x0000000745800000, 0x0000000745800000|100%|HC| |TAMS 0x0000000745600000, 0x0000000745600000| Complete
|
13979 | | 556|0x0000000745800000, 0x0000000745a00000, 0x0000000745a00000|100%|HC| |TAMS 0x0000000745800000, 0x0000000745800000| Complete
|
13980 | | 557|0x0000000745a00000, 0x0000000745c00000, 0x0000000745c00000|100%|HS| |TAMS 0x0000000745a00000, 0x0000000745a00000| Complete
|
13981 | | 558|0x0000000745c00000, 0x0000000745e00000, 0x0000000745e00000|100%|HC| |TAMS 0x0000000745c00000, 0x0000000745c00000| Complete
|
13982 | | 559|0x0000000745e00000, 0x0000000746000000, 0x0000000746000000|100%|HC| |TAMS 0x0000000745e00000, 0x0000000745e00000| Complete
|
13983 | | 560|0x0000000746000000, 0x0000000746200000, 0x0000000746200000|100%|HC| |TAMS 0x0000000746000000, 0x0000000746000000| Complete
|
13984 | | 561|0x0000000746200000, 0x0000000746400000, 0x0000000746400000|100%|HC| |TAMS 0x0000000746200000, 0x0000000746200000| Complete
|
13985 | | 562|0x0000000746400000, 0x0000000746600000, 0x0000000746600000|100%|HS| |TAMS 0x0000000746400000, 0x0000000746400000| Complete
|
13986 | | 563|0x0000000746600000, 0x0000000746800000, 0x0000000746800000|100%|HC| |TAMS 0x0000000746600000, 0x0000000746600000| Complete
|
13987 | | 564|0x0000000746800000, 0x0000000746a00000, 0x0000000746a00000|100%|HC| |TAMS 0x0000000746800000, 0x0000000746800000| Complete
|
13988 | | 565|0x0000000746a00000, 0x0000000746c00000, 0x0000000746c00000|100%|HC| |TAMS 0x0000000746a00000, 0x0000000746a00000| Complete
|
13989 | | 566|0x0000000746c00000, 0x0000000746e00000, 0x0000000746e00000|100%|HC| |TAMS 0x0000000746c00000, 0x0000000746c00000| Complete
|
13990 | | 567|0x0000000746e00000, 0x0000000747000000, 0x0000000747000000|100%|HC| |TAMS 0x0000000746e00000, 0x0000000746e00000| Complete
|
13991 | | 568|0x0000000747000000, 0x0000000747200000, 0x0000000747200000|100%|HC| |TAMS 0x0000000747000000, 0x0000000747000000| Complete
|
13992 | | 569|0x0000000747200000, 0x0000000747400000, 0x0000000747400000|100%|HC| |TAMS 0x0000000747200000, 0x0000000747200000| Complete
|
13993 | | 570|0x0000000747400000, 0x0000000747600000, 0x0000000747600000|100%|HC| |TAMS 0x0000000747400000, 0x0000000747400000| Complete
|
13994 | | 571|0x0000000747600000, 0x0000000747800000, 0x0000000747800000|100%| O| |TAMS 0x0000000747600000, 0x0000000747600000| Untracked
|
13995 | | 572|0x0000000747800000, 0x0000000747a00000, 0x0000000747a00000|100%| O| |TAMS 0x0000000747800000, 0x0000000747800000| Untracked
|
13996 | | 573|0x0000000747a00000, 0x0000000747c00000, 0x0000000747c00000|100%| O| |TAMS 0x0000000747a00000, 0x0000000747a00000| Untracked
|
13997 | | 574|0x0000000747c00000, 0x0000000747dffff8, 0x0000000747e00000| 99%| O| |TAMS 0x0000000747c00000, 0x0000000747c00000| Untracked
|
13998 | | 575|0x0000000747e00000, 0x0000000748000000, 0x0000000748000000|100%| O| |TAMS 0x0000000747e00000, 0x0000000747e00000| Untracked
|
13999 | | 576|0x0000000748000000, 0x0000000748200000, 0x0000000748200000|100%| O| |TAMS 0x0000000748000000, 0x0000000748000000| Untracked
|
14000 | | 577|0x0000000748200000, 0x0000000748400000, 0x0000000748400000|100%| O| |TAMS 0x0000000748200000, 0x0000000748200000| Untracked
|
14001 | | 578|0x0000000748400000, 0x0000000748600000, 0x0000000748600000|100%| O| |TAMS 0x0000000748400000, 0x0000000748400000| Untracked
|
14002 | | 579|0x0000000748600000, 0x0000000748800000, 0x0000000748800000|100%| O| |TAMS 0x0000000748600000, 0x0000000748600000| Untracked
|
14003 | | 580|0x0000000748800000, 0x0000000748a00000, 0x0000000748a00000|100%| O| |TAMS 0x0000000748800000, 0x0000000748800000| Untracked
|
14004 | | 581|0x0000000748a00000, 0x0000000748c00000, 0x0000000748c00000|100%| O| |TAMS 0x0000000748a00000, 0x0000000748a00000| Untracked
|
14005 | | 582|0x0000000748c00000, 0x0000000748e00000, 0x0000000748e00000|100%| O| |TAMS 0x0000000748c00000, 0x0000000748c00000| Untracked
|
14006 | | 583|0x0000000748e00000, 0x0000000749000000, 0x0000000749000000|100%| O| |TAMS 0x0000000748e00000, 0x0000000748e00000| Untracked
|
14007 | | 584|0x0000000749000000, 0x0000000749200000, 0x0000000749200000|100%| O| |TAMS 0x0000000749000000, 0x0000000749000000| Untracked
|
14008 | | 585|0x0000000749200000, 0x0000000749400000, 0x0000000749400000|100%| O| |TAMS 0x0000000749200000, 0x0000000749200000| Untracked
|
14009 | | 586|0x0000000749400000, 0x0000000749600000, 0x0000000749600000|100%| O| |TAMS 0x0000000749400000, 0x0000000749400000| Untracked
|
14010 | | 587|0x0000000749600000, 0x0000000749800000, 0x0000000749800000|100%| O| |TAMS 0x0000000749600000, 0x0000000749600000| Untracked
|
14011 | | 588|0x0000000749800000, 0x0000000749a00000, 0x0000000749a00000|100%| O| |TAMS 0x0000000749800000, 0x0000000749800000| Untracked
|
14012 | | 589|0x0000000749a00000, 0x0000000749c00000, 0x0000000749c00000|100%| O| |TAMS 0x0000000749a00000, 0x0000000749a00000| Untracked
|
14013 | | 590|0x0000000749c00000, 0x0000000749e00000, 0x0000000749e00000|100%| O| |TAMS 0x0000000749c00000, 0x0000000749c00000| Untracked
|
14014 | | 591|0x0000000749e00000, 0x000000074a000000, 0x000000074a000000|100%| O| |TAMS 0x0000000749e00000, 0x0000000749e00000| Untracked
|
14015 | | 592|0x000000074a000000, 0x000000074a200000, 0x000000074a200000|100%| O| |TAMS 0x000000074a000000, 0x000000074a000000| Untracked
|
14016 | | 593|0x000000074a200000, 0x000000074a400000, 0x000000074a400000|100%| O| |TAMS 0x000000074a200000, 0x000000074a200000| Untracked
|
14017 | | 594|0x000000074a400000, 0x000000074a600000, 0x000000074a600000|100%| O| |TAMS 0x000000074a400000, 0x000000074a400000| Untracked
|
14018 | | 595|0x000000074a600000, 0x000000074a800000, 0x000000074a800000|100%| O| |TAMS 0x000000074a600000, 0x000000074a600000| Untracked
|
14019 | | 596|0x000000074a800000, 0x000000074aa00000, 0x000000074aa00000|100%| O| |TAMS 0x000000074a800000, 0x000000074a800000| Untracked
|
14020 | | 597|0x000000074aa00000, 0x000000074ac00000, 0x000000074ac00000|100%| O| |TAMS 0x000000074aa00000, 0x000000074aa00000| Untracked
|
14021 | | 598|0x000000074ac00000, 0x000000074ae00000, 0x000000074ae00000|100%| O| |TAMS 0x000000074ac00000, 0x000000074ac00000| Untracked
|
14022 | | 599|0x000000074ae00000, 0x000000074b000000, 0x000000074b000000|100%| O| |TAMS 0x000000074ae00000, 0x000000074ae00000| Untracked
|
14023 | | 600|0x000000074b000000, 0x000000074b200000, 0x000000074b200000|100%| O| |TAMS 0x000000074b000000, 0x000000074b000000| Untracked
|
14024 | | 601|0x000000074b200000, 0x000000074b400000, 0x000000074b400000|100%| O| |TAMS 0x000000074b200000, 0x000000074b200000| Untracked
|
14025 | | 602|0x000000074b400000, 0x000000074b600000, 0x000000074b600000|100%| O| |TAMS 0x000000074b400000, 0x000000074b400000| Untracked
|
14026 | | 603|0x000000074b600000, 0x000000074b800000, 0x000000074b800000|100%| O| |TAMS 0x000000074b600000, 0x000000074b600000| Untracked
|
14027 | | 604|0x000000074b800000, 0x000000074ba00000, 0x000000074ba00000|100%| O| |TAMS 0x000000074b800000, 0x000000074b800000| Untracked
|
14028 | | 605|0x000000074ba00000, 0x000000074bb0c000, 0x000000074bc00000| 52%| O| |TAMS 0x000000074ba00000, 0x000000074ba00000| Untracked
|
14029 | | 606|0x000000074bc00000, 0x000000074be00000, 0x000000074be00000|100%|HS| |TAMS 0x000000074bc00000, 0x000000074bc00000| Complete
|
14030 | | 607|0x000000074be00000, 0x000000074c000000, 0x000000074c000000|100%|HC| |TAMS 0x000000074be00000, 0x000000074be00000| Complete
|
14031 | | 608|0x000000074c000000, 0x000000074c200000, 0x000000074c200000|100%|HC| |TAMS 0x000000074c000000, 0x000000074c000000| Complete
|
14032 | | 609|0x000000074c200000, 0x000000074c400000, 0x000000074c400000|100%|HC| |TAMS 0x000000074c200000, 0x000000074c200000| Complete
|
14033 | | 610|0x000000074c400000, 0x000000074c600000, 0x000000074c600000|100%|HC| |TAMS 0x000000074c400000, 0x000000074c400000| Complete
|
14034 | | 611|0x000000074c600000, 0x000000074c800000, 0x000000074c800000|100%|HC| |TAMS 0x000000074c600000, 0x000000074c600000| Complete
|
14035 | | 612|0x000000074c800000, 0x000000074ca00000, 0x000000074ca00000|100%|HC| |TAMS 0x000000074c800000, 0x000000074c800000| Complete
|
14036 | | 613|0x000000074ca00000, 0x000000074cc00000, 0x000000074cc00000|100%|HC| |TAMS 0x000000074ca00000, 0x000000074ca00000| Complete
|
14037 | | 614|0x000000074cc00000, 0x000000074ce00000, 0x000000074ce00000|100%|HC| |TAMS 0x000000074cc00000, 0x000000074cc00000| Complete
|
14038 | | 615|0x000000074ce00000, 0x000000074ce00000, 0x000000074d000000| 0%| F| |TAMS 0x000000074ce00000, 0x000000074ce00000| Untracked
|
14039 | | 616|0x000000074d000000, 0x000000074d000000, 0x000000074d200000| 0%| F| |TAMS 0x000000074d000000, 0x000000074d000000| Untracked
|
14040 | | 617|0x000000074d200000, 0x000000074d200000, 0x000000074d400000| 0%| F| |TAMS 0x000000074d200000, 0x000000074d200000| Untracked
|
14041 | | 618|0x000000074d400000, 0x000000074d400000, 0x000000074d600000| 0%| F| |TAMS 0x000000074d400000, 0x000000074d400000| Untracked
|
14042 | | 619|0x000000074d600000, 0x000000074d600000, 0x000000074d800000| 0%| F| |TAMS 0x000000074d600000, 0x000000074d600000| Untracked
|
14043 | | 620|0x000000074d800000, 0x000000074d800000, 0x000000074da00000| 0%| F| |TAMS 0x000000074d800000, 0x000000074d800000| Untracked
|
14044 | | 621|0x000000074da00000, 0x000000074da00000, 0x000000074dc00000| 0%| F| |TAMS 0x000000074da00000, 0x000000074da00000| Untracked
|
14045 | | 622|0x000000074dc00000, 0x000000074dc00000, 0x000000074de00000| 0%| F| |TAMS 0x000000074dc00000, 0x000000074dc00000| Untracked
|
14046 | | 623|0x000000074de00000, 0x000000074de00000, 0x000000074e000000| 0%| F| |TAMS 0x000000074de00000, 0x000000074de00000| Untracked
|
14047 | | 624|0x000000074e000000, 0x000000074e000000, 0x000000074e200000| 0%| F| |TAMS 0x000000074e000000, 0x000000074e000000| Untracked
|
14048 | | 625|0x000000074e200000, 0x000000074e200000, 0x000000074e400000| 0%| F| |TAMS 0x000000074e200000, 0x000000074e200000| Untracked
|
14049 | | 626|0x000000074e400000, 0x000000074e400000, 0x000000074e600000| 0%| F| |TAMS 0x000000074e400000, 0x000000074e400000| Untracked
|
14050 | | 627|0x000000074e600000, 0x000000074e600000, 0x000000074e800000| 0%| F| |TAMS 0x000000074e600000, 0x000000074e600000| Untracked
|
14051 | | 628|0x000000074e800000, 0x000000074e800000, 0x000000074ea00000| 0%| F| |TAMS 0x000000074e800000, 0x000000074e800000| Untracked
|
14052 | | 629|0x000000074ea00000, 0x000000074ea00000, 0x000000074ec00000| 0%| F| |TAMS 0x000000074ea00000, 0x000000074ea00000| Untracked
|
14053 | | 630|0x000000074ec00000, 0x000000074ec00000, 0x000000074ee00000| 0%| F| |TAMS 0x000000074ec00000, 0x000000074ec00000| Untracked
|
14054 | | 631|0x000000074ee00000, 0x000000074ee00000, 0x000000074f000000| 0%| F| |TAMS 0x000000074ee00000, 0x000000074ee00000| Untracked
|
14055 | | 632|0x000000074f000000, 0x000000074f000000, 0x000000074f200000| 0%| F| |TAMS 0x000000074f000000, 0x000000074f000000| Untracked
|
14056 | | 633|0x000000074f200000, 0x000000074f200000, 0x000000074f400000| 0%| F| |TAMS 0x000000074f200000, 0x000000074f200000| Untracked
|
14057 | | 634|0x000000074f400000, 0x000000074f400000, 0x000000074f600000| 0%| F| |TAMS 0x000000074f400000, 0x000000074f400000| Untracked
|
14058 | | 635|0x000000074f600000, 0x000000074f600000, 0x000000074f800000| 0%| F| |TAMS 0x000000074f600000, 0x000000074f600000| Untracked
|
14059 | | 636|0x000000074f800000, 0x000000074f800000, 0x000000074fa00000| 0%| F| |TAMS 0x000000074f800000, 0x000000074f800000| Untracked
|
14060 | | 637|0x000000074fa00000, 0x000000074fa00000, 0x000000074fc00000| 0%| F| |TAMS 0x000000074fa00000, 0x000000074fa00000| Untracked
|
14061 | | 638|0x000000074fc00000, 0x000000074fc00000, 0x000000074fe00000| 0%| F| |TAMS 0x000000074fc00000, 0x000000074fc00000| Untracked
|
14062 | | 639|0x000000074fe00000, 0x000000074fe00000, 0x0000000750000000| 0%| F| |TAMS 0x000000074fe00000, 0x000000074fe00000| Untracked
|
14063 | | 640|0x0000000750000000, 0x0000000750000000, 0x0000000750200000| 0%| F| |TAMS 0x0000000750000000, 0x0000000750000000| Untracked
|
14064 | | 641|0x0000000750200000, 0x0000000750200000, 0x0000000750400000| 0%| F| |TAMS 0x0000000750200000, 0x0000000750200000| Untracked
|
14065 | | 642|0x0000000750400000, 0x0000000750400000, 0x0000000750600000| 0%| F| |TAMS 0x0000000750400000, 0x0000000750400000| Untracked
|
14066 | | 643|0x0000000750600000, 0x0000000750600000, 0x0000000750800000| 0%| F| |TAMS 0x0000000750600000, 0x0000000750600000| Untracked
|
14067 | | 644|0x0000000750800000, 0x0000000750800000, 0x0000000750a00000| 0%| F| |TAMS 0x0000000750800000, 0x0000000750800000| Untracked
|
14068 | | 645|0x0000000750a00000, 0x0000000750a00000, 0x0000000750c00000| 0%| F| |TAMS 0x0000000750a00000, 0x0000000750a00000| Untracked
|
14069 | | 646|0x0000000750c00000, 0x0000000750c00000, 0x0000000750e00000| 0%| F| |TAMS 0x0000000750c00000, 0x0000000750c00000| Untracked
|
14070 | | 647|0x0000000750e00000, 0x0000000750e00000, 0x0000000751000000| 0%| F| |TAMS 0x0000000750e00000, 0x0000000750e00000| Untracked
|
14071 | | 648|0x0000000751000000, 0x0000000751000000, 0x0000000751200000| 0%| F| |TAMS 0x0000000751000000, 0x0000000751000000| Untracked
|
14072 | | 649|0x0000000751200000, 0x0000000751200000, 0x0000000751400000| 0%| F| |TAMS 0x0000000751200000, 0x0000000751200000| Untracked
|
14073 | | 650|0x0000000751400000, 0x0000000751400000, 0x0000000751600000| 0%| F| |TAMS 0x0000000751400000, 0x0000000751400000| Untracked
|
14074 | | 651|0x0000000751600000, 0x0000000751600000, 0x0000000751800000| 0%| F| |TAMS 0x0000000751600000, 0x0000000751600000| Untracked
|
14075 | | 652|0x0000000751800000, 0x0000000751800000, 0x0000000751a00000| 0%| F| |TAMS 0x0000000751800000, 0x0000000751800000| Untracked
|
14076 | | 653|0x0000000751a00000, 0x0000000751a00000, 0x0000000751c00000| 0%| F| |TAMS 0x0000000751a00000, 0x0000000751a00000| Untracked
|
14077 | | 654|0x0000000751c00000, 0x0000000751c00000, 0x0000000751e00000| 0%| F| |TAMS 0x0000000751c00000, 0x0000000751c00000| Untracked
|
14078 | | 655|0x0000000751e00000, 0x0000000751e00000, 0x0000000752000000| 0%| F| |TAMS 0x0000000751e00000, 0x0000000751e00000| Untracked
|
14079 | | 656|0x0000000752000000, 0x0000000752000000, 0x0000000752200000| 0%| F| |TAMS 0x0000000752000000, 0x0000000752000000| Untracked
|
14080 | | 657|0x0000000752200000, 0x0000000752200000, 0x0000000752400000| 0%| F| |TAMS 0x0000000752200000, 0x0000000752200000| Untracked
|
14081 | | 658|0x0000000752400000, 0x0000000752400000, 0x0000000752600000| 0%| F| |TAMS 0x0000000752400000, 0x0000000752400000| Untracked
|
14082 | | 659|0x0000000752600000, 0x0000000752600000, 0x0000000752800000| 0%| F| |TAMS 0x0000000752600000, 0x0000000752600000| Untracked
|
14083 | | 660|0x0000000752800000, 0x0000000752800000, 0x0000000752a00000| 0%| F| |TAMS 0x0000000752800000, 0x0000000752800000| Untracked
|
14084 | | 661|0x0000000752a00000, 0x0000000752a00000, 0x0000000752c00000| 0%| F| |TAMS 0x0000000752a00000, 0x0000000752a00000| Untracked
|
14085 | | 662|0x0000000752c00000, 0x0000000752c00000, 0x0000000752e00000| 0%| F| |TAMS 0x0000000752c00000, 0x0000000752c00000| Untracked
|
14086 | | 663|0x0000000752e00000, 0x0000000752e00000, 0x0000000753000000| 0%| F| |TAMS 0x0000000752e00000, 0x0000000752e00000| Untracked
|
14087 | | 664|0x0000000753000000, 0x0000000753000000, 0x0000000753200000| 0%| F| |TAMS 0x0000000753000000, 0x0000000753000000| Untracked
|
14088 | | 665|0x0000000753200000, 0x0000000753200000, 0x0000000753400000| 0%| F| |TAMS 0x0000000753200000, 0x0000000753200000| Untracked
|
14089 | | 666|0x0000000753400000, 0x0000000753400000, 0x0000000753600000| 0%| F| |TAMS 0x0000000753400000, 0x0000000753400000| Untracked
|
14090 | | 667|0x0000000753600000, 0x0000000753600000, 0x0000000753800000| 0%| F| |TAMS 0x0000000753600000, 0x0000000753600000| Untracked
|
14091 | | 668|0x0000000753800000, 0x0000000753800000, 0x0000000753a00000| 0%| F| |TAMS 0x0000000753800000, 0x0000000753800000| Untracked
|
14092 | | 669|0x0000000753a00000, 0x0000000753a00000, 0x0000000753c00000| 0%| F| |TAMS 0x0000000753a00000, 0x0000000753a00000| Untracked
|
14093 | | 670|0x0000000753c00000, 0x0000000753c00000, 0x0000000753e00000| 0%| F| |TAMS 0x0000000753c00000, 0x0000000753c00000| Untracked
|
14094 | | 671|0x0000000753e00000, 0x0000000753e00000, 0x0000000754000000| 0%| F| |TAMS 0x0000000753e00000, 0x0000000753e00000| Untracked
|
14095 | | 672|0x0000000754000000, 0x0000000754000000, 0x0000000754200000| 0%| F| |TAMS 0x0000000754000000, 0x0000000754000000| Untracked
|
14096 | | 673|0x0000000754200000, 0x0000000754200000, 0x0000000754400000| 0%| F| |TAMS 0x0000000754200000, 0x0000000754200000| Untracked
|
14097 | | 674|0x0000000754400000, 0x0000000754400000, 0x0000000754600000| 0%| F| |TAMS 0x0000000754400000, 0x0000000754400000| Untracked
|
14098 | | 675|0x0000000754600000, 0x0000000754600000, 0x0000000754800000| 0%| F| |TAMS 0x0000000754600000, 0x0000000754600000| Untracked
|
14099 | | 676|0x0000000754800000, 0x0000000754800000, 0x0000000754a00000| 0%| F| |TAMS 0x0000000754800000, 0x0000000754800000| Untracked
|
14100 | | 677|0x0000000754a00000, 0x0000000754a00000, 0x0000000754c00000| 0%| F| |TAMS 0x0000000754a00000, 0x0000000754a00000| Untracked
|
14101 | | 678|0x0000000754c00000, 0x0000000754c00000, 0x0000000754e00000| 0%| F| |TAMS 0x0000000754c00000, 0x0000000754c00000| Untracked
|
14102 | | 679|0x0000000754e00000, 0x0000000754e00000, 0x0000000755000000| 0%| F| |TAMS 0x0000000754e00000, 0x0000000754e00000| Untracked
|
14103 | | 680|0x0000000755000000, 0x0000000755000000, 0x0000000755200000| 0%| F| |TAMS 0x0000000755000000, 0x0000000755000000| Untracked
|
14104 | | 681|0x0000000755200000, 0x0000000755200000, 0x0000000755400000| 0%| F| |TAMS 0x0000000755200000, 0x0000000755200000| Untracked
|
14105 | | 682|0x0000000755400000, 0x0000000755400000, 0x0000000755600000| 0%| F| |TAMS 0x0000000755400000, 0x0000000755400000| Untracked
|
14106 | | 683|0x0000000755600000, 0x0000000755600000, 0x0000000755800000| 0%| F| |TAMS 0x0000000755600000, 0x0000000755600000| Untracked
|
14107 | | 684|0x0000000755800000, 0x0000000755800000, 0x0000000755a00000| 0%| F| |TAMS 0x0000000755800000, 0x0000000755800000| Untracked
|
14108 | | 685|0x0000000755a00000, 0x0000000755a00000, 0x0000000755c00000| 0%| F| |TAMS 0x0000000755a00000, 0x0000000755a00000| Untracked
|
14109 | | 686|0x0000000755c00000, 0x0000000755c00000, 0x0000000755e00000| 0%| F| |TAMS 0x0000000755c00000, 0x0000000755c00000| Untracked
|
14110 | | 687|0x0000000755e00000, 0x0000000755e00000, 0x0000000756000000| 0%| F| |TAMS 0x0000000755e00000, 0x0000000755e00000| Untracked
|
14111 | | 688|0x0000000756000000, 0x0000000756000000, 0x0000000756200000| 0%| F| |TAMS 0x0000000756000000, 0x0000000756000000| Untracked
|
14112 | | 689|0x0000000756200000, 0x0000000756200000, 0x0000000756400000| 0%| F| |TAMS 0x0000000756200000, 0x0000000756200000| Untracked
|
14113 | | 690|0x0000000756400000, 0x0000000756400000, 0x0000000756600000| 0%| F| |TAMS 0x0000000756400000, 0x0000000756400000| Untracked
|
14114 | | 691|0x0000000756600000, 0x0000000756600000, 0x0000000756800000| 0%| F| |TAMS 0x0000000756600000, 0x0000000756600000| Untracked
|
14115 | | 692|0x0000000756800000, 0x0000000756800000, 0x0000000756a00000| 0%| F| |TAMS 0x0000000756800000, 0x0000000756800000| Untracked
|
14116 | | 693|0x0000000756a00000, 0x0000000756a00000, 0x0000000756c00000| 0%| F| |TAMS 0x0000000756a00000, 0x0000000756a00000| Untracked
|
14117 | | 694|0x0000000756c00000, 0x0000000756c00000, 0x0000000756e00000| 0%| F| |TAMS 0x0000000756c00000, 0x0000000756c00000| Untracked
|
14118 | | 695|0x0000000756e00000, 0x0000000756e00000, 0x0000000757000000| 0%| F| |TAMS 0x0000000756e00000, 0x0000000756e00000| Untracked
|
14119 | | 696|0x0000000757000000, 0x0000000757000000, 0x0000000757200000| 0%| F| |TAMS 0x0000000757000000, 0x0000000757000000| Untracked
|
14120 | | 697|0x0000000757200000, 0x0000000757200000, 0x0000000757400000| 0%| F| |TAMS 0x0000000757200000, 0x0000000757200000| Untracked
|
14121 | | 698|0x0000000757400000, 0x0000000757400000, 0x0000000757600000| 0%| F| |TAMS 0x0000000757400000, 0x0000000757400000| Untracked
|
14122 | | 699|0x0000000757600000, 0x0000000757600000, 0x0000000757800000| 0%| F| |TAMS 0x0000000757600000, 0x0000000757600000| Untracked
|
14123 | | 700|0x0000000757800000, 0x0000000757800000, 0x0000000757a00000| 0%| F| |TAMS 0x0000000757800000, 0x0000000757800000| Untracked
|
14124 | | 701|0x0000000757a00000, 0x0000000757a00000, 0x0000000757c00000| 0%| F| |TAMS 0x0000000757a00000, 0x0000000757a00000| Untracked
|
14125 | | 702|0x0000000757c00000, 0x0000000757c00000, 0x0000000757e00000| 0%| F| |TAMS 0x0000000757c00000, 0x0000000757c00000| Untracked
|
14126 | | 703|0x0000000757e00000, 0x0000000757e00000, 0x0000000758000000| 0%| F| |TAMS 0x0000000757e00000, 0x0000000757e00000| Untracked
|
14127 | | 704|0x0000000758000000, 0x0000000758000000, 0x0000000758200000| 0%| F| |TAMS 0x0000000758000000, 0x0000000758000000| Untracked
|
14128 | | 705|0x0000000758200000, 0x0000000758200000, 0x0000000758400000| 0%| F| |TAMS 0x0000000758200000, 0x0000000758200000| Untracked
|
14129 | | 706|0x0000000758400000, 0x0000000758400000, 0x0000000758600000| 0%| F| |TAMS 0x0000000758400000, 0x0000000758400000| Untracked
|
14130 | | 707|0x0000000758600000, 0x0000000758600000, 0x0000000758800000| 0%| F| |TAMS 0x0000000758600000, 0x0000000758600000| Untracked
|
14131 | | 708|0x0000000758800000, 0x0000000758800000, 0x0000000758a00000| 0%| F| |TAMS 0x0000000758800000, 0x0000000758800000| Untracked
|
14132 | | 709|0x0000000758a00000, 0x0000000758a00000, 0x0000000758c00000| 0%| F| |TAMS 0x0000000758a00000, 0x0000000758a00000| Untracked
|
14133 | | 710|0x0000000758c00000, 0x0000000758c00000, 0x0000000758e00000| 0%| F| |TAMS 0x0000000758c00000, 0x0000000758c00000| Untracked
|
14134 | | 711|0x0000000758e00000, 0x0000000758e00000, 0x0000000759000000| 0%| F| |TAMS 0x0000000758e00000, 0x0000000758e00000| Untracked
|
14135 | | 712|0x0000000759000000, 0x0000000759000000, 0x0000000759200000| 0%| F| |TAMS 0x0000000759000000, 0x0000000759000000| Untracked
|
14136 | | 713|0x0000000759200000, 0x0000000759200000, 0x0000000759400000| 0%| F| |TAMS 0x0000000759200000, 0x0000000759200000| Untracked
|
14137 | | 714|0x0000000759400000, 0x0000000759400000, 0x0000000759600000| 0%| F| |TAMS 0x0000000759400000, 0x0000000759400000| Untracked
|
14138 | | 715|0x0000000759600000, 0x0000000759600000, 0x0000000759800000| 0%| F| |TAMS 0x0000000759600000, 0x0000000759600000| Untracked
|
14139 | | 716|0x0000000759800000, 0x0000000759800000, 0x0000000759a00000| 0%| F| |TAMS 0x0000000759800000, 0x0000000759800000| Untracked
|
14140 | | 717|0x0000000759a00000, 0x0000000759a00000, 0x0000000759c00000| 0%| F| |TAMS 0x0000000759a00000, 0x0000000759a00000| Untracked
|
14141 | | 718|0x0000000759c00000, 0x0000000759c00000, 0x0000000759e00000| 0%| F| |TAMS 0x0000000759c00000, 0x0000000759c00000| Untracked
|
14142 | | 719|0x0000000759e00000, 0x0000000759e00000, 0x000000075a000000| 0%| F| |TAMS 0x0000000759e00000, 0x0000000759e00000| Untracked
|
14143 | | 720|0x000000075a000000, 0x000000075a000000, 0x000000075a200000| 0%| F| |TAMS 0x000000075a000000, 0x000000075a000000| Untracked
|
14144 | | 721|0x000000075a200000, 0x000000075a200000, 0x000000075a400000| 0%| F| |TAMS 0x000000075a200000, 0x000000075a200000| Untracked
|
14145 | | 722|0x000000075a400000, 0x000000075a400000, 0x000000075a600000| 0%| F| |TAMS 0x000000075a400000, 0x000000075a400000| Untracked
|
14146 | | 723|0x000000075a600000, 0x000000075a600000, 0x000000075a800000| 0%| F| |TAMS 0x000000075a600000, 0x000000075a600000| Untracked
|
14147 | | 724|0x000000075a800000, 0x000000075a800000, 0x000000075aa00000| 0%| F| |TAMS 0x000000075a800000, 0x000000075a800000| Untracked
|
14148 | | 725|0x000000075aa00000, 0x000000075aa00000, 0x000000075ac00000| 0%| F| |TAMS 0x000000075aa00000, 0x000000075aa00000| Untracked
|
14149 | | 726|0x000000075ac00000, 0x000000075ac00000, 0x000000075ae00000| 0%| F| |TAMS 0x000000075ac00000, 0x000000075ac00000| Untracked
|
14150 | | 727|0x000000075ae00000, 0x000000075ae00000, 0x000000075b000000| 0%| F| |TAMS 0x000000075ae00000, 0x000000075ae00000| Untracked
|
14151 | | 728|0x000000075b000000, 0x000000075b000000, 0x000000075b200000| 0%| F| |TAMS 0x000000075b000000, 0x000000075b000000| Untracked
|
14152 | | 729|0x000000075b200000, 0x000000075b200000, 0x000000075b400000| 0%| F| |TAMS 0x000000075b200000, 0x000000075b200000| Untracked
|
14153 | | 730|0x000000075b400000, 0x000000075b400000, 0x000000075b600000| 0%| F| |TAMS 0x000000075b400000, 0x000000075b400000| Untracked
|
14154 | | 731|0x000000075b600000, 0x000000075b600000, 0x000000075b800000| 0%| F| |TAMS 0x000000075b600000, 0x000000075b600000| Untracked
|
14155 | | 732|0x000000075b800000, 0x000000075b800000, 0x000000075ba00000| 0%| F| |TAMS 0x000000075b800000, 0x000000075b800000| Untracked
|
14156 | | 733|0x000000075ba00000, 0x000000075ba00000, 0x000000075bc00000| 0%| F| |TAMS 0x000000075ba00000, 0x000000075ba00000| Untracked
|
14157 | | 734|0x000000075bc00000, 0x000000075bc00000, 0x000000075be00000| 0%| F| |TAMS 0x000000075bc00000, 0x000000075bc00000| Untracked
|
14158 | | 735|0x000000075be00000, 0x000000075be00000, 0x000000075c000000| 0%| F| |TAMS 0x000000075be00000, 0x000000075be00000| Untracked
|
14159 | | 736|0x000000075c000000, 0x000000075c000000, 0x000000075c200000| 0%| F| |TAMS 0x000000075c000000, 0x000000075c000000| Untracked
|
14160 | | 737|0x000000075c200000, 0x000000075c200000, 0x000000075c400000| 0%| F| |TAMS 0x000000075c200000, 0x000000075c200000| Untracked
|
14161 | | 738|0x000000075c400000, 0x000000075c400000, 0x000000075c600000| 0%| F| |TAMS 0x000000075c400000, 0x000000075c400000| Untracked
|
14162 | | 739|0x000000075c600000, 0x000000075c600000, 0x000000075c800000| 0%| F| |TAMS 0x000000075c600000, 0x000000075c600000| Untracked
|
14163 | | 740|0x000000075c800000, 0x000000075c800000, 0x000000075ca00000| 0%| F| |TAMS 0x000000075c800000, 0x000000075c800000| Untracked
|
14164 | | 741|0x000000075ca00000, 0x000000075ca00000, 0x000000075cc00000| 0%| F| |TAMS 0x000000075ca00000, 0x000000075ca00000| Untracked
|
14165 | | 742|0x000000075cc00000, 0x000000075cc00000, 0x000000075ce00000| 0%| F| |TAMS 0x000000075cc00000, 0x000000075cc00000| Untracked
|
14166 | | 743|0x000000075ce00000, 0x000000075ce00000, 0x000000075d000000| 0%| F| |TAMS 0x000000075ce00000, 0x000000075ce00000| Untracked
|
14167 | | 744|0x000000075d000000, 0x000000075d000000, 0x000000075d200000| 0%| F| |TAMS 0x000000075d000000, 0x000000075d000000| Untracked
|
14168 | | 745|0x000000075d200000, 0x000000075d200000, 0x000000075d400000| 0%| F| |TAMS 0x000000075d200000, 0x000000075d200000| Untracked
|
14169 | | 746|0x000000075d400000, 0x000000075d400000, 0x000000075d600000| 0%| F| |TAMS 0x000000075d400000, 0x000000075d400000| Untracked
|
14170 | | 747|0x000000075d600000, 0x000000075d600000, 0x000000075d800000| 0%| F| |TAMS 0x000000075d600000, 0x000000075d600000| Untracked
|
14171 | | 748|0x000000075d800000, 0x000000075d800000, 0x000000075da00000| 0%| F| |TAMS 0x000000075d800000, 0x000000075d800000| Untracked
|
14172 | | 749|0x000000075da00000, 0x000000075da00000, 0x000000075dc00000| 0%| F| |TAMS 0x000000075da00000, 0x000000075da00000| Untracked
|
14173 | | 750|0x000000075dc00000, 0x000000075dc00000, 0x000000075de00000| 0%| F| |TAMS 0x000000075dc00000, 0x000000075dc00000| Untracked
|
14174 | | 751|0x000000075de00000, 0x000000075de00000, 0x000000075e000000| 0%| F| |TAMS 0x000000075de00000, 0x000000075de00000| Untracked
|
14175 | | 752|0x000000075e000000, 0x000000075e000000, 0x000000075e200000| 0%| F| |TAMS 0x000000075e000000, 0x000000075e000000| Untracked
|
14176 | | 753|0x000000075e200000, 0x000000075e200000, 0x000000075e400000| 0%| F| |TAMS 0x000000075e200000, 0x000000075e200000| Untracked
|
14177 | | 754|0x000000075e400000, 0x000000075e400000, 0x000000075e600000| 0%| F| |TAMS 0x000000075e400000, 0x000000075e400000| Untracked
|
14178 | | 755|0x000000075e600000, 0x000000075e600000, 0x000000075e800000| 0%| F| |TAMS 0x000000075e600000, 0x000000075e600000| Untracked
|
14179 | | 756|0x000000075e800000, 0x000000075e800000, 0x000000075ea00000| 0%| F| |TAMS 0x000000075e800000, 0x000000075e800000| Untracked
|
14180 | | 757|0x000000075ea00000, 0x000000075ea00000, 0x000000075ec00000| 0%| F| |TAMS 0x000000075ea00000, 0x000000075ea00000| Untracked
|
14181 | | 758|0x000000075ec00000, 0x000000075ec00000, 0x000000075ee00000| 0%| F| |TAMS 0x000000075ec00000, 0x000000075ec00000| Untracked
|
14182 | | 759|0x000000075ee00000, 0x000000075ee00000, 0x000000075f000000| 0%| F| |TAMS 0x000000075ee00000, 0x000000075ee00000| Untracked
|
14183 | | 760|0x000000075f000000, 0x000000075f000000, 0x000000075f200000| 0%| F| |TAMS 0x000000075f000000, 0x000000075f000000| Untracked
|
14184 | | 761|0x000000075f200000, 0x000000075f200000, 0x000000075f400000| 0%| F| |TAMS 0x000000075f200000, 0x000000075f200000| Untracked
|
14185 | | 762|0x000000075f400000, 0x000000075f400000, 0x000000075f600000| 0%| F| |TAMS 0x000000075f400000, 0x000000075f400000| Untracked
|
14186 | | 763|0x000000075f600000, 0x000000075f600000, 0x000000075f800000| 0%| F| |TAMS 0x000000075f600000, 0x000000075f600000| Untracked
|
14187 | | 764|0x000000075f800000, 0x000000075f800000, 0x000000075fa00000| 0%| F| |TAMS 0x000000075f800000, 0x000000075f800000| Untracked
|
14188 | | 765|0x000000075fa00000, 0x000000075fa00000, 0x000000075fc00000| 0%| F| |TAMS 0x000000075fa00000, 0x000000075fa00000| Untracked
|
14189 | | 766|0x000000075fc00000, 0x000000075fc00000, 0x000000075fe00000| 0%| F| |TAMS 0x000000075fc00000, 0x000000075fc00000| Untracked
|
14190 | | 767|0x000000075fe00000, 0x000000075fe00000, 0x0000000760000000| 0%| F| |TAMS 0x000000075fe00000, 0x000000075fe00000| Untracked
|
14191 | | 768|0x0000000760000000, 0x0000000760000000, 0x0000000760200000| 0%| F| |TAMS 0x0000000760000000, 0x0000000760000000| Untracked
|
14192 | | 769|0x0000000760200000, 0x0000000760200000, 0x0000000760400000| 0%| F| |TAMS 0x0000000760200000, 0x0000000760200000| Untracked
|
14193 | | 770|0x0000000760400000, 0x0000000760400000, 0x0000000760600000| 0%| F| |TAMS 0x0000000760400000, 0x0000000760400000| Untracked
|
14194 | | 771|0x0000000760600000, 0x0000000760600000, 0x0000000760800000| 0%| F| |TAMS 0x0000000760600000, 0x0000000760600000| Untracked
|
14195 | | 772|0x0000000760800000, 0x0000000760800000, 0x0000000760a00000| 0%| F| |TAMS 0x0000000760800000, 0x0000000760800000| Untracked
|
14196 | | 773|0x0000000760a00000, 0x0000000760a00000, 0x0000000760c00000| 0%| F| |TAMS 0x0000000760a00000, 0x0000000760a00000| Untracked
|
14197 | | 774|0x0000000760c00000, 0x0000000760c00000, 0x0000000760e00000| 0%| F| |TAMS 0x0000000760c00000, 0x0000000760c00000| Untracked
|
14198 | | 775|0x0000000760e00000, 0x0000000760e00000, 0x0000000761000000| 0%| F| |TAMS 0x0000000760e00000, 0x0000000760e00000| Untracked
|
14199 | | 776|0x0000000761000000, 0x0000000761000000, 0x0000000761200000| 0%| F| |TAMS 0x0000000761000000, 0x0000000761000000| Untracked
|
14200 | | 777|0x0000000761200000, 0x0000000761200000, 0x0000000761400000| 0%| F| |TAMS 0x0000000761200000, 0x0000000761200000| Untracked
|
14201 | | 778|0x0000000761400000, 0x0000000761400000, 0x0000000761600000| 0%| F| |TAMS 0x0000000761400000, 0x0000000761400000| Untracked
|
14202 | | 779|0x0000000761600000, 0x0000000761600000, 0x0000000761800000| 0%| F| |TAMS 0x0000000761600000, 0x0000000761600000| Untracked
|
14203 | | 780|0x0000000761800000, 0x0000000761800000, 0x0000000761a00000| 0%| F| |TAMS 0x0000000761800000, 0x0000000761800000| Untracked
|
14204 | | 781|0x0000000761a00000, 0x0000000761a00000, 0x0000000761c00000| 0%| F| |TAMS 0x0000000761a00000, 0x0000000761a00000| Untracked
|
14205 | | 782|0x0000000761c00000, 0x0000000761c00000, 0x0000000761e00000| 0%| F| |TAMS 0x0000000761c00000, 0x0000000761c00000| Untracked
|
14206 | | 783|0x0000000761e00000, 0x0000000761e00000, 0x0000000762000000| 0%| F| |TAMS 0x0000000761e00000, 0x0000000761e00000| Untracked
|
14207 | | 784|0x0000000762000000, 0x0000000762000000, 0x0000000762200000| 0%| F| |TAMS 0x0000000762000000, 0x0000000762000000| Untracked
|
14208 | | 785|0x0000000762200000, 0x0000000762200000, 0x0000000762400000| 0%| F| |TAMS 0x0000000762200000, 0x0000000762200000| Untracked
|
14209 | | 786|0x0000000762400000, 0x0000000762400000, 0x0000000762600000| 0%| F| |TAMS 0x0000000762400000, 0x0000000762400000| Untracked
|
14210 | | 787|0x0000000762600000, 0x0000000762600000, 0x0000000762800000| 0%| F| |TAMS 0x0000000762600000, 0x0000000762600000| Untracked
|
14211 | | 788|0x0000000762800000, 0x0000000762800000, 0x0000000762a00000| 0%| F| |TAMS 0x0000000762800000, 0x0000000762800000| Untracked
|
14212 | | 789|0x0000000762a00000, 0x0000000762a00000, 0x0000000762c00000| 0%| F| |TAMS 0x0000000762a00000, 0x0000000762a00000| Untracked
|
14213 | | 790|0x0000000762c00000, 0x0000000762c00000, 0x0000000762e00000| 0%| F| |TAMS 0x0000000762c00000, 0x0000000762c00000| Untracked
|
14214 | | 791|0x0000000762e00000, 0x0000000762e00000, 0x0000000763000000| 0%| F| |TAMS 0x0000000762e00000, 0x0000000762e00000| Untracked
|
14215 | | 792|0x0000000763000000, 0x0000000763000000, 0x0000000763200000| 0%| F| |TAMS 0x0000000763000000, 0x0000000763000000| Untracked
|
14216 | | 793|0x0000000763200000, 0x0000000763200000, 0x0000000763400000| 0%| F| |TAMS 0x0000000763200000, 0x0000000763200000| Untracked
|
14217 | | 794|0x0000000763400000, 0x0000000763400000, 0x0000000763600000| 0%| F| |TAMS 0x0000000763400000, 0x0000000763400000| Untracked
|
14218 | | 795|0x0000000763600000, 0x0000000763600000, 0x0000000763800000| 0%| F| |TAMS 0x0000000763600000, 0x0000000763600000| Untracked
|
14219 | | 796|0x0000000763800000, 0x0000000763800000, 0x0000000763a00000| 0%| F| |TAMS 0x0000000763800000, 0x0000000763800000| Untracked
|
14220 | | 797|0x0000000763a00000, 0x0000000763a00000, 0x0000000763c00000| 0%| F| |TAMS 0x0000000763a00000, 0x0000000763a00000| Untracked
|
14221 | | 798|0x0000000763c00000, 0x0000000763c00000, 0x0000000763e00000| 0%| F| |TAMS 0x0000000763c00000, 0x0000000763c00000| Untracked
|
14222 | | 799|0x0000000763e00000, 0x0000000763e00000, 0x0000000764000000| 0%| F| |TAMS 0x0000000763e00000, 0x0000000763e00000| Untracked
|
14223 | | 800|0x0000000764000000, 0x0000000764000000, 0x0000000764200000| 0%| F| |TAMS 0x0000000764000000, 0x0000000764000000| Untracked
|
14224 | | 801|0x0000000764200000, 0x0000000764200000, 0x0000000764400000| 0%| F| |TAMS 0x0000000764200000, 0x0000000764200000| Untracked
|
14225 | | 802|0x0000000764400000, 0x0000000764400000, 0x0000000764600000| 0%| F| |TAMS 0x0000000764400000, 0x0000000764400000| Untracked
|
14226 | | 803|0x0000000764600000, 0x0000000764600000, 0x0000000764800000| 0%| F| |TAMS 0x0000000764600000, 0x0000000764600000| Untracked
|
14227 | | 804|0x0000000764800000, 0x0000000764800000, 0x0000000764a00000| 0%| F| |TAMS 0x0000000764800000, 0x0000000764800000| Untracked
|
14228 | | 805|0x0000000764a00000, 0x0000000764a00000, 0x0000000764c00000| 0%| F| |TAMS 0x0000000764a00000, 0x0000000764a00000| Untracked
|
14229 | | 806|0x0000000764c00000, 0x0000000764c00000, 0x0000000764e00000| 0%| F| |TAMS 0x0000000764c00000, 0x0000000764c00000| Untracked
|
14230 | | 807|0x0000000764e00000, 0x0000000764e00000, 0x0000000765000000| 0%| F| |TAMS 0x0000000764e00000, 0x0000000764e00000| Untracked
|
14231 | | 808|0x0000000765000000, 0x0000000765000000, 0x0000000765200000| 0%| F| |TAMS 0x0000000765000000, 0x0000000765000000| Untracked
|
14232 | | 809|0x0000000765200000, 0x0000000765200000, 0x0000000765400000| 0%| F| |TAMS 0x0000000765200000, 0x0000000765200000| Untracked
|
14233 | | 810|0x0000000765400000, 0x0000000765400000, 0x0000000765600000| 0%| F| |TAMS 0x0000000765400000, 0x0000000765400000| Untracked
|
14234 | | 811|0x0000000765600000, 0x0000000765600000, 0x0000000765800000| 0%| F| |TAMS 0x0000000765600000, 0x0000000765600000| Untracked
|
14235 | | 812|0x0000000765800000, 0x0000000765800000, 0x0000000765a00000| 0%| F| |TAMS 0x0000000765800000, 0x0000000765800000| Untracked
|
14236 | | 813|0x0000000765a00000, 0x0000000765a00000, 0x0000000765c00000| 0%| F| |TAMS 0x0000000765a00000, 0x0000000765a00000| Untracked
|
14237 | | 814|0x0000000765c00000, 0x0000000765c00000, 0x0000000765e00000| 0%| F| |TAMS 0x0000000765c00000, 0x0000000765c00000| Untracked
|
14238 | | 815|0x0000000765e00000, 0x0000000765e00000, 0x0000000766000000| 0%| F| |TAMS 0x0000000765e00000, 0x0000000765e00000| Untracked
|
14239 | | 816|0x0000000766000000, 0x0000000766000000, 0x0000000766200000| 0%| F| |TAMS 0x0000000766000000, 0x0000000766000000| Untracked
|
14240 | | 817|0x0000000766200000, 0x0000000766200000, 0x0000000766400000| 0%| F| |TAMS 0x0000000766200000, 0x0000000766200000| Untracked
|
14241 | | 818|0x0000000766400000, 0x0000000766400000, 0x0000000766600000| 0%| F| |TAMS 0x0000000766400000, 0x0000000766400000| Untracked
|
14242 | | 819|0x0000000766600000, 0x0000000766600000, 0x0000000766800000| 0%| F| |TAMS 0x0000000766600000, 0x0000000766600000| Untracked
|
14243 | | 820|0x0000000766800000, 0x0000000766800000, 0x0000000766a00000| 0%| F| |TAMS 0x0000000766800000, 0x0000000766800000| Untracked
|
14244 | | 821|0x0000000766a00000, 0x0000000766a00000, 0x0000000766c00000| 0%| F| |TAMS 0x0000000766a00000, 0x0000000766a00000| Untracked
|
14245 | | 822|0x0000000766c00000, 0x0000000766c00000, 0x0000000766e00000| 0%| F| |TAMS 0x0000000766c00000, 0x0000000766c00000| Untracked
|
14246 | | 823|0x0000000766e00000, 0x0000000766e00000, 0x0000000767000000| 0%| F| |TAMS 0x0000000766e00000, 0x0000000766e00000| Untracked
|
14247 | | 824|0x0000000767000000, 0x0000000767000000, 0x0000000767200000| 0%| F| |TAMS 0x0000000767000000, 0x0000000767000000| Untracked
|
14248 | | 825|0x0000000767200000, 0x0000000767200000, 0x0000000767400000| 0%| F| |TAMS 0x0000000767200000, 0x0000000767200000| Untracked
|
14249 | | 826|0x0000000767400000, 0x0000000767400000, 0x0000000767600000| 0%| F| |TAMS 0x0000000767400000, 0x0000000767400000| Untracked
|
14250 | | 827|0x0000000767600000, 0x0000000767600000, 0x0000000767800000| 0%| F| |TAMS 0x0000000767600000, 0x0000000767600000| Untracked
|
14251 | | 828|0x0000000767800000, 0x0000000767800000, 0x0000000767a00000| 0%| F| |TAMS 0x0000000767800000, 0x0000000767800000| Untracked
|
14252 | | 829|0x0000000767a00000, 0x0000000767a00000, 0x0000000767c00000| 0%| F| |TAMS 0x0000000767a00000, 0x0000000767a00000| Untracked
|
14253 | | 830|0x0000000767c00000, 0x0000000767c00000, 0x0000000767e00000| 0%| F| |TAMS 0x0000000767c00000, 0x0000000767c00000| Untracked
|
14254 | | 831|0x0000000767e00000, 0x0000000767e00000, 0x0000000768000000| 0%| F| |TAMS 0x0000000767e00000, 0x0000000767e00000| Untracked
|
14255 | | 832|0x0000000768000000, 0x0000000768000000, 0x0000000768200000| 0%| F| |TAMS 0x0000000768000000, 0x0000000768000000| Untracked
|
14256 | | 833|0x0000000768200000, 0x0000000768200000, 0x0000000768400000| 0%| F| |TAMS 0x0000000768200000, 0x0000000768200000| Untracked
|
14257 | | 834|0x0000000768400000, 0x0000000768400000, 0x0000000768600000| 0%| F| |TAMS 0x0000000768400000, 0x0000000768400000| Untracked
|
14258 | | 835|0x0000000768600000, 0x0000000768600000, 0x0000000768800000| 0%| F| |TAMS 0x0000000768600000, 0x0000000768600000| Untracked
|
14259 | | 836|0x0000000768800000, 0x0000000768800000, 0x0000000768a00000| 0%| F| |TAMS 0x0000000768800000, 0x0000000768800000| Untracked
|
14260 | | 837|0x0000000768a00000, 0x0000000768a00000, 0x0000000768c00000| 0%| F| |TAMS 0x0000000768a00000, 0x0000000768a00000| Untracked
|
14261 | | 838|0x0000000768c00000, 0x0000000768c00000, 0x0000000768e00000| 0%| F| |TAMS 0x0000000768c00000, 0x0000000768c00000| Untracked
|
14262 | | 839|0x0000000768e00000, 0x0000000768e00000, 0x0000000769000000| 0%| F| |TAMS 0x0000000768e00000, 0x0000000768e00000| Untracked
|
14263 | | 840|0x0000000769000000, 0x0000000769000000, 0x0000000769200000| 0%| F| |TAMS 0x0000000769000000, 0x0000000769000000| Untracked
|
14264 | | 841|0x0000000769200000, 0x0000000769200000, 0x0000000769400000| 0%| F| |TAMS 0x0000000769200000, 0x0000000769200000| Untracked
|
14265 | | 842|0x0000000769400000, 0x0000000769400000, 0x0000000769600000| 0%| F| |TAMS 0x0000000769400000, 0x0000000769400000| Untracked
|
14266 | | 843|0x0000000769600000, 0x0000000769600000, 0x0000000769800000| 0%| F| |TAMS 0x0000000769600000, 0x0000000769600000| Untracked
|
14267 | | 844|0x0000000769800000, 0x0000000769800000, 0x0000000769a00000| 0%| F| |TAMS 0x0000000769800000, 0x0000000769800000| Untracked
|
14268 | | 845|0x0000000769a00000, 0x0000000769a00000, 0x0000000769c00000| 0%| F| |TAMS 0x0000000769a00000, 0x0000000769a00000| Untracked
|
14269 | | 846|0x0000000769c00000, 0x0000000769c00000, 0x0000000769e00000| 0%| F| |TAMS 0x0000000769c00000, 0x0000000769c00000| Untracked
|
14270 | | 847|0x0000000769e00000, 0x0000000769e00000, 0x000000076a000000| 0%| F| |TAMS 0x0000000769e00000, 0x0000000769e00000| Untracked
|
14271 | | 848|0x000000076a000000, 0x000000076a000000, 0x000000076a200000| 0%| F| |TAMS 0x000000076a000000, 0x000000076a000000| Untracked
|
14272 | | 849|0x000000076a200000, 0x000000076a200000, 0x000000076a400000| 0%| F| |TAMS 0x000000076a200000, 0x000000076a200000| Untracked
|
14273 | | 850|0x000000076a400000, 0x000000076a400000, 0x000000076a600000| 0%| F| |TAMS 0x000000076a400000, 0x000000076a400000| Untracked
|
14274 | | 851|0x000000076a600000, 0x000000076a600000, 0x000000076a800000| 0%| F| |TAMS 0x000000076a600000, 0x000000076a600000| Untracked
|
14275 | | 852|0x000000076a800000, 0x000000076a800000, 0x000000076aa00000| 0%| F| |TAMS 0x000000076a800000, 0x000000076a800000| Untracked
|
14276 | | 853|0x000000076aa00000, 0x000000076aa00000, 0x000000076ac00000| 0%| F| |TAMS 0x000000076aa00000, 0x000000076aa00000| Untracked
|
14277 | | 854|0x000000076ac00000, 0x000000076ac00000, 0x000000076ae00000| 0%| F| |TAMS 0x000000076ac00000, 0x000000076ac00000| Untracked
|
14278 | | 855|0x000000076ae00000, 0x000000076ae00000, 0x000000076b000000| 0%| F| |TAMS 0x000000076ae00000, 0x000000076ae00000| Untracked
|
14279 | | 856|0x000000076b000000, 0x000000076b000000, 0x000000076b200000| 0%| F| |TAMS 0x000000076b000000, 0x000000076b000000| Untracked
|
14280 | | 857|0x000000076b200000, 0x000000076b200000, 0x000000076b400000| 0%| F| |TAMS 0x000000076b200000, 0x000000076b200000| Untracked
|
14281 | | 858|0x000000076b400000, 0x000000076b400000, 0x000000076b600000| 0%| F| |TAMS 0x000000076b400000, 0x000000076b400000| Untracked
|
14282 | | 859|0x000000076b600000, 0x000000076b600000, 0x000000076b800000| 0%| F| |TAMS 0x000000076b600000, 0x000000076b600000| Untracked
|
14283 | | 860|0x000000076b800000, 0x000000076b800000, 0x000000076ba00000| 0%| F| |TAMS 0x000000076b800000, 0x000000076b800000| Untracked
|
14284 | | 861|0x000000076ba00000, 0x000000076ba00000, 0x000000076bc00000| 0%| F| |TAMS 0x000000076ba00000, 0x000000076ba00000| Untracked
|
14285 | | 862|0x000000076bc00000, 0x000000076bc00000, 0x000000076be00000| 0%| F| |TAMS 0x000000076bc00000, 0x000000076bc00000| Untracked
|
14286 | | 863|0x000000076be00000, 0x000000076be00000, 0x000000076c000000| 0%| F| |TAMS 0x000000076be00000, 0x000000076be00000| Untracked
|
14287 | | 864|0x000000076c000000, 0x000000076c000000, 0x000000076c200000| 0%| F| |TAMS 0x000000076c000000, 0x000000076c000000| Untracked
|
14288 | | 865|0x000000076c200000, 0x000000076c200000, 0x000000076c400000| 0%| F| |TAMS 0x000000076c200000, 0x000000076c200000| Untracked
|
14289 | | 866|0x000000076c400000, 0x000000076c400000, 0x000000076c600000| 0%| F| |TAMS 0x000000076c400000, 0x000000076c400000| Untracked
|
14290 | | 867|0x000000076c600000, 0x000000076c600000, 0x000000076c800000| 0%| F| |TAMS 0x000000076c600000, 0x000000076c600000| Untracked
|
14291 | | 868|0x000000076c800000, 0x000000076c800000, 0x000000076ca00000| 0%| F| |TAMS 0x000000076c800000, 0x000000076c800000| Untracked
|
14292 | | 869|0x000000076ca00000, 0x000000076ca00000, 0x000000076cc00000| 0%| F| |TAMS 0x000000076ca00000, 0x000000076ca00000| Untracked
|
14293 | | 870|0x000000076cc00000, 0x000000076cc00000, 0x000000076ce00000| 0%| F| |TAMS 0x000000076cc00000, 0x000000076cc00000| Untracked
|
14294 | | 871|0x000000076ce00000, 0x000000076ce00000, 0x000000076d000000| 0%| F| |TAMS 0x000000076ce00000, 0x000000076ce00000| Untracked
|
14295 | | 872|0x000000076d000000, 0x000000076d000000, 0x000000076d200000| 0%| F| |TAMS 0x000000076d000000, 0x000000076d000000| Untracked
|
14296 | | 873|0x000000076d200000, 0x000000076d393ff8, 0x000000076d400000| 78%| E| |TAMS 0x000000076d200000, 0x000000076d200000| Complete
|
14297 | | 874|0x000000076d400000, 0x000000076d600000, 0x000000076d600000|100%| E|CS|TAMS 0x000000076d400000, 0x000000076d400000| Complete
|
14298 | | 875|0x000000076d600000, 0x000000076d800000, 0x000000076d800000|100%| E|CS|TAMS 0x000000076d600000, 0x000000076d600000| Complete
|
14299 | | 876|0x000000076d800000, 0x000000076da00000, 0x000000076da00000|100%| E|CS|TAMS 0x000000076d800000, 0x000000076d800000| Complete
|
14300 | | 877|0x000000076da00000, 0x000000076dc00000, 0x000000076dc00000|100%| E|CS|TAMS 0x000000076da00000, 0x000000076da00000| Complete
|
14301 | | 878|0x000000076dc00000, 0x000000076de00000, 0x000000076de00000|100%| E|CS|TAMS 0x000000076dc00000, 0x000000076dc00000| Complete
|
14302 | | 879|0x000000076de00000, 0x000000076e000000, 0x000000076e000000|100%| E|CS|TAMS 0x000000076de00000, 0x000000076de00000| Complete
|
14303 | | 880|0x000000076e000000, 0x000000076e200000, 0x000000076e200000|100%| E|CS|TAMS 0x000000076e000000, 0x000000076e000000| Complete
|
14304 | | 881|0x000000076e200000, 0x000000076e400000, 0x000000076e400000|100%| E|CS|TAMS 0x000000076e200000, 0x000000076e200000| Complete
|
14305 | | 882|0x000000076e400000, 0x000000076e600000, 0x000000076e600000|100%| E|CS|TAMS 0x000000076e400000, 0x000000076e400000| Complete
|
14306 | | 883|0x000000076e600000, 0x000000076e800000, 0x000000076e800000|100%| E|CS|TAMS 0x000000076e600000, 0x000000076e600000| Complete
|
14307 | | 884|0x000000076e800000, 0x000000076ea00000, 0x000000076ea00000|100%| E|CS|TAMS 0x000000076e800000, 0x000000076e800000| Complete
|
14308 | | 885|0x000000076ea00000, 0x000000076ec00000, 0x000000076ec00000|100%| E|CS|TAMS 0x000000076ea00000, 0x000000076ea00000| Complete
|
14309 | | 886|0x000000076ec00000, 0x000000076ee00000, 0x000000076ee00000|100%| E|CS|TAMS 0x000000076ec00000, 0x000000076ec00000| Complete
|
14310 | | 887|0x000000076ee00000, 0x000000076f000000, 0x000000076f000000|100%| E|CS|TAMS 0x000000076ee00000, 0x000000076ee00000| Complete
|
14311 | | 888|0x000000076f000000, 0x000000076f200000, 0x000000076f200000|100%| E|CS|TAMS 0x000000076f000000, 0x000000076f000000| Complete
|
14312 | | 889|0x000000076f200000, 0x000000076f400000, 0x000000076f400000|100%| E|CS|TAMS 0x000000076f200000, 0x000000076f200000| Complete
|
14313 | | 890|0x000000076f400000, 0x000000076f600000, 0x000000076f600000|100%| E|CS|TAMS 0x000000076f400000, 0x000000076f400000| Complete
|
14314 | | 891|0x000000076f600000, 0x000000076f800000, 0x000000076f800000|100%| E|CS|TAMS 0x000000076f600000, 0x000000076f600000| Complete
|
14315 | | 892|0x000000076f800000, 0x000000076fa00000, 0x000000076fa00000|100%| E|CS|TAMS 0x000000076f800000, 0x000000076f800000| Complete
|
14316 | | 893|0x000000076fa00000, 0x000000076fc00000, 0x000000076fc00000|100%| E|CS|TAMS 0x000000076fa00000, 0x000000076fa00000| Complete
|
14317 | | 894|0x000000076fc00000, 0x000000076fe00000, 0x000000076fe00000|100%| E|CS|TAMS 0x000000076fc00000, 0x000000076fc00000| Complete
|
14318 | | 895|0x000000076fe00000, 0x0000000770000000, 0x0000000770000000|100%| E|CS|TAMS 0x000000076fe00000, 0x000000076fe00000| Complete
|
14319 | | 896|0x0000000770000000, 0x0000000770200000, 0x0000000770200000|100%| E|CS|TAMS 0x0000000770000000, 0x0000000770000000| Complete
|
14320 | | 897|0x0000000770200000, 0x0000000770400000, 0x0000000770400000|100%| E|CS|TAMS 0x0000000770200000, 0x0000000770200000| Complete
|
14321 | | 898|0x0000000770400000, 0x0000000770600000, 0x0000000770600000|100%| E|CS|TAMS 0x0000000770400000, 0x0000000770400000| Complete
|
14322 | | 899|0x0000000770600000, 0x0000000770800000, 0x0000000770800000|100%| E|CS|TAMS 0x0000000770600000, 0x0000000770600000| Complete
|
14323 | | 900|0x0000000770800000, 0x0000000770a00000, 0x0000000770a00000|100%| E|CS|TAMS 0x0000000770800000, 0x0000000770800000| Complete
|
14324 | | 901|0x0000000770a00000, 0x0000000770c00000, 0x0000000770c00000|100%| E|CS|TAMS 0x0000000770a00000, 0x0000000770a00000| Complete
|
14325 | | 902|0x0000000770c00000, 0x0000000770e00000, 0x0000000770e00000|100%| E|CS|TAMS 0x0000000770c00000, 0x0000000770c00000| Complete
|
14326 | | 903|0x0000000770e00000, 0x0000000771000000, 0x0000000771000000|100%| E|CS|TAMS 0x0000000770e00000, 0x0000000770e00000| Complete
|
14327 | | 904|0x0000000771000000, 0x0000000771200000, 0x0000000771200000|100%| E|CS|TAMS 0x0000000771000000, 0x0000000771000000| Complete
|
14328 | | 905|0x0000000771200000, 0x0000000771400000, 0x0000000771400000|100%| E|CS|TAMS 0x0000000771200000, 0x0000000771200000| Complete
|
14329 | | 906|0x0000000771400000, 0x0000000771600000, 0x0000000771600000|100%| E|CS|TAMS 0x0000000771400000, 0x0000000771400000| Complete
|
14330 | | 907|0x0000000771600000, 0x0000000771800000, 0x0000000771800000|100%| E|CS|TAMS 0x0000000771600000, 0x0000000771600000| Complete
|
14331 | | 908|0x0000000771800000, 0x0000000771a00000, 0x0000000771a00000|100%| E|CS|TAMS 0x0000000771800000, 0x0000000771800000| Complete
|
14332 | | 909|0x0000000771a00000, 0x0000000771c00000, 0x0000000771c00000|100%| E|CS|TAMS 0x0000000771a00000, 0x0000000771a00000| Complete
|
14333 | | 910|0x0000000771c00000, 0x0000000771e00000, 0x0000000771e00000|100%| E|CS|TAMS 0x0000000771c00000, 0x0000000771c00000| Complete
|
14334 | | 911|0x0000000771e00000, 0x0000000772000000, 0x0000000772000000|100%| E|CS|TAMS 0x0000000771e00000, 0x0000000771e00000| Complete
|
14335 | | 912|0x0000000772000000, 0x0000000772200000, 0x0000000772200000|100%| E|CS|TAMS 0x0000000772000000, 0x0000000772000000| Complete
|
14336 | | 913|0x0000000772200000, 0x0000000772400000, 0x0000000772400000|100%| E|CS|TAMS 0x0000000772200000, 0x0000000772200000| Complete
|
14337 | | 914|0x0000000772400000, 0x0000000772600000, 0x0000000772600000|100%| E|CS|TAMS 0x0000000772400000, 0x0000000772400000| Complete
|
14338 | | 915|0x0000000772600000, 0x0000000772800000, 0x0000000772800000|100%| E|CS|TAMS 0x0000000772600000, 0x0000000772600000| Complete
|
14339 | | 916|0x0000000772800000, 0x0000000772a00000, 0x0000000772a00000|100%| E|CS|TAMS 0x0000000772800000, 0x0000000772800000| Complete
|
14340 | | 917|0x0000000772a00000, 0x0000000772c00000, 0x0000000772c00000|100%| E|CS|TAMS 0x0000000772a00000, 0x0000000772a00000| Complete
|
14341 | | 918|0x0000000772c00000, 0x0000000772e00000, 0x0000000772e00000|100%| E|CS|TAMS 0x0000000772c00000, 0x0000000772c00000| Complete
|
14342 | | 919|0x0000000772e00000, 0x0000000773000000, 0x0000000773000000|100%| E|CS|TAMS 0x0000000772e00000, 0x0000000772e00000| Complete
|
14343 | | 920|0x0000000773000000, 0x0000000773200000, 0x0000000773200000|100%| E|CS|TAMS 0x0000000773000000, 0x0000000773000000| Complete
|
14344 | | 921|0x0000000773200000, 0x0000000773400000, 0x0000000773400000|100%| E|CS|TAMS 0x0000000773200000, 0x0000000773200000| Complete
|
14345 | | 922|0x0000000773400000, 0x0000000773600000, 0x0000000773600000|100%| E|CS|TAMS 0x0000000773400000, 0x0000000773400000| Complete
|
14346 | | 923|0x0000000773600000, 0x0000000773800000, 0x0000000773800000|100%| E|CS|TAMS 0x0000000773600000, 0x0000000773600000| Complete
|
14347 | | 924|0x0000000773800000, 0x0000000773a00000, 0x0000000773a00000|100%| E|CS|TAMS 0x0000000773800000, 0x0000000773800000| Complete
|
14348 | | 925|0x0000000773a00000, 0x0000000773c00000, 0x0000000773c00000|100%| E|CS|TAMS 0x0000000773a00000, 0x0000000773a00000| Complete
|
14349 | | 926|0x0000000773c00000, 0x0000000773e00000, 0x0000000773e00000|100%| E|CS|TAMS 0x0000000773c00000, 0x0000000773c00000| Complete
|
14350 | | 927|0x0000000773e00000, 0x0000000774000000, 0x0000000774000000|100%| E|CS|TAMS 0x0000000773e00000, 0x0000000773e00000| Complete
|
14351 | | 928|0x0000000774000000, 0x0000000774200000, 0x0000000774200000|100%| E|CS|TAMS 0x0000000774000000, 0x0000000774000000| Complete
|
14352 | | 929|0x0000000774200000, 0x0000000774400000, 0x0000000774400000|100%| E|CS|TAMS 0x0000000774200000, 0x0000000774200000| Complete
|
14353 | | 930|0x0000000774400000, 0x0000000774600000, 0x0000000774600000|100%| E|CS|TAMS 0x0000000774400000, 0x0000000774400000| Complete
|
14354 | | 931|0x0000000774600000, 0x0000000774800000, 0x0000000774800000|100%| E|CS|TAMS 0x0000000774600000, 0x0000000774600000| Complete
|
14355 | | 932|0x0000000774800000, 0x0000000774a00000, 0x0000000774a00000|100%| E|CS|TAMS 0x0000000774800000, 0x0000000774800000| Complete
|
14356 | | 933|0x0000000774a00000, 0x0000000774c00000, 0x0000000774c00000|100%| E|CS|TAMS 0x0000000774a00000, 0x0000000774a00000| Complete
|
14357 | | 934|0x0000000774c00000, 0x0000000774e00000, 0x0000000774e00000|100%| E|CS|TAMS 0x0000000774c00000, 0x0000000774c00000| Complete
|
14358 | | 935|0x0000000774e00000, 0x0000000775000000, 0x0000000775000000|100%| E|CS|TAMS 0x0000000774e00000, 0x0000000774e00000| Complete
|
14359 | | 936|0x0000000775000000, 0x0000000775200000, 0x0000000775200000|100%| E|CS|TAMS 0x0000000775000000, 0x0000000775000000| Complete
|
14360 | | 937|0x0000000775200000, 0x0000000775400000, 0x0000000775400000|100%| E|CS|TAMS 0x0000000775200000, 0x0000000775200000| Complete
|
14361 | | 938|0x0000000775400000, 0x0000000775600000, 0x0000000775600000|100%| E|CS|TAMS 0x0000000775400000, 0x0000000775400000| Complete
|
14362 | | 939|0x0000000775600000, 0x0000000775800000, 0x0000000775800000|100%| E|CS|TAMS 0x0000000775600000, 0x0000000775600000| Complete
|
14363 | | 940|0x0000000775800000, 0x0000000775a00000, 0x0000000775a00000|100%| E|CS|TAMS 0x0000000775800000, 0x0000000775800000| Complete
|
14364 | | 941|0x0000000775a00000, 0x0000000775c00000, 0x0000000775c00000|100%| E|CS|TAMS 0x0000000775a00000, 0x0000000775a00000| Complete
|
14365 | | 942|0x0000000775c00000, 0x0000000775e00000, 0x0000000775e00000|100%| E|CS|TAMS 0x0000000775c00000, 0x0000000775c00000| Complete
|
14366 | | 943|0x0000000775e00000, 0x0000000776000000, 0x0000000776000000|100%| E|CS|TAMS 0x0000000775e00000, 0x0000000775e00000| Complete
|
14367 | | 944|0x0000000776000000, 0x0000000776200000, 0x0000000776200000|100%| E|CS|TAMS 0x0000000776000000, 0x0000000776000000| Complete
|
14368 | | 945|0x0000000776200000, 0x0000000776400000, 0x0000000776400000|100%| E|CS|TAMS 0x0000000776200000, 0x0000000776200000| Complete
|
14369 | | 946|0x0000000776400000, 0x0000000776600000, 0x0000000776600000|100%| E|CS|TAMS 0x0000000776400000, 0x0000000776400000| Complete
|
14370 | | 947|0x0000000776600000, 0x0000000776800000, 0x0000000776800000|100%| E|CS|TAMS 0x0000000776600000, 0x0000000776600000| Complete
|
14371 | | 948|0x0000000776800000, 0x0000000776a00000, 0x0000000776a00000|100%| E|CS|TAMS 0x0000000776800000, 0x0000000776800000| Complete
|
14372 | | 949|0x0000000776a00000, 0x0000000776c00000, 0x0000000776c00000|100%| E|CS|TAMS 0x0000000776a00000, 0x0000000776a00000| Complete
|
14373 | | 950|0x0000000776c00000, 0x0000000776e00000, 0x0000000776e00000|100%| E|CS|TAMS 0x0000000776c00000, 0x0000000776c00000| Complete
|
14374 | | 951|0x0000000776e00000, 0x0000000777000000, 0x0000000777000000|100%| E|CS|TAMS 0x0000000776e00000, 0x0000000776e00000| Complete
|
14375 | | 952|0x0000000777000000, 0x0000000777200000, 0x0000000777200000|100%| E|CS|TAMS 0x0000000777000000, 0x0000000777000000| Complete
|
14376 | | 953|0x0000000777200000, 0x0000000777400000, 0x0000000777400000|100%| E|CS|TAMS 0x0000000777200000, 0x0000000777200000| Complete
|
14377 | | 954|0x0000000777400000, 0x0000000777600000, 0x0000000777600000|100%| E|CS|TAMS 0x0000000777400000, 0x0000000777400000| Complete
|
14378 | | 955|0x0000000777600000, 0x0000000777800000, 0x0000000777800000|100%| E|CS|TAMS 0x0000000777600000, 0x0000000777600000| Complete
|
14379 | | 956|0x0000000777800000, 0x0000000777a00000, 0x0000000777a00000|100%| E|CS|TAMS 0x0000000777800000, 0x0000000777800000| Complete
|
14380 | | 957|0x0000000777a00000, 0x0000000777c00000, 0x0000000777c00000|100%| E|CS|TAMS 0x0000000777a00000, 0x0000000777a00000| Complete
|
14381 | | 958|0x0000000777c00000, 0x0000000777e00000, 0x0000000777e00000|100%| E|CS|TAMS 0x0000000777c00000, 0x0000000777c00000| Complete
|
14382 | | 959|0x0000000777e00000, 0x0000000778000000, 0x0000000778000000|100%| E|CS|TAMS 0x0000000777e00000, 0x0000000777e00000| Complete
|
14383 | | 960|0x0000000778000000, 0x0000000778200000, 0x0000000778200000|100%| E|CS|TAMS 0x0000000778000000, 0x0000000778000000| Complete
|
14384 | | 961|0x0000000778200000, 0x0000000778400000, 0x0000000778400000|100%| E|CS|TAMS 0x0000000778200000, 0x0000000778200000| Complete
|
14385 | | 962|0x0000000778400000, 0x0000000778600000, 0x0000000778600000|100%| E|CS|TAMS 0x0000000778400000, 0x0000000778400000| Complete
|
14386 | | 963|0x0000000778600000, 0x0000000778800000, 0x0000000778800000|100%| E|CS|TAMS 0x0000000778600000, 0x0000000778600000| Complete
|
14387 | | 964|0x0000000778800000, 0x0000000778a00000, 0x0000000778a00000|100%| E|CS|TAMS 0x0000000778800000, 0x0000000778800000| Complete
|
14388 | | 965|0x0000000778a00000, 0x0000000778c00000, 0x0000000778c00000|100%| E|CS|TAMS 0x0000000778a00000, 0x0000000778a00000| Complete
|
14389 | | 966|0x0000000778c00000, 0x0000000778e00000, 0x0000000778e00000|100%| E|CS|TAMS 0x0000000778c00000, 0x0000000778c00000| Complete
|
14390 | | 967|0x0000000778e00000, 0x0000000779000000, 0x0000000779000000|100%| E|CS|TAMS 0x0000000778e00000, 0x0000000778e00000| Complete
|
14391 | | 968|0x0000000779000000, 0x0000000779200000, 0x0000000779200000|100%| E|CS|TAMS 0x0000000779000000, 0x0000000779000000| Complete
|
14392 | | 969|0x0000000779200000, 0x0000000779400000, 0x0000000779400000|100%| E|CS|TAMS 0x0000000779200000, 0x0000000779200000| Complete
|
14393 | | 970|0x0000000779400000, 0x0000000779600000, 0x0000000779600000|100%| E|CS|TAMS 0x0000000779400000, 0x0000000779400000| Complete
|
14394 | | 971|0x0000000779600000, 0x0000000779800000, 0x0000000779800000|100%| E|CS|TAMS 0x0000000779600000, 0x0000000779600000| Complete
|
14395 | | 972|0x0000000779800000, 0x0000000779a00000, 0x0000000779a00000|100%| E|CS|TAMS 0x0000000779800000, 0x0000000779800000| Complete
|
14396 | | 973|0x0000000779a00000, 0x0000000779c00000, 0x0000000779c00000|100%| E|CS|TAMS 0x0000000779a00000, 0x0000000779a00000| Complete
|
14397 | | 974|0x0000000779c00000, 0x0000000779e00000, 0x0000000779e00000|100%| E|CS|TAMS 0x0000000779c00000, 0x0000000779c00000| Complete
|
14398 | | 975|0x0000000779e00000, 0x000000077a000000, 0x000000077a000000|100%| E|CS|TAMS 0x0000000779e00000, 0x0000000779e00000| Complete
|
14399 | | 976|0x000000077a000000, 0x000000077a200000, 0x000000077a200000|100%| E|CS|TAMS 0x000000077a000000, 0x000000077a000000| Complete
|
14400 | | 977|0x000000077a200000, 0x000000077a400000, 0x000000077a400000|100%| E|CS|TAMS 0x000000077a200000, 0x000000077a200000| Complete
|
14401 | | 978|0x000000077a400000, 0x000000077a600000, 0x000000077a600000|100%| E|CS|TAMS 0x000000077a400000, 0x000000077a400000| Complete
|
14402 | | 979|0x000000077a600000, 0x000000077a800000, 0x000000077a800000|100%| E|CS|TAMS 0x000000077a600000, 0x000000077a600000| Complete
|
14403 | | 980|0x000000077a800000, 0x000000077aa00000, 0x000000077aa00000|100%| E|CS|TAMS 0x000000077a800000, 0x000000077a800000| Complete
|
14404 | | 981|0x000000077aa00000, 0x000000077ac00000, 0x000000077ac00000|100%| E|CS|TAMS 0x000000077aa00000, 0x000000077aa00000| Complete
|
14405 | | 982|0x000000077ac00000, 0x000000077ae00000, 0x000000077ae00000|100%| E|CS|TAMS 0x000000077ac00000, 0x000000077ac00000| Complete
|
14406 | | 983|0x000000077ae00000, 0x000000077b000000, 0x000000077b000000|100%| E| |TAMS 0x000000077ae00000, 0x000000077ae00000| Complete
|
14407 | | 984|0x000000077b000000, 0x000000077b200000, 0x000000077b200000|100%| E|CS|TAMS 0x000000077b000000, 0x000000077b000000| Complete
|
14408 | | 985|0x000000077b200000, 0x000000077b400000, 0x000000077b400000|100%| E|CS|TAMS 0x000000077b200000, 0x000000077b200000| Complete
|
14409 | | 986|0x000000077b400000, 0x000000077b600000, 0x000000077b600000|100%| E|CS|TAMS 0x000000077b400000, 0x000000077b400000| Complete
|
14410 | | 987|0x000000077b600000, 0x000000077b800000, 0x000000077b800000|100%| E|CS|TAMS 0x000000077b600000, 0x000000077b600000| Complete
|
14411 | | 988|0x000000077b800000, 0x000000077ba00000, 0x000000077ba00000|100%| E|CS|TAMS 0x000000077b800000, 0x000000077b800000| Complete
|
14412 | | 989|0x000000077ba00000, 0x000000077bc00000, 0x000000077bc00000|100%| E|CS|TAMS 0x000000077ba00000, 0x000000077ba00000| Complete
|
14413 | | 990|0x000000077bc00000, 0x000000077be00000, 0x000000077be00000|100%| E|CS|TAMS 0x000000077bc00000, 0x000000077bc00000| Complete
|
14414 | | 991|0x000000077be00000, 0x000000077c000000, 0x000000077c000000|100%| E|CS|TAMS 0x000000077be00000, 0x000000077be00000| Complete
|
14415 | | 992|0x000000077c000000, 0x000000077c200000, 0x000000077c200000|100%| E|CS|TAMS 0x000000077c000000, 0x000000077c000000| Complete
|
14416 | | 993|0x000000077c200000, 0x000000077c400000, 0x000000077c400000|100%| E|CS|TAMS 0x000000077c200000, 0x000000077c200000| Complete
|
14417 | | 994|0x000000077c400000, 0x000000077c600000, 0x000000077c600000|100%| E|CS|TAMS 0x000000077c400000, 0x000000077c400000| Complete
|
14418 | | 995|0x000000077c600000, 0x000000077c800000, 0x000000077c800000|100%| E|CS|TAMS 0x000000077c600000, 0x000000077c600000| Complete
|
14419 | | 996|0x000000077c800000, 0x000000077ca00000, 0x000000077ca00000|100%| E|CS|TAMS 0x000000077c800000, 0x000000077c800000| Complete
|
14420 | | 997|0x000000077ca00000, 0x000000077cc00000, 0x000000077cc00000|100%| E|CS|TAMS 0x000000077ca00000, 0x000000077ca00000| Complete
|
14421 | | 998|0x000000077cc00000, 0x000000077ce00000, 0x000000077ce00000|100%| E|CS|TAMS 0x000000077cc00000, 0x000000077cc00000| Complete
|
14422 | | 999|0x000000077ce00000, 0x000000077d000000, 0x000000077d000000|100%| E|CS|TAMS 0x000000077ce00000, 0x000000077ce00000| Complete
|
14423 | |1000|0x000000077d000000, 0x000000077d200000, 0x000000077d200000|100%| E|CS|TAMS 0x000000077d000000, 0x000000077d000000| Complete
|
14424 | |1001|0x000000077d200000, 0x000000077d400000, 0x000000077d400000|100%| E|CS|TAMS 0x000000077d200000, 0x000000077d200000| Complete
|
14425 | |1002|0x000000077d400000, 0x000000077d600000, 0x000000077d600000|100%| E|CS|TAMS 0x000000077d400000, 0x000000077d400000| Complete
|
14426 | |1003|0x000000077d600000, 0x000000077d800000, 0x000000077d800000|100%| E|CS|TAMS 0x000000077d600000, 0x000000077d600000| Complete
|
14427 | |1004|0x000000077d800000, 0x000000077da00000, 0x000000077da00000|100%| E|CS|TAMS 0x000000077d800000, 0x000000077d800000| Complete
|
14428 | |1005|0x000000077da00000, 0x000000077dc00000, 0x000000077dc00000|100%| E|CS|TAMS 0x000000077da00000, 0x000000077da00000| Complete
|
14429 | |1006|0x000000077dc00000, 0x000000077de00000, 0x000000077de00000|100%| E|CS|TAMS 0x000000077dc00000, 0x000000077dc00000| Complete
|
14430 | |1007|0x000000077de00000, 0x000000077e000000, 0x000000077e000000|100%| E|CS|TAMS 0x000000077de00000, 0x000000077de00000| Complete
|
14431 | |1008|0x000000077e000000, 0x000000077e200000, 0x000000077e200000|100%| E|CS|TAMS 0x000000077e000000, 0x000000077e000000| Complete
|
14432 | |1009|0x000000077e200000, 0x000000077e400000, 0x000000077e400000|100%| E|CS|TAMS 0x000000077e200000, 0x000000077e200000| Complete
|
14433 | |1010|0x000000077e400000, 0x000000077e600000, 0x000000077e600000|100%| E|CS|TAMS 0x000000077e400000, 0x000000077e400000| Complete
|
14434 | |1011|0x000000077e600000, 0x000000077e800000, 0x000000077e800000|100%| E|CS|TAMS 0x000000077e600000, 0x000000077e600000| Complete
|
14435 | |1012|0x000000077e800000, 0x000000077ea00000, 0x000000077ea00000|100%| E|CS|TAMS 0x000000077e800000, 0x000000077e800000| Complete
|
14436 | |1013|0x000000077ea00000, 0x000000077ec00000, 0x000000077ec00000|100%| E|CS|TAMS 0x000000077ea00000, 0x000000077ea00000| Complete
|
14437 | |1014|0x000000077ec00000, 0x000000077ee00000, 0x000000077ee00000|100%| E|CS|TAMS 0x000000077ec00000, 0x000000077ec00000| Complete
|
14438 | |1015|0x000000077ee00000, 0x000000077f000000, 0x000000077f000000|100%| E|CS|TAMS 0x000000077ee00000, 0x000000077ee00000| Complete
|
14439 | |1016|0x000000077f000000, 0x000000077f200000, 0x000000077f200000|100%| E|CS|TAMS 0x000000077f000000, 0x000000077f000000| Complete
|
14440 | |1017|0x000000077f200000, 0x000000077f400000, 0x000000077f400000|100%| E|CS|TAMS 0x000000077f200000, 0x000000077f200000| Complete
|
14441 | |1018|0x000000077f400000, 0x000000077f600000, 0x000000077f600000|100%| E|CS|TAMS 0x000000077f400000, 0x000000077f400000| Complete
|
14442 | |1019|0x000000077f600000, 0x000000077f800000, 0x000000077f800000|100%| E|CS|TAMS 0x000000077f600000, 0x000000077f600000| Complete
|
14443 | |1020|0x000000077f800000, 0x000000077fa00000, 0x000000077fa00000|100%| E|CS|TAMS 0x000000077f800000, 0x000000077f800000| Complete
|
14444 | |1021|0x000000077fa00000, 0x000000077fc00000, 0x000000077fc00000|100%| E|CS|TAMS 0x000000077fa00000, 0x000000077fa00000| Complete
|
14445 | |1022|0x000000077fc00000, 0x000000077fe00000, 0x000000077fe00000|100%| E|CS|TAMS 0x000000077fc00000, 0x000000077fc00000| Complete
|
14446 | |1023|0x000000077fe00000, 0x0000000780000000, 0x0000000780000000|100%| E|CS|TAMS 0x000000077fe00000, 0x000000077fe00000| Complete
|
14447 | |1024|0x0000000780000000, 0x0000000780200000, 0x0000000780200000|100%| E|CS|TAMS 0x0000000780000000, 0x0000000780000000| Complete
|
14448 | |1025|0x0000000780200000, 0x0000000780400000, 0x0000000780400000|100%| E|CS|TAMS 0x0000000780200000, 0x0000000780200000| Complete
|
14449 | |1026|0x0000000780400000, 0x0000000780600000, 0x0000000780600000|100%| E|CS|TAMS 0x0000000780400000, 0x0000000780400000| Complete
|
14450 | |1027|0x0000000780600000, 0x0000000780800000, 0x0000000780800000|100%| E|CS|TAMS 0x0000000780600000, 0x0000000780600000| Complete
|
14451 | |1028|0x0000000780800000, 0x0000000780a00000, 0x0000000780a00000|100%| E|CS|TAMS 0x0000000780800000, 0x0000000780800000| Complete
|
14452 | |1029|0x0000000780a00000, 0x0000000780c00000, 0x0000000780c00000|100%| E|CS|TAMS 0x0000000780a00000, 0x0000000780a00000| Complete
|
14453 | |1030|0x0000000780c00000, 0x0000000780e00000, 0x0000000780e00000|100%| E|CS|TAMS 0x0000000780c00000, 0x0000000780c00000| Complete
|
14454 | |1031|0x0000000780e00000, 0x0000000781000000, 0x0000000781000000|100%| E|CS|TAMS 0x0000000780e00000, 0x0000000780e00000| Complete
|
14455 | |1032|0x0000000781000000, 0x0000000781200000, 0x0000000781200000|100%| E|CS|TAMS 0x0000000781000000, 0x0000000781000000| Complete
|
14456 | |1033|0x0000000781200000, 0x0000000781400000, 0x0000000781400000|100%| E|CS|TAMS 0x0000000781200000, 0x0000000781200000| Complete
|
14457 | |1034|0x0000000781400000, 0x0000000781600000, 0x0000000781600000|100%| E|CS|TAMS 0x0000000781400000, 0x0000000781400000| Complete
|
14458 | |1035|0x0000000781600000, 0x0000000781800000, 0x0000000781800000|100%| E|CS|TAMS 0x0000000781600000, 0x0000000781600000| Complete
|
14459 | |1036|0x0000000781800000, 0x0000000781a00000, 0x0000000781a00000|100%| E|CS|TAMS 0x0000000781800000, 0x0000000781800000| Complete
|
14460 | |1037|0x0000000781a00000, 0x0000000781b00000, 0x0000000781c00000| 50%| S|CS|TAMS 0x0000000781a00000, 0x0000000781a00000| Complete
|
14461 | |1038|0x0000000781c00000, 0x0000000781e00000, 0x0000000781e00000|100%| S|CS|TAMS 0x0000000781c00000, 0x0000000781c00000| Complete
|
14462 | |1039|0x0000000781e00000, 0x0000000782000000, 0x0000000782000000|100%| S|CS|TAMS 0x0000000781e00000, 0x0000000781e00000| Complete
|
14463 | |1040|0x0000000782000000, 0x0000000782200000, 0x0000000782200000|100%| S|CS|TAMS 0x0000000782000000, 0x0000000782000000| Complete
|
14464 | |1041|0x0000000782200000, 0x0000000782400000, 0x0000000782400000|100%| S|CS|TAMS 0x0000000782200000, 0x0000000782200000| Complete
|
14465 | |1042|0x0000000782400000, 0x0000000782600000, 0x0000000782600000|100%| S|CS|TAMS 0x0000000782400000, 0x0000000782400000| Complete
|
14466 | |1043|0x0000000782600000, 0x0000000782800000, 0x0000000782800000|100%| E|CS|TAMS 0x0000000782600000, 0x0000000782600000| Complete
|
14467 | |1044|0x0000000782800000, 0x0000000782a00000, 0x0000000782a00000|100%| E|CS|TAMS 0x0000000782800000, 0x0000000782800000| Complete
|
14468 | |1045|0x0000000782a00000, 0x0000000782c00000, 0x0000000782c00000|100%| E|CS|TAMS 0x0000000782a00000, 0x0000000782a00000| Complete
|
14469 | |1046|0x0000000782c00000, 0x0000000782e00000, 0x0000000782e00000|100%| E|CS|TAMS 0x0000000782c00000, 0x0000000782c00000| Complete
|
14470 | |1047|0x0000000782e00000, 0x0000000783000000, 0x0000000783000000|100%| E|CS|TAMS 0x0000000782e00000, 0x0000000782e00000| Complete
|
14471 | |1048|0x0000000783000000, 0x0000000783200000, 0x0000000783200000|100%| E|CS|TAMS 0x0000000783000000, 0x0000000783000000| Complete
|
14472 | |1049|0x0000000783200000, 0x0000000783400000, 0x0000000783400000|100%| E|CS|TAMS 0x0000000783200000, 0x0000000783200000| Complete
|
14473 | |1050|0x0000000783400000, 0x0000000783600000, 0x0000000783600000|100%| E|CS|TAMS 0x0000000783400000, 0x0000000783400000| Complete
|
14474 | |1051|0x0000000783600000, 0x0000000783800000, 0x0000000783800000|100%| E|CS|TAMS 0x0000000783600000, 0x0000000783600000| Complete
|
14475 | |1052|0x0000000783800000, 0x0000000783a00000, 0x0000000783a00000|100%| E|CS|TAMS 0x0000000783800000, 0x0000000783800000| Complete
|
14476 | |1053|0x0000000783a00000, 0x0000000783c00000, 0x0000000783c00000|100%| E|CS|TAMS 0x0000000783a00000, 0x0000000783a00000| Complete
|
14477 | |1054|0x0000000783c00000, 0x0000000783e00000, 0x0000000783e00000|100%| E|CS|TAMS 0x0000000783c00000, 0x0000000783c00000| Complete
|
14478 | |1055|0x0000000783e00000, 0x0000000784000000, 0x0000000784000000|100%| E|CS|TAMS 0x0000000783e00000, 0x0000000783e00000| Complete
|
14479 | |1056|0x0000000784000000, 0x0000000784200000, 0x0000000784200000|100%| E|CS|TAMS 0x0000000784000000, 0x0000000784000000| Complete
|
14480 | |1057|0x0000000784200000, 0x0000000784400000, 0x0000000784400000|100%| E|CS|TAMS 0x0000000784200000, 0x0000000784200000| Complete
|
14481 | |1058|0x0000000784400000, 0x0000000784600000, 0x0000000784600000|100%| E|CS|TAMS 0x0000000784400000, 0x0000000784400000| Complete
|
14482 | |1059|0x0000000784600000, 0x0000000784800000, 0x0000000784800000|100%| E|CS|TAMS 0x0000000784600000, 0x0000000784600000| Complete
|
14483 | |1060|0x0000000784800000, 0x0000000784a00000, 0x0000000784a00000|100%| E|CS|TAMS 0x0000000784800000, 0x0000000784800000| Complete
|
14484 | |1061|0x0000000784a00000, 0x0000000784c00000, 0x0000000784c00000|100%| E|CS|TAMS 0x0000000784a00000, 0x0000000784a00000| Complete
|
14485 | |1062|0x0000000784c00000, 0x0000000784e00000, 0x0000000784e00000|100%| E|CS|TAMS 0x0000000784c00000, 0x0000000784c00000| Complete
|
14486 | |1063|0x0000000784e00000, 0x0000000785000000, 0x0000000785000000|100%| E|CS|TAMS 0x0000000784e00000, 0x0000000784e00000| Complete
|
14487 | |1064|0x0000000785000000, 0x0000000785200000, 0x0000000785200000|100%| E|CS|TAMS 0x0000000785000000, 0x0000000785000000| Complete
|
14488 | |1065|0x0000000785200000, 0x0000000785400000, 0x0000000785400000|100%| E|CS|TAMS 0x0000000785200000, 0x0000000785200000| Complete
|
14489 | |1066|0x0000000785400000, 0x0000000785600000, 0x0000000785600000|100%| E|CS|TAMS 0x0000000785400000, 0x0000000785400000| Complete
|
14490 | |1067|0x0000000785600000, 0x0000000785800000, 0x0000000785800000|100%| E|CS|TAMS 0x0000000785600000, 0x0000000785600000| Complete
|
14491 | |1068|0x0000000785800000, 0x0000000785a00000, 0x0000000785a00000|100%| E|CS|TAMS 0x0000000785800000, 0x0000000785800000| Complete
|
14492 | |1069|0x0000000785a00000, 0x0000000785c00000, 0x0000000785c00000|100%| E|CS|TAMS 0x0000000785a00000, 0x0000000785a00000| Complete
|
14493 | |1070|0x0000000785c00000, 0x0000000785e00000, 0x0000000785e00000|100%| E|CS|TAMS 0x0000000785c00000, 0x0000000785c00000| Complete
|
14494 | |1071|0x0000000785e00000, 0x0000000786000000, 0x0000000786000000|100%| E|CS|TAMS 0x0000000785e00000, 0x0000000785e00000| Complete
|
14495 | |1072|0x0000000786000000, 0x0000000786200000, 0x0000000786200000|100%| E|CS|TAMS 0x0000000786000000, 0x0000000786000000| Complete
|
14496 | |1073|0x0000000786200000, 0x0000000786400000, 0x0000000786400000|100%| E|CS|TAMS 0x0000000786200000, 0x0000000786200000| Complete
|
14497 | |1074|0x0000000786400000, 0x0000000786600000, 0x0000000786600000|100%| E|CS|TAMS 0x0000000786400000, 0x0000000786400000| Complete
|
14498 | |1075|0x0000000786600000, 0x0000000786800000, 0x0000000786800000|100%| E|CS|TAMS 0x0000000786600000, 0x0000000786600000| Complete
|
14499 | |1076|0x0000000786800000, 0x0000000786a00000, 0x0000000786a00000|100%| E|CS|TAMS 0x0000000786800000, 0x0000000786800000| Complete
|
14500 | |1077|0x0000000786a00000, 0x0000000786c00000, 0x0000000786c00000|100%| E|CS|TAMS 0x0000000786a00000, 0x0000000786a00000| Complete
|
14501 | |1078|0x0000000786c00000, 0x0000000786e00000, 0x0000000786e00000|100%| E|CS|TAMS 0x0000000786c00000, 0x0000000786c00000| Complete
|
14502 | |1079|0x0000000786e00000, 0x0000000787000000, 0x0000000787000000|100%| E|CS|TAMS 0x0000000786e00000, 0x0000000786e00000| Complete
|
14503 | |1080|0x0000000787000000, 0x0000000787200000, 0x0000000787200000|100%| E|CS|TAMS 0x0000000787000000, 0x0000000787000000| Complete
|
14504 | |1081|0x0000000787200000, 0x0000000787400000, 0x0000000787400000|100%| E|CS|TAMS 0x0000000787200000, 0x0000000787200000| Complete
|
14505 | |1082|0x0000000787400000, 0x0000000787600000, 0x0000000787600000|100%| E|CS|TAMS 0x0000000787400000, 0x0000000787400000| Complete
|
14506 | |1083|0x0000000787600000, 0x0000000787800000, 0x0000000787800000|100%| E|CS|TAMS 0x0000000787600000, 0x0000000787600000| Complete
|
14507 | |1084|0x0000000787800000, 0x0000000787a00000, 0x0000000787a00000|100%| E|CS|TAMS 0x0000000787800000, 0x0000000787800000| Complete
|
14508 | |1085|0x0000000787a00000, 0x0000000787c00000, 0x0000000787c00000|100%| E|CS|TAMS 0x0000000787a00000, 0x0000000787a00000| Complete
|
14509 | |1086|0x0000000787c00000, 0x0000000787e00000, 0x0000000787e00000|100%| E|CS|TAMS 0x0000000787c00000, 0x0000000787c00000| Complete
|
14510 | |1087|0x0000000787e00000, 0x0000000788000000, 0x0000000788000000|100%| E|CS|TAMS 0x0000000787e00000, 0x0000000787e00000| Complete
|
14511 | |1088|0x0000000788000000, 0x0000000788200000, 0x0000000788200000|100%| E|CS|TAMS 0x0000000788000000, 0x0000000788000000| Complete
|
14512 | |1089|0x0000000788200000, 0x0000000788400000, 0x0000000788400000|100%| E|CS|TAMS 0x0000000788200000, 0x0000000788200000| Complete
|
14513 | |1090|0x0000000788400000, 0x0000000788600000, 0x0000000788600000|100%| E|CS|TAMS 0x0000000788400000, 0x0000000788400000| Complete
|
14514 | |1091|0x0000000788600000, 0x0000000788800000, 0x0000000788800000|100%| E|CS|TAMS 0x0000000788600000, 0x0000000788600000| Complete
|
14515 | |1092|0x0000000788800000, 0x0000000788a00000, 0x0000000788a00000|100%| E|CS|TAMS 0x0000000788800000, 0x0000000788800000| Complete
|
14516 | |1093|0x0000000788a00000, 0x0000000788c00000, 0x0000000788c00000|100%| E|CS|TAMS 0x0000000788a00000, 0x0000000788a00000| Complete
|
14517 | |1094|0x0000000788c00000, 0x0000000788e00000, 0x0000000788e00000|100%| E|CS|TAMS 0x0000000788c00000, 0x0000000788c00000| Complete
|
14518 | |1095|0x0000000788e00000, 0x0000000789000000, 0x0000000789000000|100%| E|CS|TAMS 0x0000000788e00000, 0x0000000788e00000| Complete
|
14519 | |1096|0x0000000789000000, 0x0000000789200000, 0x0000000789200000|100%| E|CS|TAMS 0x0000000789000000, 0x0000000789000000| Complete
|
14520 |
|
14521 | Card table byte_map: [0x000000010170c000,0x0000000101f0c000] _byte_map_base: 0x00000000fdf0c000
|
14522 |
|
14523 | Marking Bits (Prev, Next): (CMBitMap*) 0x0000000143839650, (CMBitMap*) 0x0000000143839610
|
14524 | Prev Bits: [0x0000000119f04000, 0x000000011df04000)
|
14525 | Next Bits: [0x0000000115f04000, 0x0000000119f04000)
|
14526 |
|
14527 | Polling page: 0x00000001009f0000
|
14528 |
|
14529 | Metaspace:
|
14530 |
|
14531 | Usage:
|
14532 | Non-class: 122.31 MB used.
|
14533 | Class: 19.46 MB used.
|
14534 | Both: 141.77 MB used.
|
14535 |
|
14536 | Virtual space:
|
14537 | Non-class space: 128.00 MB reserved, 123.31 MB ( 96%) committed, 2 nodes.
|
14538 | Class space: 1.00 GB reserved, 20.25 MB ( 2%) committed, 1 nodes.
|
14539 | Both: 1.12 GB reserved, 143.56 MB ( 12%) committed.
|
14540 |
|
14541 | Chunk freelists:
|
14542 | Non-Class: 4.42 MB
|
14543 | Class: 11.77 MB
|
14544 | Both: 16.19 MB
|
14545 |
|
14546 | MaxMetaspaceSize: unlimited
|
14547 | CompressedClassSpaceSize: 1.00 GB
|
14548 | Initial GC threshold: 21.00 MB
|
14549 | Current GC threshold: 222.94 MB
|
14550 | CDS: off
|
14551 | MetaspaceReclaimPolicy: balanced
|
14552 | - commit_granule_bytes: 65536.
|
14553 | - commit_granule_words: 8192.
|
14554 | - virtual_space_node_default_size: 8388608.
|
14555 | - enlarge_chunks_in_place: 1.
|
14556 | - new_chunks_are_fully_committed: 0.
|
14557 | - uncommit_free_chunks: 1.
|
14558 | - use_allocation_guard: 0.
|
14559 | - handle_deallocations: 1.
|
14560 |
|
14561 |
|
14562 | Internal statistics:
|
14563 |
|
14564 | num_allocs_failed_limit: 21.
|
14565 | num_arena_births: 2906.
|
14566 | num_arena_deaths: 4.
|
14567 | num_vsnodes_births: 3.
|
14568 | num_vsnodes_deaths: 0.
|
14569 | num_space_committed: 2292.
|
14570 | num_space_uncommitted: 0.
|
14571 | num_chunks_returned_to_freelist: 27.
|
14572 | num_chunks_taken_from_freelist: 8738.
|
14573 | num_chunk_merges: 21.
|
14574 | num_chunk_splits: 5631.
|
14575 | num_chunks_enlarged: 3672.
|
14576 | num_inconsistent_stats: 0.
|
14577 |
|
14578 | CodeHeap 'non-profiled nmethods': size=120032Kb used=20213Kb max_used=20657Kb free=99818Kb
|
14579 | bounds [0x000000010e1cc000, 0x000000010f5fc000, 0x0000000115704000]
|
14580 | CodeHeap 'profiled nmethods': size=120016Kb used=32387Kb max_used=32387Kb free=87628Kb
|
14581 | bounds [0x0000000106704000, 0x00000001086b4000, 0x000000010dc38000]
|
14582 | CodeHeap 'non-nmethods': size=5712Kb used=2506Kb max_used=2575Kb free=3205Kb
|
14583 | bounds [0x000000010dc38000, 0x000000010ded8000, 0x000000010e1cc000]
|
14584 | total_blobs=21953 nmethods=19801 adapters=2063
|
14585 | compilation: enabled
|
14586 | stopped_count=0, restarted_count=0
|
14587 | full_count=0
|
14588 |
|
14589 | Compilation events (20 events):
|
14590 | Event: 28.366 Thread 0x0000000125012400 31033 2 net.minecraft.client.renderer.BiomeColors$$Lambda$9370/0x0000000801384588::m_130045_ (8 bytes)
|
14591 | Event: 28.366 Thread 0x0000000125012400 nmethod 31033 0x00000001085a8c90 code [0x00000001085a8e40, 0x00000001085a8f88]
|
14592 | Event: 28.367 Thread 0x0000000125012400 31034 2 me.jellysquid.mods.sodium.client.world.biome.BiomeColorMaps::getGrassColor (22 bytes)
|
14593 | Event: 28.367 Thread 0x0000000125012400 nmethod 31034 0x00000001085a9090 code [0x00000001085a9240, 0x00000001085a9398]
|
14594 | Event: 28.367 Thread 0x0000000125012400 31035 2 net.minecraft.world.level.biome.Biome::m_47464_ (69 bytes)
|
14595 | Event: 28.367 Thread 0x0000000125012400 nmethod 31035 0x00000001085a9490 code [0x00000001085a9640, 0x00000001085a9888]
|
14596 | Event: 28.367 Thread 0x0000000125012400 30911 2 java.util.BitSet::set (18 bytes)
|
14597 | Event: 28.367 Thread 0x0000000125012400 nmethod 30911 0x00000001085a9a10 code [0x00000001085a9bc0, 0x00000001085a9d78]
|
14598 | Event: 28.367 Thread 0x0000000125012400 31060 1 net.minecraft.client.renderer.block.model.BakedQuad::getColorIndex (5 bytes)
|
14599 | Event: 28.367 Thread 0x0000000125012400 nmethod 31060 0x000000010f396a90 code [0x000000010f396c00, 0x000000010f396c98]
|
14600 | Event: 28.367 Thread 0x0000000125012400 30926 2 net.minecraft.client.resources.model.SimpleBakedModel::getRenderTypes (59 bytes)
|
14601 | Event: 28.367 Thread 0x0000000125012400 nmethod 30926 0x00000001085a9e90 code [0x00000001085aa040, 0x00000001085aa2c8]
|
14602 | Event: 28.367 Thread 0x0000000125012400 30923 2 me.jellysquid.mods.sodium.client.render.chunk.compile.pipeline.BlockRenderer::getLightingMode (52 bytes)
|
14603 | Event: 28.367 Thread 0x0000000125012400 nmethod 30923 0x00000001085aa410 code [0x00000001085aa600, 0x00000001085aa8b8]
|
14604 | Event: 28.367 Thread 0x0000000125012400 30929 2 me.jellysquid.mods.sodium.client.render.chunk.compile.pipeline.BlockRenderContext::update (62 bytes)
|
14605 | Event: 28.367 Thread 0x0000000125012400 nmethod 30929 0x00000001085aaa90 code [0x00000001085aac40, 0x00000001085aaed8]
|
14606 | Event: 28.367 Thread 0x0000000125012400 30920 2 net.minecraftforge.client.extensions.IForgeBakedModel::useAmbientOcclusion (13 bytes)
|
14607 | Event: 28.367 Thread 0x0000000125012400 nmethod 30920 0x00000001085ab090 code [0x00000001085ab240, 0x00000001085ab448]
|
14608 | Event: 28.367 Thread 0x0000000125012400 30915 2 me.jellysquid.mods.sodium.client.render.chunk.terrain.material.DefaultMaterials::forRenderLayer (68 bytes)
|
14609 | Event: 28.367 Thread 0x0000000125012400 nmethod 30915 0x00000001085ab590 code [0x00000001085ab780, 0x00000001085aba68]
|
14610 |
|
14611 | GC Heap History (20 events):
|
14612 | Event: 24.424 GC heap before
|
14613 | {Heap before GC invocations=54 (full 0):
|
14614 | garbage-first heap total 2154496K, used 1962049K [0x0000000700000000, 0x0000000800000000)
|
14615 | region size 2048K, 553 young (1132544K), 12 survivors (24576K)
|
14616 | Metaspace used 134963K, committed 136768K, reserved 1179648K
|
14617 | class space used 18488K, committed 19328K, reserved 1048576K
|
14618 | }
|
14619 | Event: 24.429 GC heap after
|
14620 | {Heap after GC invocations=55 (full 0):
|
14621 | garbage-first heap total 2154496K, used 877892K [0x0000000700000000, 0x0000000800000000)
|
14622 | region size 2048K, 23 young (47104K), 23 survivors (47104K)
|
14623 | Metaspace used 134963K, committed 136768K, reserved 1179648K
|
14624 | class space used 18488K, committed 19328K, reserved 1048576K
|
14625 | }
|
14626 | Event: 24.446 GC heap before
|
14627 | {Heap before GC invocations=55 (full 0):
|
14628 | garbage-first heap total 2154496K, used 937284K [0x0000000700000000, 0x0000000800000000)
|
14629 | region size 2048K, 52 young (106496K), 23 survivors (47104K)
|
14630 | Metaspace used 134963K, committed 136768K, reserved 1179648K
|
14631 | class space used 18488K, committed 19328K, reserved 1048576K
|
14632 | }
|
14633 | Event: 24.455 GC heap after
|
14634 | {Heap after GC invocations=56 (full 0):
|
14635 | garbage-first heap total 2154496K, used 853457K [0x0000000700000000, 0x0000000800000000)
|
14636 | region size 2048K, 4 young (8192K), 4 survivors (8192K)
|
14637 | Metaspace used 134963K, committed 136768K, reserved 1179648K
|
14638 | class space used 18488K, committed 19328K, reserved 1048576K
|
14639 | }
|
14640 | Event: 25.127 GC heap before
|
14641 | {Heap before GC invocations=56 (full 0):
|
14642 | garbage-first heap total 2154496K, used 1848785K [0x0000000700000000, 0x0000000800000000)
|
14643 | region size 2048K, 490 young (1003520K), 4 survivors (8192K)
|
14644 | Metaspace used 134999K, committed 136832K, reserved 1179648K
|
14645 | class space used 18490K, committed 19328K, reserved 1048576K
|
14646 | }
|
14647 | Event: 25.130 GC heap after
|
14648 | {Heap after GC invocations=57 (full 0):
|
14649 | garbage-first heap total 2154496K, used 863133K [0x0000000700000000, 0x0000000800000000)
|
14650 | region size 2048K, 9 young (18432K), 9 survivors (18432K)
|
14651 | Metaspace used 134999K, committed 136832K, reserved 1179648K
|
14652 | class space used 18490K, committed 19328K, reserved 1048576K
|
14653 | }
|
14654 | Event: 25.237 GC heap before
|
14655 | {Heap before GC invocations=57 (full 0):
|
14656 | garbage-first heap total 2154496K, used 1000349K [0x0000000700000000, 0x0000000800000000)
|
14657 | region size 2048K, 77 young (157696K), 9 survivors (18432K)
|
14658 | Metaspace used 134999K, committed 136832K, reserved 1179648K
|
14659 | class space used 18490K, committed 19328K, reserved 1048576K
|
14660 | }
|
14661 | Event: 25.239 GC heap after
|
14662 | {Heap after GC invocations=58 (full 0):
|
14663 | garbage-first heap total 2154496K, used 866037K [0x0000000700000000, 0x0000000800000000)
|
14664 | region size 2048K, 10 young (20480K), 10 survivors (20480K)
|
14665 | Metaspace used 134999K, committed 136832K, reserved 1179648K
|
14666 | class space used 18490K, committed 19328K, reserved 1048576K
|
14667 | }
|
14668 | Event: 25.908 GC heap before
|
14669 | {Heap before GC invocations=59 (full 0):
|
14670 | garbage-first heap total 2154496K, used 1873653K [0x0000000700000000, 0x0000000800000000)
|
14671 | region size 2048K, 500 young (1024000K), 10 survivors (20480K)
|
14672 | Metaspace used 135053K, committed 136896K, reserved 1179648K
|
14673 | class space used 18491K, committed 19328K, reserved 1048576K
|
14674 | }
|
14675 | Event: 25.913 GC heap after
|
14676 | {Heap after GC invocations=60 (full 0):
|
14677 | garbage-first heap total 2154496K, used 886774K [0x0000000700000000, 0x0000000800000000)
|
14678 | region size 2048K, 17 young (34816K), 17 survivors (34816K)
|
14679 | Metaspace used 135053K, committed 136896K, reserved 1179648K
|
14680 | class space used 18491K, committed 19328K, reserved 1048576K
|
14681 | }
|
14682 | Event: 25.982 GC heap before
|
14683 | {Heap before GC invocations=60 (full 0):
|
14684 | garbage-first heap total 2154496K, used 958454K [0x0000000700000000, 0x0000000800000000)
|
14685 | region size 2048K, 52 young (106496K), 17 survivors (34816K)
|
14686 | Metaspace used 135054K, committed 136896K, reserved 1179648K
|
14687 | class space used 18491K, committed 19328K, reserved 1048576K
|
14688 | }
|
14689 | Event: 25.989 GC heap after
|
14690 | {Heap after GC invocations=61 (full 0):
|
14691 | garbage-first heap total 2154496K, used 859554K [0x0000000700000000, 0x0000000800000000)
|
14692 | region size 2048K, 3 young (6144K), 3 survivors (6144K)
|
14693 | Metaspace used 135054K, committed 136896K, reserved 1179648K
|
14694 | class space used 18491K, committed 19328K, reserved 1048576K
|
14695 | }
|
14696 | Event: 26.666 GC heap before
|
14697 | {Heap before GC invocations=61 (full 0):
|
14698 | garbage-first heap total 2154496K, used 1867170K [0x0000000700000000, 0x0000000800000000)
|
14699 | region size 2048K, 496 young (1015808K), 3 survivors (6144K)
|
14700 | Metaspace used 135142K, committed 136960K, reserved 1179648K
|
14701 | class space used 18494K, committed 19328K, reserved 1048576K
|
14702 | }
|
14703 | Event: 26.670 GC heap after
|
14704 | {Heap after GC invocations=62 (full 0):
|
14705 | garbage-first heap total 2154496K, used 875919K [0x0000000700000000, 0x0000000800000000)
|
14706 | region size 2048K, 11 young (22528K), 11 survivors (22528K)
|
14707 | Metaspace used 135142K, committed 136960K, reserved 1179648K
|
14708 | class space used 18494K, committed 19328K, reserved 1048576K
|
14709 | }
|
14710 | Event: 26.986 GC heap before
|
14711 | {Heap before GC invocations=62 (full 0):
|
14712 | garbage-first heap total 2154496K, used 1344911K [0x0000000700000000, 0x0000000800000000)
|
14713 | region size 2048K, 241 young (493568K), 11 survivors (22528K)
|
14714 | Metaspace used 135163K, committed 136960K, reserved 1179648K
|
14715 | class space used 18496K, committed 19328K, reserved 1048576K
|
14716 | }
|
14717 | Event: 26.989 GC heap after
|
14718 | {Heap after GC invocations=63 (full 0):
|
14719 | garbage-first heap total 2154496K, used 882696K [0x0000000700000000, 0x0000000800000000)
|
14720 | region size 2048K, 14 young (28672K), 14 survivors (28672K)
|
14721 | Metaspace used 135163K, committed 136960K, reserved 1179648K
|
14722 | class space used 18496K, committed 19328K, reserved 1048576K
|
14723 | }
|
14724 | Event: 28.089 GC heap before
|
14725 | {Heap before GC invocations=64 (full 0):
|
14726 | garbage-first heap total 2154496K, used 2150408K [0x0000000700000000, 0x0000000800000000)
|
14727 | region size 2048K, 490 young (1003520K), 14 survivors (28672K)
|
14728 | Metaspace used 143255K, committed 145024K, reserved 1179648K
|
14729 | class space used 19685K, committed 20480K, reserved 1048576K
|
14730 | }
|
14731 | Event: 28.100 GC heap after
|
14732 | {Heap after GC invocations=65 (full 0):
|
14733 | garbage-first heap total 2246656K, used 1241422K [0x0000000700000000, 0x0000000800000000)
|
14734 | region size 2048K, 45 young (92160K), 45 survivors (92160K)
|
14735 | Metaspace used 143255K, committed 145024K, reserved 1179648K
|
14736 | class space used 19685K, committed 20480K, reserved 1048576K
|
14737 | }
|
14738 | Event: 28.110 GC heap before
|
14739 | {Heap before GC invocations=65 (full 0):
|
14740 | garbage-first heap total 2246656K, used 1259854K [0x0000000700000000, 0x0000000800000000)
|
14741 | region size 2048K, 54 young (110592K), 45 survivors (92160K)
|
14742 | Metaspace used 143359K, committed 145152K, reserved 1179648K
|
14743 | class space used 19694K, committed 20480K, reserved 1048576K
|
14744 | }
|
14745 | Event: 28.123 GC heap after
|
14746 | {Heap after GC invocations=66 (full 0):
|
14747 | garbage-first heap total 2246656K, used 1202030K [0x0000000700000000, 0x0000000800000000)
|
14748 | region size 2048K, 6 young (12288K), 6 survivors (12288K)
|
14749 | Metaspace used 143359K, committed 145152K, reserved 1179648K
|
14750 | class space used 19694K, committed 20480K, reserved 1048576K
|
14751 | }
|
14752 |
|
14753 | Dll operation events (17 events):
|
14754 | Event: 0.003 Loaded shared library /Users/********/Library/Application Support/PrismLauncher/java/java-runtime-gamma/jre.bundle/Contents/Home/lib/libjava.dylib
|
14755 | Event: 0.043 Loaded shared library /Users/********/Library/Application Support/PrismLauncher/java/java-runtime-gamma/jre.bundle/Contents/Home/lib/libnio.dylib
|
14756 | Event: 0.046 Loaded shared library /Users/********/Library/Application Support/PrismLauncher/java/java-runtime-gamma/jre.bundle/Contents/Home/lib/libzip.dylib
|
14757 | Event: 0.081 Loaded shared library /Users/********/Library/Application Support/PrismLauncher/java/java-runtime-gamma/jre.bundle/Contents/Home/lib/libjimage.dylib
|
14758 | Event: 0.255 Loaded shared library /Users/********/Library/Application Support/PrismLauncher/java/java-runtime-gamma/jre.bundle/Contents/Home/lib/libnet.dylib
|
14759 | Event: 0.869 Loaded shared library /Users/********/Library/Application Support/PrismLauncher/java/java-runtime-gamma/jre.bundle/Contents/Home/lib/libverify.dylib
|
14760 | Event: 1.355 Loaded shared library /Users/********/Library/Application Support/PrismLauncher/java/java-runtime-gamma/jre.bundle/Contents/Home/lib/libmanagement.dylib
|
14761 | Event: 1.355 Loaded shared library /Users/********/Library/Application Support/PrismLauncher/java/java-runtime-gamma/jre.bundle/Contents/Home/lib/libmanagement_ext.dylib
|
14762 | Event: 1.593 Loaded shared library /private/var/folders/xx/kmdmp4p92r7b_fqvhhtgzwn40000gn/T/lwjglreese/3.3.1-build-7/liblwjgl.dylib
|
14763 | Event: 1.797 Loaded shared library /private/var/folders/xx/kmdmp4p92r7b_fqvhhtgzwn40000gn/T/lwjglreese/3.3.1-build-7/liblwjgl_opengl.dylib
|
14764 | Event: 1.832 Loaded shared library /private/var/folders/xx/kmdmp4p92r7b_fqvhhtgzwn40000gn/T/lwjglreese/3.3.1-build-7/liblwjgl_stb.dylib
|
14765 | Event: 3.231 Loaded shared library /Users/********/Library/Caches/JNA/temp/jna14695575920194947677.tmp
|
14766 | Event: 5.419 Loaded shared library /Users/********/Library/Application Support/PrismLauncher/java/java-runtime-gamma/jre.bundle/Contents/Home/lib/libextnet.dylib
|
14767 | Event: 5.929 Loaded shared library /private/var/folders/xx/kmdmp4p92r7b_fqvhhtgzwn40000gn/T/libjcocoa3004657414709796949.dylib
|
14768 | Event: 7.059 Loaded shared library /private/var/folders/xx/kmdmp4p92r7b_fqvhhtgzwn40000gn/T/sqlite-3.47.2.0-2dcb1a90-6823-4f30-b15f-33a5982119ff-libsqlitejdbc.dylib
|
14769 | Event: 16.512 Loaded shared library /Users/********/Library/Application Support/PrismLauncher/java/java-runtime-gamma/jre.bundle/Contents/Home/lib/libawt.dylib
|
14770 | Event: 16.528 Loaded shared library /Users/********/Library/Application Support/PrismLauncher/java/java-runtime-gamma/jre.bundle/Contents/Home/lib/libawt_lwawt.dylib
|
14771 |
|
14772 | Deoptimization events (20 events):
|
14773 | Event: 28.358 Thread 0x0000000145562800 Uncommon trap: trap_request=0xffffffde fr.pc=0x000000010ec17440 relative=0x0000000000000080
|
14774 | Event: 28.358 Thread 0x0000000145562800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000010ec17440 method=it.unimi.dsi.fastutil.PriorityQueue.isEmpty()Z @ 1 c2
|
14775 | Event: 28.358 Thread 0x0000000145562800 DEOPT PACKING pc=0x000000010ec17440 sp=0x00000003624b65b0
|
14776 | Event: 28.358 Thread 0x0000000145562800 DEOPT UNPACKING pc=0x000000010dc7f91c sp=0x00000003624b6550 mode 2
|
14777 | Event: 28.358 Thread 0x0000000145562800 Uncommon trap: trap_request=0xffffffde fr.pc=0x000000010ec17440 relative=0x0000000000000080
|
14778 | Event: 28.358 Thread 0x0000000145562800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000010ec17440 method=it.unimi.dsi.fastutil.PriorityQueue.isEmpty()Z @ 1 c2
|
14779 | Event: 28.358 Thread 0x0000000145562800 DEOPT PACKING pc=0x000000010ec17440 sp=0x00000003624b65b0
|
14780 | Event: 28.358 Thread 0x0000000145562800 DEOPT UNPACKING pc=0x000000010dc7f91c sp=0x00000003624b6550 mode 2
|
14781 | Event: 28.358 Thread 0x0000000145562800 Uncommon trap: trap_request=0xffffffde fr.pc=0x000000010ec17440 relative=0x0000000000000080
|
14782 | Event: 28.358 Thread 0x0000000145562800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000010ec17440 method=it.unimi.dsi.fastutil.PriorityQueue.isEmpty()Z @ 1 c2
|
14783 | Event: 28.358 Thread 0x0000000145562800 DEOPT PACKING pc=0x000000010ec17440 sp=0x00000003624b65b0
|
14784 | Event: 28.358 Thread 0x0000000145562800 DEOPT UNPACKING pc=0x000000010dc7f91c sp=0x00000003624b6550 mode 2
|
14785 | Event: 28.358 Thread 0x0000000145562800 Uncommon trap: trap_request=0xffffffde fr.pc=0x000000010ec17440 relative=0x0000000000000080
|
14786 | Event: 28.358 Thread 0x0000000145562800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000010ec17440 method=it.unimi.dsi.fastutil.PriorityQueue.isEmpty()Z @ 1 c2
|
14787 | Event: 28.358 Thread 0x0000000145562800 DEOPT PACKING pc=0x000000010ec17440 sp=0x00000003624b65b0
|
14788 | Event: 28.358 Thread 0x0000000145562800 DEOPT UNPACKING pc=0x000000010dc7f91c sp=0x00000003624b6550 mode 2
|
14789 | Event: 28.367 Thread 0x0000000143814400 Uncommon trap: trap_request=0xffffffc6 fr.pc=0x000000010e254bc0 relative=0x0000000000000c00
|
14790 | Event: 28.367 Thread 0x0000000143814400 Uncommon trap: reason=bimorphic_or_optimized_type_check action=maybe_recompile pc=0x000000010e254bc0 method=java.util.Collections.indexedBinarySearch(Ljava/util/List;Ljava/lang/Object;Ljava/util/Comparator;)I @ 3 c2
|
14791 | Event: 28.367 Thread 0x0000000143814400 DEOPT PACKING pc=0x000000010e254bc0 sp=0x000000016f41fc90
|
14792 | Event: 28.367 Thread 0x0000000143814400 DEOPT UNPACKING pc=0x000000010dc7f91c sp=0x000000016f41fc10 mode 2
|
14793 |
|
14794 | Classes loaded (20 events):
|
14795 | Event: 27.326 Loading class java/util/concurrent/atomic/AtomicLongFieldUpdater$CASUpdater$1
|
14796 | Event: 27.326 Loading class java/util/concurrent/atomic/AtomicLongFieldUpdater$CASUpdater$1 done
|
14797 | Event: 27.335 Loading class java/nio/channels/AlreadyConnectedException
|
14798 | Event: 27.335 Loading class java/nio/channels/AlreadyConnectedException done
|
14799 | Event: 27.335 Loading class java/nio/channels/ConnectionPendingException
|
14800 | Event: 27.335 Loading class java/nio/channels/ConnectionPendingException done
|
14801 | Event: 27.337 Loading class java/nio/channels/UnsupportedAddressTypeException
|
14802 | Event: 27.337 Loading class java/nio/channels/UnsupportedAddressTypeException done
|
14803 | Event: 27.760 Loading class java/util/IdentityHashMap$EntrySpliterator
|
14804 | Event: 27.760 Loading class java/util/IdentityHashMap$EntrySpliterator done
|
14805 | Event: 27.853 Loading class jdk/internal/reflect/UnsafeQualifiedLongFieldAccessorImpl
|
14806 | Event: 27.853 Loading class jdk/internal/reflect/UnsafeQualifiedLongFieldAccessorImpl done
|
14807 | Event: 27.880 Loading class sun/security/ssl/PreSharedKeyExtension$PskIdentity
|
14808 | Event: 27.880 Loading class sun/security/ssl/PreSharedKeyExtension$PskIdentity done
|
14809 | Event: 27.880 Loading class sun/security/ssl/PreSharedKeyExtension$CHPreSharedKeySpec
|
14810 | Event: 27.880 Loading class sun/security/ssl/PreSharedKeyExtension$CHPreSharedKeySpec done
|
14811 | Event: 27.880 Loading class sun/security/ssl/PreSharedKeyExtension$PartialClientHelloMessage
|
14812 | Event: 27.880 Loading class sun/security/ssl/PreSharedKeyExtension$PartialClientHelloMessage done
|
14813 | Event: 28.037 Loading class java/nio/HeapFloatBuffer
|
14814 | Event: 28.037 Loading class java/nio/HeapFloatBuffer done
|
14815 |
|
14816 | Classes unloaded (2 events):
|
14817 | Event: 1.432 Thread 0x00000001449074b0 Unloading class 0x000000080010cc00 'java/lang/invoke/LambdaForm$MH+0x000000080010cc00'
|
14818 | Event: 18.224 Thread 0x00000001449074b0 Unloading class 0x0000000801220400 'java/lang/invoke/LambdaForm$DMH+0x0000000801220400'
|
14819 |
|
14820 | Classes redefined (0 events):
|
14821 | No events
|
14822 |
|
14823 | Internal exceptions (20 events):
|
14824 | Event: 27.684 Thread 0x0000000140842600 Exception <a 'java/lang/NoSuchMethodError'{0x0000000762aad180}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, int, int, int, int)'> (0x0000000762aad180)
|
14825 | thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 759]
|
14826 | Event: 27.684 Thread 0x0000000140842600 Exception <a 'java/lang/NoSuchMethodError'{0x0000000762ab35f0}: 'java.lang.Object java.lang.invoke.Invokers$Holder.linkToTargetMethod(int, int, int, java.lang.Object)'> (0x0000000762ab35f0)
|
14827 | thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 759]
|
14828 | Event: 27.782 Thread 0x0000000143814400 Exception <a 'java/lang/NoSuchMethodError'{0x000000076108cbb0}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, java.lang.Object, double, double)'> (0x000000076108cbb0)
|
14829 | thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 759]
|
14830 | Event: 27.782 Thread 0x0000000143814400 Exception <a 'java/lang/NoSuchMethodError'{0x0000000761090ab8}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, java.lang.Object, double, double)'> (0x0000000761090ab8)
|
14831 | thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 759]
|
14832 | Event: 27.830 Thread 0x0000000143814400 Exception <a 'java/lang/NoSuchMethodError'{0x000000075f1555b0}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, int, float)'> (0x000000075f1555b0)
|
14833 | thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 759]
|
14834 | Event: 27.852 Thread 0x0000000143814400 Implicit null exception at 0x000000010e2999ec to 0x000000010e299a50
|
14835 | Event: 27.868 Thread 0x0000000140842600 Exception <a 'java/lang/NoSuchMethodError'{0x000000075d095260}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, java.lang.Object, long, java.lang.Object)'> (0x000000075d095260)
|
14836 | thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 759]
|
14837 | Event: 27.868 Thread 0x0000000140842600 Exception <a 'java/lang/NoSuchMethodError'{0x000000075d099330}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, long, java.lang.Object)'> (0x000000075d099330)
|
14838 | thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 759]
|
14839 | Event: 27.869 Thread 0x0000000140842600 Exception <a 'java/lang/NoSuchMethodError'{0x000000075d09ceb8}: 'java.lang.Object java.lang.invoke.Invokers$Holder.linkToTargetMethod(java.lang.Object, long, java.lang.Object, java.lang.Object)'> (0x000000075d09ceb8)
|
14840 | thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 759]
|
14841 | Event: 27.896 Thread 0x0000000143814400 Implicit null exception at 0x000000010f26370c to 0x000000010f2646b4
|
14842 | Event: 28.009 Thread 0x0000000140907600 Exception <a 'java/lang/NoSuchMethodError'{0x0000000750788458}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, int, java.lang.Object, java.lang.Object)'> (0x0000000750788458)
|
14843 | thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 759]
|
14844 | Event: 28.025 Thread 0x0000000143814400 Implicit null exception at 0x000000010efdc844 to 0x000000010efdcc3c
|
14845 | Event: 28.028 Thread 0x0000000143814400 Exception <a 'java/lang/NoSuchMethodError'{0x000000074f4095e8}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, float)'> (0x000000074f4095e8)
|
14846 | thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 759]
|
14847 | Event: 28.028 Thread 0x0000000143814400 Exception <a 'java/lang/NoSuchMethodError'{0x000000074f40d9b8}: 'java.lang.Object java.lang.invoke.Invokers$Holder.linkToTargetMethod(java.lang.Object, java.lang.Object, float, java.lang.Object)'> (0x000000074f40d9b8)
|
14848 | thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 759]
|
14849 | Event: 28.028 Thread 0x0000000143814400 Exception <a 'java/lang/NoSuchMethodError'{0x000000074f414b88}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, java.lang.Object, float, java.lang.Object)'> (0x000000074f414b88)
|
14850 | thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 759]
|
14851 | Event: 28.183 Thread 0x0000000143814400 Exception <a 'java/lang/NoSuchMethodError'{0x000000078508e450}: 'double java.lang.invoke.DirectMethodHandle$Holder.invokeInterface(java.lang.Object, java.lang.Object)'> (0x000000078508e450)
|
14852 | thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 759]
|
14853 | Event: 28.186 Thread 0x00000001320f2600 Exception <a 'java/lang/NoSuchMethodError'{0x0000000784da6f60}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, java.lang.Object, long, java.lang.Object, java.lang.Object)'> (0x0000000784da6f60)
|
14854 | thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 759]
|
14855 | Event: 28.187 Thread 0x00000001320f2600 Exception <a 'java/lang/NoSuchMethodError'{0x0000000784dae5f8}: 'java.lang.Object java.lang.invoke.Invokers$Holder.linkToTargetMethod(java.lang.Object, long, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x0000000784dae5f8)
|
14856 | thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 759]
|
14857 | Event: 28.216 Thread 0x0000000143814400 Exception <a 'java/lang/NoSuchMethodError'{0x00000007810484b0}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, float, float, float, float)'> (0x00000007810484b0)
|
14858 | thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 759]
|
14859 | Event: 28.233 Thread 0x0000000143814400 Exception <a 'java/lang/NoClassDefFoundError'{0x000000077efeaf38}: net/fabricmc/fabric/api/blockview/v2/RenderDataBlockEntity> (0x000000077efeaf38)
|
14860 | thrown [src/hotspot/share/classfile/systemDictionary.cpp, line 245]
|
14861 |
|
14862 | VM Operations (20 events):
|
14863 | Event: 28.232 Executing VM operation: ICBufferFull
|
14864 | Event: 28.232 Executing VM operation: ICBufferFull done
|
14865 | Event: 28.233 Executing VM operation: ICBufferFull
|
14866 | Event: 28.233 Executing VM operation: ICBufferFull done
|
14867 | Event: 28.234 Executing VM operation: ICBufferFull
|
14868 | Event: 28.234 Executing VM operation: ICBufferFull done
|
14869 | Event: 28.237 Executing VM operation: HandshakeAllThreads
|
14870 | Event: 28.237 Executing VM operation: HandshakeAllThreads done
|
14871 | Event: 28.264 Executing VM operation: ICBufferFull
|
14872 | Event: 28.265 Executing VM operation: ICBufferFull done
|
14873 | Event: 28.280 Executing VM operation: ICBufferFull
|
14874 | Event: 28.281 Executing VM operation: ICBufferFull done
|
14875 | Event: 28.281 Executing VM operation: ICBufferFull
|
14876 | Event: 28.283 Executing VM operation: ICBufferFull done
|
14877 | Event: 28.283 Executing VM operation: HandshakeAllThreads
|
14878 | Event: 28.284 Executing VM operation: HandshakeAllThreads done
|
14879 | Event: 28.284 Executing VM operation: ICBufferFull
|
14880 | Event: 28.284 Executing VM operation: ICBufferFull done
|
14881 | Event: 28.365 Executing VM operation: ICBufferFull
|
14882 | Event: 28.365 Executing VM operation: ICBufferFull done
|
14883 |
|
14884 | Memory protections (20 events):
|
14885 | Event: 27.338 Protecting memory [0x000000034d71c000,0x000000034d728000] with protection modes 0
|
14886 | Event: 27.371 Protecting memory [0x000000034d928000,0x000000034d934000] with protection modes 0
|
14887 | Event: 27.798 Protecting memory [0x0000000173490000,0x000000017349c000] with protection modes 3
|
14888 | Event: 27.798 Protecting memory [0x0000000173490000,0x000000017349c000] with protection modes 0
|
14889 | Event: 27.832 Protecting memory [0x0000000361e9c000,0x0000000361ea8000] with protection modes 0
|
14890 | Event: 27.832 Protecting memory [0x00000003620a8000,0x00000003620b4000] with protection modes 0
|
14891 | Event: 27.832 Protecting memory [0x00000003622b4000,0x00000003622c0000] with protection modes 0
|
14892 | Event: 27.832 Protecting memory [0x00000003624c0000,0x00000003624cc000] with protection modes 0
|
14893 | Event: 27.833 Protecting memory [0x00000003626cc000,0x00000003626d8000] with protection modes 0
|
14894 | Event: 27.833 Protecting memory [0x00000003628d8000,0x00000003628e4000] with protection modes 0
|
14895 | Event: 27.852 Protecting memory [0x0000000362ae4000,0x0000000362af0000] with protection modes 0
|
14896 | Event: 27.864 Protecting memory [0x0000000362cf0000,0x0000000362cfc000] with protection modes 0
|
14897 | Event: 27.908 Protecting memory [0x0000000362efc000,0x0000000362f08000] with protection modes 0
|
14898 | Event: 27.908 Protecting memory [0x0000000362efc000,0x0000000362f08000] with protection modes 3
|
14899 | Event: 28.025 Protecting memory [0x0000000362efc000,0x0000000362f08000] with protection modes 0
|
14900 | Event: 28.052 Protecting memory [0x0000000363108000,0x0000000363114000] with protection modes 0
|
14901 | Event: 28.110 Protecting memory [0x0000000364ad8000,0x0000000364ae4000] with protection modes 0
|
14902 | Event: 28.215 Protecting memory [0x0000000366804000,0x0000000366810000] with protection modes 0
|
14903 | Event: 28.237 Protecting memory [0x0000000366a10000,0x0000000366a1c000] with protection modes 0
|
14904 | Event: 28.237 Protecting memory [0x0000000366a10000,0x0000000366a1c000] with protection modes 3
|
14905 |
|
14906 | Nmethod flushes (20 events):
|
14907 | Event: 28.268 Thread 0x0000000144037400 flushing nmethod 0x0000000108133b10
|
14908 | Event: 28.273 Thread 0x0000000144037400 flushing nmethod 0x000000010821ea10
|
14909 | Event: 28.273 Thread 0x0000000144037400 flushing nmethod 0x000000010823ce90
|
14910 | Event: 28.276 Thread 0x0000000144037400 flushing nmethod 0x000000010837cb10
|
14911 | Event: 28.276 Thread 0x0000000144037400 flushing nmethod 0x000000010837fc10
|
14912 | Event: 28.276 Thread 0x0000000144037400 flushing nmethod 0x000000010839f010
|
14913 | Event: 28.276 Thread 0x0000000144037400 flushing nmethod 0x00000001083a9110
|
14914 | Event: 28.276 Thread 0x0000000144037400 flushing nmethod 0x00000001083fbb90
|
14915 | Event: 28.276 Thread 0x0000000144037400 flushing nmethod 0x00000001083fc610
|
14916 | Event: 28.276 Thread 0x0000000144037400 flushing nmethod 0x00000001083ff190
|
14917 | Event: 28.276 Thread 0x0000000144037400 flushing nmethod 0x0000000108404890
|
14918 | Event: 28.276 Thread 0x0000000144037400 flushing nmethod 0x0000000108405890
|
14919 | Event: 28.276 Thread 0x0000000144037400 flushing nmethod 0x0000000108405d10
|
14920 | Event: 28.276 Thread 0x0000000144037400 flushing nmethod 0x000000010840f710
|
14921 | Event: 28.276 Thread 0x0000000144037400 flushing nmethod 0x0000000108412d10
|
14922 | Event: 28.276 Thread 0x0000000144037400 flushing nmethod 0x0000000108413210
|
14923 | Event: 28.276 Thread 0x0000000144037400 flushing nmethod 0x0000000108417390
|
14924 | Event: 28.276 Thread 0x0000000144037400 flushing nmethod 0x0000000108417a10
|
14925 | Event: 28.276 Thread 0x0000000144037400 flushing nmethod 0x000000010841d990
|
14926 | Event: 28.276 Thread 0x0000000144037400 flushing nmethod 0x0000000108420310
|
14927 |
|
14928 | Events (20 events):
|
14929 | Event: 27.338 Thread 0x0000000125617c00 Thread added: 0x0000000168b37e00
|
14930 | Event: 27.371 Thread 0x0000000143814400 Thread added: 0x0000000140907600
|
14931 | Event: 27.798 Thread 0x0000000140db5c00 Thread exited: 0x0000000140db5c00
|
14932 | Event: 27.798 Thread 0x0000000143814400 Thread added: 0x0000000143d06a00
|
14933 | Event: 27.832 Thread 0x0000000143814400 Thread added: 0x0000000125618200
|
14934 | Event: 27.832 Thread 0x0000000143814400 Thread added: 0x00000001689e1000
|
14935 | Event: 27.832 Thread 0x0000000143814400 Thread added: 0x0000000145562800
|
14936 | Event: 27.832 Thread 0x0000000143814400 Thread added: 0x0000000145636a00
|
14937 | Event: 27.833 Thread 0x0000000143814400 Thread added: 0x00000001346b0800
|
14938 | Event: 27.833 Thread 0x0000000143814400 Thread added: 0x00000001689f2000
|
14939 | Event: 27.852 Thread 0x0000000143814400 Thread added: 0x0000000168ad1800
|
14940 | Event: 27.864 Thread 0x0000000140842600 Thread added: 0x000000012506f200
|
14941 | Event: 27.908 Thread 0x0000000168ad1800 Thread added: 0x0000000127ae7200
|
14942 | Event: 27.908 Thread 0x0000000127ae7200 Thread exited: 0x0000000127ae7200
|
14943 | Event: 28.025 Thread 0x0000000140907600 Thread added: 0x00000001409faa00
|
14944 | Event: 28.052 Thread 0x0000000143814400 Thread added: 0x0000000143d0be00
|
14945 | Event: 28.110 Thread 0x0000000143814400 Thread added: 0x0000000132f42000
|
14946 | Event: 28.209 Thread 0x0000000168ad1800 Thread added: 0x000000014780e800
|
14947 | Event: 28.237 Thread 0x0000000127b8f000 Thread added: 0x0000000124e68c00
|
14948 | Event: 28.237 Thread 0x0000000124e68c00 Thread exited: 0x0000000124e68c00
|
14949 |
|
14950 |
|
14951 | Dynamic libraries:
|
14952 | 0x0000000100e60000 /Users/********/Library/Application Support/PrismLauncher/java/java-runtime-gamma/jre.bundle/Contents/Home/lib/libjli.dylib
|
14953 | 0x00000001a77c7000 /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
|
14954 | 0x0000000190d6e000 /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
|
14955 | 0x0000000193dda000 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
|
14956 | 0x000000018e621000 /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
|
14957 | 0x000000019a0e8000 /usr/lib/libSystem.B.dylib
|
14958 | 0x00000001920ab000 /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
|
14959 | 0x0000000228c8b000 /System/Library/PrivateFrameworks/CollectionViewCore.framework/Versions/A/CollectionViewCore
|
14960 | 0x00000001a1361000 /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
|
14961 | 0x0000000197f95000 /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
|
14962 | 0x000000019c724000 /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
|
14963 | 0x000000019c778000 /System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivity
|
14964 | 0x000000024d0e2000 /System/Library/PrivateFrameworks/WindowManagement.framework/Versions/A/WindowManagement
|
14965 | 0x000000018e2a1000 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
|
14966 | 0x000000019bb92000 /usr/lib/libspindump.dylib
|
14967 | 0x0000000192260000 /System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers
|
14968 | 0x0000000195e0c000 /usr/lib/libapp_launch_measurement.dylib
|
14969 | 0x0000000195232000 /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
|
14970 | 0x0000000195e13000 /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout
|
14971 | 0x00000001977b5000 /System/Library/Frameworks/Metal.framework/Versions/A/Metal
|
14972 | 0x000000019873d000 /usr/lib/liblangid.dylib
|
14973 | 0x0000000197f9b000 /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
|
14974 | 0x0000000192c25000 /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
|
14975 | 0x00000001930c6000 /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
|
14976 | 0x00000001a1a3b000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
|
14977 | 0x000000019b9ec000 /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
|
14978 | 0x0000000197793000 /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
|
14979 | 0x0000000195261000 /usr/lib/libDiagnosticMessagesClient.dylib
|
14980 | 0x000000019a02a000 /usr/lib/libz.1.dylib
|
14981 | 0x00000001a51e0000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
|
14982 | 0x0000000197f7d000 /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
|
14983 | 0x00000001905c8000 /usr/lib/libicucore.A.dylib
|
14984 | 0x000000019d782000 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
|
14985 | 0x000000019c733000 /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
|
14986 | 0x00000001b61a6000 /System/Library/PrivateFrameworks/TextInput.framework/Versions/A/TextInput
|
14987 | 0x0000000192b76000 /usr/lib/libMobileGestalt.dylib
|
14988 | 0x0000000197cb9000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
|
14989 | 0x0000000195738000 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
|
14990 | 0x00000001901f5000 /System/Library/Frameworks/Security.framework/Versions/A/Security
|
14991 | 0x00000001a13a1000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
|
14992 | 0x0000000195b3a000 /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
|
14993 | 0x000000018faee000 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
|
14994 | 0x0000000195345000 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
|
14995 | 0x000000019bfee000 /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
|
14996 | 0x0000000192b74000 /usr/lib/libenergytrace.dylib
|
14997 | 0x00000001ab89f000 /System/Library/PrivateFrameworks/RenderBox.framework/Versions/A/RenderBox
|
14998 | 0x0000000190c22000 /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
|
14999 | 0x00000001a1776000 /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
|
15000 | 0x0000000195d98000 /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
|
15001 | 0x00000001e414b000 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
|
15002 | 0x0000000195e5d000 /usr/lib/libxml2.2.dylib
|
15003 | 0x000000019946c000 /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
|
15004 | 0x000000018d08c000 /usr/lib/libobjc.A.dylib
|
15005 | 0x000000018d380000 /usr/lib/libc++.1.dylib
|
15006 | 0x00000001a16f3000 /System/Library/Frameworks/Accessibility.framework/Versions/A/Accessibility
|
15007 | 0x00000001937a6000 /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
|
15008 | 0x000000018d4cc000 /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
|
15009 | 0x00000001982f8000 /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
|
15010 | 0x000000018f8f9000 /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
|
15011 | 0x00000001e89aa000 /System/Library/Frameworks/CoreTransferable.framework/Versions/A/CoreTransferable
|
15012 | 0x00000001e8e6f000 /System/Library/Frameworks/DeveloperToolsSupport.framework/Versions/A/DeveloperToolsSupport
|
15013 | 0x0000000197fd6000 /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
|
15014 | 0x0000000222e2b000 /System/Library/Frameworks/Symbols.framework/Versions/A/Symbols
|
15015 | 0x000000019a0ee000 /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking
|
15016 | 0x000000019d134000 /usr/lib/swift/libswiftCore.dylib
|
15017 | 0x00000001b2e33000 /usr/lib/swift/libswiftCoreFoundation.dylib
|
15018 | 0x00000001b089c000 /usr/lib/swift/libswiftCoreGraphics.dylib
|
15019 | 0x00000001b2e7d000 /usr/lib/swift/libswiftCoreImage.dylib
|
15020 | 0x00000001b08a3000 /usr/lib/swift/libswiftDarwin.dylib
|
15021 | 0x00000001a2de6000 /usr/lib/swift/libswiftDispatch.dylib
|
15022 | 0x00000001b2e7e000 /usr/lib/swift/libswiftIOKit.dylib
|
15023 | 0x00000001be8d8000 /usr/lib/swift/libswiftMetal.dylib
|
15024 | 0x00000001cbf9d000 /usr/lib/swift/libswiftOSLog.dylib
|
15025 | 0x00000001a565b000 /usr/lib/swift/libswiftObjectiveC.dylib
|
15026 | 0x00000001c300c000 /usr/lib/swift/libswiftQuartzCore.dylib
|
15027 | 0x00000001c7111000 /usr/lib/swift/libswiftUniformTypeIdentifiers.dylib
|
15028 | 0x00000001b2e45000 /usr/lib/swift/libswiftXPC.dylib
|
15029 | 0x0000000255589000 /usr/lib/swift/libswift_Concurrency.dylib
|
15030 | 0x00000001a565f000 /usr/lib/swift/libswiftos.dylib
|
15031 | 0x00000001b610a000 /usr/lib/swift/libswiftsimd.dylib
|
15032 | 0x000000019a29d000 /usr/lib/libcompression.dylib
|
15033 | 0x000000019c67e000 /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
|
15034 | 0x000000019b698000 /usr/lib/libate.dylib
|
15035 | 0x000000019a0e2000 /usr/lib/system/libcache.dylib
|
15036 | 0x000000019a09c000 /usr/lib/system/libcommonCrypto.dylib
|
15037 | 0x000000019a0c8000 /usr/lib/system/libcompiler_rt.dylib
|
15038 | 0x000000019a0be000 /usr/lib/system/libcopyfile.dylib
|
15039 | 0x000000018d1d0000 /usr/lib/system/libcorecrypto.dylib
|
15040 | 0x000000018d2b6000 /usr/lib/system/libdispatch.dylib
|
15041 | 0x000000018d471000 /usr/lib/system/libdyld.dylib
|
15042 | 0x000000019a0d8000 /usr/lib/system/libkeymgr.dylib
|
15043 | 0x000000019a074000 /usr/lib/system/libmacho.dylib
|
15044 | 0x0000000199554000 /usr/lib/system/libquarantine.dylib
|
15045 | 0x000000019a0d5000 /usr/lib/system/libremovefile.dylib
|
15046 | 0x0000000192bec000 /usr/lib/system/libsystem_asl.dylib
|
15047 | 0x000000018d165000 /usr/lib/system/libsystem_blocks.dylib
|
15048 | 0x000000018d301000 /usr/lib/system/libsystem_c.dylib
|
15049 | 0x000000019a0cc000 /usr/lib/system/libsystem_collections.dylib
|
15050 | 0x000000019872c000 /usr/lib/system/libsystem_configuration.dylib
|
15051 | 0x0000000197768000 /usr/lib/system/libsystem_containermanager.dylib
|
15052 | 0x0000000199d0b000 /usr/lib/system/libsystem_coreservices.dylib
|
15053 | 0x000000019088f000 /usr/lib/system/libsystem_darwin.dylib
|
15054 | 0x00000002558d6000 /usr/lib/system/libsystem_darwindirectory.dylib
|
15055 | 0x000000019a0d9000 /usr/lib/system/libsystem_dnssd.dylib
|
15056 | 0x00000002558da000 /usr/lib/system/libsystem_eligibility.dylib
|
15057 | 0x000000018d2fe000 /usr/lib/system/libsystem_featureflags.dylib
|
15058 | 0x000000018d49f000 /usr/lib/system/libsystem_info.dylib
|
15059 | 0x000000019a039000 /usr/lib/system/libsystem_m.dylib
|
15060 | 0x000000018d279000 /usr/lib/system/libsystem_malloc.dylib
|
15061 | 0x0000000192b59000 /usr/lib/system/libsystem_networkextension.dylib
|
15062 | 0x0000000190d05000 /usr/lib/system/libsystem_notify.dylib
|
15063 | 0x0000000198731000 /usr/lib/system/libsystem_sandbox.dylib
|
15064 | 0x00000002558de000 /usr/lib/system/libsystem_sanitizers.dylib
|
15065 | 0x000000019a0d1000 /usr/lib/system/libsystem_secinit.dylib
|
15066 | 0x000000018d429000 /usr/lib/system/libsystem_kernel.dylib
|
15067 | 0x000000018d497000 /usr/lib/system/libsystem_platform.dylib
|
15068 | 0x000000018d464000 /usr/lib/system/libsystem_pthread.dylib
|
15069 | 0x00000001945dc000 /usr/lib/system/libsystem_symptoms.dylib
|
15070 | 0x000000018d1b5000 /usr/lib/system/libsystem_trace.dylib
|
15071 | 0x000000019a0aa000 /usr/lib/system/libunwind.dylib
|
15072 | 0x000000018d16a000 /usr/lib/system/libxpc.dylib
|
15073 | 0x000000018d40d000 /usr/lib/libc++abi.dylib
|
15074 | 0x000000019a0b6000 /usr/lib/liboah.dylib
|
15075 | 0x000000019b544000 /usr/lib/liblzma.5.dylib
|
15076 | 0x000000019a0ea000 /usr/lib/libfakelink.dylib
|
15077 | 0x0000000192785000 /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
|
15078 | 0x000000019a13e000 /usr/lib/libarchive.2.dylib
|
15079 | 0x000000019f674000 /System/Library/Frameworks/Combine.framework/Versions/A/Combine
|
15080 | 0x0000000228c9f000 /System/Library/PrivateFrameworks/CollectionsInternal.framework/Versions/A/CollectionsInternal
|
15081 | 0x000000023f64f000 /System/Library/PrivateFrameworks/ReflectionInternal.framework/Versions/A/ReflectionInternal
|
15082 | 0x000000023fbe1000 /System/Library/PrivateFrameworks/RuntimeInternal.framework/Versions/A/RuntimeInternal
|
15083 | 0x00000002556dd000 /usr/lib/swift/libswift_StringProcessing.dylib
|
15084 | 0x0000000190ba0000 /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
|
15085 | 0x000000019957b000 /usr/lib/libbsm.0.dylib
|
15086 | 0x000000019a07c000 /usr/lib/system/libkxld.dylib
|
15087 | 0x0000000195dd4000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
|
15088 | 0x000000019089a000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
|
15089 | 0x00000001952aa000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
|
15090 | 0x0000000199d11000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
|
15091 | 0x000000019a1c7000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
|
15092 | 0x000000019455d000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
|
15093 | 0x000000018d9a5000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
|
15094 | 0x000000019b4ed000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
|
15095 | 0x0000000195de1000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
|
15096 | 0x000000019a267000 /usr/lib/libapple_nghttp2.dylib
|
15097 | 0x00000001941d1000 /usr/lib/libsqlite3.dylib
|
15098 | 0x00000001945e5000 /System/Library/Frameworks/Network.framework/Versions/A/Network
|
15099 | 0x0000000253f9a000 /usr/lib/libCoreEntitlements.dylib
|
15100 | 0x000000023a559000 /System/Library/PrivateFrameworks/MessageSecurity.framework/Versions/A/MessageSecurity
|
15101 | 0x00000001941b7000 /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
|
15102 | 0x0000000199c3a000 /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
|
15103 | 0x0000000199563000 /usr/lib/libcoretls.dylib
|
15104 | 0x000000019b563000 /usr/lib/libcoretls_cfhelpers.dylib
|
15105 | 0x000000019a297000 /usr/lib/libpam.2.dylib
|
15106 | 0x000000019b5d5000 /usr/lib/libxar.1.dylib
|
15107 | 0x000000019b9c3000 /usr/lib/libheimdal-asn1.dylib
|
15108 | 0x0000000192784000 /usr/lib/libnetwork.dylib
|
15109 | 0x000000019a0ef000 /usr/lib/libpcap.A.dylib
|
15110 | 0x00000001945d1000 /usr/lib/libdns_services.dylib
|
15111 | 0x0000000198739000 /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
|
15112 | 0x0000000199261000 /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer
|
15113 | 0x0000000255634000 /usr/lib/swift/libswift_RegexParser.dylib
|
15114 | 0x0000000199cfe000 /usr/lib/libbz2.1.0.dylib
|
15115 | 0x0000000199557000 /usr/lib/libCheckFix.dylib
|
15116 | 0x0000000192c04000 /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
|
15117 | 0x000000019873f000 /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
|
15118 | 0x0000000195263000 /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
|
15119 | 0x000000019958d000 /usr/lib/libmecab.dylib
|
15120 | 0x000000018e335000 /usr/lib/libCRFSuite.dylib
|
15121 | 0x00000001995e9000 /usr/lib/libgermantok.dylib
|
15122 | 0x000000019a23e000 /usr/lib/libThaiTokenizer.dylib
|
15123 | 0x000000019534e000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
|
15124 | 0x00000001a174d000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
|
15125 | 0x000000019b61c000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
|
15126 | 0x000000019913c000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
|
15127 | 0x000000018ddac000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
|
15128 | 0x000000019a372000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
|
15129 | 0x00000001995ec000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
|
15130 | 0x000000019a282000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
|
15131 | 0x000000019a36d000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
|
15132 | 0x0000000198868000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
|
15133 | 0x000000018e23a000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
|
15134 | 0x0000000238ca8000 /System/Library/PrivateFrameworks/MIL.framework/Versions/A/MIL
|
15135 | 0x000000019a125000 /usr/lib/libiconv.2.dylib
|
15136 | 0x000000019a070000 /usr/lib/libcharset.1.dylib
|
15137 | 0x0000000195db4000 /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
|
15138 | 0x0000000195da4000 /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
|
15139 | 0x000000019b565000 /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
|
15140 | 0x0000000199493000 /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
|
15141 | 0x000000019b5e4000 /usr/lib/libutil.dylib
|
15142 | 0x0000000236e09000 /System/Library/PrivateFrameworks/InstalledContentLibrary.framework/Versions/A/InstalledContentLibrary
|
15143 | 0x0000000190be1000 /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
|
15144 | 0x000000022644c000 /System/Library/PrivateFrameworks/AppleMobileFileIntegrity.framework/Versions/A/AppleMobileFileIntegrity
|
15145 | 0x00000001b2e01000 /usr/lib/libmis.dylib
|
15146 | 0x00000001c34f3000 /System/Library/PrivateFrameworks/MobileSystemServices.framework/Versions/A/MobileSystemServices
|
15147 | 0x00000001e1555000 /System/Library/PrivateFrameworks/ConfigProfileHelper.framework/Versions/A/ConfigProfileHelper
|
15148 | 0x000000019a240000 /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
|
15149 | 0x000000018f27f000 /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
|
15150 | 0x000000019b5e8000 /usr/lib/libxslt.1.dylib
|
15151 | 0x000000019a12c000 /usr/lib/libcmph.dylib
|
15152 | 0x000000019922d000 /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
|
15153 | 0x0000000198862000 /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
|
15154 | 0x000000018e148000 /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
|
15155 | 0x0000000199521000 /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
|
15156 | 0x0000000254184000 /usr/lib/libTLE.dylib
|
15157 | 0x000000019beb4000 /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
|
15158 | 0x000000019b9a8000 /usr/lib/libexpat.1.dylib
|
15159 | 0x000000019c4dc000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
|
15160 | 0x000000019c507000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
|
15161 | 0x000000019c5f2000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
|
15162 | 0x000000019befa000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
|
15163 | 0x000000019c597000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
|
15164 | 0x000000019c58e000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
|
15165 | 0x0000000197b54000 /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
|
15166 | 0x00000001944f6000 /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
|
15167 | 0x00000001a80a1000 /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/Versions/A/IOSurfaceAccelerator
|
15168 | 0x000000019bfea000 /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
|
15169 | 0x000000018f465000 /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
|
15170 | 0x0000000197a0b000 /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
|
15171 | 0x00000001977ab000 /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
|
15172 | 0x0000000195f47000 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
|
15173 | 0x000000019a295000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
|
15174 | 0x000000019c02d000 /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
|
15175 | 0x0000000195fe3000 /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
|
15176 | 0x000000019441d000 /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
|
15177 | 0x0000000198737000 /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
|
15178 | 0x0000000226286000 /System/Library/PrivateFrameworks/AppleKeyStore.framework/Versions/A/AppleKeyStore
|
15179 | 0x000000019c589000 /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
|
15180 | 0x000000019c569000 /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
|
15181 | 0x000000019c591000 /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
|
15182 | 0x0000000232e96000 /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/32023/Libraries/libllvm-flatbuffers.dylib
|
15183 | 0x00000001e413e000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
|
15184 | 0x000000022fafa000 /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/32023/Libraries/libGPUCompilerUtils.dylib
|
15185 | 0x000000019c5f8000 /System/Library/PrivateFrameworks/CMCaptureCore.framework/Versions/A/CMCaptureCore
|
15186 | 0x00000001e8f92000 /System/Library/Frameworks/ExtensionFoundation.framework/Versions/A/ExtensionFoundation
|
15187 | 0x00000001a364f000 /System/Library/PrivateFrameworks/CoreTime.framework/Versions/A/CoreTime
|
15188 | 0x000000019bb7c000 /System/Library/PrivateFrameworks/AppServerSupport.framework/Versions/A/AppServerSupport
|
15189 | 0x000000019e110000 /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata
|
15190 | 0x000000018f589000 /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
|
15191 | 0x00000001979e1000 /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
|
15192 | 0x000000019d97e000 /usr/lib/libAudioStatistics.dylib
|
15193 | 0x00000001b213a000 /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy
|
15194 | 0x000000019dc57000 /usr/lib/libSMC.dylib
|
15195 | 0x00000001a7649000 /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
|
15196 | 0x000000019c4a3000 /usr/lib/libAudioToolboxUtility.dylib
|
15197 | 0x00000001ad53b000 /System/Library/PrivateFrameworks/OSAServicesClient.framework/Versions/A/OSAServicesClient
|
15198 | 0x000000019e11e000 /usr/lib/libperfcheck.dylib
|
15199 | 0x00000001a3106000 /System/Library/PrivateFrameworks/BoardServices.framework/Versions/A/BoardServices
|
15200 | 0x000000019b890000 /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
|
15201 | 0x0000000199485000 /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
|
15202 | 0x00000001a675a000 /System/Library/PrivateFrameworks/ASEProcessing.framework/Versions/A/ASEProcessing
|
15203 | 0x00000001cf424000 /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
|
15204 | 0x000000023e43c000 /System/Library/PrivateFrameworks/PhotosensitivityProcessing.framework/Versions/A/PhotosensitivityProcessing
|
15205 | 0x000000019bb2d000 /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
|
15206 | 0x00000001e41a0000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
|
15207 | 0x00000001e415f000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
|
15208 | 0x00000001e4338000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
|
15209 | 0x00000001e4168000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
|
15210 | 0x00000001e415c000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
|
15211 | 0x000000025413c000 /usr/lib/libRosetta.dylib
|
15212 | 0x00000001e4145000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
|
15213 | 0x000000022dd00000 /System/Library/PrivateFrameworks/FontServices.framework/Versions/A/FontServices
|
15214 | 0x000000019bb39000 /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
|
15215 | 0x0000000195ae8000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
|
15216 | 0x000000019bb87000 /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
|
15217 | 0x000000022dd01000 /System/Library/PrivateFrameworks/FontServices.framework/libXTFontStaticRegistryData.dylib
|
15218 | 0x000000019867e000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/MPSCore
|
15219 | 0x0000000199ba8000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/MPSImage
|
15220 | 0x0000000199601000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
|
15221 | 0x0000000199a4c000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
|
15222 | 0x0000000199857000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
|
15223 | 0x0000000199a7e000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
|
15224 | 0x00000001ea86c000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSFunctions.framework/Versions/A/MPSFunctions
|
15225 | 0x00000001ea851000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSBenchmarkLoop.framework/Versions/A/MPSBenchmarkLoop
|
15226 | 0x000000018dc60000 /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
|
15227 | 0x00000001b72e3000 /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo
|
15228 | 0x00000001c33ec000 /System/Library/PrivateFrameworks/kperf.framework/Versions/A/kperf
|
15229 | 0x00000001b2e26000 /System/Library/PrivateFrameworks/GPURawCounter.framework/Versions/A/GPURawCounter
|
15230 | 0x00000001a3521000 /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
|
15231 | 0x00000001b2dd2000 /System/Library/PrivateFrameworks/MallocStackLogging.framework/Versions/A/MallocStackLogging
|
15232 | 0x000000019b732000 /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
|
15233 | 0x00000001a34dc000 /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
|
15234 | 0x00000001c1d53000 /System/Library/PrivateFrameworks/OSAnalytics.framework/Versions/A/OSAnalytics
|
15235 | 0x000000024b335000 /System/Library/PrivateFrameworks/VideoToolboxParavirtualizationSupport.framework/Versions/A/VideoToolboxParavirtualizationSupport
|
15236 | 0x000000019b95c000 /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
|
15237 | 0x000000019d9c6000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
|
15238 | 0x0000000193955000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
|
15239 | 0x000000019c606000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
|
15240 | 0x000000019ddb0000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
|
15241 | 0x000000019dda4000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
|
15242 | 0x000000019d996000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
|
15243 | 0x000000019c5c2000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
|
15244 | 0x000000019dd37000 /usr/lib/libcups.2.dylib
|
15245 | 0x000000019e12c000 /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
|
15246 | 0x000000019e13d000 /System/Library/Frameworks/GSS.framework/Versions/A/GSS
|
15247 | 0x000000019da45000 /usr/lib/libresolv.9.dylib
|
15248 | 0x000000019bb98000 /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
|
15249 | 0x00000001a55c8000 /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
|
15250 | 0x000000019e197000 /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
|
15251 | 0x00000001e7d78000 /System/Library/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
|
15252 | 0x00000001ad58a000 /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities
|
15253 | 0x0000000238380000 /System/Library/PrivateFrameworks/IsolatedCoreAudioClient.framework/Versions/A/IsolatedCoreAudioClient
|
15254 | 0x000000019d902000 /System/Library/PrivateFrameworks/AudioSession.framework/Versions/A/AudioSession
|
15255 | 0x000000019f413000 /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
|
15256 | 0x000000019ba67000 /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience
|
15257 | 0x000000019d741000 /System/Library/PrivateFrameworks/AudioSession.framework/libSessionUtility.dylib
|
15258 | 0x000000019ddbc000 /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration
|
15259 | 0x00000001a2494000 /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog
|
15260 | 0x00000001a23b2000 /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
|
15261 | 0x00000001a55c9000 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
|
15262 | 0x00000001992ee000 /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
|
15263 | 0x000000022bf4b000 /System/Library/PrivateFrameworks/CoreUtilsExtras.framework/Versions/A/CoreUtilsExtras
|
15264 | 0x0000000236c96000 /System/Library/PrivateFrameworks/IO80211.framework/Versions/A/IO80211
|
15265 | 0x00000001a304a000 /System/Library/PrivateFrameworks/FrontBoardServices.framework/Versions/A/FrontBoardServices
|
15266 | 0x00000001a4b91000 /System/Library/PrivateFrameworks/BackBoardServices.framework/Versions/A/BackBoardServices
|
15267 | 0x000000019b9ce000 /System/Library/PrivateFrameworks/IconFoundation.framework/Versions/A/IconFoundation
|
15268 | 0x00000001a138d000 /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
|
15269 | 0x00000001ad5a9000 /usr/lib/libAccessibility.dylib
|
15270 | 0x00000001a1a87000 /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
|
15271 | 0x00000001d2ad8000 /System/Library/Frameworks/OSLog.framework/Versions/A/OSLog
|
15272 | 0x00000001b2d60000 /System/Library/PrivateFrameworks/LoggingSupport.framework/Versions/A/LoggingSupport
|
15273 | 0x0000000101f2c000 /Users/********/Library/Application Support/PrismLauncher/java/java-runtime-gamma/jre.bundle/Contents/Home/lib/server/libjvm.dylib
|
15274 | 0x0000000100a08000 /Users/********/Library/Application Support/PrismLauncher/java/java-runtime-gamma/jre.bundle/Contents/Home/lib/libjimage.dylib
|
15275 | 0x0000000100a58000 /Users/********/Library/Application Support/PrismLauncher/java/java-runtime-gamma/jre.bundle/Contents/Home/lib/libjava.dylib
|
15276 | 0x0000000100cf0000 /Users/********/Library/Application Support/PrismLauncher/java/java-runtime-gamma/jre.bundle/Contents/Home/lib/libzip.dylib
|
15277 | 0x0000000100d1c000 /Users/********/Library/Application Support/PrismLauncher/java/java-runtime-gamma/jre.bundle/Contents/Home/lib/libnio.dylib
|
15278 | 0x0000000100d40000 /Users/********/Library/Application Support/PrismLauncher/java/java-runtime-gamma/jre.bundle/Contents/Home/lib/libnet.dylib
|
15279 | 0x0000000100d68000 /Users/********/Library/Application Support/PrismLauncher/java/java-runtime-gamma/jre.bundle/Contents/Home/lib/libverify.dylib
|
15280 | 0x0000000100d88000 /Users/********/Library/Application Support/PrismLauncher/java/java-runtime-gamma/jre.bundle/Contents/Home/lib/libmanagement.dylib
|
15281 | 0x0000000100da0000 /Users/********/Library/Application Support/PrismLauncher/java/java-runtime-gamma/jre.bundle/Contents/Home/lib/libmanagement_ext.dylib
|
15282 | 0x000000019d0d6000 /usr/lib/libusrtcp.dylib
|
15283 | 0x00000001926bb000 /usr/lib/libboringssl.dylib
|
15284 | 0x000000011ff4c000 /private/var/folders/xx/kmdmp4p92r7b_fqvhhtgzwn40000gn/T/lwjglreese/3.3.1-build-7/liblwjgl.dylib
|
15285 | 0x000000011ff04000 /private/var/folders/xx/kmdmp4p92r7b_fqvhhtgzwn40000gn/T/lwjglreese/3.3.1-build-7/libglfw.dylib
|
15286 | 0x0000000131e00000 /private/var/folders/xx/kmdmp4p92r7b_fqvhhtgzwn40000gn/T/lwjglreese/3.3.1-build-7/libjemalloc.dylib
|
15287 | 0x00000001a26da000 /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
|
15288 | 0x0000000194384000 /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
|
15289 | 0x00000001a288d000 /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
|
15290 | 0x00000001a2488000 /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
|
15291 | 0x0000000192276000 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
|
15292 | 0x0000000190d16000 /usr/lib/libsandbox.1.dylib
|
15293 | 0x000000019dd97000 /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
|
15294 | 0x000000019f05f000 /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
|
15295 | 0x0000000195fa6000 /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
|
15296 | 0x00000001a49d6000 /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
|
15297 | 0x0000000199d43000 /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
|
15298 | 0x00000001a49da000 /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
|
15299 | 0x0000000199271000 /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
|
15300 | 0x00000001b2e2a000 /usr/lib/swift/libswiftCoreAudio.dylib
|
15301 | 0x00000001b80cf000 /usr/lib/swift/libswiftCoreLocation.dylib
|
15302 | 0x000000019b729000 /usr/lib/libIOReport.dylib
|
15303 | 0x00000001d987a000 /System/Library/PrivateFrameworks/WiFiPeerToPeer.framework/Versions/A/WiFiPeerToPeer
|
15304 | 0x0000000199ee3000 /System/Library/Frameworks/UserNotifications.framework/Versions/A/UserNotifications
|
15305 | 0x000000019e2dd000 /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
|
15306 | 0x000000019da72000 /System/Library/PrivateFrameworks/MultiverseSupport.framework/Versions/A/MultiverseSupport
|
15307 | 0x00000001a4e21000 /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
|
15308 | 0x00000001a25b6000 /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
|
15309 | 0x00000001a24bd000 /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
|
15310 | 0x0000000224254000 /System/Library/PrivateFrameworks/AAAFoundation.framework/Versions/A/AAAFoundation
|
15311 | 0x000000019e2af000 /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
|
15312 | 0x00000001a4e35000 /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
|
15313 | 0x00000001a4ed7000 /usr/lib/libcsfde.dylib
|
15314 | 0x000000019b8d8000 /usr/lib/libCoreStorage.dylib
|
15315 | 0x00000001a2582000 /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
|
15316 | 0x00000001a24ca000 /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
|
15317 | 0x000000019f4f1000 /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
|
15318 | 0x00000001a4ecf000 /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
|
15319 | 0x00000001a28b5000 /System/Library/PrivateFrameworks/OctagonTrust.framework/Versions/A/OctagonTrust
|
15320 | 0x0000000197652000 /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
|
15321 | 0x000000019f7b2000 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
|
15322 | 0x000000019d70b000 /System/Library/PrivateFrameworks/LocationSupport.framework/Versions/A/LocationSupport
|
15323 | 0x0000000233b11000 /System/Library/PrivateFrameworks/GeoServicesCore.framework/Versions/A/GeoServicesCore
|
15324 | 0x00000001ad57f000 /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
|
15325 | 0x000000019b8d0000 /usr/lib/libMatch.1.dylib
|
15326 | 0x0000000253e4b000 /usr/lib/libAccessibilityBaseImplementations.dylib
|
15327 | 0x0000000195c88000 /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
|
15328 | 0x00000001334cc000 /usr/lib/libobjc-trampolines.dylib
|
15329 | 0x00000001b80b5000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
|
15330 | 0x00000001e548f000 /System/Library/Extensions/AGXMetalG14X.bundle/Contents/MacOS/AGXMetalG14X
|
15331 | 0x00000001ac4e2000 /System/Library/PrivateFrameworks/IOGPU.framework/Versions/A/IOGPU
|
15332 | 0x000000019bc68000 /System/Library/PrivateFrameworks/login.framework/Versions/A/login
|
15333 | 0x00000001a3220000 /System/Library/Frameworks/LocalAuthentication.framework/Versions/A/LocalAuthentication
|
15334 | 0x0000000238b32000 /System/Library/PrivateFrameworks/LocalAuthenticationCore.framework/Versions/A/LocalAuthenticationCore
|
15335 | 0x00000001a326b000 /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/Versions/A/SharedUtils
|
15336 | 0x00000001a31bb000 /System/Library/Frameworks/CryptoTokenKit.framework/Versions/A/CryptoTokenKit
|
15337 | 0x00000001e4342000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
|
15338 | 0x00000001e41da000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
|
15339 | 0x0000000137744000 /System/Library/Extensions/AppleMetalOpenGLRenderer.bundle/Contents/MacOS/AppleMetalOpenGLRenderer
|
15340 | 0x00000001e44a3000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
|
15341 | 0x0000000247a15000 /System/Library/PrivateFrameworks/TextInputUI.framework/Versions/A/TextInputUI
|
15342 | 0x0000000247a1d000 /System/Library/PrivateFrameworks/TextInputUIMacHelper.framework/Versions/A/TextInputUIMacHelper
|
15343 | 0x00000001b1abc000 /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
|
15344 | 0x00000001a989e000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
|
15345 | 0x00000001a4ecb000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
|
15346 | 0x00000001a98a2000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
|
15347 | 0x00000001a9876000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
|
15348 | 0x00000001a989a000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
|
15349 | 0x00000001a9896000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
|
15350 | 0x0000000143130000 /private/var/folders/xx/kmdmp4p92r7b_fqvhhtgzwn40000gn/T/lwjglreese/3.3.1-build-7/liblwjgl_opengl.dylib
|
15351 | 0x0000000143468000 /private/var/folders/xx/kmdmp4p92r7b_fqvhhtgzwn40000gn/T/lwjglreese/3.3.1-build-7/liblwjgl_stb.dylib
|
15352 | 0x0000000168678000 /Users/********/Library/Caches/JNA/temp/jna14695575920194947677.tmp
|
15353 | 0x00000001686a0000 /Users/********/Library/Application Support/PrismLauncher/java/java-runtime-gamma/jre.bundle/Contents/Home/lib/libextnet.dylib
|
15354 | 0x00000001686b8000 /private/var/folders/xx/kmdmp4p92r7b_fqvhhtgzwn40000gn/T/libjcocoa3004657414709796949.dylib
|
15355 | 0x00000001bb792000 /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
|
15356 | 0x000000019e1aa000 /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
|
15357 | 0x00000002260c6000 /System/Library/PrivateFrameworks/AppleJPEGXL.framework/Versions/A/AppleJPEGXL
|
15358 | 0x00000001b8a3e000 /System/Library/PrivateFrameworks/SoftwareUpdateCoreSupport.framework/Versions/A/SoftwareUpdateCoreSupport
|
15359 | 0x00000001bfe54000 /System/Library/PrivateFrameworks/SoftwareUpdateCoreConnect.framework/Versions/A/SoftwareUpdateCoreConnect
|
15360 | 0x00000001a55ef000 /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
|
15361 | 0x00000001b86e7000 /System/Library/PrivateFrameworks/MSUDataAccessor.framework/Versions/A/MSUDataAccessor
|
15362 | 0x00000001b4871000 /usr/lib/libbootpolicy.dylib
|
15363 | 0x00000001c72f9000 /usr/lib/libpartition2_dynamic.dylib
|
15364 | 0x0000000227ae0000 /System/Library/PrivateFrameworks/CMPhoto.framework/Versions/A/CMPhoto
|
15365 | 0x000000019c7e4000 /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
|
15366 | 0x00000001a26a6000 /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
|
15367 | 0x00000001a26a2000 /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
|
15368 | 0x00000001a2cb6000 /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony
|
15369 | 0x00000001a2696000 /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
|
15370 | 0x000000019e2e7000 /usr/lib/libTelephonyUtilDynamic.dylib
|
15371 | 0x0000000326594000 /private/var/folders/xx/kmdmp4p92r7b_fqvhhtgzwn40000gn/T/lwjglreese/3.3.1-build-7/libopenal.dylib
|
15372 | 0x00000001b1f3a000 /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
|
15373 | 0x00000001a2dfe000 /System/Library/PrivateFrameworks/AVFCore.framework/Versions/A/AVFCore
|
15374 | 0x00000001ab09c000 /System/Library/PrivateFrameworks/AVFCapture.framework/Versions/A/AVFCapture
|
15375 | 0x00000002279d7000 /System/Library/PrivateFrameworks/CMImaging.framework/Versions/A/CMImaging
|
15376 | 0x00000001ab27f000 /System/Library/PrivateFrameworks/Quagga.framework/Versions/A/Quagga
|
15377 | 0x00000001ab38c000 /System/Library/PrivateFrameworks/CMCapture.framework/Versions/A/CMCapture
|
15378 | 0x000000019db57000 /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
|
15379 | 0x00000001a572b000 /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso
|
15380 | 0x00000001a4f69000 /System/Library/PrivateFrameworks/AppSupport.framework/Versions/A/AppSupport
|
15381 | 0x00000001e1b92000 /System/Library/PrivateFrameworks/ANECompiler.framework/Versions/A/ANECompiler
|
15382 | 0x00000001a74fd000 /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/Versions/A/AppleNeuralEngine
|
15383 | 0x00000001ea881000 /System/Library/Frameworks/MetalPerformanceShadersGraph.framework/Versions/A/MetalPerformanceShadersGraph
|
15384 | 0x00000002393ed000 /System/Library/PrivateFrameworks/MLCompilerServices.framework/Versions/A/MLCompilerServices
|
15385 | 0x00000001a65c2000 /System/Library/PrivateFrameworks/ANEServices.framework/Versions/A/ANEServices
|
15386 | 0x00000001b72af000 /usr/lib/libncurses.5.4.dylib
|
15387 | 0x0000000239389000 /System/Library/PrivateFrameworks/MLCompilerRuntime.framework/Versions/A/MLCompilerRuntime
|
15388 | 0x00000001bfb0a000 /System/Library/PrivateFrameworks/TextToSpeech.framework/Versions/A/TextToSpeech
|
15389 | 0x00000001c426d000 /System/Library/PrivateFrameworks/AXAssetLoader.framework/Versions/A/AXAssetLoader
|
15390 | 0x000000024516d000 /System/Library/PrivateFrameworks/SiriTTSService.framework/Versions/A/SiriTTSService
|
15391 | 0x00000001a86c5000 /System/Library/PrivateFrameworks/AssistantServices.framework/Versions/A/AssistantServices
|
15392 | 0x00000001d97ed000 /System/Library/PrivateFrameworks/FeatureFlags.framework/Versions/A/FeatureFlags
|
15393 | 0x00000001cc240000 /usr/lib/swift/libswiftAVFoundation.dylib
|
15394 | 0x00000001c7120000 /usr/lib/swift/libswiftAccelerate.dylib
|
15395 | 0x00000001b80e4000 /usr/lib/swift/libswiftCoreMIDI.dylib
|
15396 | 0x00000001caa60000 /usr/lib/swift/libswiftCoreMedia.dylib
|
15397 | 0x00000001d97fa000 /usr/lib/swift/libswiftNaturalLanguage.dylib
|
15398 | 0x00000001b8db4000 /usr/lib/libtailspin.dylib
|
15399 | 0x00000001ca558000 /System/Library/PrivateFrameworks/Osprey.framework/Versions/A/Osprey
|
15400 | 0x0000000244815000 /System/Library/PrivateFrameworks/SiriTTS.framework/Versions/A/SiriTTS
|
15401 | 0x00000001d4cd1000 /System/Library/Frameworks/CryptoKit.framework/Versions/A/CryptoKit
|
15402 | 0x00000001b2aa7000 /System/Library/Frameworks/NaturalLanguage.framework/Versions/A/NaturalLanguage
|
15403 | 0x00000001c4b39000 /System/Library/PrivateFrameworks/BiomePubSub.framework/Versions/A/BiomePubSub
|
15404 | 0x00000001a31a7000 /System/Library/PrivateFrameworks/GraphicsServices.framework/Versions/A/GraphicsServices
|
15405 | 0x00000001a341d000 /System/Library/PrivateFrameworks/SAObjects.framework/Versions/A/SAObjects
|
15406 | 0x0000000240799000 /System/Library/PrivateFrameworks/SiriAnalytics.framework/Versions/A/SiriAnalytics
|
15407 | 0x00000001b776f000 /System/Library/PrivateFrameworks/SiriInstrumentation.framework/Versions/A/SiriInstrumentation
|
15408 | 0x0000000243ab6000 /System/Library/PrivateFrameworks/SiriPowerInstrumentation.framework/Versions/A/SiriPowerInstrumentation
|
15409 | 0x00000001b35f7000 /System/Library/PrivateFrameworks/Trial.framework/Versions/A/Trial
|
15410 | 0x00000001b3577000 /System/Library/PrivateFrameworks/TrialProto.framework/Versions/A/TrialProto
|
15411 | 0x00000002476fe000 /System/Library/PrivateFrameworks/TailspinSymbolication.framework/Versions/A/TailspinSymbolication
|
15412 | 0x000000022c179000 /System/Library/PrivateFrameworks/Darwinup.framework/Versions/A/Darwinup
|
15413 | 0x00000001c3bf8000 /System/Library/PrivateFrameworks/SignpostSupport.framework/Versions/A/SignpostSupport
|
15414 | 0x00000001b2978000 /System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/Versions/A/FeatureFlagsSupport
|
15415 | 0x00000001c33f2000 /System/Library/PrivateFrameworks/ktrace.framework/Versions/A/ktrace
|
15416 | 0x00000001c3e54000 /System/Library/PrivateFrameworks/SampleAnalysis.framework/Versions/A/SampleAnalysis
|
15417 | 0x00000001cbc9c000 /System/Library/PrivateFrameworks/kperfdata.framework/Versions/A/kperfdata
|
15418 | 0x000000019f66d000 /usr/lib/libdscsym.dylib
|
15419 | 0x0000000255511000 /usr/lib/swift/libswiftSystem.dylib
|
15420 | 0x00000001cbf8d000 /System/Library/PrivateFrameworks/BulkSymbolication.framework/Versions/A/BulkSymbolication
|
15421 | 0x0000000196440000 /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML
|
15422 | 0x00000001d7d53000 /usr/lib/libedit.3.dylib
|
15423 | 0x00000001998af000 /System/Library/Frameworks/MLCompute.framework/Versions/A/MLCompute
|
15424 | 0x0000000239241000 /System/Library/PrivateFrameworks/MLAssetIO.framework/Versions/A/MLAssetIO
|
15425 | 0x00000001a55c2000 /System/Library/PrivateFrameworks/CryptoKitCBridging.framework/Versions/A/CryptoKitCBridging
|
15426 | 0x00000001caa5e000 /usr/lib/swift/libswiftCryptoTokenKit.dylib
|
15427 | 0x0000000193abd000 /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal
|
15428 | 0x00000001a65e6000 /System/Library/PrivateFrameworks/ProactiveSupport.framework/Versions/A/ProactiveSupport
|
15429 | 0x00000001c4b97000 /System/Library/PrivateFrameworks/BiomeStorage.framework/Versions/A/BiomeStorage
|
15430 | 0x00000001bc6b2000 /System/Library/PrivateFrameworks/BiomeFoundation.framework/Versions/A/BiomeFoundation
|
15431 | 0x00000001a51e1000 /System/Library/PrivateFrameworks/InternationalTextSearch.framework/Versions/A/InternationalTextSearch
|
15432 | 0x00000001b5951000 /System/Library/PrivateFrameworks/FeedbackLogger.framework/Versions/A/FeedbackLogger
|
15433 | 0x00000001bf4ca000 /System/Library/PrivateFrameworks/BiomeStreams.framework/Versions/A/BiomeStreams
|
15434 | 0x00000002266eb000 /System/Library/PrivateFrameworks/AtomicsInternal.framework/Versions/A/AtomicsInternal
|
15435 | 0x0000000226c23000 /System/Library/PrivateFrameworks/BiomeLibrary.framework/Versions/A/BiomeLibrary
|
15436 | 0x00000001d2d01000 /System/Library/PrivateFrameworks/InternalSwiftProtobuf.framework/Versions/A/InternalSwiftProtobuf
|
15437 | 0x000000023e68c000 /System/Library/PrivateFrameworks/PoirotSchematizer.framework/Versions/A/PoirotSchematizer
|
15438 | 0x0000000227089000 /System/Library/PrivateFrameworks/BiomeSync.framework/Versions/A/BiomeSync
|
15439 | 0x0000000226c04000 /System/Library/PrivateFrameworks/BiomeFlexibleStorage.framework/Versions/A/BiomeFlexibleStorage
|
15440 | 0x0000000226be9000 /System/Library/PrivateFrameworks/BiomeDSL.framework/Versions/A/BiomeDSL
|
15441 | 0x000000022706e000 /System/Library/PrivateFrameworks/BiomeSequence.framework/Versions/A/BiomeSequence
|
15442 | 0x000000023e65c000 /System/Library/PrivateFrameworks/PoirotSQLite.framework/Versions/A/PoirotSQLite
|
15443 | 0x000000022604e000 /System/Library/PrivateFrameworks/AppleFlatBuffers.framework/Versions/A/AppleFlatBuffers
|
15444 | 0x00000001ad01f000 /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/Versions/A/ProactiveEventTracker
|
15445 | 0x00000001a80e1000 /System/Library/PrivateFrameworks/MediaRemote.framework/Versions/A/MediaRemote
|
15446 | 0x0000000240f88000 /System/Library/PrivateFrameworks/SiriCrossDeviceArbitration.framework/Versions/A/SiriCrossDeviceArbitration
|
15447 | 0x0000000240fd7000 /System/Library/PrivateFrameworks/SiriCrossDeviceArbitrationFeedback.framework/Versions/A/SiriCrossDeviceArbitrationFeedback
|
15448 | 0x00000001a365a000 /System/Library/PrivateFrameworks/Rapport.framework/Versions/A/Rapport
|
15449 | 0x00000001acb11000 /System/Library/PrivateFrameworks/MediaServices.framework/Versions/A/MediaServices
|
15450 | 0x000000019ec5d000 /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
|
15451 | 0x000000019bb02000 /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
|
15452 | 0x000000019d692000 /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
|
15453 | 0x00000001accaf000 /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
|
15454 | 0x000000019edf4000 /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
|
15455 | 0x0000000194407000 /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
|
15456 | 0x00000001b2992000 /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
|
15457 | 0x00000001a985e000 /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram
|
15458 | 0x00000001a97ff000 /usr/lib/libtidy.A.dylib
|
15459 | 0x000000019be3e000 /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
|
15460 | 0x000000019da82000 /usr/lib/libParallelCompression.dylib
|
15461 | 0x0000000253e53000 /usr/lib/libAppleArchive.dylib
|
15462 | 0x00000001bf0bc000 /System/Library/PrivateFrameworks/FTAWD.framework/Versions/A/FTAWD
|
15463 | 0x0000000224c9e000 /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/Versions/A/AccessibilityUtilities
|
15464 | 0x000000023fe82000 /System/Library/PrivateFrameworks/ScreenReader.framework/Versions/A/Frameworks/ScreenReaderOutput.framework/Versions/A/ScreenReaderOutput
|
15465 | 0x00000001d4e45000 /System/Library/PrivateFrameworks/BluetoothManager.framework/Versions/A/BluetoothManager
|
15466 | 0x00000001bbbe0000 /System/Library/PrivateFrameworks/MobileBluetooth.framework/Versions/A/MobileBluetooth
|
15467 | 0x00000001b236c000 /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/Versions/A/AccessibilitySharedSupport
|
15468 | 0x00000001e17ae000 /System/Library/PrivateFrameworks/ScreenReaderCore.framework/Versions/A/ScreenReaderCore
|
15469 | 0x00000001cf545000 /System/Library/PrivateFrameworks/AXRuntime.framework/Versions/A/AXRuntime
|
15470 | 0x0000000253e47000 /usr/lib/libAXSafeCategoryBundle.dylib
|
15471 | 0x00000001baac0000 /System/Library/PrivateFrameworks/AttributeGraph.framework/Versions/A/AttributeGraph
|
15472 | 0x000000023fe4f000 /System/Library/PrivateFrameworks/ScreenReader.framework/Versions/A/Frameworks/BrailleTranslation.framework/Versions/A/BrailleTranslation
|
15473 | 0x000000018e36a000 /usr/lib/libmecabra.dylib
|
15474 | 0x000000019b614000 /usr/lib/libChineseTokenizer.dylib
|
15475 | 0x00000001ac4ce000 /System/Library/PrivateFrameworks/HID.framework/Versions/A/HID
|
15476 | 0x0000000195fa9000 /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
|
15477 | 0x000000019600d000 /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
|
15478 | 0x00000001ecf92000 /System/Library/Frameworks/SharedWithYouCore.framework/Versions/A/SharedWithYouCore
|
15479 | 0x0000000253f82000 /usr/lib/libBASupport.dylib
|
15480 | 0x00000001a52a5000 /System/Library/PrivateFrameworks/AppleAccount.framework/Versions/A/AppleAccount
|
15481 | 0x00000001a5694000 /System/Library/PrivateFrameworks/C2.framework/Versions/A/C2
|
15482 | 0x00000001a568b000 /System/Library/Frameworks/PushKit.framework/Versions/A/PushKit
|
15483 | 0x00000001a5413000 /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/Versions/A/AppleIDSSOAuthentication
|
15484 | 0x00000001a72b1000 /System/Library/PrivateFrameworks/RTCReporting.framework/Versions/A/RTCReporting
|
15485 | 0x00000001bf393000 /usr/lib/libFDR.dylib
|
15486 | 0x00000001c4846000 /usr/lib/libamsupport.dylib
|
15487 | 0x0000000254134000 /usr/lib/libReverseProxyDevice.dylib
|
15488 | 0x000000024ee2e000 /System/Library/PrivateFrameworks/ZhuGeSupport.framework/Versions/A/ZhuGeSupport
|
15489 | 0x0000000248b60000 /System/Library/PrivateFrameworks/TextToSpeechVoiceBankingSupport.framework/Versions/A/TextToSpeechVoiceBankingSupport
|
15490 | 0x00000001c48d6000 /System/Library/Frameworks/Speech.framework/Versions/A/Speech
|
15491 | 0x00000001be8df000 /usr/lib/swift/libswiftCompression.dylib
|
15492 | 0x00000001a3713000 /System/Library/PrivateFrameworks/EmbeddedAcousticRecognition.framework/Versions/A/EmbeddedAcousticRecognition
|
15493 | 0x000000022434c000 /System/Library/PrivateFrameworks/AIMLExperimentationAnalytics.framework/Versions/A/AIMLExperimentationAnalytics
|
15494 | 0x000000023844d000 /System/Library/PrivateFrameworks/Koa.framework/Versions/A/Koa
|
15495 | 0x000000024a32d000 /System/Library/PrivateFrameworks/UnifiedAssetFramework.framework/Versions/A/UnifiedAssetFramework
|
15496 | 0x0000000255441000 /usr/lib/swift/libswiftDistributed.dylib
|
15497 | 0x00000001bab05000 /System/Library/PrivateFrameworks/EmojiFoundation.framework/Versions/A/EmojiFoundation
|
15498 | 0x00000001c212b000 /System/Library/PrivateFrameworks/SDAPI.framework/Versions/A/SDAPI
|
15499 | 0x00000001bb6cc000 /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/Versions/A/DifferentialPrivacy
|
15500 | 0x000000024a6c5000 /System/Library/PrivateFrameworks/VDAF.framework/Versions/A/VDAF
|
15501 | 0x000000023827d000 /System/Library/PrivateFrameworks/IntelligencePlatformLibrary.framework/Versions/A/IntelligencePlatformLibrary
|
15502 | 0x0000000227ec6000 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/CascadeSets
|
15503 | 0x0000000343608000 /private/var/folders/xx/kmdmp4p92r7b_fqvhhtgzwn40000gn/T/sqlite-3.47.2.0-2dcb1a90-6823-4f30-b15f-33a5982119ff-libsqlitejdbc.dylib
|
15504 | 0x0000000346958000 /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
|
15505 | 0x00000001460c8000 /Users/********/Library/Application Support/PrismLauncher/java/java-runtime-gamma/jre.bundle/Contents/Home/lib/libawt.dylib
|
15506 | 0x0000000327d74000 /Users/********/Library/Application Support/PrismLauncher/java/java-runtime-gamma/jre.bundle/Contents/Home/lib/libmlib_image.dylib
|
15507 | 0x00000001e9c36000 /System/Library/Frameworks/JavaRuntimeSupport.framework/Versions/A/JavaRuntimeSupport
|
15508 | 0x0000000349390000 /Users/********/Library/Application Support/PrismLauncher/java/java-runtime-gamma/jre.bundle/Contents/Home/lib/libawt_lwawt.dylib
|
15509 | 0x0000000146040000 /Users/********/Library/Application Support/PrismLauncher/java/java-runtime-gamma/jre.bundle/Contents/Home/lib/libosxapp.dylib
|
15510 | 0x00000001b0918000 /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHandling
|
15511 |
|
15512 |
|
15513 | VM Arguments:
|
15514 | jvm_args: -Xms512m -Xmx4096m -Duser.language=en -Djava.library.path=/Users/********/Library/Application Support/PrismLauncher/instances/dh test/natives
|
15515 | java_command: org.prismlauncher.EntryPoint
|
15516 | java_class_path (initial): /private/var/folders/xx/kmdmp4p92r7b_fqvhhtgzwn40000gn/T/AppTranslocation/C61060A3-7286-4EC9-BED9-CE74E3BFE7CD/d/Prism Launcher.app/Contents/MacOS/jars/NewLaunch.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/lwjgl/lwjgl-glfw-natives-macos-arm64/3.3.1/lwjgl-glfw-natives-macos-arm64-3.3.1.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/lwjgl/lwjgl-glfw/3.3.1/lwjgl-glfw-3.3.1.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/lwjgl/lwjgl-jemalloc-natives-macos-arm64/3.3.1/lwjgl-jemalloc-natives-macos-arm64-3.3.1.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/lwjgl/lwjgl-jemalloc/3.3.1/lwjgl-jemalloc-3.3.1.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/lwjgl/lwjgl-natives-macos-arm64/3.3.1/lwjgl-natives-macos-arm64-3.3.1.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/lwjgl/lwjgl-openal-natives-macos-arm64/3.3.1/lwjgl-openal-natives-macos-arm64-3.3.1.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/lwjgl/lwjgl-openal/3.3.1/lwjgl-openal-3.3.1.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/lwjgl/lwjgl-opengl-natives-macos-arm64/3.3.1/lwjgl-opengl-natives-macos-arm64-3.3.1.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/lwjgl/lwjgl-opengl/3.3.1/lwjgl-opengl-3.3.1.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/lwjgl/lwjgl-stb-natives-macos-arm64/3.3.1/lwjgl-stb-natives-macos-arm64-3.3.1.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/lwjgl/lwjgl-stb/3.3.1/lwjgl-stb-3.3.1.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/lwjgl/lwjgl-tinyfd-natives-macos-arm64/3.3.1/lwjgl-tinyfd-natives-macos-arm64-3.3.1.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/lwjgl/lwjgl-tinyfd/3.3.1/lwjgl-tinyfd-3.3.1.jar:/Users/********/Library/Applicati
|
15517 | Launcher Type: SUN_STANDARD
|
15518 |
|
15519 | [Global flags]
|
15520 | intx CICompilerCount = 4 {product} {ergonomic}
|
15521 | uint ConcGCThreads = 3 {product} {ergonomic}
|
15522 | uint G1ConcRefinementThreads = 10 {product} {ergonomic}
|
15523 | size_t G1HeapRegionSize = 2097152 {product} {ergonomic}
|
15524 | uintx GCDrainStackTargetSize = 64 {product} {ergonomic}
|
15525 | size_t InitialHeapSize = 536870912 {product} {command line}
|
15526 | size_t MarkStackSize = 4194304 {product} {ergonomic}
|
15527 | size_t MaxHeapSize = 4294967296 {product} {command line}
|
15528 | size_t MaxNewSize = 2575302656 {product} {ergonomic}
|
15529 | size_t MinHeapDeltaBytes = 2097152 {product} {ergonomic}
|
15530 | size_t MinHeapSize = 536870912 {product} {command line}
|
15531 | uintx NonNMethodCodeHeapSize = 5839564 {pd product} {ergonomic}
|
15532 | uintx NonProfiledCodeHeapSize = 122909338 {pd product} {ergonomic}
|
15533 | uintx ProfiledCodeHeapSize = 122909338 {pd product} {ergonomic}
|
15534 | uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic}
|
15535 | bool SegmentedCodeCache = true {product} {ergonomic}
|
15536 | size_t SoftMaxHeapSize = 4294967296 {manageable} {ergonomic}
|
15537 | bool UseCompressedClassPointers = true {product lp64_product} {ergonomic}
|
15538 | bool UseCompressedOops = true {product lp64_product} {ergonomic}
|
15539 | bool UseG1GC = true {product} {ergonomic}
|
15540 | bool UseNUMA = false {product} {ergonomic}
|
15541 | bool UseNUMAInterleaving = false {product} {ergonomic}
|
15542 |
|
15543 | Logging:
|
15544 | Log output configuration:
|
15545 | #0: stdout all=warning uptime,level,tags
|
15546 | #1: stderr all=off uptime,level,tags
|
15547 |
|
15548 | Environment Variables:
|
15549 | PATH=/usr/bin:/bin:/usr/sbin:/sbin
|
15550 | SHELL=/bin/zsh
|
15551 | TMPDIR=/var/folders/xx/kmdmp4p92r7b_fqvhhtgzwn40000gn/T/
|
15552 |
|
15553 | Active Locale:
|
15554 | LC_ALL=C
|
15555 | LC_COLLATE=C
|
15556 | LC_CTYPE=C
|
15557 | LC_MESSAGES=C
|
15558 | LC_MONETARY=C
|
15559 | LC_NUMERIC=C
|
15560 | LC_TIME=C
|
15561 |
|
15562 | Signal Handlers:
|
15563 | SIGSEGV: crash_handler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_RESTART|SA_SIGINFO, unblocked
|
15564 | SIGBUS: crash_handler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_RESTART|SA_SIGINFO, unblocked
|
15565 | SIGFPE: crash_handler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_RESTART|SA_SIGINFO, unblocked
|
15566 | SIGPIPE: javaSignalHandler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_RESTART|SA_SIGINFO, blocked
|
15567 | SIGXFSZ: javaSignalHandler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_RESTART|SA_SIGINFO, blocked
|
15568 | SIGILL: crash_handler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_RESTART|SA_SIGINFO, unblocked
|
15569 | SIGUSR2: SR_handler in libjvm.dylib, mask=00000000000000000000000000000000, flags=SA_RESTART|SA_SIGINFO, blocked
|
15570 | SIGHUP: UserHandler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_RESTART|SA_SIGINFO, blocked
|
15571 | SIGINT: UserHandler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_RESTART|SA_SIGINFO, blocked
|
15572 | SIGTERM: UserHandler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_RESTART|SA_SIGINFO, blocked
|
15573 | SIGQUIT: UserHandler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_RESTART|SA_SIGINFO, blocked
|
15574 | SIGTRAP: crash_handler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_RESTART|SA_SIGINFO, unblocked
|
15575 |
|
15576 |
|
15577 | Periodic native trim disabled
|
15578 |
|
15579 |
|
15580 | --------------- S Y S T E M ---------------
|
15581 |
|
15582 | OS:
|
15583 | uname: Darwin 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:14:38 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T6020 arm64
|
15584 | OS uptime: 6 days 11:04 hours
|
15585 | rlimit (soft/hard): STACK 8176k/65520k , CORE 0k/infinity , NPROC 10666/16000 , NOFILE 1048576/infinity , AS infinity/infinity , CPU infinity/infinity , DATA infinity/infinity , FSIZE infinity/infinity , MEMLOCK infinity/infinity , RSS infinity/infinity
|
15586 | load average: 4.88 2.72 4.44
|
15587 |
|
15588 | CPU: total 12 (initial active 12) 0x61:0x0:0xda33d83d:0, fp, simd, crc, lse
|
15589 | machdep.cpu.brand_string:Apple M2 Max
|
15590 | hw.cachelinesize:128
|
15591 | hw.l1icachesize:131072
|
15592 | hw.l1dcachesize:65536
|
15593 | hw.l2cachesize:4194304
|
15594 |
|
15595 | Memory: 16k page, physical 67108864k(2040288k free), swap 2097152k(1122816k free)
|
15596 |
|
15597 | vm_info: OpenJDK 64-Bit Server VM (17.0.15+6-LTS) for bsd-aarch64 JRE (17.0.15+6-LTS), built on Apr 9 2025 22:12:40 by "MicrosoftCorporation" with clang Apple LLVM 12.0.5 (clang-1205.0.22.9)
|
15598 |
|
15599 | END.
|