Home
last modified time | relevance | path

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

/developtools/profiler/hidebug/interfaces/js/kits/napi/
H A Dnapi_hidebug_gc.cpp22 napi_value GC::GetGcCount(napi_env env) in GetGcCount()
30 napi_value GC::GetGcTime(napi_env env) in GetGcTime()
38 napi_value GC::GetGcBytesAllocated(napi_env env) in GetGcBytesAllocated()
46 napi_value GC::GetGcBytesFreed(napi_env env) in GetGcBytesFreed()
54 napi_value GC::GetFullGcLongTimeCount(napi_env env) in GetFullGcLongTimeCount()
62 std::map<std::string, napi_value (*)(napi_env value)> GC::vmGcMap_ {
63 {"ark.gc.gc-count", GC::GetGcCount},
64 {"ark.gc.gc-time", GC::GetGcTime},
65 {"ark.gc.gc-bytes-allocated", GC::GetGcBytesAllocated},
66 {"ark.gc.gc-bytes-freed", GC
[all...]
H A Dnapi_hidebug_gc.h27 class GC { class
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 3 milliseconds