HomeSort by relevance Sort by last modified time
    Searched defs:RegisterAllocationResolver (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
register_allocation_resolver.h 40 class RegisterAllocationResolver : ValueObject {
42 RegisterAllocationResolver(CodeGenerator* codegen, const SsaLivenessAnalysis& liveness);
94 DISALLOW_COPY_AND_ASSIGN(RegisterAllocationResolver);
register_allocation_resolver.cc 26 RegisterAllocationResolver::RegisterAllocationResolver(CodeGenerator* codegen,
32 void RegisterAllocationResolver::Resolve(ArrayRef<HInstruction* const> safepoints,
232 void RegisterAllocationResolver::UpdateSafepointLiveRegisters() {
274 size_t RegisterAllocationResolver::CalculateMaximumSafepointSpillSize(
298 void RegisterAllocationResolver::ConnectSiblings(LiveInterval* interval) {
417 void RegisterAllocationResolver::ConnectSplitSiblings(LiveInterval* interval,
509 void RegisterAllocationResolver::AddMove(HParallelMove* move,
525 void RegisterAllocationResolver::AddInputMoveFor(HInstruction* input,
556 void RegisterAllocationResolver::InsertParallelMoveAt(size_t position
    [all...]

Completed in 152 milliseconds