Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/src/
H A Dvirtual_runtime.cpp633 uint32_t VirtualRuntime::FindArkTsFilePath(std::string_view& jstr) in FindArkTsFilePath() argument
635 auto iter = jsUrlMap_.find(jstr); in FindArkTsFilePath()
643 uint32_t VirtualRuntime::FillArkTsFilePath(std::string_view& jstr) in FillArkTsFilePath() argument
645 auto iter = jsUrlMap_.find(jstr); in FillArkTsFilePath()
647 jsUrlMap_[jstr] = ++memMapFilePathId_; in FillArkTsFilePath()
649 return jsUrlMap_[jstr]; in FillArkTsFilePath()
/developtools/profiler/device/plugins/native_daemon/include/
H A Dvirtual_runtime.h93 uint32_t FillArkTsFilePath(std::string_view& jstr);
94 uint32_t FindArkTsFilePath(std::string_view& jstr);

Completed in 3 milliseconds