Searched refs:get_allocator (Results 1 – 7 of 7) sorted by relevance
46 current_abbrev_(buffer->get_allocator()) { in DebugAbbrevWriter()
62 allocator_type get_allocator() const { return map_.get_allocator(); } in get_allocator() function
191 using Base::get_allocator;
577 allocator_type get_allocator() const { in get_allocator() function
243 ScopedArenaVector<InterferenceNode*>::allocator_type adapter(storage->get_allocator()); in AddInterference()296 ScopedArenaVector<CoalesceOpportunity*>::allocator_type adapter(storage->get_allocator()); in AddCoalesceOpportunity()
289 ScopedArenaVector<StackEntry> stack(visited_instructions->get_allocator()); in TryVisitNodes()
2429 return &(inline_cache->FindOrAdd(dex_pc, DexPcData(inline_cache->get_allocator()))->second); in FindOrAddDexPc()