Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dlazy_debug_frame_opcode_writer.cc31 ArenaVector<uint8_t> old_opcodes(this->opcodes_.get_allocator()); in Patch()
32 old_opcodes.swap(this->opcodes_); in Patch()
34 this->opcodes_.reserve(old_opcodes.size() + advances_.size() + 4); in Patch()
39 this->opcodes_.insert(this->opcodes_.end(), in Patch()
49 this->opcodes_.insert(this->opcodes_.end(), in Patch()
/art/compiler/dwarf/
Ddebug_frame_opcode_writer.h295 : Writer<Allocator>(&opcodes_),
297 opcodes_(alloc),
303 opcodes_.reserve(16);
321 std::vector<uint8_t, Allocator> opcodes_; variable
Ddebug_line_opcode_writer.h220 : Writer<Allocator>(&opcodes_),
221 opcodes_(alloc),
237 std::vector<uint8_t, Allocator> opcodes_; variable