Searched refs:TracedValue (Results 1 – 23 of 23) sorted by relevance
61 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::TracedValue69 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 …]
19 class TracedValue : public ConvertableToTraceFormat {21 ~TracedValue() override;23 static std::unique_ptr<TracedValue> Create();51 TracedValue();64 DISALLOW_COPY_AND_ASSIGN(TracedValue);
24 auto value = v8::tracing::TracedValue::Create(); in AddEndTraceEvent()
43 void TestPendingTask::AsValueInto(base::trace_event::TracedValue* state) const {61 std::unique_ptr<base::trace_event::TracedValue> state(62 new base::trace_event::TracedValue());
66 void AsValueInto(base::trace_event::TracedValue* state) const;
19 class TracedValue; variable30 void AppendToTracedValue(v8::tracing::TracedValue* value) const;
45 auto value = v8::tracing::TracedValue::Create(); in Dump()116 void ICInfo::AppendToTracedValue(v8::tracing::TracedValue* value) const { in AppendToTracedValue()
220 void AsValueInto(TimeTicks now, trace_event::TracedValue* state) const;401 trace_event::TracedValue* state);404 trace_event::TracedValue* state);407 trace_event::TracedValue* state);
58 void AsValueInto(trace_event::TracedValue* state) const;82 virtual void AsValueIntoInternal(trace_event::TracedValue* state) const;
119 void TimeDomain::AsValueInto(trace_event::TracedValue* state) const { in AsValueInto()131 void TimeDomain::AsValueIntoInternal(trace_event::TracedValue* state) const { in AsValueIntoInternal()
46 void AsValueInto(TimeTicks now, trace_event::TracedValue* state) const;
55 void AsValueInto(trace_event::TracedValue* state) const;
489 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()
19 trace_event::TracedValue* state) const { in AsValueInto()
579 std::unique_ptr<trace_event::TracedValue> state( in AsValueWithSelectorResult()580 new trace_event::TracedValue()); in AsValueWithSelectorResult()
362 void TaskQueueSelector::AsValueInto(trace_event::TracedValue* state) const { in AsValueInto()
52 void AsValueIntoInternal(trace_event::TracedValue* state) const override {} in AsValueIntoInternal()
387 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()
104 void AsValueInto(base::trace_event::TracedValue* state) const;118 void TestPendingTask::AsValueInto(base::trace_event::TracedValue* state) const {
17 using v8::tracing::TracedValue;
112 auto value = v8::tracing::TracedValue::Create(); in EmitBackgroundParseStatisticsOnBackgroundThread()
396 void RuntimeCallCounter::Dump(v8::tracing::TracedValue* value) { in Dump()525 void RuntimeCallStats::Dump(v8::tracing::TracedValue* value) { in Dump()
655 V8_NOINLINE void Dump(v8::tracing::TracedValue* value);1050 V8_NOINLINE void Dump(v8::tracing::TracedValue* value);