Home
last modified time | relevance | path

Searched refs:maxCallStackDepth (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DTimelineManager.js64 start: function(maxCallStackDepth, includeDomCounters, includeGPUEvents, callback) argument
68 …TimelineAgent.start(maxCallStackDepth, /* bufferEvents */false, includeDomCounters, includeGPUEven…
/external/chromium_org/third_party/angle/src/compiler/
DDetectCallDepth.cpp72 …ectCallDepth::DetectCallDepth(TInfoSink& infoSink, bool limitCallStackDepth, int maxCallStackDepth) in DetectCallDepth() argument
76 maxDepth(limitCallStackDepth ? maxCallStackDepth : FunctionNode::kInfiniteCallDepth) in DetectCallDepth()
DCompiler.cpp78 maxCallStackDepth(0), in TCompiler()
98 maxCallStackDepth = resources.MaxCallStackDepth; in Init()
296 DetectCallDepth detect(infoSink, limitCallStackDepth, maxCallStackDepth); in detectCallDepth()
DDetectCallDepth.h28 DetectCallDepth(TInfoSink& infoSync, bool limitCallStackDepth, int maxCallStackDepth);
DShHandle.h127 int maxCallStackDepth; variable
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DTimelineRecordFactory.cpp45 …t> TimelineRecordFactory::createGenericRecord(double startTime, int maxCallStackDepth, const Strin… in createGenericRecord() argument
50 if (maxCallStackDepth) { in createGenericRecord()
51 RefPtr<ScriptCallStack> stackTrace = createScriptCallStack(maxCallStackDepth, true); in createGenericRecord()
DTimelineRecordFactory.h50 …static PassRefPtr<JSONObject> createGenericRecord(double startTime, int maxCallStackDepth, const S…
DInspectorTimelineAgent.cpp310 void InspectorTimelineAgent::start(ErrorString* errorString, const int* maxCallStackDepth, const bo… in start() argument
322 if (maxCallStackDepth && *maxCallStackDepth >= 0) in start()
323 m_maxCallStackDepth = *maxCallStackDepth; in start()
DInspectorTimelineAgent.h149 …virtual void start(ErrorString*, const int* maxCallStackDepth, const bool* bufferEvents, const boo…