Home
last modified time | relevance | path

Searched defs:maxStackSize (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/inspector/
Dv8-stack-trace-impl.cc26 int maxStackSize) { in toFramesVector()
183 v8::Local<v8::StackTrace> v8StackTrace, int maxStackSize) { in create()
207 V8Debugger* debugger, int contextGroupId, int maxStackSize) { in capture()
346 int maxStackSize) { in capture()
/external/proguard/src/proguard/classfile/attribute/visitor/
DStackSizeComputer.java57 private int maxStackSize; field in StackSizeComputer