Searched refs:PushOnThreadLocalAllocationStack (Results 1 – 4 of 4) sorted by relevance
311 inline bool Thread::PushOnThreadLocalAllocationStack(mirror::Object* obj) { in PushOnThreadLocalAllocationStack() function
1165 bool PushOnThreadLocalAllocationStack(mirror::Object* obj)
226 if (UNLIKELY(!self->PushOnThreadLocalAllocationStack(obj->Ptr()))) { in PushOnAllocationStack()
2950 DCHECK(!self->PushOnThreadLocalAllocationStack(obj->Ptr())); in PushOnThreadLocalAllocationStackWithInternalGC()2967 CHECK(self->PushOnThreadLocalAllocationStack(obj->Ptr())); // Must succeed. in PushOnThreadLocalAllocationStackWithInternalGC()