Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.cc103 static constexpr bool IsUpdateable(const HInstruction* instr);
191 if (RTPVisitor::IsUpdateable(instruction)) { in Visit()
992 constexpr bool ReferenceTypePropagation::RTPVisitor::IsUpdateable(const HInstruction* instr) { in IsUpdateable() function in art::ReferenceTypePropagation::RTPVisitor
1002 DCHECK(IsUpdateable(instr)); in UpdateNullability()