Home
last modified time | relevance | path

Searched refs:GetAllocator (Results 76 – 89 of 89) sorted by relevance

1234

/art/runtime/verifier/
Dreg_type.cc968 unresolved_types_(unresolved, false, unresolved.GetAllocator()) { in UnresolvedMergedType()
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc659 X86_64ExceptionSlowPath* slow = new (__ GetAllocator()) X86_64ExceptionSlowPath(stack_adjust); in ExceptionPoll()
/art/compiler/optimizing/
Dintrinsics_arm64.cc73 ArenaAllocator* IntrinsicCodeGeneratorARM64::GetAllocator() { in GetAllocator() function in art::arm64::IntrinsicCodeGeneratorARM64
74 return codegen_->GetGraph()->GetAllocator(); in GetAllocator()
2028 ArenaAllocator* allocator = invoke->GetBlock()->GetGraph()->GetAllocator(); in VisitSystemArrayCopyChar()
2267 ArenaAllocator* allocator = invoke->GetBlock()->GetGraph()->GetAllocator(); in VisitSystemArrayCopy()
Dreference_type_propagation.cc241 bound_type = new (receiver->GetBlock()->GetGraph()->GetAllocator()) HBoundType(receiver); in BoundTypeIn()
Dintrinsics_x86_64.cc44 : allocator_(codegen->GetGraph()->GetAllocator()), codegen_(codegen) { in IntrinsicLocationsBuilderX86_64()
51 ArenaAllocator* IntrinsicCodeGeneratorX86_64::GetAllocator() { in GetAllocator() function in art::x86_64::IntrinsicCodeGeneratorX86_64
52 return codegen_->GetGraph()->GetAllocator(); in GetAllocator()
Dcode_generator_arm64.h629 jump_tables_.emplace_back(new (GetGraph()->GetAllocator()) JumpTableARM64(switch_instr)); in CreateJumpTable()
Dintrinsics_arm_vixl.cc65 ArenaAllocator* IntrinsicCodeGeneratorARMVIXL::GetAllocator() { in GetAllocator() function in art::arm::IntrinsicCodeGeneratorARMVIXL
66 return codegen_->GetGraph()->GetAllocator(); in GetAllocator()
195 : allocator_(codegen->GetGraph()->GetAllocator()), in IntrinsicLocationsBuilderARMVIXL()
Dintrinsics_x86.cc44 : allocator_(codegen->GetGraph()->GetAllocator()), in IntrinsicLocationsBuilderX86()
53 ArenaAllocator* IntrinsicCodeGeneratorX86::GetAllocator() { in GetAllocator() function in art::x86::IntrinsicCodeGeneratorX86
54 return codegen_->GetGraph()->GetAllocator(); in GetAllocator()
Dloop_optimization.cc470 global_allocator_(graph_->GetAllocator()), in HLoopOptimization()
Dinstruction_builder.cc57 : allocator_(graph->GetAllocator()), in HInstructionBuilder()
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc215 ArenaVector<uint8_t> code(helper.GetAllocator()->Adapter()); in CompileThunk()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc188 ArenaVector<uint8_t> code(helper.GetAllocator()->Adapter()); in CompileThunk()
/art/runtime/
Dclass_linker.cc3828 LinearAlloc* allocator = class_loader->GetAllocator(); in GetAllocatorForClassLoader()
3838 LinearAlloc* allocator = class_loader->GetAllocator(); in GetOrCreateAllocatorForClassLoader()
3841 allocator = class_loader->GetAllocator(); in GetOrCreateAllocatorForClassLoader()
6051 CHECK(class_loader->GetAllocator() == nullptr); in RegisterClassLoader()
/art/openjdkjvmti/
Dti_redefine.cc766 : loader->GetAllocator(), in CreateNewDexCache()

1234