Home
last modified time | relevance | path

Searched defs:GetAllocator (Results 1 – 11 of 11) sorted by relevance

/art/runtime/mirror/
Dclass_loader.h58 LinearAlloc* GetAllocator() REQUIRES_SHARED(Locks::mutator_lock_) { in GetAllocator() function
/art/compiler/utils/
Dassembler.h95 ArenaAllocator* GetAllocator() { in GetAllocator() function
396 ArenaAllocator* GetAllocator() { in GetAllocator() function
/art/compiler/optimizing/
Doptimizing_unit_test.h130 ArenaAllocator* GetAllocator() { return &allocator_; } in GetAllocator() function
226 ArenaAllocator* GetAllocator() { return pool_and_allocator_->GetAllocator(); } in GetAllocator() function
Dnodes.h431 ArenaAllocator* GetAllocator() const { return allocator_; } in GetAllocator() function
2240 ArenaAllocator* GetAllocator() const { return block_->GetGraph()->GetAllocator(); } in GetAllocator() function
Dbounds_check_elimination.cc301 ScopedArenaAllocator* GetAllocator() const { return allocator_; } in GetAllocator() function in art::ValueRange
Dintrinsics_x86_64.cc51 ArenaAllocator* IntrinsicCodeGeneratorX86_64::GetAllocator() { in GetAllocator() function in art::x86_64::IntrinsicCodeGeneratorX86_64
Dintrinsics_x86.cc55 ArenaAllocator* IntrinsicCodeGeneratorX86::GetAllocator() { in GetAllocator() function in art::x86::IntrinsicCodeGeneratorX86
Dintrinsics_arm64.cc80 ArenaAllocator* IntrinsicCodeGeneratorARM64::GetAllocator() { in GetAllocator() function in art::arm64::IntrinsicCodeGeneratorARM64
Dintrinsics_arm_vixl.cc66 ArenaAllocator* IntrinsicCodeGeneratorARMVIXL::GetAllocator() { in GetAllocator() function in art::arm::IntrinsicCodeGeneratorARMVIXL
/art/libartbase/base/
Dbit_vector.cc375 Allocator* BitVector::GetAllocator() const { in GetAllocator() function in art::BitVector
/art/libprofile/profile/
Dprofile_compilation_info.h587 ArenaAllocator* GetAllocator() { return &allocator_; } in GetAllocator() function