Home
last modified time | relevance | path

Searched refs:chain (Results 1 – 15 of 15) sorted by relevance

/dalvik/vm/interp/
DJit.cpp487 if (gDvmJit.pJitEntryTable[i].u.info.chain != gDvmJit.jitTableSize) in dvmJitStats()
571 while ((gDvmJit.pJitEntryTable[idx].u.info.chain != chainEndMarker) && in lookupAndAdd()
575 idx = gDvmJit.pJitEntryTable[idx].u.info.chain; in lookupAndAdd()
597 while (gDvmJit.pJitEntryTable[idx].u.info.chain != chainEndMarker) { in lookupAndAdd()
606 idx = gDvmJit.pJitEntryTable[idx].u.info.chain; in lookupAndAdd()
632 newValue.info.chain = idx; in lookupAndAdd()
1001 while (gDvmJit.pJitEntryTable[idx].u.info.chain != chainEndMarker) { in dvmJitFindEntry()
1002 idx = gDvmJit.pJitEntryTable[idx].u.info.chain; in dvmJitFindEntry()
1035 while (gDvmJit.pJitEntryTable[idx].u.info.chain != chainEndMarker) { in getCodeAddrCommon()
1036 idx = gDvmJit.pJitEntryTable[idx].u.info.chain; in getCodeAddrCommon()
[all …]
DJit.h134 u2 chain; /* Index of next in chain */ member
/dalvik/vm/compiler/template/armv5te/
DTEMPLATE_INVOKE_METHOD_PREDICTED_CHAIN.S46 beq $chaintgt @ predicted chain is valid
/dalvik/vm/compiler/
DCompiler.cpp442 pJitTable[i].u.info.chain = gDvmJit.jitTableSize; in compilerThreadStartup()
445 assert(pJitTable[0].u.info.chain == gDvmJit.jitTableSize); in compilerThreadStartup()
/dalvik/vm/mterp/armv5te/
Dfooter.S187 add rINST,lr,#-5 @ save start of chain branch
199 cmp r0,#0 @ successful chain?
231 add rINST,lr,#-5 @ save start of chain branch
241 beq toInterpreter @ go if not, otherwise do chain
246 cmp r0,#0 @ successful chain?
252 * Check if translation exists for the callee, but don't chain to it.
/dalvik/vm/compiler/template/out/
DCompilerTemplateAsm-armv5te.S389 beq .LinvokeChain @ predicted chain is valid
1186 @ Bail to interpreter - no chain [note - r4 still contains rPC]
1470 beq .LinvokeChainProf @ predicted chain is valid
DCompilerTemplateAsm-armv7-a-neon.S389 beq .LinvokeChain @ predicted chain is valid
1455 @ Bail to interpreter - no chain [note - r4 still contains rPC]
1739 beq .LinvokeChainProf @ predicted chain is valid
DCompilerTemplateAsm-armv5te-vfp.S389 beq .LinvokeChain @ predicted chain is valid
1455 @ Bail to interpreter - no chain [note - r4 still contains rPC]
1739 beq .LinvokeChainProf @ predicted chain is valid
DCompilerTemplateAsm-armv7-a.S389 beq .LinvokeChain @ predicted chain is valid
1455 @ Bail to interpreter - no chain [note - r4 still contains rPC]
1739 beq .LinvokeChainProf @ predicted chain is valid
/dalvik/vm/mterp/x86/
Dfooter.S150 jz toInterpreter # didn't chain - interpret
/dalvik/vm/mterp/out/
DInterpAsm-armv7-a-neon.S26352 add rINST,lr,#-5 @ save start of chain branch
26364 cmp r0,#0 @ successful chain?
26396 add rINST,lr,#-5 @ save start of chain branch
26406 beq toInterpreter @ go if not, otherwise do chain
26411 cmp r0,#0 @ successful chain?
26417 * Check if translation exists for the callee, but don't chain to it.
DInterpAsm-armv7-a.S26352 add rINST,lr,#-5 @ save start of chain branch
26364 cmp r0,#0 @ successful chain?
26396 add rINST,lr,#-5 @ save start of chain branch
26406 beq toInterpreter @ go if not, otherwise do chain
26411 cmp r0,#0 @ successful chain?
26417 * Check if translation exists for the callee, but don't chain to it.
DInterpAsm-armv5te.S26873 add rINST,lr,#-5 @ save start of chain branch
26885 cmp r0,#0 @ successful chain?
26917 add rINST,lr,#-5 @ save start of chain branch
26927 beq toInterpreter @ go if not, otherwise do chain
26932 cmp r0,#0 @ successful chain?
26938 * Check if translation exists for the callee, but don't chain to it.
DInterpAsm-armv5te-vfp.S26415 add rINST,lr,#-5 @ save start of chain branch
26427 cmp r0,#0 @ successful chain?
26459 add rINST,lr,#-5 @ save start of chain branch
26469 beq toInterpreter @ go if not, otherwise do chain
26474 cmp r0,#0 @ successful chain?
26480 * Check if translation exists for the callee, but don't chain to it.
DInterpAsm-x86.S26066 jz toInterpreter # didn't chain - interpret