Lines Matching full:funcptr
43 vmHelper funcPtr = dvmJitToInterpNoChain;
44 move_imm_to_reg(OpndSize_32, (int)funcPtr, C_SCRATCH_1, isScratchPhysical);
54 vmHelper funcPtr = dvmJitToInterpPunt;
55 move_imm_to_reg(OpndSize_32, (int)funcPtr, C_SCRATCH_1, isScratchPhysical);
72 vmHelper funcPtr = dvmJitToExceptionThrown;
73 move_imm_to_reg(OpndSize_32, (int)funcPtr, C_SCRATCH_1, isScratchPhysical);
88 vmHelper funcPtr = dvmNcgInvokeInterpreter;
90 move_imm_to_reg(OpndSize_32, (int)funcPtr, C_SCRATCH_1, isScratchPhysical);
100 void callFuncPtr(int funcPtr, const char* funcName) {
102 move_imm_to_reg(OpndSize_32, (int)funcPtr, C_SCRATCH_1, isScratchPhysical);