Searched refs:PushOnThreadLocalAllocationStack (Results 1 – 4 of 4) sorted by relevance
177 inline bool Thread::PushOnThreadLocalAllocationStack(mirror::Object* obj) { in PushOnThreadLocalAllocationStack() function
806 bool PushOnThreadLocalAllocationStack(mirror::Object* obj);
174 if (UNLIKELY(!self->PushOnThreadLocalAllocationStack(*obj))) { in PushOnAllocationStack()
2482 DCHECK(!self->PushOnThreadLocalAllocationStack(*obj)); in PushOnThreadLocalAllocationStackWithInternalGC()2499 CHECK(self->PushOnThreadLocalAllocationStack(*obj)); // Must succeed. in PushOnThreadLocalAllocationStackWithInternalGC()