HomeSort by relevance Sort by last modified time
    Searched refs:Profiler (Results 1 - 25 of 35) sorted by null

1 2

  /external/webkit/Source/JavaScriptGlue/ForwardingHeaders/profiler/
Profiler.h 1 #include <JavaScriptCore/Profiler.h>
  /external/webkit/Source/WebCore/ForwardingHeaders/profiler/
Profiler.h 3 #include <JavaScriptCore/Profiler.h>
  /external/webkit/Source/JavaScriptCore/API/
JSProfilerPrivate.cpp 31 #include "Profiler.h"
37 Profiler::profiler()->startProfiling(toJS(ctx), title->ustring());
43 Profiler* profiler = Profiler::profiler(); local
44 profiler->stopProfiling(exec, title->ustring());
  /external/webkit/Source/WebCore/bindings/js/
ScriptProfiler.cpp 35 #include <profiler/Profiler.h>
46 JSC::Profiler::profiler()->startProfiling(state, stringToUString(title));
51 RefPtr<JSC::Profile> profile = JSC::Profiler::profiler()->stopProfiling(state, stringToUString(title));
  /external/webkit/Source/JavaScriptCore/profiler/
Profiler.h 48 class Profiler {
51 static Profiler** enabledProfilerReference()
56 static Profiler* profiler();
74 static Profiler* s_sharedProfiler;
75 static Profiler* s_sharedEnabledProfilerReference;
Profiler.cpp 30 #include "Profiler.h"
53 Profiler* Profiler::s_sharedProfiler = 0;
54 Profiler* Profiler::s_sharedEnabledProfilerReference = 0;
56 Profiler* Profiler::profiler() function in class:JSC::Profiler
59 s_sharedProfiler = new Profiler();
63 void Profiler::startProfiling(ExecState* exec, const UString& title
    [all...]
ProfileGenerator.cpp 36 #include "Profiler.h"
66 m_currentNode = ProfileNode::create(exec, Profiler::createCallIdentifier(exec, function ? function.toThisObject(exec) : 0, sourceURL, lineNumber), m_head.get(), m_head.get());
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
Dbg.stg 72 ((Profiler)dbg).ExamineRuleMemoization(input, ruleIndex, stopIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]);
77 ((Profiler)dbg).Memoize(input, ruleIndex, ruleStartIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]);
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/CSharp3/
Dbg.stg 71 ((Profiler)dbg).ExamineRuleMemoization(input, ruleIndex, stopIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]);
76 ((Profiler)dbg).Memoize(input, ruleIndex, ruleStartIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]);
107 : this( input, new Profiler(null), new RecognizerSharedState() )
113 Profiler p = (Profiler)dbg;
139 Profiler p = (Profiler)dbg;
  /packages/apps/Phone/src/com/android/phone/
Profiler.java 28 public class Profiler {
35 // Profiler.PROFILE first, so the method calls will get optimized out
51 private Profiler() {
124 Log.d(LOG_TAG, "[Profiler] " + msg);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Dbg.stg 67 ((Profiler)dbg).examineRuleMemoization(input, ruleIndex, stopIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]);
74 ((Profiler)dbg).memoize(input, ruleIndex, ruleStartIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]);
102 this(input, new Profiler(null), new RecognizerSharedState());
106 Profiler p = (Profiler)dbg;
130 Profiler p = (Profiler)dbg;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Dbg.stg 103 ((Profiler)self._dbg).examineRuleMemoization(input, ruleIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]);
111 ((Profiler)self._dbg).memoize(input, ruleIndex, ruleStartIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]);
141 this(input, new Profiler(null), new RecognizerSharedState());
145 Profiler p = (Profiler)self.dbg;
172 Profiler p = (Profiler)dbg;
  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.h 56 class Profiler;
101 Profiler** enabledProfilerReference;
137 Profiler** enabledProfilerReference;
167 Profiler** enabledProfilerReference;
195 Profiler** enabledProfilerReference;
227 Profiler** enabledProfilerReference;
248 Profiler** enabledProfilerReference;
276 extern "C" EncodedJSValue ctiTrampoline(void* code, RegisterFile*, CallFrame*, void* /*unused1*/, Profiler**, JSGlobalData*);
JITCode.h 34 #include "Profiler.h"
77 JSValue result = JSValue::decode(ctiTrampoline(m_ref.m_code.executableAddress(), registerFile, callFrame, 0, Profiler::enabledProfilerReference(), globalData));
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
Dbg.stg 81 [(Profiler)dbg examineRuleMemoization:input, ruleIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames objectAtIndex:ruleIndex];
86 [((Profiler)dbg) memoize:input RuleIndex:ruleIndex StartIndex:ruleStartIndex [<grammar.composite.rootGrammar.recognizerName> ruleNames[ruleIndex]];
208 // isCyclicDecision is only necessary for the Profiler. Which I didn't do, yet.
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_menu_controller_gtk.h 22 class Profiler;
  /external/webkit/Source/WebCore/inspector/
InspectorProfilerAgent.cpp 198 OutputStream(InspectorFrontend::Profiler* frontend, unsigned uid)
203 InspectorFrontend::Profiler* m_frontend;
262 m_frontend = frontend->profiler();
340 explicit HeapSnapshotProgress(InspectorFrontend::Profiler* frontend)
354 InspectorFrontend::Profiler* m_frontend;
InspectorProfilerAgent.h 108 InspectorFrontend::Profiler* m_frontend;
  /external/v8/src/
log.h 71 // tick profiler requires code events, so --prof implies --log-code.
75 class Profiler;
296 // Profiler's sampling interval (in milliseconds).
315 // Emits the profiler's first message.
359 // Emits a profiler tick event. Used by the profiler thread.
371 // Returns whether profiler's sampler is active.
374 // The sampler used by the profiler and the sliding state window.
378 // points to a Profiler, that handles collection
380 Profiler* profiler_
    [all...]
log.cc 39 #include "runtime-profiler.h"
78 // The Profiler samples pc and sp values for the main thread.
83 class Profiler: public Thread {
85 explicit Profiler(Isolate* isolate);
134 // Tells whether profiler is engaged, that is, processing thread is stated.
185 // Ticker used to provide ticks to the profiler and the sliding state
212 void SetProfiler(Profiler* profiler) {
214 profiler_ = profiler;
232 Profiler* profiler_
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 57 options[ :debug_listener ] ||= Profiler.new( self )
186 =begin rdoc ANTLR3::Profile::Profiler
191 Profiler is an event-listener that performs all of the profiling accounting and
195 class Profiler
206 # (maxLookaheadInCurrentDecision in java Profiler)
210 # (lastTokenConsumed in java Profiler)
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
ProfileTreeGrammar.cs 61 : this( input, new Profiler(null), new RecognizerSharedState() )
67 Profiler p = (Profiler)dbg;
74 Profiler p = (Profiler)dbg;
79 ((Profiler)dbg).ExamineRuleMemoization(input, ruleIndex, ProfileTreeGrammar.ruleNames[ruleIndex]);
85 ((Profiler)dbg).Memoize(input, ruleIndex, ruleStartIndex, ProfileTreeGrammar.ruleNames[ruleIndex]);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 51 public class Profiler : BlankDebugEventListener {
92 public Profiler() {
95 public Profiler(DebugParser parser) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 50 public class Profiler : BlankDebugEventListener
92 public Profiler()
96 public Profiler(DebugParser parser)
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
Profiler.java 38 public class Profiler extends BlankDebugEventListener {
148 public Profiler() {
151 public Profiler(DebugParser parser) {

Completed in 640 milliseconds

1 2