Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexlayout.cc65 static inline uint16_t Get2LE(unsigned char const* src) { in Get2LE() function
879 const uint16_t instr = Get2LE((const uint8_t*) &insns[insn_idx]); in DumpInstruction()