/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
codegen.ml | 10 let the_module = create_module context "my cool jit"
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/ |
cparse.py | 784 def jit(self): pass member in class:TransUnit._psyco
|
/dalvik/vm/mterp/out/ |
InterpAsm-armv5te-vfp.S | 202 #include "../common/jit-config.h" 300 ldr r2, [rSELF, #offThread_shadowSpace] @ to find out the jit exit state 302 ldr r3, [r2, #offShadowSpace_jitExitState] @ jit exit state [all...] |
InterpAsm-armv5te.S | 202 #include "../common/jit-config.h" 300 ldr r2, [rSELF, #offThread_shadowSpace] @ to find out the jit exit state 302 ldr r3, [r2, #offShadowSpace_jitExitState] @ jit exit state [all...] |
InterpAsm-armv7-a-neon.S | 202 #include "../common/jit-config.h" 314 ldr r2, [rSELF, #offThread_shadowSpace] @ to find out the jit exit state 316 ldr r3, [r2, #offShadowSpace_jitExitState] @ jit exit state [all...] |
InterpAsm-armv7-a.S | 202 #include "../common/jit-config.h" 314 ldr r2, [rSELF, #offThread_shadowSpace] @ to find out the jit exit state 316 ldr r3, [r2, #offShadowSpace_jitExitState] @ jit exit state [all...] |
InterpAsm-mips.S | 351 #include "../common/jit-config.h" 451 lw a2, offThread_shadowSpace(rSELF) # to find out the jit exit state 453 lw a3, offShadowSpace_jitExitState(a2) # jit exit state [all...] |