HomeSort by relevance Sort by last modified time
    Searched full:maxstacksize (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptCallStackFactory.cpp 69 static void toScriptCallFramesVector(v8::Handle<v8::StackTrace> stackTrace, Vector<ScriptCallFrame>& scriptCallFrames, size_t maxStackSize, bool emptyStackIsAllowed, v8::Isolate* isolate)
73 if (frameCount > static_cast<int>(maxStackSize))
74 frameCount = maxStackSize;
87 static PassRefPtrWillBeRawPtr<ScriptCallStack> createScriptCallStack(v8::Handle<v8::StackTrace> stackTrace, size_t maxStackSize, bool emptyStackIsAllowed, v8::Isolate* isolate)
92 toScriptCallFramesVector(stackTrace, scriptCallFrames, maxStackSize, emptyStackIsAllowed, isolate);
96 PassRefPtrWillBeRawPtr<ScriptCallStack> createScriptCallStack(v8::Handle<v8::StackTrace> stackTrace, size_t maxStackSize, v8::Isolate* isolate)
98 return createScriptCallStack(stackTrace, maxStackSize, true, isolate);
101 PassRefPtrWillBeRawPtr<ScriptCallStack> createScriptCallStack(size_t maxStackSize, bool emptyStackIsAllowed)
107 v8::Handle<v8::StackTrace> stackTrace(v8::StackTrace::CurrentStackTrace(isolate, maxStackSize, stackTraceOptions));
108 return createScriptCallStack(stackTrace, maxStackSize, emptyStackIsAllowed, isolate)
    [all...]
ScriptCallStackFactory.h 51 PassRefPtrWillBeRawPtr<ScriptCallStack> createScriptCallStack(v8::Handle<v8::StackTrace>, size_t maxStackSize, v8::Isolate*);
52 PassRefPtrWillBeRawPtr<ScriptCallStack> createScriptCallStack(size_t maxStackSize, bool emptyStackIsAllowed = false);
53 PassRefPtrWillBeRawPtr<ScriptCallStack> createScriptCallStackForConsole(ScriptState*, size_t maxStackSize = ScriptCallStack::maxCallStackSizeToCapture);
  /external/proguard/src/proguard/classfile/attribute/visitor/
StackSizeComputer.java 57 private int maxStackSize;
90 return maxStackSize;
150 maxStackSize = 0;
303 if (maxStackSize < stackSize)
305 maxStackSize = stackSize;
345 if (maxStackSize < stackSize)
347 maxStackSize = stackSize;
  /external/chromium_org/third_party/skia/third_party/lua/src/
ldump.c 145 DumpChar(f->maxstacksize,D);
lfunc.c 125 f->maxstacksize = 0;
lundump.c 177 f->maxstacksize=LoadByte(S);
lcode.c 263 if (newstack > fs->f->maxstacksize) {
266 fs->f->maxstacksize = cast_byte(newstack);
ldo.c 327 luaD_checkstack(L, p->maxstacksize);
337 ci->top = base + p->maxstacksize;
lobject.h 488 lu_byte maxstacksize; /* maximum stack used by this function */ member in struct:Proto
luac.c 393 S(f->maxstacksize),S(f->sizeupvalues));
lparser.c 546 f->maxstacksize = 2; /* registers 0/1 are always valid */
    [all...]
lvm.c 748 lua_assert(L->top == oci->u.l.base + getproto(ofunc)->maxstacksize);
  /external/llvm/lib/Target/R600/
R600ControlFlowFinalizer.cpp 45 unsigned MaxStackSize;
51 MaxStackSize(ShaderType == ShaderType::VERTEX ? 1 : 0),
147 MaxStackSize = std::max(CurrentStackSize, MaxStackSize);
664 MFI->StackSize = CFStack.MaxStackSize;
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
MethodWriter.java 390 private int maxStackSize;
645 if (size > maxStackSize) {
646 maxStackSize = size;
668 if (size > maxStackSize) {
669 maxStackSize = size;
698 if (size > maxStackSize) {
699 maxStackSize = size;
750 if (size > maxStackSize) {
751 maxStackSize = size;
791 if (size > maxStackSize) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
CanvasReplayStateView.js 151 const maxStackSize = 256;
158 if (this._prevOptionsStack.length > maxStackSize)
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 

Completed in 2686 milliseconds