Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/
H A Dheap-inl.h275 PushOnThreadLocalAllocationStackWithInternalGC(self, obj); in PushOnAllocationStack()
H A Dheap.h1199 void PushOnThreadLocalAllocationStackWithInternalGC(Thread* thread, ObjPtr<mirror::Object>* obj)
H A Dheap.cc3049 void Heap::PushOnThreadLocalAllocationStackWithInternalGC(Thread* self, in PushOnThreadLocalAllocationStackWithInternalGC() function in art::gc::Heap