Searched defs:IsConstant (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dlocations.h75 bool IsConstant() const { function in class:art::Location
85 DCHECK(IsConstant());
/art/runtime/verifier/
H A Dreg_type.h74 bool IsConstant() const { function in class:art::verifier::RegType
126 return IsConstant() && (ConstantValue() >= 0) && (ConstantValue() <= 1);
150 return IsChar() || IsInteger() || IsFloat() || IsConstant() || IsByte() || IsShort() ||
169 return IsInteger() || IsConstant() || IsByte() || IsShort() || IsChar() || IsBoolean();
180 return IsFloat() || IsConstant();
595 return IsConstant() && ConstantValue() >= 0 &&
599 return IsConstant() &&
604 return IsConstant() &&

Completed in 216 milliseconds