Home
last modified time | relevance | path

Searched refs:Other (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/templates/
H A Dinstructions.rb48 module Other module in Tokens
113 @tokens.join(', ') + (@tokens.include?(Tokens::Other::DYNAMIC) ? ", ..." : "")
117 has(Tokens::Other::DST)
121 has(Tokens::Other::DYNAMIC)
125 has(Tokens::Other::PSEUDO)
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
H A Dinstructions.rb48 module Other module in Tokens
113 @tokens.join(', ') + (@tokens.include?(Tokens::Other::DYNAMIC) ? ", ..." : "")
117 has(Tokens::Other::DST)
121 has(Tokens::Other::DYNAMIC)
125 has(Tokens::Other::PSEUDO)
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dptr_list_ref.h69 template <class Other>
70 ReversePtrListRefIterator(const ReversePtrListRefIterator<Other> &right) : current(right.base()) in ReversePtrListRefIterator()
74 template <class Other>
75 ReversePtrListRefIterator &operator=(const ReversePtrListRefIterator<Other> &right) in operator =()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dbarriers.cpp135 template bool BatchBitSet<Region::Other>(const JSThread*, Region*, JSTaggedValue*, size_t);
H A Dbarriers-inl.h138 allValueNotHeap = BatchBitSet<Region::Other>(thread, objectRegion, dst, count); in CopyObject()
H A Dregion.h189 enum RegionSpaceKind { InYoung, InGeneralOld, Other }; enumerator
246 case Other: in CalculateBitSetNum()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 36 milliseconds