Searched defs:callee (Results 1 - 4 of 4) sorted by relevance

/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.cpp403 * methods to speculatively setup a chain to the callee. The templates are
407 * 1) Chain is not setup because the callee is native. Reset the rechain
410 * 2) Chain is not setup because the callee has not been created yet. Reset
447 * Compilation not made yet for the callee. Reset the counter to a small
696 const Method *callee, int blockId, LowOpBlockLabel* labelList)
698 ALOGV("in handleInvokeSingletonChainingCell for method %s block %d callee %s NCG offset %x",
699 cUnit->method->name, blockId, callee->name, stream - streamMethodStart);
707 move_imm_to_reg(OpndSize_32, (int) (callee->insns), P_GPR_1, true);
710 //move_imm_to_reg(OpndSize_32, (int) (callee->insns), P_GPR_1, true); /* used when unchaining */
721 //assume rPC for callee
695 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.cpp1305 * return through ra+16 - fully resolve the callee method.
3377 * return through ra+16 - fully resolve the callee method.
3911 const Method *callee)
3917 addWordData(cUnit, NULL, (int) (callee->insns));
4088 * (C) means the instruction is inlined from the callee, and (PI) means the
3910 handleInvokeSingletonChainingCell(CompilationUnit *cUnit, const Method *callee) argument

Completed in 128 milliseconds