Searched defs:fatal (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/scripts/ |
| H A D | gc_phase_time_stats.py | 24 def fatal(msg: str) -> None: function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_collator_stub_builder.cpp | 165 Switch(ZExtInt32ToInt64(sensitivity), &fatal, SensitivityOptionCases, labels, SENSITIVITY_OPTION_CASES_NUM); in SensitivityOptionsToEcmaString() local 199 Switch(ZExtInt32ToInt64(sensitivity), &fatal, CaseFirstOptionCases, labels, CASE_FIRST_OPTION_NUM); in CaseFirstOptionsToEcmaString() local
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| H A D | options.h | 144 << R"('. Possible values: ["debug", "info", "warning", "error", "fatal"])"; in DetermineLogLevel() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | stub_builder.cpp | 1841 BRANCH(InSharedHeap(objectRegion), &fatal, &noFatal); in SetValueWithBarrier() local
|
Completed in 19 milliseconds