Home
last modified time | relevance | path

Searched refs:m_Tag (Results 1 – 4 of 4) sorted by relevance

/external/armnn/src/armnnUtils/
DHeapProfiling.cpp18 , m_Tag(tag) in ScopedHeapProfiler()
26 ss << m_Location << "/" << m_Tag << ".hprof"; in ScopedHeapProfiler()
28 HeapProfilerDump(m_Tag.c_str()); in ScopedHeapProfiler()
33 HeapProfilerDump(m_Tag.c_str()); in ~ScopedHeapProfiler()
DHeapProfiling.hpp30 std::string m_Tag; member in armnnUtils::ScopedHeapProfiler
/external/pdfium/fxjs/
Dcfxjs_engine.h66 const wchar_t* const m_Tag; // Raw, always a literal. variable
Dcfxjs_engine.cpp357 CHECK(result->m_Tag == kPerIsolateDataTag); in Get()
362 : m_Tag(kPerIsolateDataTag), in FXJS_PerIsolateData()