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

/art/runtime/gc/collector/
H A Dconcurrent_copying-inl.h31 inline mirror::Object* ConcurrentCopying::Mark(mirror::Object* from_ref) { function in class:art::gc::collector::ConcurrentCopying
63 // It isn't marked yet. Mark it by copying it to the to-space.
/art/runtime/
H A Dread_barrier-inl.h55 ref = reinterpret_cast<MirrorType*>(Mark(ref));
77 ref = reinterpret_cast<MirrorType*>(Mark(old_ref));
112 ref = reinterpret_cast<MirrorType*>(Mark(ref));
125 ref = reinterpret_cast<MirrorType*>(Mark(old_ref));
153 ref = reinterpret_cast<MirrorType*>(Mark(ref));
166 ref = reinterpret_cast<MirrorType*>(Mark(ref));
222 inline mirror::Object* ReadBarrier::Mark(mirror::Object* obj) { function in class:art::ReadBarrier
223 return Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->Mark(obj);
/art/runtime/quick/
H A Dinline_method_analyser.cc50 static bool Mark(Matcher* matcher);
84 bool Matcher::Mark(Matcher* matcher) { function in class:art::__anon126::Matcher
281 &Matcher::Mark,
284 &Matcher::Mark,

Completed in 90 milliseconds