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

/art/runtime/gc/
H A Dreference_queue_test.cc53 std::set<mirror::Reference*> refs = {ref1.Get(), ref2.Get()}; local
61 ASSERT_EQ(refs, dequeued);
/art/runtime/
H A Dstack.cc746 uint32_t refs = 0; local
749 refs++;
752 return refs;
/art/runtime/gc/collector/
H A Dconcurrent_copying.cc171 // Verify no from space refs. This causes a pause.
177 LOG(INFO) << "Verifying no from-space refs";
181 LOG(INFO) << "Done verifying no from-space refs";
269 // Used to switch the thread roots of a thread from from-space refs to to-space refs.
533 // Switch threads that from from-space to to-space refs. Forward/mark the thread roots.
747 // stacks, but after we disable weak refs accesses, we can't use a checkpoint due to a deadlock
755 // objects and push refs on the mark stack.
759 // refs that may have been concurrently pushed onto the mark stack during the ProcessMarkStack()
762 // won't newly gray objects and push new refs ont
1362 std::vector<mirror::Object*> refs; local
[all...]

Completed in 62 milliseconds