| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | acc_vregister-inl.h | 33 ALWAYS_INLINE inline AccVRegisterT(const AccVRegister &other) in AccVRegisterT() 79 ALWAYS_INLINE inline void Move(const StaticVRegisterRef &other) in Move() 85 ALWAYS_INLINE inline void Move(const DynamicVRegisterRef &other) in Move() 121 ALWAYS_INLINE inline void MovePrimitive(const AccVRegisterTRef &other) in MovePrimitive() 130 ALWAYS_INLINE inline void MoveReference(const AccVRegisterTRef &other) in MoveReference() 139 ALWAYS_INLINE inline void Move(const AccVRegisterTRef &other) in Move()
|
| D | vregister.h | 242 ALWAYS_INLINE inline void MovePrimitive(const T &other) in MovePrimitive() 248 ALWAYS_INLINE inline void MoveReference(const T &other) in MoveReference() 254 ALWAYS_INLINE inline void Move(const T &other) in Move() 427 ALWAYS_INLINE inline void MovePrimitive(const StaticVRegisterRef &other) in MovePrimitive() 433 ALWAYS_INLINE inline void MoveReference(const StaticVRegisterRef &other) in MoveReference() 439 ALWAYS_INLINE inline void Move(const StaticVRegisterRef &other) in Move() 519 ALWAYS_INLINE inline void MovePrimitive(const DynamicVRegisterRef &other) in MovePrimitive() 525 ALWAYS_INLINE inline void MoveReference(const DynamicVRegisterRef &other) in MoveReference() 531 ALWAYS_INLINE inline void Move(const DynamicVRegisterRef &other) in Move()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | ptr.h | 89 explicit Ptr(const Ptr &other) : pointer(other.get()) {} in Ptr() 91 explicit Ptr(Ptr &&other) noexcept : pointer(other.get()) {} in Ptr() function 94 explicit Ptr(const Ptr<U, CheckU> &other) : pointer(other.get()) in Ptr() 100 Ptr(const Ptr<U, CheckU> &other, PtrCheckerType<T> checker) : pointer(other.get()) in Ptr() 106 explicit Ptr(Ptr<U, CheckU> &&other) : pointer(other.get()) in Ptr() 112 Ptr(Ptr<U, CheckU> &&other, PtrCheckerType<T> checker) : pointer(other.get()) in Ptr() 177 void swap(Ptr &other) noexcept in swap()
|
| D | safe_ptr.h | 60 SafePtr(const SafePtr &other) : base(other.base) {} in SafePtr() 62 SafePtr(SafePtr &&other) noexcept : base(std::move(other.base)) {} in SafePtr() function 65 explicit SafePtr(const SafePtr<U> &other) : base(other.get(), CheckNothing<T>) in SafePtr() 70 explicit SafePtr(SafePtr<U> &&other) : base(other.get(), CheckNothing<T>) in SafePtr() function 120 void swap(SafePtr &other) noexcept in swap()
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | regmap.rb | 37 def +(other) argument 47 def -(other) argument 57 def ==(other) argument
|
| D | regmask.rb | 88 def +(other) argument 106 def -(other) argument 129 def ==(other) argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | arena_allocator_stl_adapter.h | 38 using other = ArenaAllocatorAdapter<U, USE_OOM_HANDLER>; member 47 …ArenaAllocatorAdapter(const ArenaAllocatorAdapter<U, USE_OOM_HANDLER> &other) : allocator_(other.a… in ArenaAllocatorAdapter() 78 using other = ArenaAllocatorAdapter<U, USE_OOM_HANDLER>; member 87 …ArenaAllocatorAdapter(const ArenaAllocatorAdapter<U, USE_OOM_HANDLER> &other) : allocator_(other.a… in ArenaAllocatorAdapter() 92 ArenaAllocatorAdapter(ArenaAllocatorAdapter &&other) noexcept in ArenaAllocatorAdapter() function
|
| D | mem_range.h | 46 bool IsIntersect(const MemRange &other) const in IsIntersect() 53 bool Contains(const MemRange &other) const in Contains()
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | arena_allocator_stl_adapter.h | 36 using other = ArenaAllocatorAdapter<U, use_oom_handler>; member 45 …ArenaAllocatorAdapter(const ArenaAllocatorAdapter<U, use_oom_handler> &other) : allocator_(other.a… in ArenaAllocatorAdapter() 74 using other = ArenaAllocatorAdapter<U, use_oom_handler>; member 83 …ArenaAllocatorAdapter(const ArenaAllocatorAdapter<U, use_oom_handler> &other) : allocator_(other.a… in ArenaAllocatorAdapter() 88 ArenaAllocatorAdapter(ArenaAllocatorAdapter &&other) noexcept in ArenaAllocatorAdapter() function
|
| D | mem_range.h | 48 bool IsIntersect(const MemRange &other) const in IsIntersect() 55 bool Contains(const MemRange &other) const in Contains()
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | typed.h | 81 Typed(Typed const &other) : T(static_cast<T const &>(other)) {} in Typed() function 99 …TypedAstNode(TypedAstNode const &other) : Typed<AstNode>(static_cast<Typed<AstNode> const &>(other… in TypedAstNode() function 118 …AnnotatedAstNode(AnnotatedAstNode const &other) : Annotated<AstNode>(static_cast<Annotated<AstNode… in AnnotatedAstNode() function 135 …TypedStatement(TypedStatement const &other) : Typed<Statement>(static_cast<Typed<Statement> const … in TypedStatement() function 156 AnnotatedStatement(AnnotatedStatement const &other) in AnnotatedStatement() function
|
| D | expression.cpp | 21 AnnotatedExpression::AnnotatedExpression(AnnotatedExpression const &other, ArenaAllocator *const al… in AnnotatedExpression() function in ark::es2panda::ir::AnnotatedExpression
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | runslots_allocator_stl_adapter.h | 39 using other = RunSlotsAllocatorAdapter<U, AllocConfigT, LockConfigT>; member 51 RunSlotsAllocatorAdapter(const RunSlotsAllocatorAdapter<U, AllocConfigT, LockConfigT> &other) in RunSlotsAllocatorAdapter() 87 using other = RunSlotsAllocatorAdapter<U, AllocConfigT, LockConfigT>; member 97 RunSlotsAllocatorAdapter(const RunSlotsAllocatorAdapter<U, AllocConfigT, LockConfigT> &other) in RunSlotsAllocatorAdapter() 103 RunSlotsAllocatorAdapter(RunSlotsAllocatorAdapter &&other) noexcept in RunSlotsAllocatorAdapter() function
|
| D | allocator_adapter.h | 38 using other = AllocatorAdapter<U, ALLOC_SCOPE_T>; member 51 AllocatorAdapter(const AllocatorAdapter<U, ALLOC_SCOPE_T> &other) : allocator_(other.allocator_) in AllocatorAdapter() 86 using other = AllocatorAdapter<U, ALLOC_SCOPE_T>; member 98 AllocatorAdapter(const AllocatorAdapter<U, ALLOC_SCOPE_T> &other) : allocator_(other.allocator_) in AllocatorAdapter()
|
| D | vm_handle-inl.h | 27 inline VMHandle<T>::VMHandle(const LocalObjectHandle<P> &other) : HandleBase(other.GetAddress()) in VMHandle()
|
| D | rem_set.h | 110 void Merge(Bitmap other) in Merge() 133 void AddBits(const Bitmap &other) in AddBits()
|
| /arkcompiler/ets_frontend/es2panda/parser/program/ |
| D | program.cpp | 32 Program::Program(Program &&other) in Program() function in panda::es2panda::parser::Program 62 Program &Program::operator=(Program &&other) in operator =()
|
| /arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/ |
| D | lattice_element.cpp | 37 LatticeElement *TopElement::Meet(LatticeElement *other) in Meet() 55 LatticeElement *BottomElement::Meet(LatticeElement *other) in Meet() 101 LatticeElement *ConstantElement::Meet(LatticeElement *other) in Meet()
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | type.cpp | 29 void Type::Identical(TypeRelation *relation, Type *other) in Identical() 39 void Type::Compare([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) {} in Compare()
|
| D | interfaceType.cpp | 46 bool InterfaceType::IsPropertiesIdentical(TypeRelation *relation, InterfaceType *other) in IsPropertiesIdentical() 76 bool InterfaceType::IsIndexInfoIdentical(TypeRelation *relation, InterfaceType *other) in IsIndexInfoIdentical() 102 void InterfaceType::Identical(TypeRelation *relation, Type *other) in Identical()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | chunk_allocator.h | 36 using other = ChunkAllocator<U>; member 45 explicit ChunkAllocator(const ChunkAllocator<U> &other) : chunk_(other.chunk_) in ChunkAllocator() 53 ChunkAllocator(ChunkAllocator &&other) noexcept in ChunkAllocator() function
|
| D | mark_stack.h | 104 inline void BeginMarking(ContinuousStack<T> *other) in BeginMarking() 112 inline void FinishMarking(ContinuousStack<T> *other) in FinishMarking()
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsNullishTypes.cpp | 25 void ETSNullType::Identical(TypeRelation *relation, Type *other) in Identical() 40 void ETSNullType::Compare([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) in Compare() 76 void ETSUndefinedType::Identical(TypeRelation *relation, Type *other) in Identical() 91 …id ETSUndefinedType::Compare([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) in Compare()
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | ustring.h | 61 int Compare(const StringView &other) const noexcept in Compare() 66 int Compare(const std::string_view &other) const noexcept in Compare() 296 void Append(const StringView &other) noexcept in Append() 305 void Append(const char *other) noexcept in Append() 313 void Append(const std::string &other) noexcept in Append()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_handle.h | 36 inline explicit EtsHandle(const VMHandle<P> &other) : VMHandle<T>(other) in EtsHandle()
|