Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/cmake/
Dtarget.cmake38 message(ERROR "Unimplemented multi-build aarch32 on aarch64-target")
41 message(ERROR "Unimplemented multi-build aarch32 on x86-build-target")
51 message(ERROR "Unimplemented multi-build aarch64 on aarch32-target")
54 message(ERROR "Unimplemented multi-build aarch64 on x86-build-target")
/arkcompiler/runtime_core/runtime/interpreter/templates/
Dunimplemented_handlers-inl.h.erb16 % unimplemented = %w(
20 % unimplemented.each do |name|
24 LOG(FATAL, INTERPRETER) << "<%= name %> unimplemented";
/arkcompiler/runtime_core/runtime/templates/
Dunimplemented_intrinsics-inl.cpp.erb21 % unimplemented = %w(
24 % unimplemented.each do |name|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp144 filename.append("unimplemented"); in GenDumpFileName()
147 filename.append("unimplemented"); in GenDumpFileName()
150 filename.append("unimplemented"); in GenDumpFileName()
/arkcompiler/ets_frontend/es2panda/ir/base/
DmetaProperty.cpp56 pg->Unimplemented(); in Compile()
/arkcompiler/ets_frontend/ts2panda/src/expression/
DmemberAccessExpression.ts60 throw new Error("Property name of type private Identifier is unimplemented");
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinst_builder_gen.cpp.erb130 /^$/ => "unimplemented"
173 % tmpl = inst.mnemonic.include?('polymorphic') ? 'unimplemented' : get_template_by_inst(inst)
176 % if tmpl == 'unimplemented'
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dfunction.cpp140 PandaGen::Unimplemented(); in CompileInstanceFields()
Dpandagen.h470 [[noreturn]] static void Unimplemented() in Unimplemented() function
472 throw Error(ErrorType::GENERIC, "Unimplemented code path"); in Unimplemented()
/arkcompiler/ets_frontend/ts2panda/src/
Dcompiler.ts280 … throw new Error("Node " + this.getNodeName(body) + " is unimplemented as a function body");
463 throw new Error("Statement " + this.getNodeName(stmt) + " is unimplemented");
730 throw new Error("Function declaration without name is unimplemented");
902 … throw new Error("Expression of type " + this.getNodeName(expr) + " is unimplemented");
DcmdOptions.ts39 … 2: other bytecode optimizations, unimplemented yet"},
Dpandagen.ts988 throw new Error("Unimplemented");
1063 throw new Error("Unimplemented");
/arkcompiler/runtime_core/runtime/mem/gc/stw-gc/
Dstw-gc.cpp258 LOG(FATAL, GC) << "Unimplemented for " << GCWorkersTaskTypesToString(task->GetType()); in WorkerTaskProcessing()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml231 unimplemented: |-
/arkcompiler/ets_frontend/es2panda/compiler/function/
DfunctionBuilder.cpp119 PandaGen::Unimplemented(); in Await()
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc.h368 LOG(FATAL, GC) << "Unimplemented method"; in WorkerTaskProcessing()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp370 // Unimplemented in MakeCallAot()
376 // Unimplemented in MakeCallByOffset()
382 // Unimplemented in MakeLoadAotTable()
389 // Unimplemented in MakeLoadAotTableAddr()
1925 ASSERT(dst.IsScalar() && "UNIMPLEMENTED"); in EncodeAdd()
1938 ASSERT(dst.IsScalar() && "UNIMPLEMENTED"); in EncodeSub()
/arkcompiler/runtime_core/runtime/mem/
Dallocator.cpp393 LOG(FATAL, ALLOC) << "Unimplemented"; in CreateNewTLAB()
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dg1-gc.cpp476 LOG(FATAL, GC) << "Unimplemented for " << GCWorkersTaskTypesToString(task->GetType()); in WorkerTaskProcessing()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp2052 ASSERT(dst.IsScalar() && "UNIMPLEMENTED"); in EncodeAdd()
2064 ASSERT(dst.IsScalar() && "UNIMPLEMENTED"); in EncodeSub()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2unimplemented yet"},{name:"help",alias:"h",type:Boolean,description:"Show usage guide."},{name:"bc…
/arkcompiler/ets_frontend/es2panda/test/
Dtest262skiplist.txt5242 # Async generator is unimplemented feature, these tests can be removed by MR9709