HomeSort by relevance Sort by last modified time
    Searched refs:WriteBarrierEveryFieldOf (Results 1 - 7 of 7) sorted by null

  /art/runtime/entrypoints/quick/
quick_dexcache_entrypoints.cc 54 Runtime::Current()->GetHeap()->WriteBarrierEveryFieldOf(class_loader);
  /art/runtime/mirror/
dex_cache-inl.h 78 runtime->GetHeap()->WriteBarrierEveryFieldOf(this);
115 Runtime::Current()->GetHeap()->WriteBarrierEveryFieldOf(this);
147 Runtime::Current()->GetHeap()->WriteBarrierEveryFieldOf(this);
172 Runtime::Current()->GetHeap()->WriteBarrierEveryFieldOf(this);
object.cc 129 heap->WriteBarrierEveryFieldOf(dest);
  /art/runtime/gc/
heap-inl.h 432 inline void Heap::WriteBarrierEveryFieldOf(ObjPtr<mirror::Object> obj) {
heap.h 474 ALWAYS_INLINE void WriteBarrierEveryFieldOf(ObjPtr<mirror::Object> obj)
    [all...]
  /art/runtime/
class_linker.cc     [all...]
  /art/runtime/gc/collector/
semi_space.cc 535 GetHeap()->WriteBarrierEveryFieldOf(forward_address);
    [all...]

Completed in 85 milliseconds