Home
last modified time | relevance | path

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

/dalvik/dexdump/
DDexDump.cpp86 static inline u2 get2LE(unsigned char const* pSrc) in get2LE() function
873 u2 instr = get2LE((const u1*) &insns[insnIdx]); in dumpInstruction()
1092 instr = get2LE((const u1*)insns); in dumpBytecodes()
1094 insnWidth = 4 + get2LE((const u1*)(insns+1)) * 2; in dumpBytecodes()
1096 insnWidth = 2 + get2LE((const u1*)(insns+1)) * 4; in dumpBytecodes()
1098 int width = get2LE((const u1*)(insns+1)); in dumpBytecodes()
1099 int size = get2LE((const u1*)(insns+2)) | in dumpBytecodes()
1100 (get2LE((const u1*)(insns+3))<<16); in dumpBytecodes()