Home | History | Annotate | Download | only in x86

Lines Matching refs:calleeMethod

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));
208 common_invokeMethodNoRange(convertCalleeToType(calleeMethod));
237 const Method *calleeMethod =
239 move_imm_to_reg(OpndSize_32, (int) calleeMethod, PhysicalReg_ECX, true);
242 common_invokeMethodRange(convertCalleeToType(calleeMethod));
245 common_invokeMethodNoRange(convertCalleeToType(calleeMethod));
1281 const Method *calleeMethod = currentMethod->clazz->super->vtable[mIndex];
1282 move_imm_to_reg(OpndSize_32, (int) calleeMethod, PhysicalReg_ECX, true);
1284 common_invokeMethodRange(convertCalleeToType(calleeMethod));
1287 common_invokeMethodNoRange(convertCalleeToType(calleeMethod));