Searched refs:maxCallStackDepth (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | TimelineManager.js | 64 start: function(maxCallStackDepth, includeDomCounters, includeGPUEvents, callback) argument 68 …TimelineAgent.start(maxCallStackDepth, /* bufferEvents */false, includeDomCounters, includeGPUEven…
|
/external/chromium_org/third_party/angle/src/compiler/ |
D | DetectCallDepth.cpp | 72 …ectCallDepth::DetectCallDepth(TInfoSink& infoSink, bool limitCallStackDepth, int maxCallStackDepth) in DetectCallDepth() argument 76 maxDepth(limitCallStackDepth ? maxCallStackDepth : FunctionNode::kInfiniteCallDepth) in DetectCallDepth()
|
D | Compiler.cpp | 78 maxCallStackDepth(0), in TCompiler() 98 maxCallStackDepth = resources.MaxCallStackDepth; in Init() 296 DetectCallDepth detect(infoSink, limitCallStackDepth, maxCallStackDepth); in detectCallDepth()
|
D | DetectCallDepth.h | 28 DetectCallDepth(TInfoSink& infoSync, bool limitCallStackDepth, int maxCallStackDepth);
|
D | ShHandle.h | 127 int maxCallStackDepth; variable
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | TimelineRecordFactory.cpp | 45 …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()
|
D | TimelineRecordFactory.h | 50 …static PassRefPtr<JSONObject> createGenericRecord(double startTime, int maxCallStackDepth, const S…
|
D | InspectorTimelineAgent.cpp | 310 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()
|
D | InspectorTimelineAgent.h | 149 …virtual void start(ErrorString*, const int* maxCallStackDepth, const bool* bufferEvents, const boo…
|