Searched refs:caller (Results 1 – 14 of 14) sorted by relevance
28 push %ebp # save caller base pointer90 pop %ebp # restore caller's ebp91 ret # return to dvmMterpStdRun's caller
70 # will return to caller of .L${opcode}_continue
877 void* caller = SAVEAREA_FROM_FP(curFrame)->prevFrame; in dvmGetCallerFP() local881 if (dvmIsBreakFrame((u4*)caller)) { in dvmGetCallerFP()883 caller = SAVEAREA_FROM_FP(caller)->prevFrame; in dvmGetCallerFP()884 if (caller == NULL) in dvmGetCallerFP()892 saveArea = SAVEAREA_FROM_FP(caller); in dvmGetCallerFP()894 caller = saveArea->prevFrame; in dvmGetCallerFP()895 assert(caller != NULL); in dvmGetCallerFP()900 return caller; in dvmGetCallerFP()910 void* caller; in dvmGetCallerClass() local912 caller = dvmGetCallerFP(curFrame); in dvmGetCallerClass()[all …]
2302 MethodEntry* caller; in parseDataKeys() local2374 caller = pStack->calls[pStack->top - 1].method; in parseDataKeys()2376 caller = &dataKeys->methods[TOPLEVEL_INDEX]; in parseDataKeys()2377 countRecursiveEntries(pStack, pStack->top, caller); in parseDataKeys()2378 caller->elapsedExclusive += currentTime - pStack->lastEventTime; in parseDataKeys()2380 if (caller->elapsedExclusive > 10000000) in parseDataKeys()2382 caller->elapsedExclusive, currentTime, in parseDataKeys()2386 if (caller->recursiveEntries <= 1) { in parseDataKeys()2387 caller->topExclusive += currentTime - pStack->lastEventTime; in parseDataKeys()2419 caller = pStack->calls[pStack->top - 1].method; in parseDataKeys()[all …]
16 REM don't modify the caller's environment
63 static inline bool findBlockBoundary(const Method *caller, MIR *insn, in findBlockBoundary() argument87 int mIndex = caller->clazz->pDvmDex-> in findBlockBoundary()90 caller->clazz->super->vtable[mIndex]; in findBlockBoundary()102 caller->clazz->pDvmDex->pResMethods[insn->dalvikInsn.vB]; in findBlockBoundary()114 caller->clazz->super->vtable[insn->dalvikInsn.vB]; in findBlockBoundary()126 caller->clazz->pDvmDex->pResMethods[insn->dalvikInsn.vB]; in findBlockBoundary()
1144 * r1 - the object (which has already been null-checked by the caller
1413 * r1 - the object (which has already been null-checked by the caller
2532 * a1 - the object (which has already been null-checked by the caller
783 beqz rBIX, 15f # caller is compiled code
7889 # will return to caller of .LOP_EXECUTE_INLINE_continue15591 push %ebp # save caller base pointer15653 pop %ebp # restore caller's ebp15654 ret # return to dvmMterpStdRun's caller
11785 beqz rBIX, 15f # caller is compiled code