Searched refs:RegisterAllocationResolver (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | register_allocation_resolver.h | 41 class RegisterAllocationResolver : ValueObject { 43 RegisterAllocationResolver(ArenaAllocator* allocator, 97 DISALLOW_COPY_AND_ASSIGN(RegisterAllocationResolver);
|
D | register_allocation_resolver.cc | 25 RegisterAllocationResolver::RegisterAllocationResolver(ArenaAllocator* allocator, in RegisterAllocationResolver() function in art::RegisterAllocationResolver 32 void RegisterAllocationResolver::Resolve(ArrayRef<HInstruction* const> safepoints, in Resolve() 229 void RegisterAllocationResolver::UpdateSafepointLiveRegisters() { in UpdateSafepointLiveRegisters() 271 size_t RegisterAllocationResolver::CalculateMaximumSafepointSpillSize( in CalculateMaximumSafepointSpillSize() 295 void RegisterAllocationResolver::ConnectSiblings(LiveInterval* interval) { in ConnectSiblings() 413 void RegisterAllocationResolver::ConnectSplitSiblings(LiveInterval* interval, in ConnectSplitSiblings() 505 void RegisterAllocationResolver::AddMove(HParallelMove* move, in AddMove() 521 void RegisterAllocationResolver::AddInputMoveFor(HInstruction* input, in AddInputMoveFor() 552 void RegisterAllocationResolver::InsertParallelMoveAt(size_t position, in InsertParallelMoveAt() 624 void RegisterAllocationResolver::InsertParallelMoveAtExitOf(HBasicBlock* block, in InsertParallelMoveAtExitOf() [all …]
|
D | register_allocator_linear_scan.cc | 93 RegisterAllocationResolver(allocator_, codegen_, liveness_) in AllocateRegisters()
|
D | register_allocator_graph_color.cc | 694 RegisterAllocationResolver(allocator_, codegen_, liveness_) in AllocateRegisters()
|