Searched full:unimplemented (Results 1 – 22 of 22) sorted by relevance
| /arkcompiler/runtime_core/compiler/cmake/ |
| D | target.cmake | 38 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/ |
| D | unimplemented_handlers-inl.h.erb | 16 % unimplemented = %w( 20 % unimplemented.each do |name| 24 LOG(FATAL, INTERPRETER) << "<%= name %> unimplemented";
|
| /arkcompiler/runtime_core/runtime/templates/ |
| D | unimplemented_intrinsics-inl.cpp.erb | 21 % unimplemented = %w( 24 % unimplemented.each do |name|
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_profiler.cpp | 144 filename.append("unimplemented"); in GenDumpFileName() 147 filename.append("unimplemented"); in GenDumpFileName() 150 filename.append("unimplemented"); in GenDumpFileName()
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | metaProperty.cpp | 56 pg->Unimplemented(); in Compile()
|
| /arkcompiler/ets_frontend/ts2panda/src/expression/ |
| D | memberAccessExpression.ts | 60 throw new Error("Property name of type private Identifier is unimplemented");
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | inst_builder_gen.cpp.erb | 130 /^$/ => "unimplemented" 173 % tmpl = inst.mnemonic.include?('polymorphic') ? 'unimplemented' : get_template_by_inst(inst) 176 % if tmpl == 'unimplemented'
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | function.cpp | 140 PandaGen::Unimplemented(); in CompileInstanceFields()
|
| D | pandagen.h | 470 [[noreturn]] static void Unimplemented() in Unimplemented() function 472 throw Error(ErrorType::GENERIC, "Unimplemented code path"); in Unimplemented()
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | compiler.ts | 280 … 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");
|
| D | cmdOptions.ts | 39 … 2: other bytecode optimizations, unimplemented yet"},
|
| D | pandagen.ts | 988 throw new Error("Unimplemented"); 1063 throw new Error("Unimplemented");
|
| /arkcompiler/runtime_core/runtime/mem/gc/stw-gc/ |
| D | stw-gc.cpp | 258 LOG(FATAL, GC) << "Unimplemented for " << GCWorkersTaskTypesToString(task->GetType()); in WorkerTaskProcessing()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | inst_templates.yaml | 231 unimplemented: |-
|
| /arkcompiler/ets_frontend/es2panda/compiler/function/ |
| D | functionBuilder.cpp | 119 PandaGen::Unimplemented(); in Await()
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc.h | 368 LOG(FATAL, GC) << "Unimplemented method"; in WorkerTaskProcessing()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | encode.cpp | 370 // 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/ |
| D | allocator.cpp | 393 LOG(FATAL, ALLOC) << "Unimplemented"; in CreateNewTLAB()
|
| /arkcompiler/runtime_core/runtime/mem/gc/g1/ |
| D | g1-gc.cpp | 476 LOG(FATAL, GC) << "Unimplemented for " << GCWorkersTaskTypesToString(task->GetType()); in WorkerTaskProcessing()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | encode.cpp | 2052 ASSERT(dst.IsScalar() && "UNIMPLEMENTED"); in EncodeAdd() 2064 ASSERT(dst.IsScalar() && "UNIMPLEMENTED"); in EncodeSub()
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …unimplemented yet"},{name:"help",alias:"h",type:Boolean,description:"Show usage guide."},{name:"bc…
|
| /arkcompiler/ets_frontend/es2panda/test/ |
| D | test262skiplist.txt | 5242 # Async generator is unimplemented feature, these tests can be removed by MR9709
|