Searched refs:caller (Results 1 – 21 of 21) sorted by relevance
/dalvik/vm/interp/ |
D | Stack.c | 882 void* caller = SAVEAREA_FROM_FP(curFrame)->prevFrame; in dvmGetCallerFP() local 886 if (dvmIsBreakFrame(caller)) { in dvmGetCallerFP() 888 caller = SAVEAREA_FROM_FP(caller)->prevFrame; in dvmGetCallerFP() 889 if (caller == NULL) in dvmGetCallerFP() 897 saveArea = SAVEAREA_FROM_FP(caller); in dvmGetCallerFP() 899 caller = saveArea->prevFrame; in dvmGetCallerFP() 900 assert(caller != NULL); in dvmGetCallerFP() 905 return caller; in dvmGetCallerFP() 915 void* caller; in dvmGetCallerClass() local 917 caller = dvmGetCallerFP(curFrame); in dvmGetCallerClass() [all …]
|
/dalvik/vm/mterp/x86/ |
D | OP_MONITOR_ENTER.S | 19 SPILL(rPC) # have to - caller save
|
D | entry.S | 103 ret # return to dvmMterpStdRun's caller
|
D | OP_EXECUTE_INLINE.S | 66 # will return to caller of .L${opcode}_continue
|
/dalvik/vm/mterp/x86-atom/ |
D | entry.S | 34 movl %ebp, -4(%esp) # save caller base pointer 53 #movl 36(%ebp), %ebp # restore caller base pointer 60 movl -4(%esp), %ebp # restore caller base pointer
|
/dalvik/tools/dmtracedump/ |
D | TraceDump.c | 2939 MethodEntry* caller; in parseDataKeys() local 3015 caller = pStack->calls[pStack->top - 1].method; in parseDataKeys() 3017 caller = &dataKeys->methods[TOPLEVEL_INDEX]; in parseDataKeys() 3018 countRecursiveEntries(pStack, pStack->top, caller); in parseDataKeys() 3019 caller->elapsedExclusive += currentTime - pStack->lastEventTime; in parseDataKeys() 3021 if (caller->elapsedExclusive > 10000000) in parseDataKeys() 3023 caller->elapsedExclusive, currentTime, in parseDataKeys() 3027 if (caller->recursiveEntries <= 1) { in parseDataKeys() 3028 caller->topExclusive += currentTime - pStack->lastEventTime; in parseDataKeys() 3080 caller = pStack->calls[pStack->top - 1].method; in parseDataKeys() [all …]
|
/dalvik/vm/compiler/ |
D | Frontend.c | 57 static inline bool findBlockBoundary(const Method *caller, MIR *insn, in findBlockBoundary() argument 81 int mIndex = caller->clazz->pDvmDex-> in findBlockBoundary() 84 caller->clazz->super->vtable[mIndex]; in findBlockBoundary() 96 caller->clazz->pDvmDex->pResMethods[insn->dalvikInsn.vB]; in findBlockBoundary() 108 caller->clazz->super->vtable[insn->dalvikInsn.vB]; in findBlockBoundary() 120 caller->clazz->pDvmDex->pResMethods[insn->dalvikInsn.vB]; in findBlockBoundary()
|
/dalvik/vm/arch/x86-atom/ |
D | Call386ABI.S | 201 movl -4(%ebp), %ebp # restore caller base pointer
|
/dalvik/dx/etc/ |
D | dx.bat | 16 REM don't modify the caller's environment
|
/dalvik/vm/compiler/template/out/ |
D | CompilerTemplateAsm-armv7-a-neon.S | 1379 * r1 - the object (which has already been null-checked by the caller
|
D | CompilerTemplateAsm-armv7-a.S | 1379 * r1 - the object (which has already been null-checked by the caller
|
D | CompilerTemplateAsm-armv5te-vfp.S | 1379 * r1 - the object (which has already been null-checked by the caller
|
D | CompilerTemplateAsm-armv5te.S | 1102 * r1 - the object (which has already been null-checked by the caller
|
/dalvik/vm/mterp/armv5te/ |
D | footer.S | 792 cmp r10, #0 @ caller is compiled code
|
/dalvik/vm/mterp/out/ |
D | InterpAsm-x86.S | 6377 SPILL(rPC) # have to - caller save 8662 # will return to caller of .LOP_EXECUTE_INLINE_continue 8879 ret # return to dvmMterpStdRun's caller
|
D | InterpAsm-x86-atom.S | 17512 movl %ebp, -4(%esp) # save caller base pointer 17531 #movl 36(%ebp), %ebp # restore caller base pointer 17538 movl -4(%esp), %ebp # restore caller base pointer
|
D | InterpAsm-armv5te-vfp.S | 10177 cmp r10, #0 @ caller is compiled code
|
D | InterpAsm-armv7-a-neon.S | 10111 cmp r10, #0 @ caller is compiled code
|
D | InterpAsm-armv7-a.S | 10111 cmp r10, #0 @ caller is compiled code
|
D | InterpAsm-armv4t.S | 10639 cmp r10, #0 @ caller is compiled code
|
D | InterpAsm-armv5te.S | 10635 cmp r10, #0 @ caller is compiled code
|