Home
last modified time | relevance | path

Searched full:deprecated (Results 1 – 25 of 32) sorted by relevance

12

/arkcompiler/runtime_core/isa/
Disa.yaml264 - 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/
Doptions.h.erb48 % 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/
Dcommon.rb73 def deprecated?
74 respond_to?(:deprecated) && deprecated
103 full_desc.prepend("[DEPRECATED] ") if deprecated?
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.h40 // deprecated begin
51 // deprecated end
103 // deprecated begin
107 // deprecated end
/arkcompiler/runtime_core/runtime/include/tooling/
Dpt_value.h22 // Deprecated API
46 // Deprecated API
Dpt_macros.h21 #define PT_DEPRECATED() LOG(ERROR, TOOLING) << "Method " << __PRETTY_FUNCTION__ << " is deprecated
Dpt_thread.h27 // Deprecated API
Ddebug_interface.h65 DEPRECATED, enumerator
352 // Deprecated hooks
403 // Deprecated hooks end
564 // Deprecated API
579 // Deprecated API ends
/arkcompiler/runtime_core/libpandabase/utils/
Dtime.cpp16 // NOLINTNEXTLINE(modernize-deprecated-headers, hicpp-deprecated-headers)
/arkcompiler/runtime_core/runtime/
Doptions.yaml138 …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
Druntime.cpp86 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/
DCMakeLists.txt110 -hicpp-deprecated-headers
112 -modernize-deprecated-headers
/arkcompiler/runtime_core/docs/
D2022-08-18-isa-changelog.md15 3. We add prefix "deprecated" and keep the many old isa as "deprecated"-prefixed opcodes (for compa…
/arkcompiler/runtime_core/runtime/include/
Dpanda_vm.h45 enum class PandaVMType : size_t { ECMA_VM }; // Deprecated. Only for Compability with ets_runtime.
123 // Deprecated. Only for Compability with ets_runtime. in GetPandaVMType()
Druntime.h111 // Deprecated. Only for capability with ets_runtime.
273 // Deprecated.
Druntime_notification.h83 // Deprecated events
316 // Deprecated API
/arkcompiler/runtime_core/runtime/tooling/
Ddebugger.h40 // Deprecated API
71 // Deprecated API
153 return Unexpected(Error(Error::Type::DEPRECATED, "Method is deprecated")); in GetPtMethod()
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dcaller_stat.h21 #include <time.h> // NOLINTNEXTLINE(modernize-deprecated-headers)
/arkcompiler/ets_runtime/ecmascript/js_vm/
Dmain.cpp21 #include <signal.h> // NOLINTNEXTLINE(modernize-deprecated-headers)
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler.cpp18 #include <signal.h> // NOLINTNEXTLINE(modernize-deprecated-headers)
Daccess_object_stub_builder.cpp57 // Used for deprecated bytecodes which will not support ic
163 // Used for deprecated bytecodes which will not support ic
Dllvm_codegen.h186 …r<std::pair<uint8_t *, uintptr_t>> codeInfo_ {}; // info for disasssembler, planed to be deprecated
/arkcompiler/ets_runtime/ecmascript/quick_fix/
Dmain.cpp21 #include <signal.h> // NOLINTNEXTLINE(modernize-deprecated-headers)
/arkcompiler/runtime_core/cross_values/
DCMakeLists.txt56 -Wno-deprecated"
/arkcompiler/ets_frontend/ts2panda/src/
DsyntaxCheckerForStrcitMode.ts63 // Octal escape has been deprecated in ES5, but it can be used in regular expressions

12