Home
last modified time | relevance | path

Searched refs:RequestConcurrentGCAndSaveObject (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/runtime/gc/
H A Dheap-inl.h265 RequestConcurrentGCAndSaveObject(self, /*force_full=*/ false, starting_gc_num, &obj); in AllocObjectWithAllocator()
H A Dheap.h1178 EXPORT void RequestConcurrentGCAndSaveObject(Thread* self,
H A Dheap.cc3954 void Heap::RequestConcurrentGCAndSaveObject(Thread* self, in RequestConcurrentGCAndSaveObject() function in art::gc::Heap