Home
last modified time | relevance | path

Searched refs:inJitCodeCache (Results 1 – 12 of 12) sorted by relevance

/dalvik/vm/mterp/
DMterp.c109 glue->self->inJitCodeCache = NULL; in dvmMterpStd()
/dalvik/vm/mterp/armv5te/
Dfooter.S35 mov r3, #0 @ 0 means !inJitCodeCache
53 mov r3, #0 @ 0 means !inJitCodeCache
71 mov r3, #0 @ 0 means !inJitCodeCache
142 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
162 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
209 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
232 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
255 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
308 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
328 @ Need to clear the inJitCodeCache flag
/dalvik/vm/compiler/
DCompiler.c204 thread->inJitCodeCache, in crawlDalvikStack()
205 thread->inJitCodeCache ? "jit" : "interp"); in crawlDalvikStack()
252 if (thread->inJitCodeCache) { in resetCodeCache()
/dalvik/vm/
DThread.h163 void* inJitCodeCache; member
DThread.c2666 gDvmJit.hasNewChain && thread->inJitCodeCache) { in waitForThreadSuspend()
3570 thread->inJitCodeCache ? " JIT" : "" in dvmDumpThreadEx()
/dalvik/vm/mterp/common/
Dasm-constants.h193 MTERP_OFFSET(offThread_inJitCodeCache, Thread, inJitCodeCache, 72)
/dalvik/vm/mterp/out/
DInterpAsm-armv5te-vfp.S9420 mov r3, #0 @ 0 means !inJitCodeCache
9438 mov r3, #0 @ 0 means !inJitCodeCache
9456 mov r3, #0 @ 0 means !inJitCodeCache
9527 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
9547 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
9594 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
9617 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
9640 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
9693 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
9713 @ Need to clear the inJitCodeCache flag
DInterpAsm-armv7-a-neon.S9354 mov r3, #0 @ 0 means !inJitCodeCache
9372 mov r3, #0 @ 0 means !inJitCodeCache
9390 mov r3, #0 @ 0 means !inJitCodeCache
9461 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
9481 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
9528 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
9551 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
9574 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
9627 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
9647 @ Need to clear the inJitCodeCache flag
DInterpAsm-armv7-a.S9354 mov r3, #0 @ 0 means !inJitCodeCache
9372 mov r3, #0 @ 0 means !inJitCodeCache
9390 mov r3, #0 @ 0 means !inJitCodeCache
9461 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
9481 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
9528 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
9551 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
9574 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
9627 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
9647 @ Need to clear the inJitCodeCache flag
DInterpAsm-armv4t.S9882 mov r3, #0 @ 0 means !inJitCodeCache
9900 mov r3, #0 @ 0 means !inJitCodeCache
9918 mov r3, #0 @ 0 means !inJitCodeCache
9989 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
10009 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
10056 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
10079 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
10102 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
10155 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
10175 @ Need to clear the inJitCodeCache flag
DInterpAsm-armv5te.S9878 mov r3, #0 @ 0 means !inJitCodeCache
9896 mov r3, #0 @ 0 means !inJitCodeCache
9914 mov r3, #0 @ 0 means !inJitCodeCache
9985 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
10005 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
10052 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
10075 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
10098 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
10151 str r0, [r10, #offThread_inJitCodeCache] @ set the inJitCodeCache flag
10171 @ Need to clear the inJitCodeCache flag
/dalvik/vm/interp/
DJit.c922 self->inJitCodeCache = 0; in dvmCheckJit()