Searched refs:SetThreadLocalAllocationStack (Results 1 – 3 of 3) sorted by relevance
192 inline void Thread::SetThreadLocalAllocationStack(mirror::Object** start, mirror::Object** end) { in SetThreadLocalAllocationStack() function
809 void SetThreadLocalAllocationStack(mirror::Object** start, mirror::Object** end);
2497 self->SetThreadLocalAllocationStack(start_address, end_address); in PushOnThreadLocalAllocationStackWithInternalGC()