Searched defs:GetAllocator (Results 1 - 6 of 6) sorted by relevance

/art/runtime/base/
H A Dbit_vector.cc375 Allocator* BitVector::GetAllocator() const { function in class:art::BitVector
/art/compiler/optimizing/
H A Dintrinsics_arm.cc37 ArenaAllocator* IntrinsicCodeGeneratorARM::GetAllocator() { function in class:art::arm::IntrinsicCodeGeneratorARM
807 SlowPathCodeARM* slow_path = new (GetAllocator()) IntrinsicSlowPathARM(invoke);
843 SlowPathCodeARM* slow_path = new (GetAllocator()) IntrinsicSlowPathARM(invoke);
918 GenerateVisitStringIndexOf(invoke, GetAssembler(), codegen_, GetAllocator(), true);
938 GenerateVisitStringIndexOf(invoke, GetAssembler(), codegen_, GetAllocator(), false);
959 SlowPathCodeARM* slow_path = new (GetAllocator()) IntrinsicSlowPathARM(invoke);
1005 SlowPathCodeARM* slow_path = new (GetAllocator()) IntrinsicSlowPathARM(invoke);
H A Dintrinsics_arm64.cc62 ArenaAllocator* IntrinsicCodeGeneratorARM64::GetAllocator() { function in class:art::arm64::IntrinsicCodeGeneratorARM64
951 SlowPathCodeARM64* slow_path = new (GetAllocator()) IntrinsicSlowPathARM64(invoke);
986 SlowPathCodeARM64* slow_path = new (GetAllocator()) IntrinsicSlowPathARM64(invoke);
1058 GenerateVisitStringIndexOf(invoke, GetVIXLAssembler(), codegen_, GetAllocator(), true);
1078 GenerateVisitStringIndexOf(invoke, GetVIXLAssembler(), codegen_, GetAllocator(), false);
1099 SlowPathCodeARM64* slow_path = new (GetAllocator()) IntrinsicSlowPathARM64(invoke);
1148 SlowPathCodeARM64* slow_path = new (GetAllocator()) IntrinsicSlowPathARM64(invoke);
H A Dbounds_check_elimination.cc425 ArenaAllocator* GetAllocator() const { return allocator_; } function in class:art::ValueRange
601 return new (GetAllocator()) ValueRange(GetAllocator(), lower, range->GetUpper());
621 return new (GetAllocator()) ValueRange(GetAllocator(), range->GetLower(), upper);
726 return new (GetAllocator()) ValueRange(GetAllocator(), lower, upper);
H A Dintrinsics_x86.cc49 ArenaAllocator* IntrinsicCodeGeneratorX86::GetAllocator() { function in class:art::x86::IntrinsicCodeGeneratorX86
901 SlowPathCodeX86* slow_path = new (GetAllocator()) IntrinsicSlowPathX86(invoke);
936 SlowPathCodeX86* slow_path = new (GetAllocator()) IntrinsicSlowPathX86(invoke);
1085 GenerateStringIndexOf(invoke, GetAssembler(), codegen_, GetAllocator(), true);
1093 GenerateStringIndexOf(invoke, GetAssembler(), codegen_, GetAllocator(), false);
1114 SlowPathCodeX86* slow_path = new (GetAllocator()) IntrinsicSlowPathX86(invoke);
1156 SlowPathCodeX86* slow_path = new (GetAllocator()) IntrinsicSlowPathX86(invoke);
H A Dintrinsics_x86_64.cc45 ArenaAllocator* IntrinsicCodeGeneratorX86_64::GetAllocator() { function in class:art::x86_64::IntrinsicCodeGeneratorX86_64
826 SlowPathCodeX86_64* slow_path = new (GetAllocator()) IntrinsicSlowPathX86_64(invoke);
860 SlowPathCodeX86_64* slow_path = new (GetAllocator()) IntrinsicSlowPathX86_64(invoke);
1009 GenerateStringIndexOf(invoke, GetAssembler(), codegen_, GetAllocator(), true);
1017 GenerateStringIndexOf(invoke, GetAssembler(), codegen_, GetAllocator(), false);
1038 SlowPathCodeX86_64* slow_path = new (GetAllocator()) IntrinsicSlowPathX86_64(invoke);
1082 SlowPathCodeX86_64* slow_path = new (GetAllocator()) IntrinsicSlowPathX86_64(invoke);

Completed in 142 milliseconds