Home
last modified time | relevance | path

Searched full:unreachable (Results 1 – 25 of 533) sorted by relevance

12345678910>>...22

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_record.cpp25 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/
Dcontainers_stub_builder.h109 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/
Dnative_area_allocator.cpp27 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()
Dheap_region_allocator.cpp31 UNREACHABLE(); in AllocateAlignedRegion()
40 UNREACHABLE(); in AllocateAlignedRegion()
45 UNREACHABLE(); in AllocateAlignedRegion()
73 UNREACHABLE(); in FreeRegion()
Dchunk.cpp28 UNREACHABLE(); in NewArea()
57 UNREACHABLE(); in Expand()
63 UNREACHABLE(); in Expand()
Dnative_area_allocator.h109 UNREACHABLE(); in Allocate()
115 UNREACHABLE(); in Allocate()
126 UNREACHABLE(); in AllocateSpace()
132 UNREACHABLE(); in AllocateSpace()
/arkcompiler/ets_frontend/es2panda/typescript/types/
DtypeParameter.cpp22 UNREACHABLE(); in ToString()
27 UNREACHABLE(); in Identical()
32 UNREACHABLE(); in AssignmentTarget()
37 UNREACHABLE(); in GetTypeFacts()
44 UNREACHABLE(); in Instantiate()
/arkcompiler/runtime_core/libpandabase/templates/
Dlogger_impl_gen.inc.erb26 UNREACHABLE();
37 UNREACHABLE();
49 UNREACHABLE();
65 UNREACHABLE();
79 UNREACHABLE();
121 UNREACHABLE();
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dtrace.cpp32 UNREACHABLE(); in DoBeginTracePoint()
37 UNREACHABLE(); in DoEndTracePoint()
42 UNREACHABLE(); in DoIntTracePoint()
47 UNREACHABLE(); in DoInt64TracePoint()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dassembler_module.cpp35 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 …]
Dtype_mcr_lowering.cpp167 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/
Dtest_helper.h29 UNREACHABLE(); in ExpectEqual()
38 UNREACHABLE(); in ExpectNotEqual()
46 UNREACHABLE(); in ExpectTrue()
54 UNREACHABLE(); in ExpectFalse()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DloopStatement.h44 UNREACHABLE(); in Iterate()
49 UNREACHABLE(); in Dump()
54 UNREACHABLE(); in Compile()
59 UNREACHABLE(); in Check()
/arkcompiler/ets_runtime/test/fuzztest/containerslinkedlistcommon_fuzzer/
Dcontainerslinkedlistcommon_fuzzer.h123 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/
Dcoding-style.md46unreachable, but the language syntax requires it, mark it with something like return nullptr; /* u…
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dllvm_stackmap_type.cpp29 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/
Dregister_extensions.h.erb34 UNREACHABLE();
49 UNREACHABLE();
64 UNREACHABLE();
79 UNREACHABLE();
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp104 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/
Dic_binary_op.h100 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/
Dshared_mm.cpp79 UNREACHABLE(); in AllocateBuffer()
83 UNREACHABLE(); in AllocateBuffer()
89 UNREACHABLE(); in AllocateBuffer()
94 UNREACHABLE(); in AllocateBuffer()
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.cpp47 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/
Darraylist_fuzzer.cpp141 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/
Dbytecode_emitter_gen.h.erb120 UNREACHABLE();
144 UNREACHABLE();
160 UNREACHABLE();
175 UNREACHABLE();
202 UNREACHABLE();
221 UNREACHABLE();
252 UNREACHABLE();
255 UNREACHABLE();
/arkcompiler/ets_runtime/ecmascript/platform/common/
Dmap.cpp31 LOG_ECMA(FATAL) << "this branch is unreachable"; in GetPageTagString()
32 UNREACHABLE(); in GetPageTagString()
/arkcompiler/ets_runtime/test/aottest/continue_from_finally/
Dcontinue_from_finally.ts33 print('This code is unreachable (following `continue` statement).');
36 print('This code is unreachable (following `try` statement).');

12345678910>>...22