HomeSort by relevance Sort by last modified time
    Searched refs:calleeMethod (Results 1 - 8 of 8) sorted by null

  /dalvik/vm/compiler/
InlineTransformation.cpp 23 const Method *calleeMethod,
28 (calleeMethod->registersSize - calleeMethod->insSize);
38 const Method *calleeMethod,
56 dexDecodeInstruction(calleeMethod->insns, &getterInsn);
58 if (!dvmCompilerCanIncludeThisInstruction(calleeMethod, &getterInsn))
81 getterInsn.vB = convertRegId(&invokeMIR->dalvikInsn, calleeMethod,
86 getterInsn.vC = convertRegId(&invokeMIR->dalvikInsn, calleeMethod,
105 newGetterMIR->meta.calleeMethod = calleeMethod;
    [all...]
Frontend.cpp 89 const Method *calleeMethod =
92 if (calleeMethod && !dvmIsNativeMethod(calleeMethod)) {
93 *target = (unsigned int) calleeMethod->insns;
96 *callee = calleeMethod;
101 const Method *calleeMethod =
104 if (calleeMethod && !dvmIsNativeMethod(calleeMethod)) {
105 *target = (unsigned int) calleeMethod->insns;
108 *callee = calleeMethod;
    [all...]
CompilerIR.h 139 const Method *calleeMethod;
  /dalvik/vm/compiler/codegen/x86/
LowerInvoke.cpp 31 ArgsDoneType convertCalleeToType(const Method* calleeMethod) {
32 if(calleeMethod == NULL)
34 if(dvmIsNativeMethod(calleeMethod))
150 const Method *calleeMethod =
152 move_imm_to_reg(OpndSize_32, (int) calleeMethod, PhysicalReg_ECX, true);
154 common_invokeMethodRange(convertCalleeToType(calleeMethod));
157 common_invokeMethodNoRange(convertCalleeToType(calleeMethod));
200 const Method *calleeMethod =
202 move_imm_to_reg(OpndSize_32, (int) calleeMethod, PhysicalReg_ECX, true);
205 common_invokeMethodRange(convertCalleeToType(calleeMethod));
    [all...]
LowerGetPut.cpp 447 traceCurrentMIR->meta.calleeMethod : currentMethod;
664 const Method *method = (traceCurrentMIR->OptimizationFlags & MIR_CALLEE) ? traceCurrentMIR->meta.calleeMethod : currentMethod;
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp     [all...]
  /dalvik/vm/compiler/codegen/mips/
CodegenDriver.cpp     [all...]
  /dalvik/vm/interp/
Jit.cpp 704 * + calleeMethod (new)
708 const Method* calleeMethod,
722 self->trace[currTraceRun].info.meta = (void *) calleeMethod;
733 * + calleeMethod (existing entry)
    [all...]

Completed in 233 milliseconds