Home
last modified time | relevance | path

Searched refs:get_allocator (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()
/art/runtime/
Dsafe_map.h57 allocator_type get_allocator() const { return map_.get_allocator(); } in get_allocator() function
/art/compiler/dex/
Dlocal_value_numbering.h245 store_loc_set(std::less<uint16_t>(), lvn->null_checked_.get_allocator()), in AliasingValues()
247 load_value_map(std::less<uint16_t>(), lvn->null_checked_.get_allocator()) { in AliasingValues()