Searched refs:stackFrameSize (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeap.cpp2181 int stackFrameSize = 16; local
2182 ASSERT(stackFrameSize >= framesToShow);
2184 FramePointer* stackFrame = static_cast<FramePointer*>(alloca(sizeof(FramePointer) * stackFrameSize));
2185 WTFGetBacktrace(stackFrame, &stackFrameSize);
2192 for (int i = 0; i < stackFrameSize && framesToShow > 0; ++i) {

Completed in 3636 milliseconds