Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h215 PushOnThreadLocalAllocationStackWithInternalGC(self, obj); in PushOnAllocationStack()
Dheap.h987 void PushOnThreadLocalAllocationStackWithInternalGC(Thread* thread, mirror::Object** obj)
Dheap.cc3054 void Heap::PushOnThreadLocalAllocationStackWithInternalGC(Thread* self, mirror::Object** obj) { in PushOnThreadLocalAllocationStackWithInternalGC() function in art::gc::Heap