Searched refs:bytePtr (Results 1 – 2 of 2) sorted by relevance
933 const u1* bytePtr = (const u1*) &accessor.Insns()[insnIdx + i]; in dumpInstruction() local934 fprintf(gOutFile, " %02x%02x", bytePtr[0], bytePtr[1]); in dumpInstruction()
827 const uint8_t* bytePtr = (const uint8_t*) &insns[insn_idx + i]; in DumpInstruction() local828 fprintf(out_file_, " %02x%02x", bytePtr[0], bytePtr[1]); in DumpInstruction()