Home
last modified time | relevance | path

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

/aosp12/art/runtime/mirror/
H A Dclass_loader.h58 LinearAlloc* GetAllocator() REQUIRES_SHARED(Locks::mutator_lock_) { in GetAllocator() function
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
H A Dstack.h141 Allocator& GetAllocator() { in GetAllocator() function
/aosp12/art/compiler/utils/
H A Dassembler.h95 ArenaAllocator* GetAllocator() { in GetAllocator() function
396 ArenaAllocator* GetAllocator() { in GetAllocator() function
/aosp12/art/compiler/optimizing/
H A Doptimizing_unit_test.h130 ArenaAllocator* GetAllocator() { return &allocator_; } in GetAllocator() function
226 ArenaAllocator* GetAllocator() { return pool_and_allocator_->GetAllocator(); } in GetAllocator() function
H A Dnodes.h431 ArenaAllocator* GetAllocator() const { return allocator_; } in GetAllocator() function
2240 ArenaAllocator* GetAllocator() const { return block_->GetGraph()->GetAllocator(); } in GetAllocator() function
H A Dbounds_check_elimination.cc301 ScopedArenaAllocator* GetAllocator() const { return allocator_; } in GetAllocator() function in art::ValueRange
H A Dintrinsics_x86_64.cc51 ArenaAllocator* IntrinsicCodeGeneratorX86_64::GetAllocator() { in GetAllocator() function in art::x86_64::IntrinsicCodeGeneratorX86_64
H A Dintrinsics_x86.cc55 ArenaAllocator* IntrinsicCodeGeneratorX86::GetAllocator() { in GetAllocator() function in art::x86::IntrinsicCodeGeneratorX86
H A Dintrinsics_arm64.cc80 ArenaAllocator* IntrinsicCodeGeneratorARM64::GetAllocator() { in GetAllocator() function in art::arm64::IntrinsicCodeGeneratorARM64
H A Dintrinsics_arm_vixl.cc66 ArenaAllocator* IntrinsicCodeGeneratorARMVIXL::GetAllocator() { in GetAllocator() function in art::arm::IntrinsicCodeGeneratorARMVIXL
/aosp12/hardware/google/camera/common/sensor_listener/
H A Dgoog_gralloc_wrapper.cc64 sp<IAllocator> GoogGrallocWrapper::GetAllocator() const { in GetAllocator() function in android::camera_sensor_listener::GoogGrallocWrapper
/aosp12/art/libartbase/base/
H A Dbit_vector.cc375 Allocator* BitVector::GetAllocator() const { in GetAllocator() function in art::BitVector
/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.h587 ArenaAllocator* GetAllocator() { return &allocator_; } in GetAllocator() function