| /arkcompiler/runtime_core/static_core/compiler/cmake/ |
| D | target.cmake | 37 message(FATAL_ERROR "Unimplemented multi-build aarch32 on aarch64-target") 40 message(FATAL_ERROR "Unimplemented multi-build aarch32 on x86-build-target") 50 message(FATAL_ERROR "Unimplemented multi-build aarch64 on aarch32-target") 53 message(FATAL_ERROR "Unimplemented multi-build aarch64 on x86-build-target")
|
| /arkcompiler/runtime_core/abc2program/ |
| D | abc2program_log.cpp | 23 void Unimplemented(const std::string &func_name) in Unimplemented() function 25 LOG(ERROR, ABC2PROGRAM) << "Function : " << func_name << " unimplemented now!"; in Unimplemented()
|
| D | abc2program_log.h | 25 void Unimplemented(const std::string &func_name);
|
| D | abc_class_processor.cpp | 86 log::Unimplemented(__PRETTY_FUNCTION__); in FillRecordAnnotations()
|
| D | abc_field_processor.cpp | 168 log::Unimplemented(__PRETTY_FUNCTION__); in FillFieldAnnotations()
|
| /arkcompiler/runtime_core/static_core/abc2program/ |
| D | abc2program_log.cpp | 21 void Unimplemented(const std::string &funcName) in Unimplemented() function 23 LOG(ERROR, ABC2PROGRAM) << "Function : " << funcName << " unimplemented now!"; in Unimplemented()
|
| D | abc2program_log.h | 23 void Unimplemented(const std::string &funcName);
|
| /arkcompiler/runtime_core/static_core/runtime/templates/ |
| D | unimplemented_intrinsics-inl.cpp.erb | 21 % unimplemented = %w( 24 % unimplemented.each do |name|
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | metaProperty.cpp | 55 pg->Unimplemented(); in Compile()
|
| /arkcompiler/runtime_core/libabckit/src/ |
| D | logger.h | 83 …enum LogLevel { DEBUG = 1, WARNING, ERROR, FATAL, UNIMPLEMENTED, IMPLEMENTED, UNKNOWN, INCORRECT_L… enumerator 91 {"UNIMPLEMENTED", LogLevel::UNIMPLEMENTED},
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/ |
| D | inst_builder_gen.cpp.erb | 121 /^$/ => "unimplemented" 172 % tmpl = inst.mnemonic.include?('polymorphic') ? 'unimplemented' : get_template(inst.stripped_mne… 175 % if tmpl == 'unimplemented'
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | codeGen.cpp | 297 void CodeGen::Unimplemented() in Unimplemented() function in ark::es2panda::compiler::CodeGen 299 // Unimplemented code path in Unimplemented()
|
| D | codeGen.h | 145 [[noreturn]] static void Unimplemented();
|
| D | JSCompiler.cpp | 436 pg->Unimplemented(); in Compile() 464 compiler::PandaGen::Unimplemented(); in Compile() 763 pg->Unimplemented(); in Compile()
|
| /arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/templates/ |
| D | inst_builder_dyn_gen.cpp.erb | 130 /^$/ => "unimplemented" 193 % tmpl = inst.mnemonic.include?('polymorphic') ? 'unimplemented' : get_template_by_inst(inst) 196 % if tmpl == 'unimplemented'
|
| D | inst_templates.yaml | 194 unimplemented: |-
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | inst_builder_gen.cpp.erb | 130 /^$/ => "unimplemented" 166 % tmpl = inst.mnemonic.include?('polymorphic') ? 'unimplemented' : get_template_by_inst(inst) 169 % if tmpl == 'unimplemented'
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_profiler.cpp | 548 filename.append("unimplemented"); in GenDumpFileName() 551 filename.append("unimplemented"); in GenDumpFileName() 554 filename.append("unimplemented"); in GenDumpFileName()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/stw-gc/ |
| D | stw-gc.cpp | 207 LOG(FATAL, GC) << "Unimplemented for " << GCWorkersTaskTypesToString(task->GetType()); in WorkerTaskProcessing()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.h | 497 [[noreturn]] static void Unimplemented() in Unimplemented() function 499 throw Error(ErrorType::GENERIC, "Unimplemented code path"); in Unimplemented()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | inst_templates.yaml | 207 unimplemented: |-
|
| /arkcompiler/ets_frontend/ets2panda/compiler/function/ |
| D | functionBuilder.cpp | 97 PandaGen::Unimplemented(); in Await()
|
| /arkcompiler/ets_frontend/es2panda/compiler/function/ |
| D | functionBuilder.cpp | 122 PandaGen::Unimplemented(); in Await()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_templates.yaml | 304 unimplemented: |-
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | encode.cpp | 711 // Unimplemented in MakeCallAot() 717 // Unimplemented in MakeCallByOffset() 723 // Unimplemented in MakeLoadAotTable() 730 // Unimplemented in MakeLoadAotTableAddr() 2405 ASSERT(dst.IsScalar() && "UNIMPLEMENTED"); in EncodeAdd() 2418 ASSERT(dst.IsScalar() && "UNIMPLEMENTED"); in EncodeSub()
|