Home
last modified time | relevance | path

Searched refs:FillWithFakeObject (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/collector/
Dconcurrent_copying.h268 void FillWithFakeObject(Thread* const self, mirror::Object* fake_obj, size_t byte_size)
Dconcurrent_copying.cc3295 void ConcurrentCopying::FillWithFakeObject(Thread* const self, in FillWithFakeObject() function in art::gc::collector::ConcurrentCopying
3387 FillWithFakeObject(self, in AllocateInSkippedBlock()
3487 FillWithFakeObject(self, to_ref, bytes_allocated); in Copy()