Home
last modified time | relevance | path

Searched defs:other (Results 1 – 25 of 73) sorted by relevance

123

/arkcompiler/runtime_core/runtime/interpreter/
Dacc_vregister-inl.h32 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()
Dvregister.h251 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/
Dint_set.h34 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/
Dallocator_adapter.h34 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
Drunslots_allocator_stl_adapter.h35 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/
Dregmap.rb37 def +(other) argument
47 def -(other) argument
57 def ==(other) argument
Dregmask.rb87 def +(other) argument
105 def -(other) argument
128 def ==(other) argument
/arkcompiler/runtime_core/libpandabase/mem/
Darena_allocator_stl_adapter.h36 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
Dmem_range.h48 bool IsIntersect(const MemRange &other) const in IsIntersect()
55 bool Contains(const MemRange &other) const in Contains()
/arkcompiler/ets_frontend/es2panda/parser/program/
Dprogram.cpp32 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/
Dtype.cpp29 void Type::Identical(TypeRelation *relation, Type *other) in Identical()
39 void Type::Compare([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) {} in Compare()
DnonPrimitiveType.cpp25 void NonPrimitiveType::Identical(TypeRelation *relation, Type *other) in Identical()
DindexInfo.cpp44 void IndexInfo::Identical(TypeRelation *relation, IndexInfo *other) in Identical()
DbooleanType.cpp25 void BooleanType::Identical(TypeRelation *relation, Type *other) in Identical()
DstringType.cpp25 void StringType::Identical(TypeRelation *relation, Type *other) in Identical()
DsymbolType.cpp25 void SymbolType::Identical(TypeRelation *relation, Type *other) in Identical()
DtypeParameter.cpp25 void TypeParameter::Identical([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) in Identical()
DtypeReference.cpp27 void TypeReference::Identical(TypeRelation *relation, Type *other) in Identical()
DvoidType.cpp30 void VoidType::Identical(TypeRelation *relation, Type *other) in Identical()
/arkcompiler/ets_runtime/ecmascript/mem/
Dchunk_allocator.h36 using other = ChunkAllocator<U>; member
45 ChunkAllocator(const ChunkAllocator<U> &other) : chunk_(other.chunk_) in ChunkAllocator()
53 ChunkAllocator(ChunkAllocator &&other) noexcept in ChunkAllocator() function
Dmark_stack.h105 inline void BeginMarking(Heap *heap, ContinuousStack<T> *other) in BeginMarking()
114 inline void FinishMarking(ContinuousStack<T> *other) in FinishMarking()
Dcaddress_allocator.h36 using other = CAddressAllocator<U>; member
45 explicit CAddressAllocator(const CAddressAllocator<U> &other [[maybe_unused]]) in CAddressAllocator()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.h56 void CopyFrom(FrameStateInfo *other) in CopyFrom()
62 bool MergeLiveout(FrameStateInfo *other) in MergeLiveout()
/arkcompiler/ets_frontend/es2panda/util/
Dustring.h62 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/
Dsubtyping_closure.h64 void swap(SubtypingClosureInfo &other) // NOLINT(readability-identifier-naming) in swap()

123