HomeSort by relevance Sort by last modified time
    Searched full:reference_ (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /art/runtime/
handle.h 38 ConstHandle() : reference_(nullptr) {
41 ALWAYS_INLINE ConstHandle(const ConstHandle<T>& handle) : reference_(handle.reference_) {
45 reference_ = handle.reference_;
49 ALWAYS_INLINE explicit ConstHandle(StackReference<T>* reference) : reference_(reference) {
61 return reference_->AsMirrorPtr();
65 if (UNLIKELY(reference_->AsMirrorPtr() == nullptr)) {
69 return reinterpret_cast<jobject>(reference_);
73 StackReference<T>* reference_; member in class:art::ConstHandle
    [all...]
  /art/runtime/mirror/
object_reference.h 41 reference_ = Compress(other);
45 reference_ = 0;
49 return reference_;
55 : reference_(Compress(mirror_ptr)) {
66 uintptr_t as_bits = kPoisonReferences ? -reference_ : reference_;
73 uint32_t reference_; member in class:art::mirror::ObjectReference
object-inl.h 149 if (UNLIKELY(atomic_rb_ptr->LoadRelaxed() != expected_ref.reference_)) {
153 } while (!atomic_rb_ptr->CompareExchangeWeakSequentiallyConsistent(expected_ref.reference_,
154 new_ref.reference_));
155 DCHECK_EQ(new_ref.reference_, atomic_rb_ptr->LoadRelaxed());
704 bool success = atomic_addr->CompareExchangeWeakSequentiallyConsistent(old_ref.reference_,
705 new_ref.reference_);
736 bool success = atomic_addr->CompareExchangeStrongSequentiallyConsistent(old_ref.reference_,
737 new_ref.reference_);
    [all...]
  /external/chromium_org/media/base/
clock.cc 100 int64 now_us = (time - reference_).InMicroseconds();
123 reference_ = clock_->NowTicks();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 66 typedef reference_ reference;
const_point_iterator.hpp 66 typedef reference_ reference;
iterator.hpp 66 typedef reference_ reference;
point_iterator.hpp 64 typedef reference_ reference;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 63 typedef reference_ reference;
iterator.hpp 63 typedef reference_ reference;
point_const_iterator.hpp 64 typedef reference_ reference;
point_iterator.hpp 62 typedef reference_ reference;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 63 typedef reference_ reference;
iterator.hpp 63 typedef reference_ reference;
point_const_iterator.hpp 64 typedef reference_ reference;
point_iterator.hpp 62 typedef reference_ reference;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 66 typedef reference_ reference;
const_point_iterator.hpp 66 typedef reference_ reference;
iterator.hpp 66 typedef reference_ reference;
point_iterator.hpp 64 typedef reference_ reference;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 66 typedef reference_ reference;
const_point_iterator.hpp 66 typedef reference_ reference;
iterator.hpp 66 typedef reference_ reference;
point_iterator.hpp 64 typedef reference_ reference;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 66 typedef reference_ reference;

Completed in 664 milliseconds

1 2 3 4 5