Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ohos/tests/
H A Dcrash_test.cpp94 std::map<ecmascript::ohos::RuntimeInfoType, int> escapeMap = runtimeInfo->CollectCrashSum(); in HWTEST_F_L0()
124 std::map<ecmascript::ohos::RuntimeInfoType, int> escapeMapRealPath = runtimeInfo->CollectCrashSum(sanboxRealPath); in HWTEST_F_L0()
150 runtimeInfo->CollectCrashSum(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/platform/unix/
H A Daot_crash_info.cpp130 auto escapeMap = ohos::AotRuntimeInfo::GetInstance().CollectCrashSum(pgoRealPath); in IsAotEscaped()
140 auto escapeMap = ohos::AotRuntimeInfo::GetInstance().CollectCrashSum(); in IsJitEscape()
/arkcompiler/ets_runtime/ecmascript/ohos/
H A Daot_runtime_info.h134 std::map<RuntimeInfoType, int> escapeMap = CollectCrashSum(pgoRealPath); in GetCompileCountByType()
141 std::map<RuntimeInfoType, int> CollectCrashSum(const std::string &pgoRealPath = "") in CollectCrashSum() function in panda::ecmascript::ohos::AotRuntimeInfo

Completed in 3 milliseconds