Home
last modified time | relevance | path

Searched refs:callee (Results 1 – 6 of 6) sorted by relevance

/dalvik/vm/mterp/x86-atom/
Dentry.S38 lea -40(%esp), %ebp # set callee base pointer
39 lea -40(%esp), %esp # set callee stack pointer
/dalvik/vm/compiler/
DFrontend.cpp66 const Method **callee) in findBlockBoundary() argument
99 *callee = calleeMethod; in findBlockBoundary()
112 *callee = calleeMethod; in findBlockBoundary()
124 *callee = calleeMethod; in findBlockBoundary()
136 *callee = calleeMethod; in findBlockBoundary()
1839 const Method *callee = NULL; in dvmCompileTrace() local
1842 &targetOffset, &isInvoke, &callee); in dvmCompileTrace()
1959 if (callee) { in dvmCompileTrace()
1961 if (!dvmIsNativeMethod(callee)) { in dvmCompileTrace()
1965 newBB->containingMethod = callee; in dvmCompileTrace()
/dalvik/vm/compiler/template/armv5te/
DTEMPLATE_INVOKE_METHOD_CHAIN.S49 bx lr @ return to the callee-chaining cell
DTEMPLATE_INVOKE_METHOD_NO_OPT.S56 @ Start executing the callee
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp3865 const Method *callee) in handleInvokeSingletonChainingCell() argument
3876 addWordData(cUnit, NULL, (int) (callee->insns)); in handleInvokeSingletonChainingCell()
/dalvik/vm/mterp/out/
DInterpAsm-x86-atom.S26855 lea -40(%esp), %ebp # set callee base pointer
26856 lea -40(%esp), %esp # set callee stack pointer