Home
last modified time | relevance | path

Searched refs:Profiler (Results 1 – 25 of 48) sorted by relevance

12

/external/webkit/Source/JavaScriptCore/profiler/
DProfiler.cpp53 Profiler* Profiler::s_sharedProfiler = 0;
54 Profiler* Profiler::s_sharedEnabledProfilerReference = 0;
56 Profiler* Profiler::profiler() in profiler()
59 s_sharedProfiler = new Profiler(); in profiler()
63 void Profiler::startProfiling(ExecState* exec, const UString& title) in startProfiling()
82 PassRefPtr<Profile> Profiler::stopProfiling(ExecState* exec, const UString& title) in stopProfiling()
102 void Profiler::stopProfiling(JSGlobalObject* origin) in stopProfiling()
123 void Profiler::willExecute(ExecState* callerCallFrame, JSValue function) in willExecute()
130 void Profiler::willExecute(ExecState* callerCallFrame, const UString& sourceURL, int startingLineNu… in willExecute()
139 void Profiler::didExecute(ExecState* callerCallFrame, JSValue function) in didExecute()
[all …]
DProfiler.h48 class Profiler {
51 static Profiler** enabledProfilerReference() in enabledProfilerReference()
56 static Profiler* profiler();
74 static Profiler* s_sharedProfiler;
75 static Profiler* s_sharedEnabledProfilerReference;
DProfileGenerator.cpp66 …m_currentNode = ProfileNode::create(exec, Profiler::createCallIdentifier(exec, function ? function… in addParentForConsoleStart()
/external/webkit/Source/JavaScriptCore/API/
DJSProfilerPrivate.cpp37 Profiler::profiler()->startProfiling(toJS(ctx), title->ustring()); in JSStartProfiling()
43 Profiler* profiler = Profiler::profiler(); in JSEndProfiling()
/external/webkit/Source/WebCore/bindings/js/
DScriptProfiler.cpp46 JSC::Profiler::profiler()->startProfiling(state, stringToUString(title)); in start()
51 …RefPtr<JSC::Profile> profile = JSC::Profiler::profiler()->stopProfiling(state, stringToUString(tit… in stop()
/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.h56 class Profiler; variable
101 Profiler** enabledProfilerReference;
137 Profiler** enabledProfilerReference;
167 Profiler** enabledProfilerReference;
195 Profiler** enabledProfilerReference;
227 Profiler** enabledProfilerReference;
248 Profiler** enabledProfilerReference;
276 …ctiTrampoline(void* code, RegisterFile*, CallFrame*, void* /*unused1*/, Profiler**, JSGlobalData*);
DJITCode.h77 …rampoline(m_ref.m_code.executableAddress(), registerFile, callFrame, 0, Profiler::enabledProfilerR… in execute()
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
DDbg.stg67 …((Profiler)dbg).examineRuleMemoization(input, ruleIndex, stopIndex, <grammar.composite.rootGrammar…
74 …((Profiler)dbg).memoize(input, ruleIndex, ruleStartIndex, <grammar.composite.rootGrammar.recognize…
102 this(input, new Profiler(null), new RecognizerSharedState());
106 Profiler p = (Profiler)dbg;
130 Profiler p = (Profiler)dbg;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DProfileTreeGrammar.cs61 : this( input, new Profiler(null), new RecognizerSharedState() ) in ProfileTreeGrammar()
67 Profiler p = (Profiler)dbg; in ProfileTreeGrammar()
74 Profiler p = (Profiler)dbg; in ProfileTreeGrammar()
79 ((Profiler)dbg).ExamineRuleMemoization(input, ruleIndex, ProfileTreeGrammar.ruleNames[ruleIndex]); in AlreadyParsedRule()
85 …((Profiler)dbg).Memoize(input, ruleIndex, ruleStartIndex, ProfileTreeGrammar.ruleNames[ruleIndex]); in Memoize()
DProfileGrammarParser.cs59 : this( input, new Profiler(null), new RecognizerSharedState() ) in ProfileGrammarParser()
65 Profiler p = (Profiler)dbg; in ProfileGrammarParser()
78 Profiler p = (Profiler)dbg; in ProfileGrammarParser()
89 …((Profiler)dbg).ExamineRuleMemoization(input, ruleIndex, ProfileGrammarParser.ruleNames[ruleIndex]… in AlreadyParsedRule()
95 …((Profiler)dbg).Memoize(input, ruleIndex, ruleStartIndex, ProfileGrammarParser.ruleNames[ruleIndex… in Memoize()
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DDbg.stg71 …((Profiler)dbg).ExamineRuleMemoization(input, ruleIndex, stopIndex, <grammar.composite.rootGrammar…
76 …((Profiler)dbg).Memoize(input, ruleIndex, ruleStartIndex, <grammar.composite.rootGrammar.recognize…
107 : this( input, new Profiler(null), new RecognizerSharedState() )
113 Profiler p = (Profiler)dbg;
139 Profiler p = (Profiler)dbg;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DDbg.stg72 …((Profiler)dbg).ExamineRuleMemoization(input, ruleIndex, stopIndex, <grammar.composite.rootGrammar…
77 …((Profiler)dbg).Memoize(input, ruleIndex, ruleStartIndex, <grammar.composite.rootGrammar.recognize…
108 : this( input, new Profiler(null), new RecognizerSharedState() )
114 Profiler p = (Profiler)dbg;
140 Profiler p = (Profiler)dbg;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
DDbg.stg103 …((Profiler)self._dbg).examineRuleMemoization(input, ruleIndex, <grammar.composite.rootGrammar.reco…
111 …((Profiler)self._dbg).memoize(input, ruleIndex, ruleStartIndex, <grammar.composite.rootGrammar.rec…
141 this(input, new Profiler(null), new RecognizerSharedState());
145 Profiler p = (Profiler)self.dbg;
172 Profiler p = (Profiler)dbg;
/external/webkit/Source/WebCore/inspector/
DInspectorProfilerAgent.cpp198 OutputStream(InspectorFrontend::Profiler* frontend, unsigned uid) in OutputStream()
203 InspectorFrontend::Profiler* m_frontend;
340 explicit HeapSnapshotProgress(InspectorFrontend::Profiler* frontend) in HeapSnapshotProgress()
354 InspectorFrontend::Profiler* m_frontend;
DInspectorProfilerAgent.h108 InspectorFrontend::Profiler* m_frontend;
/external/v8/src/
Dlog.h75 class Profiler; variable
380 Profiler* profiler_;
395 friend class Profiler; variable
Dlog.cc83 class Profiler: public Thread { class
85 explicit Profiler(Isolate* isolate);
212 void SetProfiler(Profiler* profiler) { in SetProfiler()
232 Profiler* profiler_;
269 Profiler::Profiler(Isolate* isolate) in Profiler() function in v8::internal::Profiler
282 void Profiler::Engage() { in Engage()
303 void Profiler::Disengage() { in Disengage()
323 void Profiler::Run() { in Run()
1664 profiler_ = new Profiler(isolate); in SetUp()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dprofile.rb57 options[ :debug_listener ] ||= Profiler.new( self )
195 class Profiler class
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
DDbg.stg81 …[(Profiler)dbg examineRuleMemoization:input, ruleIndex, <grammar.composite.rootGrammar.recognizerN…
86 …[((Profiler)dbg) memoize:input RuleIndex:ruleIndex StartIndex:ruleStartIndex [<grammar.composite.r…
208 // isCyclicDecision is only necessary for the Profiler. Which I didn't do, yet.
/external/webkit/Source/WebKit/gtk/
Dorg.webkitgtk.gschema.xml.in23 <summary>Profiler Enabled</summary>
/external/chromium/chrome/browser/ui/gtk/bookmarks/
Dbookmark_menu_controller_gtk.h22 class Profiler; variable
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DProfiler.cs51 public class Profiler : BlankDebugEventListener { class
92 public Profiler() { in Profiler() method in Antlr.Runtime.Debug.Profiler
95 public Profiler(DebugParser parser) { in Profiler() method in Antlr.Runtime.Debug.Profiler
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DProfiler.cs50 public class Profiler : BlankDebugEventListener class
92 public Profiler() in Profiler() method in Antlr.Runtime.Debug.Profiler
96 public Profiler(DebugParser parser) in Profiler() method in Antlr.Runtime.Debug.Profiler
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DProfiler.java38 public class Profiler extends BlankDebugEventListener { class
148 public Profiler() { in Profiler() method in Profiler
151 public Profiler(DebugParser parser) { in Profiler() method in Profiler
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp682 if (Profiler* profiler = *Profiler::enabledProfilerReference()) in throwException()
688 if (Profiler* profiler = *Profiler::enabledProfilerReference()) in throwException()
756 Profiler** profiler = Profiler::enabledProfilerReference(); in execute()
827 Profiler** profiler = Profiler::enabledProfilerReference(); in executeCall()
859 Profiler** profiler = Profiler::enabledProfilerReference(); in executeCall()
916 Profiler** profiler = Profiler::enabledProfilerReference(); in executeConstruct()
951 Profiler** profiler = Profiler::enabledProfilerReference(); in executeConstruct()
1018 Profiler** profiler = Profiler::enabledProfilerReference(); in execute()
1124 Profiler** profiler = Profiler::enabledProfilerReference(); in execute()
1452 Profiler** enabledProfilerReference = Profiler::enabledProfilerReference(); in privateExecute()

12