Home
last modified time | relevance | path

Searched defs:GetScopedAllocator (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Doptimizing_unit_test.h99 ScopedArenaAllocator* GetScopedAllocator() { return &scoped_allocator_; } in GetScopedAllocator() function
116 ScopedArenaAllocator* GetScopedAllocator() { return pool_and_allocator_->GetScopedAllocator(); } in GetScopedAllocator() function
Dcode_generator.cc149 ScopedArenaAllocator* GetScopedAllocator() { in GetScopedAllocator() function in art::CodeGenerator::CodeGenerationData
255 ScopedArenaAllocator* CodeGenerator::GetScopedAllocator() { in GetScopedAllocator() function in art::CodeGenerator