Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexlayout.cc923 std::unique_ptr<char[]> index_buf; in DumpInstruction() local
925 index_buf = IndexString(header_, dec_insn, 200); in DumpInstruction()
983 fprintf(out_file_, " v%d, %s", dec_insn->VRegA(), index_buf.get()); in DumpInstruction()
1012 dec_insn->VRegA(), dec_insn->VRegB(), index_buf.get()); in DumpInstruction()
1050 fprintf(out_file_, "}, %s", index_buf.get()); in DumpInstruction()
1069 fprintf(out_file_, "}, %s", index_buf.get()); in DumpInstruction()