Searched defs:maxCallStackDepth (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DDetectCallDepth.cpp72 DetectCallDepth::DetectCallDepth(TInfoSink& infoSink, bool limitCallStackDepth, int maxCallStackDepth) argument
76 maxDepth(limitCallStackDepth ? maxCallStackDepth : FunctionNode::kInfiniteCallDepth)
H A DShHandle.h139 int maxCallStackDepth; member in class:TCompiler
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DTimelineRecordFactory.cpp47 PassRefPtr<TimelineEvent> TimelineRecordFactory::createGenericRecord(double startTime, int maxCallStackDepth, const String& type, PassRefPtr<JSONObject> data) argument
54 if (maxCallStackDepth) {
55 RefPtrWillBeRawPtr<ScriptCallStack> stackTrace = createScriptCallStack(maxCallStackDepth, true);
H A DInspectorTimelineAgent.cpp305 void InspectorTimelineAgent::start(ErrorString* errorString, const int* maxCallStackDepth, const bool* bufferEvents, const String* liveEvents, const bool* includeCounters, const bool* includeGPUEvents) argument
316 if (maxCallStackDepth && *maxCallStackDepth >= 0)
317 m_maxCallStackDepth = *maxCallStackDepth;

Completed in 587 milliseconds