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

  /art/runtime/mirror/
object_array-inl.h 199 Runtime::Current()->GetHeap()->WriteBarrierArray(this, dst_pos, count);
248 Runtime::Current()->GetHeap()->WriteBarrierArray(this, dst_pos, count);
330 Runtime::Current()->GetHeap()->WriteBarrierArray(this, dst_pos, count);
object.cc 126 heap->WriteBarrierArray(dest, 0, array->GetLength());
  /art/runtime/gc/
heap-inl.h 426 inline void Heap::WriteBarrierArray(ObjPtr<mirror::Object> dst,
heap.h 468 ALWAYS_INLINE void WriteBarrierArray(ObjPtr<mirror::Object> dst,
    [all...]

Completed in 57 milliseconds