HomeSort by relevance Sort by last modified time
    Searched refs:new_ref (Results 1 - 13 of 13) sorted by null

  /external/webrtc/webrtc/voice_engine/
voice_engine_impl.cc 48 int new_ref = --_ref_count; local
49 assert(new_ref >= 0);
50 if (new_ref == 0) {
63 return new_ref;
  /art/runtime/mirror/
object-readbarrier-inl.h 216 uint32_t new_ref(PtrCompression<kPoisonHeapReferences, Object>::Compress(new_value));
220 bool success = atomic_addr->CompareAndSetStrongRelaxed(old_ref, new_ref);
245 uint32_t new_ref(PtrCompression<kPoisonHeapReferences, Object>::Compress(new_value));
249 bool success = atomic_addr->CompareAndSetStrongRelease(old_ref, new_ref);
object-inl.h     [all...]
class.cc 1157 ObjPtr<Object> new_ref = ReadBarrier::BarrierForRoot(root); local
    [all...]
  /art/runtime/
read_barrier-inl.h 172 auto new_ref = mirror::CompressedReference<MirrorType>::FromMirrorPtr(ref); local
174 if (new_ref.AsMirrorPtr() != old_ref.AsMirrorPtr()) {
177 atomic_root->CompareAndSetStrongRelaxed(old_ref, new_ref);
intern_table.cc 70 ObjPtr<mirror::String> new_ref = root.Read<kWithoutReadBarrier>(); local
71 if (new_ref != old_ref) {
76 strong_interns_.Insert(new_ref);
thread.cc 3493 mirror::Object* new_ref = ref; local
3538 mirror::Object* new_ref = klass.Ptr(); variable
3576 mirror::Object* new_ref = ref; local
3611 mirror::Object* new_ref = ref; local
    [all...]
class_linker.cc 1968 ObjPtr<mirror::Class> new_ref = root.Read<kWithoutReadBarrier>(); local
1978 ObjPtr<mirror::Object> new_ref = root.Read<kWithoutReadBarrier>(); local
    [all...]
  /art/runtime/gc/accounting/
mod_union_table.cc 222 mirror::Object* new_ref = visitor_->MarkObject(old_ref); local
223 if (old_ref != new_ref) {
224 root->Assign(new_ref);
  /external/libchrome/base/metrics/
field_trial.cc 1094 FieldTrial::FieldTrialRef new_ref = allocator->GetAsReference(new_entry); local
    [all...]
field_trial_unittest.cc 1303 FieldTrial::FieldTrialRef new_ref = trial->ref_; local
    [all...]
  /art/runtime/gc/space/
image_space.cc 961 mirror::Object* new_ref = ForwardObject(ref); local
    [all...]
  /art/runtime/gc/collector/
concurrent_copying.cc 2140 mirror::Object* new_ref = to_ref; local
2166 mirror::Object* new_ref = to_ref; local
2184 auto new_ref = mirror::CompressedReference<mirror::Object>::FromMirrorPtr(to_ref); local
    [all...]

Completed in 342 milliseconds