| /arkcompiler/runtime_core/runtime/interpreter/ |
| D | acc_vregister-inl.h | 32 ALWAYS_INLINE inline AccVRegisterT(const AccVRegister &other) in AccVRegisterT() 77 ALWAYS_INLINE inline void Move(const StaticVRegisterRef &other) in Move() 83 ALWAYS_INLINE inline void Move(const DynamicVRegisterRef &other) in Move() 118 ALWAYS_INLINE inline void MovePrimitive(const AccVRegisterTRef &other) in MovePrimitive() 127 ALWAYS_INLINE inline void MoveReference(const AccVRegisterTRef &other) in MoveReference() 136 ALWAYS_INLINE inline void Move(const AccVRegisterTRef &other) in Move()
|
| D | vregister.h | 251 ALWAYS_INLINE inline void MovePrimitive(const T &other) in MovePrimitive() 257 ALWAYS_INLINE inline void MoveReference(const T &other) in MoveReference() 263 ALWAYS_INLINE inline void Move(const T &other) in Move() 436 ALWAYS_INLINE inline void MovePrimitive(const StaticVRegisterRef &other) in MovePrimitive() 442 ALWAYS_INLINE inline void MoveReference(const StaticVRegisterRef &other) in MoveReference() 448 ALWAYS_INLINE inline void Move(const StaticVRegisterRef &other) in Move() 528 ALWAYS_INLINE inline void MovePrimitive(const DynamicVRegisterRef &other) in MovePrimitive() 534 ALWAYS_INLINE inline void MoveReference(const DynamicVRegisterRef &other) in MoveReference() 540 ALWAYS_INLINE inline void Move(const DynamicVRegisterRef &other) in Move()
|
| /arkcompiler/runtime_core/verification/util/ |
| D | int_set.h | 34 IntSet(const IntSet &other) : repr_ {other.repr_->Clone()} {}; in IntSet() 144 auto LazyIntersect(const IntSet<T, THRESHOLD2> &other) const in LazyIntersect() 260 IntSet<T, THRESHOLD> Intersect(const SmallRepr &other) const override in Intersect() 272 IntSet<T, THRESHOLD> Intersect(const LargeRepr &other) const override in Intersect() 283 bool IntersectInPlace(const SmallRepr &other) override in IntersectInPlace() 295 bool IntersectInPlace(const LargeRepr &other) override in IntersectInPlace() 302 IntSet<T, THRESHOLD> Union(const SmallRepr &other) const override in Union() 314 IntSet<T, THRESHOLD> Union(const LargeRepr &other) const override in Union() 417 IntSet<T, THRESHOLD> Intersect(const SmallRepr &other) const override in Intersect() 422 IntSet<T, THRESHOLD> Intersect(const LargeRepr &other) const override in Intersect() [all …]
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | allocator_adapter.h | 34 using other = AllocatorAdapter<U, AllocScopeT>; member 46 AllocatorAdapter(const AllocatorAdapter<U, AllocScopeT> &other) : allocator_(other.allocator_) in AllocatorAdapter() 52 AllocatorAdapter(AllocatorAdapter &&other) noexcept in AllocatorAdapter() function 87 using other = AllocatorAdapter<U, AllocScopeT>; member 99 AllocatorAdapter(const AllocatorAdapter<U, AllocScopeT> &other) : allocator_(other.allocator_) in AllocatorAdapter() 105 AllocatorAdapter(AllocatorAdapter &&other) noexcept in AllocatorAdapter() function
|
| D | runslots_allocator_stl_adapter.h | 35 using other = RunSlotsAllocatorAdapter<U, AllocConfigT, LockConfigT>; member 46 RunSlotsAllocatorAdapter(const RunSlotsAllocatorAdapter<U, AllocConfigT, LockConfigT> &other) in RunSlotsAllocatorAdapter() 74 using other = RunSlotsAllocatorAdapter<U, AllocConfigT, LockConfigT>; member 83 RunSlotsAllocatorAdapter(const RunSlotsAllocatorAdapter<U, AllocConfigT, LockConfigT> &other) in RunSlotsAllocatorAdapter() 89 RunSlotsAllocatorAdapter(RunSlotsAllocatorAdapter &&other) noexcept in RunSlotsAllocatorAdapter() function
|
| /arkcompiler/runtime_core/irtoc/lang/ |
| D | regmap.rb | 37 def +(other) argument 47 def -(other) argument 57 def ==(other) argument
|
| D | regmask.rb | 87 def +(other) argument 105 def -(other) argument 128 def ==(other) argument
|
| /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/es2panda/parser/program/ |
| D | program.cpp | 32 Program::Program(Program &&other) in Program() function in panda::es2panda::parser::Program 51 Program &Program::operator=(Program &&other) in operator =()
|
| /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 | nonPrimitiveType.cpp | 25 void NonPrimitiveType::Identical(TypeRelation *relation, Type *other) in Identical()
|
| D | indexInfo.cpp | 44 void IndexInfo::Identical(TypeRelation *relation, IndexInfo *other) in Identical()
|
| D | booleanType.cpp | 25 void BooleanType::Identical(TypeRelation *relation, Type *other) in Identical()
|
| D | stringType.cpp | 25 void StringType::Identical(TypeRelation *relation, Type *other) in Identical()
|
| D | symbolType.cpp | 25 void SymbolType::Identical(TypeRelation *relation, Type *other) in Identical()
|
| D | typeParameter.cpp | 25 void TypeParameter::Identical([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) in Identical()
|
| D | typeReference.cpp | 27 void TypeReference::Identical(TypeRelation *relation, Type *other) in Identical()
|
| D | voidType.cpp | 30 void VoidType::Identical(TypeRelation *relation, Type *other) in Identical()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | chunk_allocator.h | 36 using other = ChunkAllocator<U>; member 45 ChunkAllocator(const ChunkAllocator<U> &other) : chunk_(other.chunk_) in ChunkAllocator() 53 ChunkAllocator(ChunkAllocator &&other) noexcept in ChunkAllocator() function
|
| D | mark_stack.h | 105 inline void BeginMarking(Heap *heap, ContinuousStack<T> *other) in BeginMarking() 114 inline void FinishMarking(ContinuousStack<T> *other) in FinishMarking()
|
| D | caddress_allocator.h | 36 using other = CAddressAllocator<U>; member 45 explicit CAddressAllocator(const CAddressAllocator<U> &other [[maybe_unused]]) in CAddressAllocator()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | frame_states.h | 56 void CopyFrom(FrameStateInfo *other) in CopyFrom() 62 bool MergeLiveout(FrameStateInfo *other) in MergeLiveout()
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | ustring.h | 62 int Compare(const StringView &other) const noexcept in Compare() 67 int Compare(const std::string_view &other) const noexcept in Compare() 282 void Append(const StringView &other) noexcept in Append() 291 void Append(const char *other) noexcept in Append()
|
| /arkcompiler/runtime_core/verification/type/ |
| D | subtyping_closure.h | 64 void swap(SubtypingClosureInfo &other) // NOLINT(readability-identifier-naming) in swap()
|