Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/attribute/visitor/
DStackSizeComputer.java57 private int maxStackSize; field in StackSizeComputer
90 return maxStackSize; in getMaxStackSize()
150 maxStackSize = 0; in visitCodeAttribute0()
303 if (maxStackSize < stackSize) in evaluateInstructionBlock()
305 maxStackSize = stackSize; in evaluateInstructionBlock()
345 if (maxStackSize < stackSize) in evaluateInstructionBlock()
347 maxStackSize = stackSize; in evaluateInstructionBlock()
/external/v8/src/inspector/
Dv8-stack-trace-impl.cc51 size_t maxStackSize, v8::Isolate* isolate, in toFramesVector() argument
55 if (frameCount > static_cast<int>(maxStackSize)) in toFramesVector()
56 frameCount = static_cast<int>(maxStackSize); in toFramesVector()
118 v8::Local<v8::StackTrace> stackTrace, size_t maxStackSize, in create() argument
124 toFramesVector(stackTrace, frames, maxStackSize, isolate, debugger, in create()
129 if (debugger && maxStackSize > 1) { in create()
170 V8Debugger* debugger, int contextGroupId, size_t maxStackSize, in capture() argument
177 isolate, static_cast<int>(maxStackSize), stackTraceOptions); in capture()
180 maxStackSize, description); in capture()
Dv8-stack-trace-impl.h59 size_t maxStackSize, const String16& description = String16());
61 V8Debugger*, int contextGroupId, size_t maxStackSize,