Home
last modified time | relevance | path

Searched refs:BeginDictionary (Results 1 – 11 of 11) sorted by relevance

/external/libchrome/base/trace_event/
Dtrace_event_argument_unittest.cc47 value->BeginDictionary("dict1"); in TEST()
49 value->BeginDictionary("dict2"); in TEST()
59 value->BeginDictionary(); in TEST()
87 value->BeginDictionary(); in TEST()
118 value->BeginDictionary("outer_dict"); in TEST()
157 nested_dict_value->BeginDictionary("g"); in TEST()
Dmemory_allocator_dump.cc63 attributes_->BeginDictionary(name); in AddScalar()
73 attributes_->BeginDictionary(name); in AddScalarF()
90 attributes_->BeginDictionary(name); in AddString()
Dprocess_memory_dump.cc304 value->BeginDictionary("process_totals"); in AsValueInto()
310 value->BeginDictionary("process_mmaps"); in AsValueInto()
316 value->BeginDictionary("allocators"); in AsValueInto()
323 value->BeginDictionary("heaps"); in AsValueInto()
331 value->BeginDictionary(); in AsValueInto()
Dprocess_memory_maps.cc46 value->BeginDictionary(); in AsValueInto()
53 value->BeginDictionary("bs"); // byte stats in AsValueInto()
Dtrace_event_argument.h40 void BeginDictionary(const char* name);
59 void BeginDictionary();
Dtrace_event_argument.cc147 BeginDictionary(name); in SetValue()
162 void TracedValue::BeginDictionary(const char* name) { in BeginDictionary() function in base::trace_event::TracedValue
226 void TracedValue::BeginDictionary() { in BeginDictionary() function in base::trace_event::TracedValue
333 BeginDictionary(); in AppendBaseValue()
Dheap_profiler_heap_dump_writer.cc274 traced_value->BeginDictionary(); in Serialize()
/external/v8/src/tracing/
Dtraced-value.h36 void BeginDictionary(const char* name);
45 void BeginDictionary();
Dtraced-value.cc100 void TracedValue::BeginDictionary(const char* name) { in BeginDictionary() function in v8::tracing::TracedValue
141 void TracedValue::BeginDictionary() { in BeginDictionary() function in v8::tracing::TracedValue
/external/v8/src/ic/
Dic-stats.cc117 value->BeginDictionary(); in AppendToTracedValue()
/external/v8/src/profiler/
Dprofile-generator.cc427 value->BeginDictionary("callFrame"); in BuildNodeValue()
458 value->BeginDictionary("cpuProfile"); in StreamPendingTraceEvents()
462 value->BeginDictionary(); in StreamPendingTraceEvents()