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