Home
last modified time | relevance | path

Searched full:unimplemented (Results 1 – 25 of 31) 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_field_processor.cpp113 log::Unimplemented(__PRETTY_FUNCTION__); in FillFieldAnnotations()
Dabc_class_processor.cpp74 log::Unimplemented(__PRETTY_FUNCTION__); in FillRecordAnnotations()
Dprogram_dump.cpp308 log::Unimplemented(__PRETTY_FUNCTION__); in DumpFunctionAttributes()
/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/static_core/compiler/optimizer/templates/
Dinst_builder_gen.cpp.erb121 /^$/ => "unimplemented"
169 % tmpl = inst.mnemonic.include?('polymorphic') ? 'unimplemented' : get_template(inst.stripped_mne…
172 % if tmpl == 'unimplemented'
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcodeGen.cpp296 void CodeGen::Unimplemented() in Unimplemented() function in ark::es2panda::compiler::CodeGen
298 throw Error(ErrorType::GENERIC, "", "Unimplemented code path"); in Unimplemented()
DcodeGen.h145 [[noreturn]] static void Unimplemented();
DJSCompiler.cpp419 pg->Unimplemented(); in Compile()
447 compiler::PandaGen::Unimplemented(); in Compile()
746 pg->Unimplemented(); in Compile()
Dpandagen.cpp826 Unimplemented(); in Binary()
/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/runtime_core/static_core/runtime/mem/gc/stw-gc/
Dstw-gc.cpp206 LOG(FATAL, GC) << "Unimplemented for " << GCWorkersTaskTypesToString(task->GetType()); in WorkerTaskProcessing()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h493 [[noreturn]] static void Unimplemented() in Unimplemented() function
495 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_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp1062 filename.append("unimplemented"); in GenDumpFileName()
1065 filename.append("unimplemented"); in GenDumpFileName()
1068 filename.append("unimplemented"); in GenDumpFileName()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml255 unimplemented: |-
/arkcompiler/ets_frontend/es2panda/compiler/function/
DfunctionBuilder.cpp126 PandaGen::Unimplemented(); in Await()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp707 // Unimplemented in MakeCallAot()
713 // Unimplemented in MakeCallByOffset()
719 // Unimplemented in MakeLoadAotTable()
726 // Unimplemented in MakeLoadAotTableAddr()
2382 ASSERT(dst.IsScalar() && "UNIMPLEMENTED"); in EncodeAdd()
2395 ASSERT(dst.IsScalar() && "UNIMPLEMENTED"); in EncodeSub()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc.h404 LOG(FATAL, GC) << "Unimplemented method"; in WorkerTaskProcessing()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp632 LogTypeError("Unimplemented case in dynamic type comparison.", pos); in CheckBinaryOperatorEqualDynamic()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp640 LOG_ECMA(DEBUG) << "Enter unimplemented ArkTools." << name; in UnimplementedBuiltin()

12