Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexlayout.cc853 std::unique_ptr<char[]> index_buf; in DumpInstruction() local
855 index_buf = IndexString(header_, dec_insn, 200); in DumpInstruction()
913 fprintf(out_file_, " v%d, %s", dec_insn->VRegA(), index_buf.get()); in DumpInstruction()
942 dec_insn->VRegA(), dec_insn->VRegB(), index_buf.get()); in DumpInstruction()
980 fprintf(out_file_, "}, %s", index_buf.get()); in DumpInstruction()
999 fprintf(out_file_, "}, %s", index_buf.get()); in DumpInstruction()