Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_cache-inl.h37 inline const ConstantType& RegTypeCache::FromCat1Const(int32_t value, bool precise) { in FromCat1Const()
97 inline const RegType& RegTypeCache::JavaLangThrowable(bool precise) { in JavaLangThrowable()
109 inline const RegType& RegTypeCache::JavaLangObject(bool precise) { in JavaLangObject()
Dreg_type_cache.cc38 ALWAYS_INLINE static inline bool MatchingPrecisionForClass(const RegType* entry, bool precise) in MatchingPrecisionForClass()
76 bool precise) { in FromDescriptor()
132 bool RegTypeCache::MatchDescriptor(size_t idx, const StringPiece& descriptor, bool precise) { in MatchDescriptor()
175 bool precise) { in From()
247 bool precise) { in InsertClass()
257 const RegType& RegTypeCache::FromClass(const char* descriptor, mirror::Class* klass, bool precise) { in FromClass()
558 const ConstantType& RegTypeCache::FromCat1NonSmallConstant(int32_t value, bool precise) { in FromCat1NonSmallConstant()
576 const ConstantType& RegTypeCache::FromCat2ConstLo(int32_t value, bool precise) { in FromCat2ConstLo()
593 const ConstantType& RegTypeCache::FromCat2ConstHi(int32_t value, bool precise) { in FromCat2ConstHi()
Dmethod_verifier.cc3655 bool precise = klass->CannotBeAssignedFromOtherTypes(); in ResolveClassAndCheckAccess() local
5052 const RegType& MethodVerifier::DetermineCat1Constant(int32_t value, bool precise) { in DetermineCat1Constant()
5098 bool precise) { in FromClass()
/art/runtime/base/
Dtiming_logger.cc130 TimingLogger::TimingLogger(const char* name, bool precise, bool verbose) in TimingLogger()