HomeSort by relevance Sort by last modified time
    Searched defs:funcPtr (Results 1 - 7 of 7) 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);
  /external/webkit/Source/WebCore/plugins/mac/
PluginPackageMac.cpp 74 BP_CreatePluginMIMETypesPreferencesFuncPtr funcPtr =
76 if (funcPtr)
77 funcPtr();
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 789 funcPtr = _funcPtr;
824 int returnFlags = (*wvInstance.*funcPtr)(localInvScreenRect, &inval, screenRect,
859 int (WebView::*funcPtr)(WebCore::IntRect&, WebCore::IntRect*,
    [all...]

Completed in 246 milliseconds