Home
last modified time | relevance | path

Searched refs:PushOnThreadLocalAllocationStack (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dthread-inl.h177 inline bool Thread::PushOnThreadLocalAllocationStack(mirror::Object* obj) { in PushOnThreadLocalAllocationStack() function
Dthread.h806 bool PushOnThreadLocalAllocationStack(mirror::Object* obj);
/art/runtime/gc/
Dheap-inl.h174 if (UNLIKELY(!self->PushOnThreadLocalAllocationStack(*obj))) { in PushOnAllocationStack()
Dheap.cc2482 DCHECK(!self->PushOnThreadLocalAllocationStack(*obj)); in PushOnThreadLocalAllocationStackWithInternalGC()
2499 CHECK(self->PushOnThreadLocalAllocationStack(*obj)); // Must succeed. in PushOnThreadLocalAllocationStackWithInternalGC()