HomeSort by relevance Sort by last modified time
    Searched refs:precise (Results 1 - 25 of 48) sorted by null

1 2

  /frameworks/base/media/java/android/media/
MediaTimeProvider.java 56 * @param precise Whether getting a precise time is important. This is
64 public long getCurrentTimeUs(boolean precise, boolean monotonic)
  /art/runtime/verifier/
reg_type_cache-inl.h 37 inline const ConstantType& RegTypeCache::FromCat1Const(int32_t value, bool precise) {
38 // We only expect 0 to be a precise constant.
39 DCHECK(value != 0 || precise);
40 if (precise && (value >= kMinSmallConstant) && (value <= kMaxSmallConstant)) {
43 return FromCat1NonSmallConstant(value, precise);
90 // String is final and therefore always precise.
97 inline const RegType& RegTypeCache::JavaLangThrowable(bool precise) {
99 mirror::Throwable::GetJavaLangThrowable(), precise);
100 if (precise) {
109 inline const RegType& RegTypeCache::JavaLangObject(bool precise) {
    [all...]
reg_type_cache.h 59 const RegType& From(mirror::ClassLoader* loader, const char* descriptor, bool precise)
62 const RegType* FindClass(mirror::Class* klass, bool precise) const
65 const RegType* InsertClass(const StringPiece& descriptor, mirror::Class* klass, bool precise)
68 const RegType& FromClass(const char* descriptor, mirror::Class* klass, bool precise)
70 const ConstantType& FromCat1Const(int32_t value, bool precise)
72 const ConstantType& FromCat2ConstLo(int32_t value, bool precise)
74 const ConstantType& FromCat2ConstHi(int32_t value, bool precise)
76 const RegType& FromDescriptor(mirror::ClassLoader* loader, const char* descriptor, bool precise)
130 const RegType& JavaLangThrowable(bool precise) SHARED_REQUIRES(Locks::mutator_lock_);
131 const RegType& JavaLangObject(bool precise) SHARED_REQUIRES(Locks::mutator_lock_)
    [all...]
reg_type_cache.cc 38 ALWAYS_INLINE static inline bool MatchingPrecisionForClass(const RegType* entry, bool precise)
40 if (entry->IsPreciseReference() == precise) {
41 // We were or weren't looking for a precise reference and we found what we need.
44 if (!precise && entry->GetClass()->CannotBeAssignedFromOtherTypes()) {
45 // We weren't looking for a precise reference, as we're looking up based on a descriptor, but
46 // we found a matching entry based on the descriptor. Return the precise entry in that case.
76 bool precise) {
101 return From(loader, descriptor, precise);
132 bool RegTypeCache::MatchDescriptor(size_t idx, const StringPiece& descriptor, bool precise) {
138 return MatchingPrecisionForClass(entry, precise);
    [all...]
method_verifier.h 106 // type-precise register analysis).
723 const RegType& DetermineCat1Constant(int32_t value, bool precise)
726 // Try to create a register type from the given class. In case a precise type is requested, but
728 // non-precise reference will be returned.
731 const RegType& FromClass(const char* descriptor, mirror::Class* klass, bool precise)
    [all...]
method_verifier.cc 303 false /* need precise constants */,
316 false /* need precise constants */,
3655 bool precise = klass->CannotBeAssignedFromOtherTypes(); local
    [all...]
  /art/runtime/base/
timing_logger.cc 130 TimingLogger::TimingLogger(const char* name, bool precise, bool verbose)
131 : name_(name), precise_(precise), verbose_(verbose) {
timing_logger.h 134 TimingLogger(const char* name, bool precise, bool verbose);
  /device/google/dragon/
device.mk 138 PRODUCT_TAGS += dalvik.gc.type-precise
  /external/clang/lib/CodeGen/
CGDecl.cpp 1830 ARCPreciseLifetime_t precise = (D.hasAttr<ObjCPreciseLifetimeAttr>() local
1833 precise); local
    [all...]
  /external/v8/test/mjsunit/es6/
math-hyperbolic.js 28 // TODO(3468): we rely on a precise Math.exp.
  /external/valgrind/none/tests/
cmdline1.stdout.exp 20 full is slower but provides precise watchpoint/step
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
configure 646 add_cflags -fp-model precise
  /development/ndk/platforms/android-9/arch-mips/include/asm/pci/
bridge.h 641 u64 precise:1; member in struct:ate_u::ate_s
  /external/libvpx/libvpx/
configure 611 add_cflags -fp-model precise
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/pci/
bridge.h 641 u64 precise:1; member in struct:ate_u::ate_s
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/pci/
bridge.h 641 u64 precise:1; member in struct:ate_u::ate_s
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/pci/
bridge.h 641 u64 precise:1; member in struct:ate_u::ate_s
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/pci/
bridge.h 641 u64 precise:1; member in struct:ate_u::ate_s
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/pci/
bridge.h 641 u64 precise:1; member in struct:ate_u::ate_s
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/pci/
bridge.h 641 u64 precise:1; member in struct:ate_u::ate_s
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/pci/
bridge.h 641 u64 precise:1; member in struct:ate_u::ate_s
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/pci/
bridge.h 641 u64 precise:1; member in struct:ate_u::ate_s
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/pci/
bridge.h 641 u64 precise:1; member in struct:ate_u::ate_s
  /external/v8/test/mjsunit/
sin-cos.js 164 // Assert that the remainder after division by pi is reasonably precise.

Completed in 3415 milliseconds

1 2