Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.cc98 static constexpr bool IsUpdateable(const HInstruction* instr);
141 if (RTPVisitor::IsUpdateable(instruction)) { in Visit()
945 constexpr bool ReferenceTypePropagation::RTPVisitor::IsUpdateable(const HInstruction* instr) { in IsUpdateable() function in art::ReferenceTypePropagation::RTPVisitor
955 DCHECK(IsUpdateable(instr)); in UpdateNullability()