Searched refs:WriteBarrierArray (Results 1 – 4 of 4) sorted by relevance
/art/runtime/native/ |
D | java_lang_System.cc | 265 Runtime::Current()->GetHeap()->WriteBarrierArray(dstArray, dstPos, length); in System_arraycopy() 307 Runtime::Current()->GetHeap()->WriteBarrierArray(dstArray, dstPos, length); in System_arraycopy()
|
/art/runtime/mirror/ |
D | object.cc | 64 heap->WriteBarrierArray(copy.get(), 0, array->GetLength()); in Clone()
|
D | object_array-inl.h | 131 heap->WriteBarrierArray(dst, dst_pos, length); in Copy()
|
/art/runtime/gc/ |
D | heap.h | 284 void WriteBarrierArray(const mirror::Object* dst, int /*start_offset*/, in WriteBarrierArray() function
|