Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass_loader.h56 LinearAlloc* GetAllocator() REQUIRES_SHARED(Locks::mutator_lock_) { in GetAllocator() function
/art/compiler/optimizing/
Doptimizing_unit_test.h97 ArenaAllocator* GetAllocator() { return &allocator_; } in GetAllocator() function
119 ArenaAllocator* GetAllocator() { return pool_and_allocator_->GetAllocator(); } in GetAllocator() function
Dbounds_check_elimination.cc301 ScopedArenaAllocator* GetAllocator() const { return allocator_; } in GetAllocator() function in art::ValueRange
Dintrinsics_arm_vixl.cc65 ArenaAllocator* IntrinsicCodeGeneratorARMVIXL::GetAllocator() { in GetAllocator() function in art::arm::IntrinsicCodeGeneratorARMVIXL
Dintrinsics_x86_64.cc51 ArenaAllocator* IntrinsicCodeGeneratorX86_64::GetAllocator() { in GetAllocator() function in art::x86_64::IntrinsicCodeGeneratorX86_64
Dintrinsics_x86.cc53 ArenaAllocator* IntrinsicCodeGeneratorX86::GetAllocator() { in GetAllocator() function in art::x86::IntrinsicCodeGeneratorX86
Dnodes.h423 ArenaAllocator* GetAllocator() const { return allocator_; } in GetAllocator() function
2129 ArenaAllocator* GetAllocator() const { return block_->GetGraph()->GetAllocator(); } in GetAllocator() function
Dintrinsics_arm64.cc73 ArenaAllocator* IntrinsicCodeGeneratorARM64::GetAllocator() { in GetAllocator() function in art::arm64::IntrinsicCodeGeneratorARM64
/art/compiler/utils/
Dassembler.h95 ArenaAllocator* GetAllocator() { in GetAllocator() function
396 ArenaAllocator* GetAllocator() { in GetAllocator() function
/art/libartbase/base/
Dbit_vector.cc371 Allocator* BitVector::GetAllocator() const { in GetAllocator() function in art::BitVector
/art/libprofile/profile/
Dprofile_compilation_info.h532 ArenaAllocator* GetAllocator() { return &allocator_; } in GetAllocator() function