Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type-inl.h55 inline bool RegType::IsConstantBoolean() const { in IsConstantBoolean() function
Dreg_type.h118 bool IsConstantBoolean() const;
135 bool IsBooleanTypes() const { return IsBoolean() || IsConstantBoolean(); } in IsBooleanTypes()