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

/art/runtime/gc/collector/
H A Dconcurrent_copying-inl.h102 inline mirror::Object* ConcurrentCopying::Mark(mirror::Object* from_ref, function in class:art::gc::collector::ConcurrentCopying
136 // It isn't marked yet. Mark it by copying it to the to-space.
173 ret = Mark(from_ref);
178 // values are OK since the only race is doing an unnecessary Mark.
180 // Mark stack is full, set the bit back to zero.
/art/runtime/
H A Dread_barrier-inl.h63 ref = reinterpret_cast<MirrorType*>(Mark(ref));
82 ref = reinterpret_cast<MirrorType*>(Mark(old_ref));
117 ref = reinterpret_cast<MirrorType*>(Mark(ref));
130 ref = reinterpret_cast<MirrorType*>(Mark(old_ref));
158 ref = reinterpret_cast<MirrorType*>(Mark(ref));
171 ref = reinterpret_cast<MirrorType*>(Mark(ref));
247 inline mirror::Object* ReadBarrier::Mark(mirror::Object* obj) { function in class:art::ReadBarrier
/art/compiler/dex/
H A Dinline_method_analyser.cc51 static bool Mark(Matcher* matcher);
83 bool Matcher::Mark(Matcher* matcher) { function in class:art::__anon6::Matcher
283 &Matcher::Mark,
286 &Matcher::Mark,

Completed in 1213 milliseconds