Searched refs:callee (Results 1 - 8 of 8) sorted by relevance

/dalvik/vm/compiler/template/armv5te/
H A DTEMPLATE_INVOKE_METHOD_CHAIN.S4 * Thumb code through the link register to transfer control to the callee
49 bx lr @ return to the callee-chaining cell
H A DTEMPLATE_INVOKE_METHOD_NO_OPT.S4 * runtime-resolved callee.
56 @ Start executing the callee
/dalvik/vm/compiler/template/mips/
H A DTEMPLATE_INVOKE_METHOD_CHAIN.S4 * Thumb code through the link register to transfer control to the callee
67 RETURN # return to the callee-chaining cell
H A DTEMPLATE_INVOKE_METHOD_NO_OPT.S4 * runtime-resolved callee.
76 # Start executing the callee
/dalvik/vm/compiler/
H A DFrontend.cpp66 const Method **callee)
96 *callee = calleeMethod;
108 *callee = calleeMethod;
120 *callee = calleeMethod;
131 *callee = calleeMethod;
256 * If so, don't inline the callee as there is no stack frame for the
305 /* This method is invoked as a callee and has been analyzed - just return */
358 /* Uncomment the following to explore various callee patterns */
416 * with the callee is properly initialized. If not, we punt on this inline
1902 const Method *callee local
63 findBlockBoundary(const Method *caller, MIR *insn, unsigned int curOffset, unsigned int *target, bool *isInvoke, const Method **callee) argument
[all...]
/dalvik/vm/compiler/codegen/x86/
H A DCodegenInterface.cpp398 * methods to speculatively setup a chain to the callee. The templates are
402 * 1) Chain is not setup because the callee is native. Reset the rechain
405 * 2) Chain is not setup because the callee has not been created yet. Reset
442 * Compilation not made yet for the callee. Reset the counter to a small
691 const Method *callee, int blockId, LowOpBlockLabel* labelList)
693 ALOGV("in handleInvokeSingletonChainingCell for method %s block %d callee %s NCG offset %x",
694 cUnit->method->name, blockId, callee->name, stream - streamMethodStart);
702 move_imm_to_reg(OpndSize_32, (int) (callee->insns), P_GPR_1, true);
705 //move_imm_to_reg(OpndSize_32, (int) (callee->insns), P_GPR_1, true); /* used when unchaining */
716 //assume rPC for callee
690 handleInvokeSingletonChainingCell(CompilationUnit *cUnit, const Method *callee, int blockId, LowOpBlockLabel* labelList) argument
[all...]
/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp1244 * return through lr+4 - fully resolve the callee method.
3249 * return through lr+4 - fully resolve the callee method.
3802 const Method *callee)
3813 addWordData(cUnit, NULL, (int) (callee->insns));
3983 * (C) means the instruction is inlined from the callee, and (PI) means the
3801 handleInvokeSingletonChainingCell(CompilationUnit *cUnit, const Method *callee) argument
/dalvik/vm/compiler/codegen/mips/
H A DCodegenDriver.cpp1297 * return through ra+16 - fully resolve the callee method.
3369 * return through ra+16 - fully resolve the callee method.
3903 const Method *callee)
3909 addWordData(cUnit, NULL, (int) (callee->insns));
4080 * (C) means the instruction is inlined from the callee, and (PI) means the
3902 handleInvokeSingletonChainingCell(CompilationUnit *cUnit, const Method *callee) argument

Completed in 139 milliseconds