Searched defs:GetAllocator (Results 1 – 11 of 11) sorted by relevance
56 LinearAlloc* GetAllocator() REQUIRES_SHARED(Locks::mutator_lock_) { in GetAllocator() function
97 ArenaAllocator* GetAllocator() { return &allocator_; } in GetAllocator() function119 ArenaAllocator* GetAllocator() { return pool_and_allocator_->GetAllocator(); } in GetAllocator() function
301 ScopedArenaAllocator* GetAllocator() const { return allocator_; } in GetAllocator() function in art::ValueRange
65 ArenaAllocator* IntrinsicCodeGeneratorARMVIXL::GetAllocator() { in GetAllocator() function in art::arm::IntrinsicCodeGeneratorARMVIXL
51 ArenaAllocator* IntrinsicCodeGeneratorX86_64::GetAllocator() { in GetAllocator() function in art::x86_64::IntrinsicCodeGeneratorX86_64
53 ArenaAllocator* IntrinsicCodeGeneratorX86::GetAllocator() { in GetAllocator() function in art::x86::IntrinsicCodeGeneratorX86
423 ArenaAllocator* GetAllocator() const { return allocator_; } in GetAllocator() function2129 ArenaAllocator* GetAllocator() const { return block_->GetGraph()->GetAllocator(); } in GetAllocator() function
73 ArenaAllocator* IntrinsicCodeGeneratorARM64::GetAllocator() { in GetAllocator() function in art::arm64::IntrinsicCodeGeneratorARM64
95 ArenaAllocator* GetAllocator() { in GetAllocator() function396 ArenaAllocator* GetAllocator() { in GetAllocator() function
371 Allocator* BitVector::GetAllocator() const { in GetAllocator() function in art::BitVector
532 ArenaAllocator* GetAllocator() { return &allocator_; } in GetAllocator() function