Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_cache.cc42 ALWAYS_INLINE static inline bool MatchingPrecisionForClass(const RegType* entry, bool precise) in MatchingPrecisionForClass()
82 bool precise) { in FromDescriptor()
138 bool RegTypeCache::MatchDescriptor(size_t idx, const StringPiece& descriptor, bool precise) { in MatchDescriptor()
180 bool precise) { in From()
258 bool precise) { in InsertClass()
268 const RegType& RegTypeCache::FromClass(const char* descriptor, mirror::Class* klass, bool precise) { in FromClass()
598 const ConstantType& RegTypeCache::FromCat1NonSmallConstant(int32_t value, bool precise) { in FromCat1NonSmallConstant()
616 const ConstantType& RegTypeCache::FromCat2ConstLo(int32_t value, bool precise) { in FromCat2ConstLo()
633 const ConstantType& RegTypeCache::FromCat2ConstHi(int32_t value, bool precise) { in FromCat2ConstHi()
Dreg_type_cache-inl.h39 inline const ConstantType& RegTypeCache::FromCat1Const(int32_t value, bool precise) { in FromCat1Const()
153 inline const RegType& RegTypeCache::JavaLangThrowable(bool precise) { in JavaLangThrowable()
165 inline const RegType& RegTypeCache::JavaLangObject(bool precise) { in JavaLangObject()
Dmethod_verifier.cc3666 bool precise = klass->CannotBeAssignedFromOtherTypes(); in ResolveClass() local
5082 const RegType& MethodVerifier::DetermineCat1Constant(int32_t value, bool precise) { in DetermineCat1Constant()
5128 bool precise) { in FromClass()
/art/runtime/base/
Dtiming_logger.cc133 bool precise, in TimingLogger()
/art/tools/veridex/
Dveridex.cc74 bool precise = true; member