Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.h85 virtual bool IsConstantTypes() const { return false; } in IsConstantTypes() function
620 DCHECK(IsConstantTypes()); in ConstantValue()
659 virtual bool IsConstantTypes() const OVERRIDE { return true; } in IsConstantTypes() function
Dreg_type.cc581 return a.IsConstantTypes() ? b : a; in SelectNonConstant()