Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.h127 virtual bool IsConstantChar() const { return false; } in IsConstantChar() function
155 return IsChar() || IsBooleanTypes() || IsConstantChar(); in IsCharTypes()
762 bool IsConstantChar() const override { in IsConstantChar() function