Searched refs:vmHelper (Results 1 – 5 of 5) sorted by relevance
42 typedef void (*vmHelper)(int); in jumpToInterpNoChain() typedef43 vmHelper funcPtr = dvmJitToInterpNoChain; in jumpToInterpNoChain()53 typedef void (*vmHelper)(int); in jumpToInterpPunt() typedef54 vmHelper funcPtr = dvmJitToInterpPunt; in jumpToInterpPunt()71 typedef void (*vmHelper)(int); in jumpToExceptionThrown() typedef72 vmHelper funcPtr = dvmJitToExceptionThrown; in jumpToExceptionThrown()87 typedef void (*vmHelper)(int); in invokeInterpreter() typedef88 vmHelper funcPtr = dvmNcgInvokeInterpreter; in invokeInterpreter()
2245 typedef void (*vmHelper)(int); in call_debug_dumpSwitch() typedef2246 vmHelper funcPtr = debug_dumpSwitch; in call_debug_dumpSwitch()2253 typedef int64_t (*vmHelper)(int64_t, volatile int64_t*); in call_dvmQuasiAtomicSwap64() typedef2254 vmHelper funcPtr = dvmQuasiAtomicSwap64; in call_dvmQuasiAtomicSwap64()2266 typedef int64_t (*vmHelper)(volatile const int64_t*); in call_dvmQuasiAtomicRead64() typedef2267 vmHelper funcPtr = dvmQuasiAtomicRead64; in call_dvmQuasiAtomicRead64()2281 typedef void (*vmHelper)(int); in call_dvmJitToInterpPunt() typedef2282 vmHelper funcPtr = dvmJitToInterpPunt; in call_dvmJitToInterpPunt()2288 typedef void (*vmHelper)(int); in call_dvmJitToInterpNormal() typedef2289 vmHelper funcPtr = dvmJitToInterpNormal; in call_dvmJitToInterpNormal()[all …]
95 typedef void (*vmHelper)(int); in common_returnFromMethod() typedef96 vmHelper funcPtr = dvmJitToInterpNoChainNoProfile; //%eax is the input in common_returnFromMethod()
1034 typedef void (*vmHelper)(int); in common_exceptionThrown() typedef1035 vmHelper funcPtr = dvmJitToExceptionThrown; in common_exceptionThrown()
607 typedef void (*vmHelper)(const Method*, int); in startOfTraceO1()608 vmHelper funcPtr = printJitTraceInfoAtRunTime; in startOfTraceO1()