HomeSort by relevance Sort by last modified time
    Searched refs:IsConstantShort (Results 1 - 2 of 2) sorted by null

  /art/runtime/verifier/
reg_type.cc 92 if (IsConstantShort()) {
469 if (IsConstantShort()) {
829 } else if (incoming_type.IsConstantShort()) {
834 } else if (IsConstantShort()) {
835 if (incoming_type.IsConstantShort()) {
reg_type.h 134 virtual bool IsConstantShort() const {
163 return IsShort() || IsByte() || IsBoolean() || IsConstantShort();
603 bool IsConstantShort() const {

Completed in 449 milliseconds