Home
last modified time | relevance | path

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

/art/runtime/
Dthread-inl.h330 inline void Thread::SetThreadLocalAllocationStack(StackReference<mirror::Object>* start, in SetThreadLocalAllocationStack() function
Dthread.h1193 void SetThreadLocalAllocationStack(StackReference<mirror::Object>* start,
/art/runtime/gc/
Dheap.cc3040 self->SetThreadLocalAllocationStack(start_address, end_address); in PushOnThreadLocalAllocationStackWithInternalGC()