Home
last modified time | relevance | path

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

/art/dexdump/
Ddexdump.cc972 const u1* bytePtr = (const u1*) &accessor.Insns()[insnIdx + i]; in dumpInstruction() local
973 fprintf(gOutFile, " %02x%02x", bytePtr[0], bytePtr[1]); in dumpInstruction()
/art/dexlayout/
Ddexlayout.cc828 const uint8_t* bytePtr = (const uint8_t*) &insns[insn_idx + i]; in DumpInstruction() local
829 fprintf(out_file_, " %02x%02x", bytePtr[0], bytePtr[1]); in DumpInstruction()