Home
last modified time | relevance | path

Searched refs:GetConstJsHeapStringData (Results 1 – 7 of 7) sorted by relevance

/developtools/profiler/host/smartperf/trace_streamer/src/table/js_memory/
Djs_heap_string_table.cpp37 …: TableBase::Cursor(dataCache, table, static_cast<uint32_t>(dataCache->GetConstJsHeapStringData().… in Cursor()
38 jsHeapString_(dataCache->GetConstJsHeapStringData()) in Cursor()
/developtools/smartperf_host/trace_streamer/src/table/js_memory/
Djs_heap_string_table.cpp37 …: TableBase::Cursor(dataCache, table, static_cast<uint32_t>(dataCache->GetConstJsHeapStringData().… in Cursor()
38 jsHeapString_(dataCache->GetConstJsHeapStringData()) in Cursor()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_data_cache_reader.h106 const JsHeapString& GetConstJsHeapStringData() const;
Dtrace_data_cache_reader.cpp223 const JsHeapString& TraceDataCacheReader::GetConstJsHeapStringData() const in GetConstJsHeapStringData() function in SysTuning::TraceStreamer::TraceDataCacheReader
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache_reader.h106 const JsHeapString& GetConstJsHeapStringData() const;
Dtrace_data_cache_reader.cpp223 const JsHeapString& TraceDataCacheReader::GetConstJsHeapStringData() const in GetConstJsHeapStringData() function in SysTuning::TraceStreamer::TraceDataCacheReader
/developtools/smartperf_host/trace_streamer/test/unittest/
Djs_memory_test.cpp557 auto string = stream_.traceDataCache_->GetConstJsHeapStringData().Strings()[0];
559 auto string1 = stream_.traceDataCache_->GetConstJsHeapStringData().Strings()[1];
561 auto string2 = stream_.traceDataCache_->GetConstJsHeapStringData().Strings()[2];
563 auto string3 = stream_.traceDataCache_->GetConstJsHeapStringData().Strings()[3];
565 auto string4 = stream_.traceDataCache_->GetConstJsHeapStringData().Strings()[4];