| /ark/js_runtime/ecmascript/mem/ |
| D | native_area_allocator.cpp | 27 UNREACHABLE(); in AllocateArea() 38 UNREACHABLE(); in AllocateArea() 43 UNREACHABLE(); in AllocateArea() 67 UNREACHABLE(); in FreeArea() 83 UNREACHABLE(); in Free() 94 UNREACHABLE(); in AllocateBuffer() 100 UNREACHABLE(); in AllocateBuffer() 105 UNREACHABLE(); in AllocateBuffer() 121 UNREACHABLE(); in FreeBuffer()
|
| D | heap_region_allocator.cpp | 27 UNREACHABLE(); in AllocateAlignedRegion() 34 UNREACHABLE(); in AllocateAlignedRegion() 39 UNREACHABLE(); in AllocateAlignedRegion() 63 UNREACHABLE(); in FreeRegion()
|
| D | chunk.cpp | 28 UNREACHABLE(); in NewArea() 57 UNREACHABLE(); in Expand() 63 UNREACHABLE(); in Expand()
|
| D | native_area_allocator.h | 107 UNREACHABLE(); in Allocate() 113 UNREACHABLE(); in Allocate() 124 UNREACHABLE(); in AllocateSpace() 130 UNREACHABLE(); in AllocateSpace()
|
| /ark/runtime_core/assembler/extensions/ |
| D | extensions.cpp | 59 UNREACHABLE(); in GetCtorName() 74 UNREACHABLE(); in GetCctorName() 90 UNREACHABLE(); in CreateRecordMetadata() 106 UNREACHABLE(); in CreateFieldMetadata() 122 UNREACHABLE(); in CreateFunctionMetadata() 138 UNREACHABLE(); in CreateParamMetadata()
|
| /ark/runtime_core/libpandabase/trace/windows/ |
| D | trace.cpp | 32 UNREACHABLE(); in DoBeginTracePoint() 37 UNREACHABLE(); in DoEndTracePoint() 42 UNREACHABLE(); in DoIntTracePoint() 47 UNREACHABLE(); in DoInt64TracePoint()
|
| /ark/js_runtime/ecmascript/ |
| D | ecma_language_context.h | 56 UNREACHABLE(); in GetInitialTaggedValue() 61 UNREACHABLE(); in GetTypeTag() 66 UNREACHABLE(); in GetInitialDecodedValue() 71 UNREACHABLE(); in GetDecodedTaggedValue() 77 UNREACHABLE(); in GetEncodedTaggedValue() 83 UNREACHABLE(); in CreateGC() 89 UNREACHABLE(); in IsCallableObject() 94 UNREACHABLE(); in GetCallTarget()
|
| D | ecma_string-inl.h | 63 UNREACHABLE(); in CreateFromUtf8() 94 UNREACHABLE(); in CreateFromUtf16() 136 UNREACHABLE(); in WriteData() 150 UNREACHABLE(); in WriteData()
|
| /ark/runtime_core/runtime/entrypoints/ |
| D | entrypoints_compiler.inl.erb | 42 UNREACHABLE(); 44 UNREACHABLE(); 55 UNREACHABLE(); 57 UNREACHABLE();
|
| /ark/runtime_core/runtime/arch/ |
| D | asm_support.cpp | 48 UNREACHABLE(); in AsmUnreachable() 55 UNREACHABLE(); in OsrEntryAfterCFrame() 60 UNREACHABLE(); in OsrEntryAfterIFrame() 65 UNREACHABLE(); in OsrEntryTopFrame()
|
| /ark/runtime_core/docs/ |
| D | coding-style.md | 44 …unreachable, but the language syntax requires it, mark it with something like return nullptr; /* u…
|
| /ark/runtime_core/verification/util/ |
| D | enum_array.h | 33 UNREACHABLE(); 37 UNREACHABLE(); 81 UNREACHABLE(); 85 UNREACHABLE();
|
| /ark/runtime_core/dprof/libdprof/dprof/ipc/ |
| D | ipc_unix_socket.cpp | 46 UNREACHABLE(); in CreateUnixServerSocket() 51 UNREACHABLE(); in CreateUnixServerSocket() 79 UNREACHABLE(); in CreateUnixClientSocket() 84 UNREACHABLE(); in CreateUnixClientSocket() 135 UNREACHABLE(); in WaitDataTimeout()
|
| /ark/runtime_core/runtime/interpreter/ |
| D | vregister_iterator.h | 43 UNREACHABLE(); in GetAs() 64 UNREACHABLE(); in GetAs() 70 UNREACHABLE(); in GetAs()
|
| /ark/runtime_core/libpandafile/templates/ |
| D | bytecode_instruction-inl_gen.h.erb | 111 UNREACHABLE(); 144 UNREACHABLE(); 171 UNREACHABLE(); 208 UNREACHABLE(); 234 UNREACHABLE(); 267 UNREACHABLE(); 291 UNREACHABLE(); 308 UNREACHABLE(); 322 UNREACHABLE();
|
| D | bytecode_emitter_gen.h.erb | 128 UNREACHABLE(); 144 UNREACHABLE(); 168 UNREACHABLE(); 190 UNREACHABLE();
|
| /ark/runtime_core/libpandabase/utils/ |
| D | logger.cpp | 50 UNREACHABLE(); in Initialize() 77 UNREACHABLE(); in GetComponentTag() 121 UNREACHABLE(); in GetLevelTag() 241 UNREACHABLE(); in LevelFromString() 259 UNREACHABLE(); in ComponentMaskFromString() 275 UNREACHABLE(); in StringfromDfxComponent()
|
| D | arch.h | 140 … UNREACHABLE(); \ 161 UNREACHABLE(); 178 UNREACHABLE(); 195 UNREACHABLE();
|
| /ark/runtime_core/libpandabase/os/ |
| D | dfx_option.cpp | 43 UNREACHABLE(); in DfxOptionFromString() 56 UNREACHABLE(); in StringFromDfxOption()
|
| /ark/js_runtime/ecmascript/jspandafile/ |
| D | js_pandafile_manager.cpp | 196 UNREACHABLE(); in AllocateBuffer() 200 UNREACHABLE(); in AllocateBuffer() 206 UNREACHABLE(); in AllocateBuffer() 211 UNREACHABLE(); in AllocateBuffer()
|
| /ark/runtime_core/runtime/mem/gc/g1/ |
| D | g1-allocator.cpp | 196 UNREACHABLE(); in IterateOverYoungObjects() 255 UNREACHABLE(); in Collect() 258 UNREACHABLE(); in Collect() 261 UNREACHABLE(); in Collect()
|
| /ark/runtime_core/verification/value/ |
| D | abstract_type.h | 133 UNREACHABLE(); 141 UNREACHABLE(); 144 UNREACHABLE();
|
| /ark/js_runtime/ecmascript/hprof/ |
| D | heap_profiler.h | 39 UNREACHABLE(); in HeapProfiler() 56 * tigger full gc to make sure no unreachable objects in heap
|
| /ark/js_runtime/ecmascript/ic/ |
| D | ic_binary_op-inl.h | 88 UNREACHABLE(); in AddWithTSType() 121 UNREACHABLE(); in SubWithTSType() 155 UNREACHABLE(); in MulWithTSType() 189 UNREACHABLE(); in DivWithTSType() 235 UNREACHABLE(); in ModWithTSType() 268 UNREACHABLE(); in GetBitOPDate()
|
| /ark/js_runtime/ecmascript/regexp/ |
| D | regexp_executor.cpp | 46 UNREACHABLE(); in Execute() 53 UNREACHABLE(); in Execute() 592 UNREACHABLE(); in ExecuteInternal() 646 UNREACHABLE(); in GetResult() 680 UNREACHABLE(); in PushRegExpState() 689 UNREACHABLE(); in PushRegExpState() 703 UNREACHABLE(); in PopRegExpState() 715 UNREACHABLE(); in PopRegExpState() 732 UNREACHABLE(); in ReAllocStack()
|