Searched defs:to_ref (Results 1 - 3 of 3) sorted by relevance

/art/runtime/gc/collector/
H A Dconcurrent_copying-inl.h57 mirror::Object* to_ref = GetFwdPtr(from_ref); local
59 DCHECK_NE(to_ref, ReadBarrier::GrayPtr())
60 << "from_ref=" << from_ref << " to_ref=" << to_ref; local
62 if (to_ref == nullptr) {
64 to_ref = Copy(from_ref);
66 DCHECK(region_space_->IsInToSpace(to_ref) || heap_->non_moving_space_->HasAddress(to_ref))
67 << "from_ref=" << from_ref << " to_ref=" << to_ref; local
75 mirror::Object* to_ref = from_ref; local
[all...]
H A Dconcurrent_copying.cc582 void ConcurrentCopying::PushOntoMarkStack(mirror::Object* to_ref) { argument
584 << " " << to_ref << " " << PrettyTypeOf(to_ref);
595 gc_mark_stack_->PushBack(to_ref);
615 new_tl_mark_stack->PushBack(to_ref);
622 tl_mark_stack->PushBack(to_ref);
631 gc_mark_stack_->PushBack(to_ref);
635 << "ref=" << to_ref
645 gc_mark_stack_->PushBack(to_ref);
979 mirror::Object* to_ref local
1018 mirror::Object* to_ref = gc_mark_stack_->PopBack(); local
1042 mirror::Object* to_ref = p->AsMirrorPtr(); local
1061 ProcessMarkStackRef(mirror::Object* to_ref) argument
1619 Scan(mirror::Object* to_ref) argument
1631 mirror::Object* to_ref = Mark(ref); local
1654 mirror::Object* to_ref = Mark(ref); local
1673 mirror::Object* to_ref = Mark(ref); local
1794 mirror::Object* to_ref = region_space_->AllocNonvirtual<true>( local
1869 heap_->non_moving_space_->Free(Thread::Current(), to_ref); local
1922 mirror::Object* to_ref; local
1927 << "from_ref=" << from_ref << " to_ref=" << to_ref; local
2086 mirror::Object* to_ref = IsMarked(from_ref); local
[all...]
/art/runtime/entrypoints/quick/
H A Dquick_jni_entrypoints.cc28 mirror::Object* to_ref = ReadBarrier::BarrierForRoot(handle_on_stack); local
29 handle_on_stack->Assign(to_ref);

Completed in 71 milliseconds