Searched refs:sibling (Results 1 – 5 of 5) sorted by relevance
2 compiler. Input moves where being overridden by sibling moves.
535 LiveInterval* sibling = GetSiblingAt(position); in GetLocationAt() local536 DCHECK(sibling != nullptr); in GetLocationAt()537 return sibling->ToLocation(); in GetLocationAt()
1206 for (LiveInterval* sibling = parent; sibling != nullptr; sibling = sibling->GetNextSibling()) { in BuildInterferenceGraph() local1207 LiveRange* range = sibling->GetFirstRange(); in BuildInterferenceGraph()1210 new (allocator_) InterferenceNode(sibling, register_allocator_->liveness_); in BuildInterferenceGraph()1211 interval_node_map_.insert(std::make_pair(sibling, node)); in BuildInterferenceGraph()1213 if (sibling->HasRegister()) { in BuildInterferenceGraph()1216 InterferenceNode* physical_node = physical_nodes[sibling->GetRegister()]; in BuildInterferenceGraph()
161 LiveInterval* sibling = interval->GetSiblingAt(block->GetLifetimeStart()); in Resolve() local165 if ((sibling != nullptr) && sibling->CoversSlow(block->GetLifetimeStart())) { in Resolve()166 DCHECK(!sibling->HasRegister()); in Resolve()
5566 Ljava/time/format/DateTimeFormatterBuilder$PrefixTree;->sibling:Ljava/time/format/DateTimeFormatter…