Searched refs:index_buf (Results 1 – 1 of 1) sorted by relevance
/art/dexlayout/ |
D | dexlayout.cc | 895 std::unique_ptr<char[]> index_buf; in DumpInstruction() local 897 index_buf = IndexString(header_, dec_insn, 200); in DumpInstruction() 955 fprintf(out_file_, " v%d, %s", dec_insn->VRegA(), index_buf.get()); in DumpInstruction() 984 dec_insn->VRegA(), dec_insn->VRegB(), index_buf.get()); in DumpInstruction() 1022 fprintf(out_file_, "}, %s", index_buf.get()); in DumpInstruction() 1041 fprintf(out_file_, "}, %s", index_buf.get()); in DumpInstruction()
|