/arkcompiler/ets_runtime/ecmascript/module/ |
D | js_module_record.cpp | 25 LOG_ECMA(FATAL) << "this branch is unreachable"; in Instantiate() 26 UNREACHABLE(); in Instantiate() 35 LOG_ECMA(FATAL) << "this branch is unreachable"; in Evaluate() 36 UNREACHABLE(); in Evaluate() 44 LOG_ECMA(FATAL) << "this branch is unreachable"; in GetNamespace() 45 UNREACHABLE(); in GetNamespace() 53 LOG_ECMA(FATAL) << "this branch is unreachable"; in SetNamespace() 54 UNREACHABLE(); in SetNamespace()
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | containers_stub_builder.h | 109 LOG_ECMA(FATAL) << "this branch is unreachable"; in IsContainer() 110 UNREACHABLE(); in IsContainer() 129 LOG_ECMA(FATAL) << "this branch is unreachable"; in IsReplaceAllElements() 130 UNREACHABLE(); in IsReplaceAllElements() 149 LOG_ECMA(FATAL) << "this branch is unreachable"; in IsPlainArray() 150 UNREACHABLE(); in IsPlainArray() 169 LOG_ECMA(FATAL) << "this branch is unreachable"; in ContainerSet() 170 UNREACHABLE(); in ContainerSet() 228 LOG_ECMA(FATAL) << "this branch is unreachable"; in ContainerGetSize() 229 UNREACHABLE(); in ContainerGetSize() [all …]
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | native_area_allocator.cpp | 27 UNREACHABLE(); in AllocateArea() 39 UNREACHABLE(); in AllocateArea() 44 UNREACHABLE(); in AllocateArea() 68 UNREACHABLE(); in FreeArea() 84 UNREACHABLE(); in Free() 95 UNREACHABLE(); in AllocateBuffer() 102 UNREACHABLE(); in AllocateBuffer() 107 UNREACHABLE(); in AllocateBuffer() 124 UNREACHABLE(); in FreeBuffer()
|
D | heap_region_allocator.cpp | 31 UNREACHABLE(); in AllocateAlignedRegion() 40 UNREACHABLE(); in AllocateAlignedRegion() 45 UNREACHABLE(); in AllocateAlignedRegion() 73 UNREACHABLE(); in FreeRegion()
|
D | chunk.cpp | 28 UNREACHABLE(); in NewArea() 57 UNREACHABLE(); in Expand() 63 UNREACHABLE(); in Expand()
|
D | native_area_allocator.h | 109 UNREACHABLE(); in Allocate() 115 UNREACHABLE(); in Allocate() 126 UNREACHABLE(); in AllocateSpace() 132 UNREACHABLE(); in AllocateSpace()
|
/arkcompiler/ets_frontend/es2panda/typescript/types/ |
D | typeParameter.cpp | 22 UNREACHABLE(); in ToString() 27 UNREACHABLE(); in Identical() 32 UNREACHABLE(); in AssignmentTarget() 37 UNREACHABLE(); in GetTypeFacts() 44 UNREACHABLE(); in Instantiate()
|
/arkcompiler/runtime_core/libpandabase/templates/ |
D | logger_impl_gen.inc.erb | 26 UNREACHABLE(); 37 UNREACHABLE(); 49 UNREACHABLE(); 65 UNREACHABLE(); 79 UNREACHABLE(); 121 UNREACHABLE();
|
/arkcompiler/runtime_core/platforms/windows/libpandabase/ |
D | trace.cpp | 32 UNREACHABLE(); in DoBeginTracePoint() 37 UNREACHABLE(); in DoEndTracePoint() 42 UNREACHABLE(); in DoIntTracePoint() 47 UNREACHABLE(); in DoInt64TracePoint()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | assembler_module.cpp | 35 LOG_ECMA(FATAL) << "this branch is unreachable"; in Run() 36 UNREACHABLE(); in Run() 117 LOG_ECMA(FATAL) << "this branch is unreachable"; in GetArgcFromJSCallMode() 118 UNREACHABLE(); in GetArgcFromJSCallMode() 152 LOG_ECMA(FATAL) << "this branch is unreachable"; in IsCallNew() 153 UNREACHABLE(); in IsCallNew() 188 LOG_ECMA(FATAL) << "this branch is unreachable"; in JSModeHaveThisArg() 189 UNREACHABLE(); in JSModeHaveThisArg() 223 LOG_ECMA(FATAL) << "this branch is unreachable"; in JSModeHaveNewTargetArg() 224 UNREACHABLE(); in JSModeHaveNewTargetArg() [all …]
|
D | type_mcr_lowering.cpp | 167 LOG_ECMA(FATAL) << "this branch is unreachable"; in LowerJSCallTargetCheck() 168 UNREACHABLE(); in LowerJSCallTargetCheck() 185 LOG_ECMA(FATAL) << "this branch is unreachable"; in LowerPrimitiveTypeCheck() 186 UNREACHABLE(); in LowerPrimitiveTypeCheck() 283 LOG_ECMA(FATAL) << "this branch is unreachable"; in SetDeoptTypeInfo() 284 UNREACHABLE(); in SetDeoptTypeInfo() 329 LOG_COMPILER(FATAL) << "this branch is unreachable"; in LowerObjectTypeCheck() 330 UNREACHABLE(); in LowerObjectTypeCheck() 362 LOG_COMPILER(FATAL) << "this branch is unreachable"; in LowerObjectTypeCompare() 363 UNREACHABLE(); in LowerObjectTypeCompare() [all …]
|
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/ |
D | test_helper.h | 29 UNREACHABLE(); in ExpectEqual() 38 UNREACHABLE(); in ExpectNotEqual() 46 UNREACHABLE(); in ExpectTrue() 54 UNREACHABLE(); in ExpectFalse()
|
/arkcompiler/ets_frontend/es2panda/ir/statements/ |
D | loopStatement.h | 44 UNREACHABLE(); in Iterate() 49 UNREACHABLE(); in Dump() 54 UNREACHABLE(); in Compile() 59 UNREACHABLE(); in Check()
|
/arkcompiler/ets_runtime/test/fuzztest/containerslinkedlistcommon_fuzzer/ |
D | containerslinkedlistcommon_fuzzer.h | 123 UNREACHABLE(); in ContainersLinkedListAddFuzzTest() 145 UNREACHABLE(); in ContainersLinkedListGetFirstFuzzTest() 172 UNREACHABLE(); in ContainersLinkedListGetLastFuzzTest() 202 UNREACHABLE(); in ContainersLinkedListAddFirstFuzzTest() 226 UNREACHABLE(); in ContainersLinkedListClearFuzzTest() 253 UNREACHABLE(); in ContainersLinkedListCloneFuzzTest() 280 UNREACHABLE(); in ContainersLinkedListGetFuzzTest() 296 UNREACHABLE(); in ContainersLinkedListGetFuzzTest() 319 UNREACHABLE(); in ContainersLinkedListGetIndexOfFuzzTest() 347 UNREACHABLE(); in ContainersLinkedListGetLastIndexOfFuzzTest() [all …]
|
/arkcompiler/runtime_core/docs/ |
D | coding-style.md | 46 …unreachable, but the language syntax requires it, mark it with something like return nullptr; /* u…
|
/arkcompiler/ets_runtime/ecmascript/stackmap/ |
D | llvm_stackmap_type.cpp | 29 LOG_ECMA(FATAL) << "dwarfreg branch is unreachable"; in EncodeRegAndOffset() 30 UNREACHABLE(); in EncodeRegAndOffset() 56 LOG_ECMA(FATAL) << "vreg kind branch is unreachable"; in EncodeVRegsInfo() 57 UNREACHABLE(); in EncodeVRegsInfo()
|
/arkcompiler/runtime_core/assembler/extensions/ |
D | register_extensions.h.erb | 34 UNREACHABLE(); 49 UNREACHABLE(); 64 UNREACHABLE(); 79 UNREACHABLE();
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
D | assembler_aarch64.cpp | 104 LOG_ECMA(FATAL) << "this branch is unreachable"; in Ldp() 105 UNREACHABLE(); in Ldp() 119 LOG_ECMA(FATAL) << "this branch is unreachable"; in Ldp() 120 UNREACHABLE(); in Ldp() 138 LOG_ECMA(FATAL) << "this branch is unreachable"; in Stp() 139 UNREACHABLE(); in Stp() 153 LOG_ECMA(FATAL) << "this branch is unreachable"; in Stp() 154 UNREACHABLE(); in Stp() 172 LOG_ECMA(FATAL) << "this branch is unreachable"; in Ldp() 173 UNREACHABLE(); in Ldp() [all …]
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
D | ic_binary_op.h | 100 LOG_ECMA(FATAL) << "this branch is unreachable"; in AddWithTSType() 101 UNREACHABLE(); in AddWithTSType() 134 LOG_ECMA(FATAL) << "this branch is unreachable"; in SubWithTSType() 135 UNREACHABLE(); in SubWithTSType() 168 LOG_ECMA(FATAL) << "this branch is unreachable"; in MulWithTSType() 169 UNREACHABLE(); in MulWithTSType() 204 LOG_ECMA(FATAL) << "this branch is unreachable"; in DivWithTSType() 205 UNREACHABLE(); in DivWithTSType() 251 LOG_ECMA(FATAL) << "this branch is unreachable"; in ModWithTSType() 252 UNREACHABLE(); in ModWithTSType() [all …]
|
/arkcompiler/ets_runtime/ecmascript/shared_mm/ |
D | shared_mm.cpp | 79 UNREACHABLE(); in AllocateBuffer() 83 UNREACHABLE(); in AllocateBuffer() 89 UNREACHABLE(); in AllocateBuffer() 94 UNREACHABLE(); in AllocateBuffer()
|
/arkcompiler/ets_runtime/ecmascript/regexp/ |
D | regexp_executor.cpp | 47 UNREACHABLE(); in Execute() 54 UNREACHABLE(); in Execute() 228 UNREACHABLE(); in ExecuteInternal() 282 UNREACHABLE(); in GetResult() 316 UNREACHABLE(); in PushRegExpState() 325 UNREACHABLE(); in PushRegExpState() 339 UNREACHABLE(); in PopRegExpState() 351 UNREACHABLE(); in PopRegExpState() 371 UNREACHABLE(); in ReAllocStack()
|
/arkcompiler/ets_runtime/test/fuzztest/arraylist_fuzzer/ |
D | arraylist_fuzzer.cpp | 141 UNREACHABLE(); in ArrayListForEachFuzzTest() 182 UNREACHABLE(); in ArrayListAddFuzzTest() 206 UNREACHABLE(); in ArrayListClearFuzzTest() 239 UNREACHABLE(); in ArrayListCloneFuzzTest() 272 UNREACHABLE(); in ArrayListConvertToArrayFuzzTest() 305 UNREACHABLE(); in ArrayListGetFuzzTest() 339 UNREACHABLE(); in ArrayListGetCapacityFuzzTest() 372 UNREACHABLE(); in ArrayListGetIndexOfFuzzTest() 406 UNREACHABLE(); in ArrayListGetIteratorObjFuzzTest() 439 UNREACHABLE(); in ArrayListGetLastIndexOfFuzzTest() [all …]
|
/arkcompiler/runtime_core/libpandafile/templates/ |
D | bytecode_emitter_gen.h.erb | 120 UNREACHABLE(); 144 UNREACHABLE(); 160 UNREACHABLE(); 175 UNREACHABLE(); 202 UNREACHABLE(); 221 UNREACHABLE(); 252 UNREACHABLE(); 255 UNREACHABLE();
|
/arkcompiler/ets_runtime/ecmascript/platform/common/ |
D | map.cpp | 31 LOG_ECMA(FATAL) << "this branch is unreachable"; in GetPageTagString() 32 UNREACHABLE(); in GetPageTagString()
|
/arkcompiler/ets_runtime/test/aottest/continue_from_finally/ |
D | continue_from_finally.ts | 33 print('This code is unreachable (following `continue` statement).'); 36 print('This code is unreachable (following `try` statement).');
|