Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/platform/unix/
H A Daot_crash_info.cpp131 int totalCrashes = escapeMap[ohos::RuntimeInfoType::AOT_CRASH] + in IsAotEscaped() local
135 return totalCrashes >= OPT_CODE_CRASH_THRESHOLD; in IsAotEscaped()
141 int totalCrashes = escapeMap[ohos::RuntimeInfoType::AOT_CRASH] + in IsJitEscape() local
145 return totalCrashes >= OPT_CODE_CRASH_THRESHOLD; in IsJitEscape()

Completed in 1 milliseconds