Home
last modified time | relevance | path

Searched full:unimplemented (Results 1 – 25 of 35) sorted by relevance

12

/arkcompiler/runtime_core/static_core/compiler/cmake/
Dtarget.cmake37 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/
Dabc2program_log.cpp23 void Unimplemented(const std::string &func_name) in Unimplemented() function
25 LOG(ERROR, ABC2PROGRAM) << "Function : " << func_name << " unimplemented now!"; in Unimplemented()
Dabc2program_log.h25 void Unimplemented(const std::string &func_name);
Dabc_class_processor.cpp86 log::Unimplemented(__PRETTY_FUNCTION__); in FillRecordAnnotations()
Dabc_field_processor.cpp168 log::Unimplemented(__PRETTY_FUNCTION__); in FillFieldAnnotations()
/arkcompiler/runtime_core/static_core/abc2program/
Dabc2program_log.cpp21 void Unimplemented(const std::string &funcName) in Unimplemented() function
23 LOG(ERROR, ABC2PROGRAM) << "Function : " << funcName << " unimplemented now!"; in Unimplemented()
Dabc2program_log.h23 void Unimplemented(const std::string &funcName);
/arkcompiler/runtime_core/static_core/runtime/templates/
Dunimplemented_intrinsics-inl.cpp.erb21 % unimplemented = %w(
24 % unimplemented.each do |name|
/arkcompiler/ets_frontend/es2panda/ir/base/
DmetaProperty.cpp55 pg->Unimplemented(); in Compile()
/arkcompiler/runtime_core/libabckit/src/
Dlogger.h83 …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/
Dinst_builder_gen.cpp.erb121 /^$/ => "unimplemented"
172 % tmpl = inst.mnemonic.include?('polymorphic') ? 'unimplemented' : get_template(inst.stripped_mne…
175 % if tmpl == 'unimplemented'
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcodeGen.cpp297 void CodeGen::Unimplemented() in Unimplemented() function in ark::es2panda::compiler::CodeGen
299 // Unimplemented code path in Unimplemented()
DcodeGen.h145 [[noreturn]] static void Unimplemented();
DJSCompiler.cpp436 pg->Unimplemented(); in Compile()
464 compiler::PandaGen::Unimplemented(); in Compile()
763 pg->Unimplemented(); in Compile()
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/templates/
Dinst_builder_dyn_gen.cpp.erb130 /^$/ => "unimplemented"
193 % tmpl = inst.mnemonic.include?('polymorphic') ? 'unimplemented' : get_template_by_inst(inst)
196 % if tmpl == 'unimplemented'
Dinst_templates.yaml194 unimplemented: |-
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinst_builder_gen.cpp.erb130 /^$/ => "unimplemented"
166 % tmpl = inst.mnemonic.include?('polymorphic') ? 'unimplemented' : get_template_by_inst(inst)
169 % if tmpl == 'unimplemented'
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp548 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/
Dstw-gc.cpp207 LOG(FATAL, GC) << "Unimplemented for " << GCWorkersTaskTypesToString(task->GetType()); in WorkerTaskProcessing()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h497 [[noreturn]] static void Unimplemented() in Unimplemented() function
499 throw Error(ErrorType::GENERIC, "Unimplemented code path"); in Unimplemented()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml207 unimplemented: |-
/arkcompiler/ets_frontend/ets2panda/compiler/function/
DfunctionBuilder.cpp97 PandaGen::Unimplemented(); in Await()
/arkcompiler/ets_frontend/es2panda/compiler/function/
DfunctionBuilder.cpp122 PandaGen::Unimplemented(); in Await()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml304 unimplemented: |-
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp711 // 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()

12