Home
last modified time | relevance | path

Searched refs:kArenaAllocRegisterAllocator (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator_linear_scan.cc47 unhandled_core_intervals_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan()
48 unhandled_fp_intervals_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan()
50 handled_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan()
51 active_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan()
52 inactive_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan()
53 physical_core_register_intervals_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan()
54 physical_fp_register_intervals_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan()
55 temp_intervals_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan()
56 int_spill_slots_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan()
57 long_spill_slots_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan()
[all …]
Dregister_allocator_graph_color.cc118 struct CoalesceOpportunity : public ArenaObject<kArenaAllocRegisterAllocator> {
218 class InterferenceNode : public ArenaObject<kArenaAllocRegisterAllocator> {
441 interval_node_map_(allocator->Adapter(kArenaAllocRegisterAllocator)), in ColoringIteration()
442 prunable_nodes_(allocator->Adapter(kArenaAllocRegisterAllocator)), in ColoringIteration()
443 pruned_nodes_(allocator->Adapter(kArenaAllocRegisterAllocator)), in ColoringIteration()
444 simplify_worklist_(allocator->Adapter(kArenaAllocRegisterAllocator)), in ColoringIteration()
445 freeze_worklist_(allocator->Adapter(kArenaAllocRegisterAllocator)), in ColoringIteration()
446 spill_worklist_(HasGreaterNodePriority, allocator->Adapter(kArenaAllocRegisterAllocator)), in ColoringIteration()
448 allocator->Adapter(kArenaAllocRegisterAllocator)), in ColoringIteration()
449 adjacent_nodes_links_(allocator->Adapter(kArenaAllocRegisterAllocator)), in ColoringIteration()
[all …]
Dregister_allocator.h39 class RegisterAllocator : public DeletableArenaObject<kArenaAllocRegisterAllocator> {
/art/libartbase/base/
Darena_allocator.h92 kArenaAllocRegisterAllocator, enumerator