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