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.cc33 static bool MatchingPrecisionForClass(const RegType* entry, bool precise) in MatchingPrecisionForClass()
70 bool precise) { in FromDescriptor()
126 bool RegTypeCache::MatchDescriptor(size_t idx, const StringPiece& descriptor, bool precise) { in MatchDescriptor()
162 bool precise) { in From()
215 const RegType& RegTypeCache::FromClass(const char* descriptor, mirror::Class* klass, bool precise) { in FromClass()
497 const ConstantType& RegTypeCache::FromCat1NonSmallConstant(int32_t value, bool precise) { in FromCat1NonSmallConstant()
516 const ConstantType& RegTypeCache::FromCat2ConstLo(int32_t value, bool precise) { in FromCat2ConstLo()
534 const ConstantType& RegTypeCache::FromCat2ConstHi(int32_t value, bool precise) { in FromCat2ConstHi()
Dmethod_verifier.cc4404 const RegType& MethodVerifier::DetermineCat1Constant(int32_t value, bool precise) { in DetermineCat1Constant()
4450 bool precise) { in FromClass()
/art/runtime/base/
Dtiming_logger.cc131 TimingLogger::TimingLogger(const char* name, bool precise, bool verbose) in TimingLogger()