Searched full:deprecated (Results 1 – 25 of 32) sorted by relevance
12
| /arkcompiler/runtime_core/isa/ |
| D | isa.yaml | 264 - name: deprecated 265 description: deprecated instructions but are keeped for compatibility. 323 - sig: deprecated.ldlexenv 327 prefix: deprecated 340 - sig: deprecated.poplexenv 344 prefix: deprecated 391 - sig: deprecated.getiteratornext v1:in:top, v2:in:top 395 prefix: deprecated 448 - sig: deprecated.createarraywithbuffer imm 452 prefix: deprecated [all …]
|
| /arkcompiler/runtime_core/templates/options/ |
| D | options.h.erb | 48 % next if op.deprecated? 68 % if op.deprecated? 69 std::cerr << "WARNING: Option '<%= op.name %>' is deprecated and should not be used\n"; 75 % if op.deprecated? 76 std::cerr << "WARNING: Option '<%= op.name %>' is deprecated and should not be used\n"; 82 % if op.deprecated? 83 std::cerr << "WARNING: Option '<%= op.name %>' is deprecated and should not be used\n"; 90 % if op.deprecated? 91 std::cerr << "WARNING: Option '<%= op.name %>' is deprecated and should not be used\n"; 102 % if op.deprecated? [all …]
|
| /arkcompiler/runtime_core/templates/ |
| D | common.rb | 73 def deprecated? 74 respond_to?(:deprecated) && deprecated 103 full_desc.prepend("[DEPRECATED] ") if deprecated?
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_manager.h | 40 // deprecated begin 51 // deprecated end 103 // deprecated begin 107 // deprecated end
|
| /arkcompiler/runtime_core/runtime/include/tooling/ |
| D | pt_value.h | 22 // Deprecated API 46 // Deprecated API
|
| D | pt_macros.h | 21 #define PT_DEPRECATED() LOG(ERROR, TOOLING) << "Method " << __PRETTY_FUNCTION__ << " is deprecated …
|
| D | pt_thread.h | 27 // Deprecated API
|
| D | debug_interface.h | 65 DEPRECATED, enumerator 352 // Deprecated hooks 403 // Deprecated hooks end 564 // Deprecated API 579 // Deprecated API ends
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | time.cpp | 16 // NOLINTNEXTLINE(modernize-deprecated-headers, hicpp-deprecated-headers)
|
| /arkcompiler/runtime_core/runtime/ |
| D | options.yaml | 138 …description: '[DEPRECATED] Option was moved to libpandabase/options.yaml, use base_options::Option… 140 deprecated: true 355 …description: '[DEPRECATED] Option was moved to libpandabase/options.yaml, use base_options::Option… 356 deprecated: true 366 …description: '[DEPRECATED] Option was moved to libpandabase/options.yaml, use base_options::Option… 367 deprecated: true 372 …description: '[DEPRECATED] Option was moved to libpandabase/options.yaml, use base_options::Option… 373 deprecated: true
|
| D | runtime.cpp | 86 const LanguageContextBase *ctxs_js_runtime = nullptr; // Deprecated. Only for capability with ets_… 187 // Deprecated. Only for capability with ets_runtime. in GetLanguageContext() 305 // Deprecated. Only for capability with ets_runtime.
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/ |
| D | CMakeLists.txt | 110 -hicpp-deprecated-headers 112 -modernize-deprecated-headers
|
| /arkcompiler/runtime_core/docs/ |
| D | 2022-08-18-isa-changelog.md | 15 3. We add prefix "deprecated" and keep the many old isa as "deprecated"-prefixed opcodes (for compa…
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | panda_vm.h | 45 enum class PandaVMType : size_t { ECMA_VM }; // Deprecated. Only for Compability with ets_runtime. 123 // Deprecated. Only for Compability with ets_runtime. in GetPandaVMType()
|
| D | runtime.h | 111 // Deprecated. Only for capability with ets_runtime. 273 // Deprecated.
|
| D | runtime_notification.h | 83 // Deprecated events 316 // Deprecated API
|
| /arkcompiler/runtime_core/runtime/tooling/ |
| D | debugger.h | 40 // Deprecated API 71 // Deprecated API 153 return Unexpected(Error(Error::Type::DEPRECATED, "Method is deprecated")); in GetPtMethod()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| D | caller_stat.h | 21 #include <time.h> // NOLINTNEXTLINE(modernize-deprecated-headers)
|
| /arkcompiler/ets_runtime/ecmascript/js_vm/ |
| D | main.cpp | 21 #include <signal.h> // NOLINTNEXTLINE(modernize-deprecated-headers)
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | aot_compiler.cpp | 18 #include <signal.h> // NOLINTNEXTLINE(modernize-deprecated-headers)
|
| D | access_object_stub_builder.cpp | 57 // Used for deprecated bytecodes which will not support ic 163 // Used for deprecated bytecodes which will not support ic
|
| D | llvm_codegen.h | 186 …r<std::pair<uint8_t *, uintptr_t>> codeInfo_ {}; // info for disasssembler, planed to be deprecated
|
| /arkcompiler/ets_runtime/ecmascript/quick_fix/ |
| D | main.cpp | 21 #include <signal.h> // NOLINTNEXTLINE(modernize-deprecated-headers)
|
| /arkcompiler/runtime_core/cross_values/ |
| D | CMakeLists.txt | 56 -Wno-deprecated"
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | syntaxCheckerForStrcitMode.ts | 63 // Octal escape has been deprecated in ES5, but it can be used in regular expressions
|
12