Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h205 PushOnAllocationStackWithInternalGC(self, obj); in PushOnAllocationStack()
Dheap.h862 void PushOnAllocationStackWithInternalGC(Thread* self, mirror::Object** obj)
Dheap.cc2773 void Heap::PushOnAllocationStackWithInternalGC(Thread* self, mirror::Object** obj) { in PushOnAllocationStackWithInternalGC() function in art::gc::Heap