| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | math_helpers.h | 29 constexpr T operator()(const T &x, const T &y) const in operator() function 40 constexpr T operator()(const T &x, const T &y) const in operator() function 51 constexpr T operator()(const T &x, const T &y) const in operator() function 62 constexpr T operator()(const T &x, const T &y) const in operator() function 71 constexpr int32_t operator()(const T &x, const T &y) const in operator() function 89 constexpr int32_t operator()(const T &x, const T &y) const in operator() function 107 constexpr int32_t operator()(const T &x, const T &y) const in operator() function 125 constexpr T operator()(const T &x, const T &y) const in operator() function 144 constexpr T operator()(const T &x, const T &y) const in operator() function 173 ALWAYS_INLINE inline T operator()(T a, T b) in operator() function [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | schedule_heuristic.h | 31 int operator()(const DepNode &node1, const DepNode &node2) const in operator() function 45 int operator()(const DepNode &node1, const DepNode &node2) in operator() function 110 int operator()(const DepNode &node1, const DepNode &node2) const in operator() function 176 int operator()(const DepNode &node1, const DepNode &node2) const in operator() function 185 int operator()(const DepNode &node1, const DepNode &node2) const in operator() function 194 int operator()(const DepNode &node1, const DepNode &node2) in operator() function 205 int operator()(const DepNode &node1, const DepNode &node2) const in operator() function 241 int operator()(const DepNode &node1, const DepNode &node2) in operator() function 258 int operator()(const DepNode &node1, const DepNode &node2) const in operator() function 267 int operator()(const DepNode &node1, const DepNode &node2) in operator() function
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | atomic_helper.h | 28 T operator()(T *ptr, const T *arg, [[maybe_unused]] uint32_t length) const in operator() function 38 T operator()(T *ptr, const T *arg, [[maybe_unused]] uint32_t length) const in operator() function 48 T operator()(T *ptr, const T *arg, [[maybe_unused]] uint32_t length) const in operator() function 58 T operator()(T *ptr, const T *arg, [[maybe_unused]] uint32_t length) const in operator() function 68 T operator()(T *ptr, const T *arg, [[maybe_unused]] uint32_t length) const in operator() function 78 T operator()(T *ptr, const T *arg, [[maybe_unused]] uint32_t length) const in operator() function 90 T operator()(T *ptr, const T *arg, [[maybe_unused]] uint32_t length) const in operator() function
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | compiler_interface.h | 45 void operator=(const CompilerInterface &) = delete; member 47 CompilerInterface &operator=(CompilerInterface &&) = delete; member 60 void operator=(const IrtocCompilerInterface &) = delete; member 62 IrtocCompilerInterface &operator=(IrtocCompilerInterface &&) = delete; member
|
| /arkcompiler/runtime_core/static_core/verification/util/parser/ |
| D | charset.h | 28 constexpr bool operator()(Char chartype) const in operator() function 38 Charset &operator=(const Charset &c) = default; variable 39 Charset &operator=(Charset &&c) = default; variable
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ark_frame_lowering/ |
| D | frame_builder.h | 68 void operator=(const FrameBuilderInterface &) = delete; member 70 FrameBuilderInterface &operator=(FrameBuilderInterface &&) = delete; member 90 void operator=(const AMD64FrameBuilder &) = delete; member 92 AMD64FrameBuilder &operator=(AMD64FrameBuilder &&) = delete; member 108 void operator=(const ARM64FrameBuilder &) = delete; member 110 ARM64FrameBuilder &operator=(ARM64FrameBuilder &&) = delete; member
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/ |
| D | cleanup_inline_module.h | 33 CleanupInlineModule &operator=(CleanupInlineModule &&other); variable 37 CleanupInlineModule &operator=(CleanupInlineModule &) = delete; variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| D | ets_object_reference.h | 35 EtsObjectReferenceDeleter &operator=(const EtsObjectReferenceDeleter &) noexcept = default; variable 38 void operator()(mem::Reference *ref) const noexcept in operator() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_symbol_builder.h | 62 MIRSymbolBuilder &operator=(const MIRSymbolBuilder &) = delete; variable 63 MIRSymbolBuilder &operator=(const MIRSymbolBuilder &&) = delete; variable
|
| D | global_tables.h | 43 std::size_t operator()(const TyIdx &tyIdx) const in operator() function 52 std::size_t operator()(const GStrIdx &gStrIdx) const in operator() function 61 std::size_t operator()(const UStrIdx &uStrIdx) const in operator() function 82 std::size_t operator()(const IntConstKey &key) const in operator() function 90 bool operator()(const IntConstKey &lkey, const IntConstKey &rkey) const in operator() function 104 TypeTable &operator=(const TypeTable &) = delete; variable 522 size_t operator()(const MIRTypePtr &ty) const in operator() function 529 bool operator()(const MIRTypePtr &tx, const MIRTypePtr &ty) const in operator() function 572 size_t operator()(const std::string *str) const in operator() function 577 size_t operator()(const std::u16string *str) const in operator() function [all …]
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
| D | ark_aot_linker.h | 58 ArkAotLinker &operator=(const ArkAotLinker &) = delete; variable 60 ArkAotLinker &operator=(ArkAotLinker &&) = delete; variable
|
| /arkcompiler/runtime_core/static_core/verification/util/tests/ |
| D | environment.h | 46 EnvOptions &operator=(const EnvOptions &) = default; variable 47 EnvOptions &operator=(EnvOptions &&) = default; variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_vtable_builder.h | 30 bool operator()(const Method::ProtoId &base, const Method::ProtoId &derv) const in operator() function 37 bool operator()(const MethodInfo *base, const MethodInfo *derv) const in operator() function
|
| /arkcompiler/runtime_core/static_core/verification/value/ |
| D | abstract_value.h | 33 AbstractValue &operator=(const AbstractValue &) = default; variable 34 AbstractValue &operator=(AbstractValue &&) = default; variable
|
| D | variables.h | 50 Var &operator=(const Var &a) = default; variable 51 Var &operator=(Var &&a) = default; variable
|
| D | origin.h | 65 Origin &operator=(const Origin &) = default; variable 66 Origin &operator=(Origin &&) = default; variable
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | frame_allocator.h | 53 FrameAllocator &operator=(const FrameAllocator &) noexcept = delete; variable 54 FrameAllocator &operator=(FrameAllocator &&) noexcept = default; variable
|
| D | allocator_adapter.h | 55 AllocatorAdapter &operator=(const AllocatorAdapter &) noexcept = default; variable 58 AllocatorAdapter &operator=(AllocatorAdapter &&other) noexcept = default; variable 102 AllocatorAdapter &operator=(const AllocatorAdapter &) noexcept = default; variable 105 AllocatorAdapter &operator=(AllocatorAdapter &&other) noexcept = default; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | factory.h | 57 ObjectFactory &operator=(const ObjectFactory &) = delete; variable 59 ObjectFactory &operator=(const ObjectFactory &&) = delete; variable 112 FunctionFactory &operator=(const FunctionFactory &) = delete; variable 114 FunctionFactory &operator=(const FunctionFactory &&) = delete; variable
|
| /arkcompiler/runtime_core/static_core/verification/util/ |
| D | callable.h | 65 …callable &operator=(const callable &) = default; // NOLINT(cppcoreguidelines-pro-type-union-acces… variable 66 …callable &operator=(callable &&) = default; // NOLINT(cppcoreguidelines-pro-type-union-acces… variable 99 constexpr R operator()(Args... args) const in operator() function
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | branch_elimination.h | 31 bool operator()(const ConditionOps &obj1, const ConditionOps &obj2) const in operator() function 39 uint32_t operator()(const ConditionOps &obj) const in operator() function
|
| /arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/ |
| D | constant_propagation.h | 56 uint32_t operator()(Edge const &edge) const in operator() function 66 bool operator()(Edge const &edge1, Edge const &edge2) const in operator() function
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | signal_handler.h | 130 SignalManager &operator=(SignalManager &&) = delete; variable 148 SignalHandler &operator=(SignalHandler &&) = delete; variable 162 NullPointerHandler &operator=(NullPointerHandler &&) = delete; variable
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | vn.h | 68 bool operator()(VnObject *obj1, VnObject *obj2) const in operator() function 75 uint32_t operator()(VnObject *obj) const in operator() function
|
| /arkcompiler/ets_runtime/compiler_service/include/ |
| D | aot_compiler_impl.h | 71 AotCompilerImpl& operator=(const AotCompilerImpl&) = delete; variable 72 AotCompilerImpl& operator=(AotCompilerImpl&&) = delete; variable
|