Home
last modified time | relevance | path

Searched refs:GetStackSize (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dthread_pool.h55 size_t GetStackSize() const { in GetStackSize() function
Dthread.h623 size_t GetStackSize() const { in GetStackSize() function
/art/runtime/entrypoints/
Dentrypoint_utils.cc125 msg += PrettySize(self->GetStackSize()); in ThrowStackOverflowError()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1376 uint32_t GetStackSize() const { in GetStackSize() function in art::ComputeNativeCallFrameSize
1381 sp8 -= GetStackSize(); in LayoutCallStack()