Home
last modified time | relevance | path

Searched refs:GetDefaultStackSize (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Druntime.h314 size_t GetDefaultStackSize() const { in GetDefaultStackSize() function
Dthread.cc685 stack_size = Runtime::Current()->GetDefaultStackSize(); in FixStackSize()