Home
last modified time | relevance | path

Searched refs:dexIsGoto (Results 1 – 3 of 3) sorted by relevance

/dalvik/libdex/
DInstrUtils.h167 DEX_INLINE bool dexIsGoto(OpcodeFlags flags) in dexIsGoto() function
/dalvik/vm/compiler/
DFrontend.cpp1989 newBB = dvmCompilerNewBB(dexIsGoto(flags) ? in dvmCompileTrace()
2001 newBB = dvmCompilerNewBB(dexIsGoto(flags) ? in dvmCompileTrace()
/dalvik/vm/interp/
DJit.cpp851 if (!dexIsGoto(flags) && in dvmCheckJit()