Home
last modified time | relevance | path

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

/art/runtime/
Dthread-inl.h192 inline void Thread::SetThreadLocalAllocationStack(mirror::Object** start, mirror::Object** end) { in SetThreadLocalAllocationStack() function
Dthread.h809 void SetThreadLocalAllocationStack(mirror::Object** start, mirror::Object** end);
/art/runtime/gc/
Dheap.cc2497 self->SetThreadLocalAllocationStack(start_address, end_address); in PushOnThreadLocalAllocationStackWithInternalGC()