Home
last modified time | relevance | path

Searched refs:vmGcMap_ (Results 1 - 3 of 3) sorted by relevance

/developtools/profiler/hidebug/interfaces/js/kits/napi/
H A Dnapi_hidebug_gc.h34 static std::map<std::string, napi_value (*)(napi_env value)> vmGcMap_; member in OHOS::HiviewDFX::GC
H A Dnapi_hidebug_gc.cpp62 std::map<std::string, napi_value (*)(napi_env value)> GC::vmGcMap_ {
H A Dnapi_hidebug.cpp899 for (const auto &[k, v] : GC::vmGcMap_) { in GetVMRuntimeStats()
915 if (GC::vmGcMap_.find(param) == GC::vmGcMap_.end()) { in GetVMRuntimeStat()
921 return GC::vmGcMap_.at(param)(env); in GetVMRuntimeStat()

Completed in 6 milliseconds