Home
last modified time | relevance | path

Searched refs:namesz (Results 1 - 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/memory_plugin/src/
H A Dsmaps_stats.cpp88 bool SmapsStats::GetVmaIndex(std::string name, uint32_t namesz, int32_t heapIndex[2], bool& swappable) in GetVmaIndex() argument
122 if (namesz > strlen(".sensitive_jvbin") && strstr(name.c_str(), ".sensitive_jvbin") != nullptr) { in GetVmaIndex()
146 uint32_t namesz = name.size(); in CollectVmemAreasData() local
147 if (!GetVmaIndex(name, namesz, heapIndex, swappable)) { in CollectVmemAreasData()
148 if (namesz > 0) { in CollectVmemAreasData()
/developtools/profiler/device/plugins/memory_plugin/include/
H A Dsmaps_stats.h390 bool GetVmaIndex(std::string name, uint32_t namesz, int32_t heapIndex[2], bool& swappable);

Completed in 2 milliseconds