Home
last modified time | relevance | path

Searched defs:allocator (Results 51 – 75 of 118) sorted by relevance

12345

/art/compiler/optimizing/
Dscheduler.h159 SchedulingNode(HInstruction* instr, ScopedArenaAllocator* allocator, bool is_scheduling_barrier) in SchedulingNode()
323 SchedulingGraph(ScopedArenaAllocator* allocator, in SchedulingGraph()
Dcode_generator_vector_x86_64.cc167 static void CreateVecUnOpLocations(ArenaAllocator* allocator, HVecUnaryOperation* instruction) { in CreateVecUnOpLocations()
396 static void CreateVecBinOpLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecBinOpLocations()
418 static void CreateVecTerOpLocations(ArenaAllocator* allocator, HVecOperation* instruction) { in CreateVecTerOpLocations()
959 static void CreateVecShiftLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecShiftLocations()
1138 static void CreateVecAccumLocations(ArenaAllocator* allocator, HVecOperation* instruction) { in CreateVecAccumLocations()
1212 static void CreateVecMemLocations(ArenaAllocator* allocator, in CreateVecMemLocations()
Dcode_generator_vector_x86.cc184 static void CreateVecUnOpLocations(ArenaAllocator* allocator, HVecUnaryOperation* instruction) { in CreateVecUnOpLocations()
413 static void CreateVecBinOpLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecBinOpLocations()
435 static void CreateVecTerOpLocations(ArenaAllocator* allocator, HVecOperation* instruction) { in CreateVecTerOpLocations()
976 static void CreateVecShiftLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecShiftLocations()
1165 static void CreateVecAccumLocations(ArenaAllocator* allocator, HVecOperation* instruction) { in CreateVecAccumLocations()
1239 static void CreateVecMemLocations(ArenaAllocator* allocator, in CreateVecMemLocations()
Dinduction_var_range.cc387 ArenaAllocator* allocator = graph->GetAllocator(); in GenerateTripCount() local
1086 ArenaAllocator* allocator = graph->GetAllocator(); in GenerateLastValueGeometric() local
1173 ArenaAllocator* allocator = graph->GetAllocator(); in GenerateLastValuePeriodic() local
1185 ArenaAllocator* allocator = graph->GetAllocator(); in GenerateLastValuePeriodic() local
1291 ArenaAllocator* allocator = graph->GetAllocator(); in GenerateCode() local
1318 ArenaAllocator* allocator = graph->GetAllocator(); in GenerateCode() local
Dintrinsics_x86.cc168 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()
720 static void CreateFPFPToFPCallLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateFPFPToFPCallLocations()
[all …]
Dintrinsics_x86_64.cc126 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()
1691 static void CreateIntIntToVoidLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateIntIntToVoidLocations()
[all …]
Dcode_generator_vector_arm_vixl.cc107 static void CreateVecUnOpLocations(ArenaAllocator* allocator, HVecUnaryOperation* instruction) { in CreateVecUnOpLocations()
251 static void CreateVecBinOpLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecBinOpLocations()
634 static void CreateVecShiftLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecShiftLocations()
789 static void CreateVecAccumLocations(ArenaAllocator* allocator, HVecOperation* instruction) { in CreateVecAccumLocations()
872 static void CreateVecMemLocations(ArenaAllocator* allocator, in CreateVecMemLocations()
Dprepare_for_register_allocation.cc88 ArenaAllocator* allocator = GetGraph()->GetAllocator(); in VisitBoundsCheck() local
Dscheduler.cc562 ScopedArenaAllocator allocator(graph->GetArenaStack()); in Schedule() local
578 ScopedArenaAllocator allocator(block->GetGraph()->GetArenaStack()); in Schedule() local
Dbounds_check_elimination_test.cc359 ArenaAllocator* allocator, in BuildSSAGraph1()
474 ArenaAllocator* allocator, in BuildSSAGraph2()
584 ArenaAllocator* allocator, in BuildSSAGraph3()
687 ArenaAllocator* allocator, in BuildSSAGraph4()
Dregister_allocator_graph_color.cc434 ScopedArenaAllocator* allocator, in ColoringIteration()
575 RegisterAllocatorGraphColor::RegisterAllocatorGraphColor(ScopedArenaAllocator* allocator, in RegisterAllocatorGraphColor()
734 ScopedArenaAllocator allocator(allocator_->GetArenaStack()); in Validate() local
1918 ScopedArenaAllocator allocator(allocator_->GetArenaStack()); in AllocateSpillSlots() local
1998 ScopedArenaAllocator allocator(allocator_->GetArenaStack()); in ColorSpillSlots() local
Dcode_sinking.cc258 ScopedArenaAllocator allocator(graph_->GetArenaStack()); in SinkCodeToUncommonBranch() local
Dgraph_checker.cc90 ScopedArenaAllocator allocator(GetGraph()->GetArenaStack()); in VisitBasicBlock() local
930 ScopedArenaAllocator allocator(GetGraph()->GetArenaStack()); in VisitPhi() local
Dintrinsics_arm64.cc165 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()
909 static void CreateIntIntIntIntIntToInt(ArenaAllocator* allocator, in CreateIntIntIntIntIntToInt()
[all …]
Doptimizing_unit_test.h128 ArenaAllocator* const allocator = pool_and_allocator_->GetAllocator(); variable
/art/runtime/gc/space/
Ddlmalloc_space.cc194 void* allocator, in CreateInstance()
378 namespace allocator { namespace
Dmalloc_space.cc215 void* allocator = in CreateZygoteSpace() local
Drosalloc_space.cc226 void* allocator, in CreateInstance()
483 namespace allocator { namespace
/art/libartbase/base/
Dbit_table.h289 explicit BitTableBuilderBase(ScopedArenaAllocator* allocator) in BitTableBuilderBase()
401 explicit BitmapTableBuilder(ScopedArenaAllocator* const allocator) in BitmapTableBuilder()
Darena_containers.h177 ArenaAllocatorAdapter(ArenaAllocator* allocator, ArenaAllocKind kind) in ArenaAllocatorAdapter()
/art/compiler/
Dexception_test.cc78 ScopedArenaAllocator allocator(&arena_stack); in SetUp() local
/art/compiler/utils/x86_64/
Dassembler_x86_64.h294 explicit ConstantArea(ArenaAllocator* allocator) in ConstantArea()
359 : Assembler(allocator), in Assembler() argument
/art/runtime/gc/
Dheap-inl.h48 AllocatorType allocator, in AllocObjectWithAllocator()
/art/compiler/utils/x86/
Dassembler_x86.h270 explicit ConstantArea(ArenaAllocator* allocator) in ConstantArea()
314 : Assembler(allocator), in Assembler() argument
/art/compiler/utils/arm64/
Dassembler_arm64.cc59 Arm64Assembler::Arm64Assembler(ArenaAllocator* allocator, in Arm64Assembler()

12345