Searched refs:callee (Results 1 – 8 of 8) sorted by relevance
/dalvik/vm/compiler/template/armv5te/ |
D | TEMPLATE_INVOKE_METHOD_CHAIN.S | 49 bx lr @ return to the callee-chaining cell
|
D | TEMPLATE_INVOKE_METHOD_NO_OPT.S | 56 @ Start executing the callee
|
/dalvik/vm/compiler/ |
D | Frontend.cpp | 66 const Method **callee) in findBlockBoundary() argument 96 *callee = calleeMethod; in findBlockBoundary() 108 *callee = calleeMethod; in findBlockBoundary() 120 *callee = calleeMethod; in findBlockBoundary() 131 *callee = calleeMethod; in findBlockBoundary() 1902 const Method *callee = NULL; in dvmCompileTrace() local 1905 &targetOffset, &isInvoke, &callee); in dvmCompileTrace() 2022 if (callee) { in dvmCompileTrace() 2024 if (!dvmIsNativeMethod(callee)) { in dvmCompileTrace() 2028 newBB->containingMethod = callee; in dvmCompileTrace()
|
/dalvik/vm/compiler/template/mips/ |
D | TEMPLATE_INVOKE_METHOD_CHAIN.S | 67 RETURN # return to the callee-chaining cell
|
D | TEMPLATE_INVOKE_METHOD_NO_OPT.S | 76 # Start executing the callee
|
/dalvik/vm/compiler/codegen/x86/ |
D | CodegenInterface.cpp | 700 … const Method *callee, int blockId, LowOpBlockLabel* labelList) in handleInvokeSingletonChainingCell() argument 703 cUnit->method->name, blockId, callee->name, stream - streamMethodStart); in handleInvokeSingletonChainingCell() 711 move_imm_to_reg(OpndSize_32, (int) (callee->insns), P_GPR_1, true); in handleInvokeSingletonChainingCell()
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.cpp | 3797 const Method *callee) in handleInvokeSingletonChainingCell() argument 3808 addWordData(cUnit, NULL, (int) (callee->insns)); in handleInvokeSingletonChainingCell()
|
/dalvik/vm/compiler/codegen/mips/ |
D | CodegenDriver.cpp | 3911 const Method *callee) argument 3917 addWordData(cUnit, NULL, (int) (callee->insns));
|