Searched defs:precise (Results 1 – 4 of 4) sorted by relevance
/art/runtime/verifier/ |
D | reg_type_cache-inl.h | 37 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()
|
D | reg_type_cache.cc | 33 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()
|
D | method_verifier.cc | 4404 const RegType& MethodVerifier::DetermineCat1Constant(int32_t value, bool precise) { in DetermineCat1Constant() 4450 bool precise) { in FromClass()
|
/art/runtime/base/ |
D | timing_logger.cc | 131 TimingLogger::TimingLogger(const char* name, bool precise, bool verbose) in TimingLogger()
|