Home
last modified time | relevance | path

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

/art/runtime/
Dthread-inl.h311 inline bool Thread::PushOnThreadLocalAllocationStack(mirror::Object* obj) { in PushOnThreadLocalAllocationStack() function
Dthread.h1165 bool PushOnThreadLocalAllocationStack(mirror::Object* obj)
/art/runtime/gc/
Dheap-inl.h226 if (UNLIKELY(!self->PushOnThreadLocalAllocationStack(obj->Ptr()))) { in PushOnAllocationStack()