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

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
TextureUtils.h 29 GLsizei imageSize, const GLvoid* data, void * funcPtr);
  /dalvik/vm/compiler/codegen/x86/
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...]
NcgAot.h 28 void callFuncPtr(int funcPtr, const char* funcName);
LowerHelper.cpp     [all...]
LowerReturn.cpp 96 vmHelper funcPtr = dvmJitToInterpNoChainNoProfile; //%eax is the input
97 move_imm_to_reg(OpndSize_32, (int)funcPtr, C_SCRATCH_1, isScratchPhysical);
LowerJump.cpp     [all...]
AnalysisO1.cpp 608 vmHelper funcPtr = printJitTraceInfoAtRunTime;
609 move_imm_to_reg(OpndSize_32, (int)funcPtr, PhysicalReg_ECX, true);
    [all...]
  /sdk/find_java/
utils.cpp 171 disableWow64FuncType funcPtr = (disableWow64FuncType)proc;
172 funcPtr(&oldWow64Value);
194 revertWow64FuncType funcPtr = (revertWow64FuncType)proc;
195 funcPtr(oldWow64Value);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
TextureUtils.cpp 45 GLsizei imageSize, const GLvoid* data, void * funcPtr)
51 glTexImage2DPtr = (glTexImage2DPtr_t)funcPtr;

Completed in 8157 milliseconds