Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h263 PushOnThreadLocalAllocationStackWithInternalGC(self, obj); in PushOnAllocationStack()
Dheap.h1158 void PushOnThreadLocalAllocationStackWithInternalGC(Thread* thread, ObjPtr<mirror::Object>* obj)
Dheap.cc3022 void Heap::PushOnThreadLocalAllocationStackWithInternalGC(Thread* self, in PushOnThreadLocalAllocationStackWithInternalGC() function in art::gc::Heap