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

/art/runtime/verifier/
H A Dreg_type_cache-inl.h37 inline const ConstantType& RegTypeCache::FromCat1Const(int32_t value, bool precise) { function in class:art::verifier::RegTypeCache
47 const ConstantType& result = FromCat1Const(std::numeric_limits<jbyte>::min(), false);
54 const ConstantType& result = FromCat1Const(jchar_max, false);
60 const ConstantType& result = FromCat1Const(std::numeric_limits<jshort>::min(), false);
66 const ConstantType& result = FromCat1Const(std::numeric_limits<jint>::max(), false);
72 const ConstantType& result = FromCat1Const(std::numeric_limits<jbyte>::max(), false);
78 const ConstantType& result = FromCat1Const(std::numeric_limits<jshort>::max(), false);

Completed in 41 milliseconds