Home
last modified time | relevance | path

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

/art/dexdump/
Ddexdump.cc101 static inline u2 get2LE(unsigned char const* pSrc) { in get2LE() function
943 const u2 instr = get2LE((const u1*) &accessor.Insns()[insnIdx]); in dumpInstruction()