Home
last modified time | relevance | path

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

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