Searched refs:Mark (Results 1 - 8 of 8) sorted by relevance

/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);
H A Dread_barrier.h84 static mirror::Object* Mark(mirror::Object* obj) SHARED_REQUIRES(Locks::mutator_lock_);
/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.
H A Dconcurrent_copying.h96 ALWAYS_INLINE mirror::Object* Mark(mirror::Object* from_ref) SHARED_REQUIRES(Locks::mutator_lock_)
214 kMarkStackModeOff = 0, // Mark stack is off.
H A Dconcurrent_copying.cc65 // Mark() which could cause a nested lock on heap_bitmap_lock_
85 from_ref->Assign(Mark(from_ref->AsMirrorPtr()));
136 // Mark all of the spaces we never collect as immune.
361 // Mark the image root. The WB-based collectors do not need to
370 mirror::Object* marked_image_root = Mark(image_root);
1070 // Mark the gray ref as white or black.
1631 mirror::Object* to_ref = Mark(ref);
1654 mirror::Object* to_ref = Mark(ref);
1673 mirror::Object* to_ref = Mark(ref);
1824 // Mark i
[all...]
H A Dmark_sweep.cc84 // Mark all of the spaces we never collect as immune.
681 Mark(obj->GetFieldObject<mirror::Object>(offset));
697 Mark(root->AsMirrorPtr());
701 ALWAYS_INLINE void Mark(mirror::Object* ref) const SHARED_REQUIRES(Locks::mutator_lock_) {
749 // Mark stack position.
755 // Mark stack overflow, give 1/2 the stack to the thread pool as a new work task.
1291 // Mark everything allocated since the last as GC live so that we can sweep concurrently,
/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,
/art/runtime/entrypoints/quick/
H A Dquick_field_entrypoints.cc634 return ReadBarrier::Mark(obj);

Completed in 189 milliseconds