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

/art/runtime/
H A Dthread-inl.h211 inline bool Thread::PushOnThreadLocalAllocationStack(mirror::Object* obj) { function in class:art::Thread
H A Dthread.h896 bool PushOnThreadLocalAllocationStack(mirror::Object* obj)
/art/runtime/gc/
H A Dheap-inl.h201 if (UNLIKELY(!self->PushOnThreadLocalAllocationStack(*obj))) {
H A Dheap.cc2790 DCHECK(!self->PushOnThreadLocalAllocationStack(*obj));
2807 CHECK(self->PushOnThreadLocalAllocationStack(*obj)); // Must succeed.

Completed in 90 milliseconds