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

/art/runtime/verifier/
H A Dreg_type.h100 bool IsLowHalf() const { function in class:art::verifier::RegType
106 bool IsLongOrDoubleTypes() const { return IsLowHalf(); }
109 if (IsLowHalf()) {
138 return IsLowHalf(); // Don't expect explicit testing of high halves

Completed in 24 milliseconds