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

  /art/runtime/gc/collector/
concurrent_copying.cc 135 mirror::Object* to_ref = Mark(from_ref); local
136 if (from_ref != to_ref) {
142 } while (!field->CasWeakRelaxed(from_ref, to_ref));
374 mirror::Object* to_ref = concurrent_copying_->Mark(ref); local
375 if (to_ref != ref) {
376 *root = to_ref;
390 mirror::Object* to_ref = concurrent_copying_->Mark(ref); local
391 if (to_ref != ref) {
392 root->Assign(to_ref);
1417 mirror::Object* to_ref = gc_mark_stack_->PopBack(); local
1460 mirror::Object* to_ref = gc_mark_stack_->PopBack(); local
1485 mirror::Object* to_ref = p->AsMirrorPtr(); local
2039 mirror::Object* to_ref = Mark<\/*kGrayImmuneObject*\/false, \/*kFromGCThread*\/true>( local
2068 mirror::Object* to_ref = Mark(ref); local
2088 mirror::Object* to_ref = Mark<kGrayImmuneObject>(ref); local
2263 mirror::Object* to_ref = region_space_->AllocNonvirtual<true>( local
2353 heap_->non_moving_space_->Free(Thread::Current(), to_ref); local
2413 mirror::Object* to_ref; local
2418 << "from_ref=" << from_ref << " to_ref=" << to_ref; local
2614 mirror::Object* to_ref = IsMarked(from_ref); local
    [all...]
concurrent_copying-inl.h 131 mirror::Object* to_ref = GetFwdPtr(from_ref); local
132 if (to_ref == nullptr) {
134 to_ref = Copy(from_ref, holder, offset);
136 DCHECK(region_space_->IsInToSpace(to_ref) || heap_->non_moving_space_->HasAddress(to_ref))
137 << "from_ref=" << from_ref << " to_ref=" << to_ref; local
138 return to_ref;
concurrent_copying.h 151 void Scan(mirror::Object* to_ref) REQUIRES_SHARED(Locks::mutator_lock_)
173 void ProcessMarkStackRef(mirror::Object* to_ref) REQUIRES_SHARED(Locks::mutator_lock_)
  /art/runtime/entrypoints/quick/
quick_jni_entrypoints.cc 45 mirror::Object* to_ref = ReadBarrier::BarrierForRoot(handle_on_stack); local
46 handle_on_stack->Assign(to_ref);

Completed in 300 milliseconds