HomeSort by relevance Sort by last modified time
    Searched defs:funcPtr (Results 1 - 5 of 5) sorted by null

  /dalvik/vm/compiler/codegen/x86/
LowerReturn.cpp 96 vmHelper funcPtr = dvmJitToInterpNoChainNoProfile; //%eax is the input
97 move_imm_to_reg(OpndSize_32, (int)funcPtr, C_SCRATCH_1, isScratchPhysical);
NcgAot.cpp 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)
    [all...]
LowerJump.cpp     [all...]
LowerHelper.cpp     [all...]
  /sdk/find_java/
utils.cpp 171 disableWow64FuncType funcPtr = (disableWow64FuncType)proc;
172 funcPtr(&oldWow64Value);
194 revertWow64FuncType funcPtr = (revertWow64FuncType)proc;
195 funcPtr(oldWow64Value);

Completed in 173 milliseconds