Home
last modified time | relevance | path

Searched refs:TracedValue (Results 1 – 23 of 23) sorted by relevance

/external/v8/src/tracing/
Dtraced-value.cc61 std::unique_ptr<TracedValue> TracedValue::Create() { in Create()
62 return std::unique_ptr<TracedValue>(new TracedValue()); in Create()
65 TracedValue::TracedValue() : first_item_(true) { in TracedValue() function in v8::tracing::TracedValue
69 TracedValue::~TracedValue() { in ~TracedValue()
75 void TracedValue::SetInteger(const char* name, int value) { in SetInteger()
81 void TracedValue::SetDouble(const char* name, double value) { in SetDouble()
88 void TracedValue::SetBoolean(const char* name, bool value) { in SetBoolean()
94 void TracedValue::SetString(const char* name, const char* value) { in SetString()
100 void TracedValue::BeginDictionary(const char* name) { in BeginDictionary()
108 void TracedValue::BeginArray(const char* name) { in BeginArray()
[all …]
Dtraced-value.h19 class TracedValue : public ConvertableToTraceFormat {
21 ~TracedValue() override;
23 static std::unique_ptr<TracedValue> Create();
51 TracedValue();
64 DISALLOW_COPY_AND_ASSIGN(TracedValue);
Dtrace-event.cc24 auto value = v8::tracing::TracedValue::Create(); in AddEndTraceEvent()
/external/libchrome/base/test/
Dtest_pending_task.cc43 void TestPendingTask::AsValueInto(base::trace_event::TracedValue* state) const {
61 std::unique_ptr<base::trace_event::TracedValue> state(
62 new base::trace_event::TracedValue());
Dtest_pending_task.h66 void AsValueInto(base::trace_event::TracedValue* state) const;
/external/v8/src/ic/
Dic-stats.h19 class TracedValue; variable
30 void AppendToTracedValue(v8::tracing::TracedValue* value) const;
Dic-stats.cc45 auto value = v8::tracing::TracedValue::Create(); in Dump()
116 void ICInfo::AppendToTracedValue(v8::tracing::TracedValue* value) const { in AppendToTracedValue()
/external/libchrome/base/task/sequence_manager/
Dtask_queue_impl.h220 void AsValueInto(TimeTicks now, trace_event::TracedValue* state) const;
401 trace_event::TracedValue* state);
404 trace_event::TracedValue* state);
407 trace_event::TracedValue* state);
Dtime_domain.h58 void AsValueInto(trace_event::TracedValue* state) const;
82 virtual void AsValueIntoInternal(trace_event::TracedValue* state) const;
Dtime_domain.cc119 void TimeDomain::AsValueInto(trace_event::TracedValue* state) const { in AsValueInto()
131 void TimeDomain::AsValueIntoInternal(trace_event::TracedValue* state) const { in AsValueIntoInternal()
Dwork_queue.h46 void AsValueInto(TimeTicks now, trace_event::TracedValue* state) const;
Dtask_queue_selector.h55 void AsValueInto(trace_event::TracedValue* state) const;
Dtask_queue_impl.cc489 trace_event::TracedValue* state) const { in AsValueInto()
728 trace_event::TracedValue* state) { in QueueAsValueInto()
737 trace_event::TracedValue* state) { in QueueAsValueInto()
754 trace_event::TracedValue* state) { in TaskAsValueInto()
Dwork_queue.cc19 trace_event::TracedValue* state) const { in AsValueInto()
Dsequence_manager_impl.cc579 std::unique_ptr<trace_event::TracedValue> state( in AsValueWithSelectorResult()
580 new trace_event::TracedValue()); in AsValueWithSelectorResult()
Dtask_queue_selector.cc362 void TaskQueueSelector::AsValueInto(trace_event::TracedValue* state) const { in AsValueInto()
Dtime_domain_unittest.cc52 void AsValueIntoInternal(trace_event::TracedValue* state) const override {} in AsValueIntoInternal()
/external/v8/src/profiler/
Dprofile-generator.cc387 using v8::tracing::TracedValue;
401 auto value = TracedValue::Create(); in CpuProfile()
429 void BuildNodeValue(const ProfileNode* node, TracedValue* value) { in BuildNodeValue()
459 auto value = TracedValue::Create(); in StreamPendingTraceEvents()
503 auto value = TracedValue::Create(); in FinishProfile()
/external/libchrome/libchrome_tools/patch/
Dtrace_event.patch104 void AsValueInto(base::trace_event::TracedValue* state) const;
118 void TestPendingTask::AsValueInto(base::trace_event::TracedValue* state) const {
/external/v8/src/builtins/
Dbuiltins-trace.cc17 using v8::tracing::TracedValue;
/external/v8/src/parsing/
Dparse-info.cc112 auto value = v8::tracing::TracedValue::Create(); in EmitBackgroundParseStatisticsOnBackgroundThread()
/external/v8/src/
Dcounters.cc396 void RuntimeCallCounter::Dump(v8::tracing::TracedValue* value) { in Dump()
525 void RuntimeCallStats::Dump(v8::tracing::TracedValue* value) { in Dump()
Dcounters.h655 V8_NOINLINE void Dump(v8::tracing::TracedValue* value);
1050 V8_NOINLINE void Dump(v8::tracing::TracedValue* value);