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

  /art/runtime/mirror/
object_array-inl.h 151 Runtime::Current()->GetHeap()->WriteBarrierArray(this, dst_pos, count);
183 Runtime::Current()->GetHeap()->WriteBarrierArray(this, dst_pos, count);
227 Runtime::Current()->GetHeap()->WriteBarrierArray(this, dst_pos, count);
object.cc 91 heap->WriteBarrierArray(dest, 0, array->GetLength());
  /art/runtime/gc/
heap.h 381 ALWAYS_INLINE void WriteBarrierArray(const mirror::Object* dst, int /*start_offset*/,
    [all...]

Completed in 41 milliseconds