Home
last modified time | relevance | path

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

/dalvik/dexdump/
DDexDump.cpp94 static inline u2 get2LE(unsigned char const* pSrc) in get2LE() function
978 u2 instr = get2LE((const u1*) &insns[insnIdx]); in dumpInstruction()
1221 instr = get2LE((const u1*)insns); in dumpBytecodes()
1223 insnWidth = 4 + get2LE((const u1*)(insns+1)) * 2; in dumpBytecodes()
1225 insnWidth = 2 + get2LE((const u1*)(insns+1)) * 4; in dumpBytecodes()
1227 int width = get2LE((const u1*)(insns+1)); in dumpBytecodes()
1228 int size = get2LE((const u1*)(insns+2)) | in dumpBytecodes()
1229 (get2LE((const u1*)(insns+3))<<16); in dumpBytecodes()