Home
last modified time | relevance | path

Searched refs:ArenaAllocator (Results 26 – 50 of 90) sorted by relevance

1234

/art/runtime/
Dlinear_alloc.h58 ArenaAllocator allocator_ GUARDED_BY(lock_);
/art/compiler/utils/
Djni_macro_assembler.h35 class ArenaAllocator; variable
84 ArenaAllocator* allocator,
316 explicit JNIMacroAssemblerFwd(ArenaAllocator* allocator) : asm_(allocator) {} in JNIMacroAssemblerFwd()
Dassembler.cc28 AssemblerBuffer::AssemblerBuffer(ArenaAllocator* allocator) in AssemblerBuffer()
/art/compiler/optimizing/
Doptimization.h141 ArenaAllocator* allocator,
Dgraph_visualizer.h57 explicit DisassemblyInformation(ArenaAllocator* allocator) in DisassemblyInformation()
Dloop_analysis.h139 static ArchNoOptsLoopHelper* Create(InstructionSet isa, ArenaAllocator* allocator);
Doptimizing_compiler.cc79 explicit CodeVectorAllocator(ArenaAllocator* allocator) in CodeVectorAllocator()
364 CompiledMethod* Emit(ArenaAllocator* allocator,
376 CodeGenerator* TryCompile(ArenaAllocator* allocator,
384 CodeGenerator* TryCompileIntrinsic(ArenaAllocator* allocator,
702 CompiledMethod* OptimizingCompiler::Emit(ArenaAllocator* allocator, in Emit()
730 CodeGenerator* OptimizingCompiler::TryCompile(ArenaAllocator* allocator, in TryCompile()
899 ArenaAllocator* allocator, in TryCompileIntrinsic()
1015 ArenaAllocator allocator(runtime->GetArenaPool()); in Compile()
1137 ArenaAllocator allocator(runtime->GetArenaPool()); in JniCompile()
1234 ArenaAllocator allocator(runtime->GetJitArenaPool()); in JitCompile()
Dlocations.cc32 ArenaAllocator* allocator) in LocationSummary()
Dintrinsics_x86_64.cc51 ArenaAllocator* IntrinsicCodeGeneratorX86_64::GetAllocator() { in GetAllocator()
126 static void CreateFPToIntLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateFPToIntLocations()
133 static void CreateIntToFPLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateIntToFPLocations()
180 static void CreateIntToIntLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateIntToIntLocations()
234 static void CreateFPToFPLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateFPToFPLocations()
253 static void CreateSSE41FPToFPLocations(ArenaAllocator* allocator, in CreateSSE41FPToFPLocations()
296 static void CreateSSE41FPToIntLocations(ArenaAllocator* allocator, in CreateSSE41FPToIntLocations()
394 static void CreateFPToFPCallLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateFPToFPCallLocations()
525 static void CreateFPFPToFPCallLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateFPFPToFPCallLocations()
1292 ArenaAllocator* allocator, in CreateStringIndexOfLocations()
[all …]
Dintrinsics_x86.cc53 ArenaAllocator* IntrinsicCodeGeneratorX86::GetAllocator() { in GetAllocator()
168 static void CreateFPToIntLocations(ArenaAllocator* allocator, HInvoke* invoke, bool is64bit) { in CreateFPToIntLocations()
178 static void CreateIntToFPLocations(ArenaAllocator* allocator, HInvoke* invoke, bool is64bit) { in CreateIntToFPLocations()
248 static void CreateIntToIntLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateIntToIntLocations()
255 static void CreateLongToIntLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateLongToIntLocations()
262 static void CreateLongToLongLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateLongToLongLocations()
326 static void CreateFPToFPLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateFPToFPLocations()
345 static void CreateSSE41FPToFPLocations(ArenaAllocator* allocator, in CreateSSE41FPToFPLocations()
465 static void CreateFPToFPCallLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateFPToFPCallLocations()
503 static void CreateLowestOneBitLocations(ArenaAllocator* allocator, bool is_long, HInvoke* invoke) { in CreateLowestOneBitLocations()
[all …]
Dsuperblock_cloner_test.cc150 ArenaAllocator* arena = GetAllocator(); in TEST_F()
231 ArenaAllocator* arena = GetAllocator(); in TEST_F()
270 ArenaAllocator* arena = GetAllocator(); in TEST_F()
626 ArenaAllocator* arena = GetAllocator(); in TEST_F()
Dinstruction_simplifier.cc289 ArenaAllocator* allocator = mul->GetBlock()->GetGraph()->GetAllocator(); in TryCombineVecMultiplyAccumulate()
722 static HCondition* GetOppositeConditionSwapOps(ArenaAllocator* allocator, HInstruction* cond) { in GetOppositeConditionSwapOps()
847 static HInstruction* NewIntegralAbs(ArenaAllocator* allocator, in NewIntegralAbs()
858 static HInstruction* NewIntegralMinMax(ArenaAllocator* allocator, in NewIntegralMinMax()
1758 ArenaAllocator* allocator = GetGraph()->GetAllocator(); in TryToReuseDiv()
1777 ArenaAllocator* allocator = GetGraph()->GetAllocator(); in VisitMul()
2019 ArenaAllocator* allocator = GetGraph()->GetAllocator(); in VisitSub()
2353 ArenaAllocator* allocator = GetGraph()->GetAllocator(); in SimplifyStringCharAt()
2404 ArenaAllocator* allocator = GetGraph()->GetAllocator(); in SimplifyStringIndexOf()
2617 ArenaAllocator* allocator = block->GetGraph()->GetAllocator(); in TryReplaceStringBuilderAppend()
[all …]
Dnodes.h373 HGraph(ArenaAllocator* allocator,
423 ArenaAllocator* GetAllocator() const { return allocator_; } in GetAllocator()
730 ArenaAllocator* const allocator_;
1637 HInstruction* Clone(ArenaAllocator* arena) const override { \
1982 ALWAYS_INLINE HEnvironment(ArenaAllocator* allocator, in HEnvironment()
1995 ALWAYS_INLINE HEnvironment(ArenaAllocator* allocator, in HEnvironment()
2009 void SetAndCopyParentChain(ArenaAllocator* allocator, HEnvironment* parent) { in SetAndCopyParentChain()
2129 ArenaAllocator* GetAllocator() const { return block_->GetGraph()->GetAllocator(); } in GetAllocator()
2332 ArenaAllocator* allocator = GetBlock()->GetGraph()->GetAllocator(); in CopyEnvironmentFrom()
2343 ArenaAllocator* allocator = GetBlock()->GetGraph()->GetAllocator(); in CopyEnvironmentFromWithLoopPhiAdjustment()
[all …]
Dintrinsics_arm64.cc73 ArenaAllocator* IntrinsicCodeGeneratorARM64::GetAllocator() { in GetAllocator()
165 static void CreateFPToIntLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateFPToIntLocations()
172 static void CreateIntToFPLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateIntToFPLocations()
221 static void CreateIntToIntLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateIntToIntLocations()
228 static void CreateIntIntToIntLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateIntIntToIntLocations()
458 static void CreateFPToFPLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateFPToFPLocations()
505 static void CreateFPToIntPlusFPTempLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateFPToIntPlusFPTempLocations()
606 static void CreateIntIntToVoidLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateIntIntToVoidLocations()
707 static void CreateIntIntIntToIntLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateIntIntIntToIntLocations()
768 static void CreateIntIntIntIntToVoid(ArenaAllocator* allocator, HInvoke* invoke) { in CreateIntIntIntIntToVoid()
[all …]
Dinduction_var_range.cc387 ArenaAllocator* allocator = graph->GetAllocator(); in GenerateTripCount()
1086 ArenaAllocator* allocator = graph->GetAllocator(); in GenerateLastValueGeometric()
1173 ArenaAllocator* allocator = graph->GetAllocator(); in GenerateLastValuePeriodic()
1185 ArenaAllocator* allocator = graph->GetAllocator(); in GenerateLastValuePeriodic()
1291 ArenaAllocator* allocator = graph->GetAllocator(); in GenerateCode()
1318 ArenaAllocator* allocator = graph->GetAllocator(); in GenerateCode()
Dprepare_for_register_allocation.cc88 ArenaAllocator* allocator = GetGraph()->GetAllocator(); in VisitBoundsCheck()
/art/compiler/jni/quick/
Dcalling_convention.cc44 ArenaAllocator* allocator, in Create()
133 std::unique_ptr<JniCallingConvention> JniCallingConvention::Create(ArenaAllocator* allocator, in Create()
Dcalling_convention.h237 static std::unique_ptr<ManagedRuntimeCallingConvention> Create(ArenaAllocator* allocator,
295 static std::unique_ptr<JniCallingConvention> Create(ArenaAllocator* allocator,
/art/libprofile/profile/
Dprofile_compilation_info.h161 explicit DexPcData(ArenaAllocator* allocator) in DexPcData()
532 ArenaAllocator* GetAllocator() { return &allocator_; } in GetAllocator()
600 DexFileData(ArenaAllocator* allocator, in DexFileData()
661 ArenaAllocator* const allocator_;
961 ArenaAllocator allocator_;
/art/compiler/jni/
Djni_cfi_test.cc66 ArenaAllocator allocator(&pool); in TestImplSized()
/art/compiler/utils/arm64/
Dassembler_arm64.h80 ArenaAllocator* allocator, const Arm64InstructionSetFeatures* features = nullptr);
/art/runtime/jit/
Dprofiling_info_test.cc42 allocator_.reset(new ArenaAllocator(Runtime::Current()->GetArenaPool())); in PostRuntimeCreate()
191 std::unique_ptr<ArenaAllocator> allocator_;
/art/compiler/utils/x86/
Djni_macro_assembler_x86.h37 explicit X86JNIMacroAssembler(ArenaAllocator* allocator) : JNIMacroAssemblerFwd(allocator) {} in X86JNIMacroAssembler()
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.h37 explicit X86_64JNIMacroAssembler(ArenaAllocator* allocator) in X86_64JNIMacroAssembler()
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.h40 explicit ArmVIXLJNIMacroAssembler(ArenaAllocator* allocator) in ArmVIXLJNIMacroAssembler()

1234