HomeSort by relevance Sort by last modified time
    Searched refs:offThread_inJitCodeCache (Results 1 - 25 of 27) sorted by null

1 2

  /dalvik/vm/compiler/template/mips/
TEMPLATE_MONITOR_ENTER.S 14 sw zero, offThread_inJitCodeCache(a0) # record that we're not returning
TEMPLATE_MONITOR_ENTER_DEBUG.S 14 sw zero, offThread_inJitCodeCache(a0) # record that we're not returning
footer.S 13 sw zero, offThread_inJitCodeCache(rSELF) # not in jit code cache
77 sw a2, offThread_inJitCodeCache(rSELF) # set the mode properly
105 sw zero, offThread_inJitCodeCache(rSELF) # in interpreter land
TEMPLATE_INVOKE_METHOD_NATIVE.S 35 sw zero, offThread_inJitCodeCache(rSELF) # not in the jit code cache
93 sw a2, offThread_inJitCodeCache(rSELF) # set the mode properly
  /dalvik/vm/mterp/mips/
entry.S 59 sw zero, offThread_inJitCodeCache(rSELF)
footer.S 31 sw zero, offThread_inJitCodeCache(rSELF) # Back to the interp land
47 sw zero, offThread_inJitCodeCache(rSELF) # Back to the interp land
54 sw zero, offThread_inJitCodeCache(rSELF) # Back to the interp land
61 sw zero, offThread_inJitCodeCache(rSELF) # Back to the interp land
68 sw zero, offThread_inJitCodeCache(rSELF) # Back to the interp land
75 sw zero, offThread_inJitCodeCache(rSELF) # Back to the interp land
82 sw zero, offThread_inJitCodeCache(rSELF) # Back to the interp land
117 sw zero, offThread_inJitCodeCache(rSELF) # Back to the interp land
162 sw a0, offThread_inJitCodeCache(rSELF) # set the inJitCodeCache flag
181 sw v0, offThread_inJitCodeCache(rSELF) # set the inJitCodeCache fla
    [all...]
  /dalvik/vm/mterp/armv5te/
entry.S 71 str r1, [rSELF, #offThread_inJitCodeCache] @ back to the interp land
footer.S 33 str r3, [rSELF, #offThread_inJitCodeCache] @ Back to the interp land
52 str r3, [rSELF, #offThread_inJitCodeCache] @ back to the interp land
60 str r3, [rSELF, #offThread_inJitCodeCache] @ Back to the interp land
68 str r3, [rSELF, #offThread_inJitCodeCache] @ Back to the interp land
76 str r3, [rSELF, #offThread_inJitCodeCache] @ Back to the interp land
84 str r3, [rSELF, #offThread_inJitCodeCache] @ Back to the interp land
92 str r3, [rSELF, #offThread_inJitCodeCache] @ Back to the interp land
126 str r0, [rSELF, #offThread_inJitCodeCache] @ Back to the interp land
172 str r0, [rSELF, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
192 str r0, [rSELF, #offThread_inJitCodeCache] @ set the inJitCodeCache fla
    [all...]
  /dalvik/vm/mterp/x86/
entry.S 56 movl $$0, offThread_inJitCodeCache(%ecx)
footer.S 45 movl $$0, offThread_inJitCodeCache(%ecx)
90 movl %eax,offThread_inJitCodeCache(%ecx) # set inJitCodeCache flag
121 movl %eax,offThread_inJitCodeCache(%ecx) # set inJitCodeCache flag
165 movl %eax,offThread_inJitCodeCache(%ecx) # set inJitCodeCache flag
185 movl $$0, offThread_inJitCodeCache(%edx)
208 movl %eax, offThread_inJitCodeCache(%ecx) # set inJitCodeCache flag
239 movl %eax, offThread_inJitCodeCache(%ecx) # set inJitCodeCache flag
292 movl %eax,offThread_inJitCodeCache(rINST) # set the inJitCodeCache flag
674 //update self->offThread_inJitCodeCache
675 movl %ecx, offThread_inJitCodeCache(%eax
    [all...]
  /dalvik/vm/compiler/template/armv5te/
footer.S 14 str r2, [rSELF, #offThread_inJitCodeCache] @ not in jit code cache
61 str r2, [rSELF, #offThread_inJitCodeCache] @ set the new mode
84 str r2, [rSELF, #offThread_inJitCodeCache] @ in interpreter land
TEMPLATE_INVOKE_METHOD_NATIVE.S 31 str r2, [rSELF, #offThread_inJitCodeCache] @ not in the jit code cache
73 str r2, [rSELF, #offThread_inJitCodeCache] @ set the mode properly
  /dalvik/vm/compiler/codegen/x86/
LowerReturn.cpp 74 move_reg_to_mem(OpndSize_32, PhysicalReg_EBX, true, offThread_inJitCodeCache, 3, false);
LowerInvoke.cpp     [all...]
Lower.h 137 #define offThread_inJitCodeCache 124
    [all...]
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te.S 205 str r9, [rSELF, #offThread_inJitCodeCache] @ in code cache or not
214 str r0, [rSELF, #offThread_inJitCodeCache] @ reset inJitCodeCache
440 str r2, [rSELF, #offThread_inJitCodeCache] @ not in the jit code cache
482 str r2, [rSELF, #offThread_inJitCodeCache] @ set the mode properly
    [all...]
CompilerTemplateAsm-armv7-a-neon.S 205 str r9, [rSELF, #offThread_inJitCodeCache] @ in code cache or not
214 str r0, [rSELF, #offThread_inJitCodeCache] @ reset inJitCodeCache
440 str r2, [rSELF, #offThread_inJitCodeCache] @ not in the jit code cache
482 str r2, [rSELF, #offThread_inJitCodeCache] @ set the mode properly
    [all...]
CompilerTemplateAsm-armv7-a.S 205 str r9, [rSELF, #offThread_inJitCodeCache] @ in code cache or not
214 str r0, [rSELF, #offThread_inJitCodeCache] @ reset inJitCodeCache
440 str r2, [rSELF, #offThread_inJitCodeCache] @ not in the jit code cache
482 str r2, [rSELF, #offThread_inJitCodeCache] @ set the mode properly
    [all...]
CompilerTemplateAsm-armv5te-vfp.S 205 str r9, [rSELF, #offThread_inJitCodeCache] @ in code cache or not
214 str r0, [rSELF, #offThread_inJitCodeCache] @ reset inJitCodeCache
440 str r2, [rSELF, #offThread_inJitCodeCache] @ not in the jit code cache
482 str r2, [rSELF, #offThread_inJitCodeCache] @ set the mode properly
    [all...]
  /dalvik/vm/mterp/common/
asm-constants.h 186 MTERP_OFFSET(offThread_inJitCodeCache, Thread, inJitCodeCache, 124)
  /dalvik/vm/mterp/out/
InterpAsm-mips.S 447 sw zero, offThread_inJitCodeCache(rSELF)
    [all...]
InterpAsm-armv5te-vfp.S 295 str r1, [rSELF, #offThread_inJitCodeCache] @ back to the interp land
    [all...]
InterpAsm-armv5te.S 295 str r1, [rSELF, #offThread_inJitCodeCache] @ back to the interp land
    [all...]
InterpAsm-armv7-a-neon.S 309 str r1, [rSELF, #offThread_inJitCodeCache] @ back to the interp land
    [all...]
InterpAsm-armv7-a.S 309 str r1, [rSELF, #offThread_inJitCodeCache] @ back to the interp land
    [all...]

Completed in 1505 milliseconds

1 2