Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocation_resolver.h40 class RegisterAllocationResolver : ValueObject {
42 RegisterAllocationResolver(CodeGenerator* codegen, const SsaLivenessAnalysis& liveness);
94 DISALLOW_COPY_AND_ASSIGN(RegisterAllocationResolver);
Dregister_allocation_resolver.cc26 RegisterAllocationResolver::RegisterAllocationResolver(CodeGenerator* codegen, in RegisterAllocationResolver() function in art::RegisterAllocationResolver
32 void RegisterAllocationResolver::Resolve(ArrayRef<HInstruction* const> safepoints, in Resolve()
232 void RegisterAllocationResolver::UpdateSafepointLiveRegisters() { in UpdateSafepointLiveRegisters()
274 size_t RegisterAllocationResolver::CalculateMaximumSafepointSpillSize( in CalculateMaximumSafepointSpillSize()
298 void RegisterAllocationResolver::ConnectSiblings(LiveInterval* interval) { in ConnectSiblings()
417 void RegisterAllocationResolver::ConnectSplitSiblings(LiveInterval* interval, in ConnectSplitSiblings()
508 void RegisterAllocationResolver::AddMove(HParallelMove* move, in AddMove()
524 void RegisterAllocationResolver::AddInputMoveFor(HInstruction* input, in AddInputMoveFor()
555 void RegisterAllocationResolver::InsertParallelMoveAt(size_t position, in InsertParallelMoveAt()
627 void RegisterAllocationResolver::InsertParallelMoveAtExitOf(HBasicBlock* block, in InsertParallelMoveAtExitOf()
[all …]
Dregister_allocator_linear_scan.cc95 RegisterAllocationResolver(codegen_, liveness_) in AllocateRegisters()
Dregister_allocator_graph_color.cc717 RegisterAllocationResolver(codegen_, liveness_) in AllocateRegisters()