Home
last modified time | relevance | path

Searched defs:escapeMap (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/unix/
Daot_crash_info.cpp131 auto escapeMap = ohos::AotRuntimeInfo::GetInstance().CollectCrashSum(pgoRealPath); in IsAotEscaped() local
141 auto escapeMap = ohos::AotRuntimeInfo::GetInstance().CollectCrashSum(); in IsJitEscape() local
/arkcompiler/ets_runtime/ecmascript/ohos/tests/
Dcrash_test.cpp94 std::map<ecmascript::ohos::RuntimeInfoType, int> escapeMap = runtimeInfo->CollectCrashSum(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/ohos/
Daot_runtime_info.h134 std::map<RuntimeInfoType, int> escapeMap = CollectCrashSum(pgoRealPath); variable