Home
last modified time | relevance | path

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

/art/runtime/
Dthread-inl.h244 inline bool Thread::PushOnThreadLocalAllocationStack(mirror::Object* obj) { in PushOnThreadLocalAllocationStack() function
Dthread.h1011 bool PushOnThreadLocalAllocationStack(mirror::Object* obj)
/art/runtime/gc/
Dheap-inl.h214 if (UNLIKELY(!self->PushOnThreadLocalAllocationStack(*obj))) { in PushOnAllocationStack()
Dheap.cc3057 DCHECK(!self->PushOnThreadLocalAllocationStack(*obj)); in PushOnThreadLocalAllocationStackWithInternalGC()
3074 CHECK(self->PushOnThreadLocalAllocationStack(*obj)); // Must succeed. in PushOnThreadLocalAllocationStackWithInternalGC()