Home
last modified time | relevance | path

Searched refs:get_allocator (Results 1 – 6 of 6) sorted by relevance

/art/libelffile/dwarf/
Ddebug_abbrev_writer.h46 current_abbrev_(buffer->get_allocator()) { in DebugAbbrevWriter()
/art/libartbase/base/
Dsafe_map.h58 allocator_type get_allocator() const { return map_.get_allocator(); } in get_allocator() function
Ddchecked_vector.h191 using Base::get_allocator;
Dhash_set.h538 allocator_type get_allocator() const { in get_allocator() function
/art/compiler/optimizing/
Dregister_allocator_graph_color.cc243 ScopedArenaVector<InterferenceNode*>::allocator_type adapter(storage->get_allocator()); in AddInterference()
296 ScopedArenaVector<CoalesceOpportunity*>::allocator_type adapter(storage->get_allocator()); in AddCoalesceOpportunity()
/art/libprofile/profile/
Dprofile_compilation_info.cc2359 return &(inline_cache->FindOrAdd(dex_pc, DexPcData(inline_cache->get_allocator()))->second); in FindOrAddDexPc()