/external/chromium_org/third_party/WebKit/Source/web/ |
StorageQuotaClientImpl.h | 49 virtual void trace(WebCore::Visitor* visitor) OVERRIDE { WebCore::StorageQuotaClient::trace(visitor); }
|
/external/chromium_org/third_party/webrtc/test/testsupport/ |
perf_test.h | 27 // "_browser"; |trace| is a description of the particular data point, e.g. 34 // string to specify a particular graph and the |trace| to identify a trace 38 const std::string& trace, 46 const std::string& trace, 55 const std::string& trace, 63 const std::string& trace, 73 const std::string& trace, 81 const std::string& trace, 92 const std::string& trace, [all...] |
/external/chromium_org/tools/android/adb_profile_chrome/ |
main.py | 67 'chromium.org/developers/how-tos/trace-event-' 73 'download the resulting trace.', metavar='N', 80 cont_options.add_option('--ring-buffer', help='Use the trace buffer as a ' 82 'instead of appending events into one long trace.', 89 'e.g., "*", "cat1*,-cat1a". Omit this option to trace ' 95 chrome_opts.add_option('--trace-cc', 96 help='Deprecated, use --trace-frame-viewer.', 98 chrome_opts.add_option('--trace-frame-viewer', 99 help='Enable enough trace categories for ' 101 chrome_opts.add_option('--trace-ubercompositor' [all...] |
/external/chromium_org/tools/telemetry/build/ |
generate_telemetry_harness.sh | 15 --exclude=*/third_party/trace-viewer/test_data/* \
|
/external/chromium_org/v8/src/ |
checks.cc | 26 void* trace[100]; local 27 int size = backtrace(trace, ARRAY_SIZE(trace)); 28 char** symbols = backtrace_symbols(trace, size); 29 OS::PrintError("\n==== C stack trace ===============================\n\n"); 58 bt_addr_t trace[100]; 59 int size = bt_get_backtrace(&acc, trace, ARRAY_SIZE(trace)); 60 OS::PrintError("\n==== C stack trace ===============================\n\n"); 64 bt_sprnf_addrs(&memmap, trace, size, const_cast<char*>("%a\n") [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/heap/ |
Visitor.h | 76 // The TraceMethodDelegate is used to convert a trace method for type T to a TraceCallback. 77 // This allows us to pass a type's trace method as a parameter to the PersistentNode 78 // constructor. The PersistentNode constructor needs the specific trace method due an issue 88 // trace the pointers in the object during garbage collection, an 160 // how to trace all of the pointers in the object. 162 // By default, the 'trace' method implemented on an object itself is 163 // used to trace the pointers to other heap objects inside the object. 173 // Default implementation of TraceTrait<T>::trace just statically 174 // dispatches to the trace method of the class T. 175 static void trace(Visitor* visitor, void* self function in class:WebCore::TraceTrait 233 void trace(const Member<T>& t) function in class:WebCore::Visitor 242 void trace(const T* t) function in class:WebCore::Visitor 248 void trace(T* t) function in class:WebCore::Visitor 260 void trace(const WeakMember<T>& t) function in class:WebCore::Visitor 282 void trace(const T& t) function in class:WebCore::Visitor 289 void trace(const Vector<T, inlineCapacity>& vector) function in class:WebCore::Visitor 295 void trace(const HashSet<T, U, V>& hashSet) function in class:WebCore::Visitor 301 void trace(const ListHashSet<T, inlineCapacity, U>& hashSet) function in class:WebCore::Visitor 307 void trace(const LinkedHashSet<T, U>& hashSet) function in class:WebCore::Visitor 313 void trace(const Deque<T, N>& deque) function in class:WebCore::Visitor 319 void trace(const HashCountedSet<T, U, V>& set) function in class:WebCore::Visitor 325 void trace(const HashMap<T, U, V, W, X, WTF::DefaultAllocator>& map) function in class:WebCore::Visitor 333 void trace(const OwnPtr<T>& t) function in class:WebCore::Visitor 343 void trace(const RefPtr<T>&) function in class:WebCore::Visitor 356 void trace(const RawPtr<T>&) function in class:WebCore::Visitor 365 void trace(const WeakPtr<T>&) function in class:WebCore::Visitor 487 static void trace(Visitor* visitor, const HashSet& set) function in struct:WebCore::OffHeapCollectionTraceTrait 506 static void trace(Visitor* visitor, const ListHashSet& set) function in struct:WebCore::OffHeapCollectionTraceTrait 520 static void trace(Visitor* visitor, const LinkedHashSet& set) function in struct:WebCore::OffHeapCollectionTraceTrait 534 static void trace(Visitor* visitor, const HashMap& map) function in struct:WebCore::OffHeapCollectionTraceTrait 557 static void trace(Visitor* visitor, const Vector& vector) function in struct:WebCore::OffHeapCollectionTraceTrait 570 static void trace(Visitor* visitor, const Deque& deque) function in struct:WebCore::OffHeapCollectionTraceTrait 583 static void trace(Visitor* visitor, const Set& set) function in struct:WebCore::OffHeapCollectionTraceTrait 610 visitor->mark(const_cast<T*>(t), &TraceTrait<T>::trace); member in class:WebCore::DefaultTraceTrait::TraceTrait [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
ExceptionExtensions.cs | 48 StackTrace trace = new StackTrace(e, true); 49 StackFrame[] frames = trace.GetFrames(); 51 // don't include this helper function in the trace 75 string trace = e.StackTrace ?? string.Empty; 76 foreach (string line in trace.Split('\n', '\r')) {
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
ExceptionExtensions.cs | 53 StackTrace trace = new StackTrace( e, true ); 54 StackFrame[] frames = trace.GetFrames(); 57 // don't include this helper function in the trace 84 string trace = e.StackTrace ?? string.Empty; 85 foreach ( string line in trace.Split( '\n', '\r' ) )
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
AnimationEffect.h | 57 virtual void trace(Visitor*) { } function in class:WebCore::AnimationEffect
|
CompositorPendingAnimations.h | 55 void trace(Visitor*);
|
/external/chromium_org/third_party/WebKit/Source/core/animation/interpolation/ |
Interpolation.cpp | 56 void Interpolation::trace(Visitor* visitor) function in class:WebCore::Interpolation 58 visitor->trace(m_start); 59 visitor->trace(m_end); 60 visitor->trace(m_cachedValue);
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSFilterRule.cpp | 87 void CSSFilterRule::trace(Visitor* visitor) function in class:WebCore::CSSFilterRule 89 visitor->trace(m_filterRule); 90 visitor->trace(m_propertiesCSSOMWrapper); 91 CSSRule::trace(visitor);
|
StyleMedia.h | 46 void trace(Visitor*) { } function in class:WebCore::StyleMedia
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
IdTargetObserver.h | 39 virtual void trace(Visitor*);
|
NodeList.h | 48 virtual void trace(Visitor*) { } function in class:WebCore::NodeList
|
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/ |
CustomElementMicrotaskImportStep.cpp | 90 void CustomElementMicrotaskImportStep::trace(Visitor* visitor) function in class:WebCore::CustomElementMicrotaskImportStep 92 visitor->trace(m_import); 93 visitor->trace(m_queue); 94 CustomElementMicrotaskStep::trace(visitor);
|
CustomElementMicrotaskQueueBase.h | 27 void trace(Visitor*);
|
CustomElementObserver.h | 50 virtual void trace(Visitor*) { } function in class:WebCore::CustomElementObserver
|
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/ |
ShadowRootRareData.h | 73 void trace(Visitor* visitor) function in class:WebCore::ShadowRootRareData 75 visitor->trace(m_shadowInsertionPointOfYoungerShadowRoot); 76 visitor->trace(m_descendantInsertionPoints); 77 visitor->trace(m_styleSheetList);
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
InsertNodeBeforeCommand.cpp | 67 void InsertNodeBeforeCommand::trace(Visitor* visitor) function in class:WebCore::InsertNodeBeforeCommand 69 visitor->trace(m_insertChild); 70 visitor->trace(m_refChild); 71 SimpleEditCommand::trace(visitor);
|
RemoveNodePreservingChildrenCommand.h | 40 virtual void trace(Visitor*) OVERRIDE;
|
ReplaceNodeWithSpanCommand.cpp | 84 void ReplaceNodeWithSpanCommand::trace(Visitor* visitor) function in class:WebCore::ReplaceNodeWithSpanCommand 86 visitor->trace(m_elementToReplace); 87 visitor->trace(m_spanElement); 88 SimpleEditCommand::trace(visitor);
|
SplitTextNodeContainingElementCommand.h | 40 virtual void trace(Visitor*) OVERRIDE;
|
WrapContentsInDummySpanCommand.cpp | 90 void WrapContentsInDummySpanCommand::trace(Visitor* visitor) function in class:WebCore::WrapContentsInDummySpanCommand 92 visitor->trace(m_element); 93 visitor->trace(m_dummySpan); 94 SimpleEditCommand::trace(visitor);
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLTemplateElement.h | 45 virtual void trace(Visitor*) OVERRIDE;
|