Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/gc/
H A Dheap-inl.h281 PushOnAllocationStackWithInternalGC(self, obj); in PushOnAllocationStack()
H A Dheap.h1258 EXPORT void PushOnAllocationStackWithInternalGC(Thread* self, ObjPtr<mirror::Object>* obj)
H A Dheap.cc3251 void Heap::PushOnAllocationStackWithInternalGC(Thread* self, ObjPtr<mirror::Object>* obj) { in PushOnAllocationStackWithInternalGC() function in art::gc::Heap