Home
last modified time | relevance | path

Searched defs:precise (Results 1 – 5 of 5) sorted by relevance

/art/runtime/verifier/
Dreg_type_cache.cc38 ALWAYS_INLINE static inline bool MatchingPrecisionForClass(const RegType* entry, bool precise) in MatchingPrecisionForClass()
143 bool RegTypeCache::MatchDescriptor(size_t idx, const std::string_view& descriptor, bool precise) { in MatchDescriptor()
261 bool precise) { in InsertClass()
275 bool precise) { in FromClass()
529 const ConstantType& RegTypeCache::FromCat1NonSmallConstant(int32_t value, bool precise) { in FromCat1NonSmallConstant()
547 const ConstantType& RegTypeCache::FromCat2ConstLo(int32_t value, bool precise) { in FromCat2ConstLo()
564 const ConstantType& RegTypeCache::FromCat2ConstHi(int32_t value, bool precise) { in FromCat2ConstHi()
Dreg_type_cache-inl.h41 inline const ConstantType& RegTypeCache::FromCat1Const(int32_t value, bool precise) { in FromCat1Const()
169 inline const RegType& RegTypeCache::JavaLangObject(bool precise) { in JavaLangObject()
Dmethod_verifier.cc690 const RegType& FromClass(const char* descriptor, ObjPtr<mirror::Class> klass, bool precise) in FromClass()
3601 bool precise = klass->CannotBeAssignedFromOtherTypes(); in ResolveClass() local
/art/runtime/base/
Dtiming_logger.cc129 bool precise, in TimingLogger()
/art/tools/veridex/
Dveridex.cc82 bool precise = true; member