Home
last modified time | relevance | path

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

/aosp12/art/runtime/verifier/
H A Dreg_type_cache.cc48 ALWAYS_INLINE static inline bool MatchingPrecisionForClass(const RegType* entry, bool precise) in MatchingPrecisionForClass()
88 bool precise) { in FromDescriptor()
144 bool RegTypeCache::MatchDescriptor(size_t idx, const std::string_view& descriptor, bool precise) { in MatchDescriptor()
186 bool precise) { in From()
264 bool precise) { in InsertClass()
276 bool precise) { in FromClass()
612 const ConstantType& RegTypeCache::FromCat1NonSmallConstant(int32_t value, bool precise) { in FromCat1NonSmallConstant()
630 const ConstantType& RegTypeCache::FromCat2ConstLo(int32_t value, bool precise) { in FromCat2ConstLo()
647 const ConstantType& RegTypeCache::FromCat2ConstHi(int32_t value, bool precise) { in FromCat2ConstHi()
H A Dreg_type_cache-inl.h41 inline const ConstantType& RegTypeCache::FromCat1Const(int32_t value, bool precise) { in FromCat1Const()
160 inline const RegType& RegTypeCache::JavaLangThrowable(bool precise) { in JavaLangThrowable()
173 inline const RegType& RegTypeCache::JavaLangObject(bool precise) { in JavaLangObject()
H A Dmethod_verifier.cc717 const RegType& FromClass(const char* descriptor, ObjPtr<mirror::Class> klass, bool precise) in FromClass()
3680 bool precise = klass->CannotBeAssignedFromOtherTypes(); in ResolveClass() local
4963 const RegType& MethodVerifier<kVerifierDebug>::DetermineCat1Constant(int32_t value, bool precise) { in DetermineCat1Constant()
/aosp12/frameworks/base/media/java/android/media/
H A DMediaTimeProvider.java64 public long getCurrentTimeUs(boolean precise, boolean monotonic) in getCurrentTimeUs()
/aosp12/art/runtime/base/
H A Dtiming_logger.cc131 bool precise, in TimingLogger()
/aosp12/system/extras/simpleperf/
H A DIOEventLoop_test.cpp126 void TestPeriodicEvents(int period_in_us, int iterations, bool precise) { in TestPeriodicEvents()
/aosp12/art/tools/veridex/
H A Dveridex.cc81 bool precise = true; member