Home
last modified time | relevance | path

Searched defs:first (Results 1 – 25 of 74) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_deque.cpp38 uint32_t first = deque->GetFirst(); in InsertFront() local
59 uint32_t first = deque->GetFirst(); in InsertEnd() local
100 uint32_t oldCapacity, uint32_t first, uint32_t last) in GrowCapacity()
117 uint32_t first = GetFirst(); in PopFirst() local
146 uint32_t first = GetFirst(); in IsEmpty() local
155 uint32_t first = GetFirst(); in GetSize() local
166 uint32_t first = GetFirst(); in Get() local
177 uint32_t first = GetFirst(); in Set() local
186 uint32_t first = GetFirst(); in Has() local
Djs_api_deque_iterator.cpp57 uint32_t first = deque->GetFirst(); in Next() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_deque_stub_builder.h36 GateRef first = GetFirst(obj); in GetSize() local
46 GateRef first = GetFirst(obj); in Get() local
/arkcompiler/runtime_core/assembler/
Dassembly-ins.cpp21 std::string panda::pandasm::Ins::RegsToString(bool &first, bool print_args, size_t first_arg_idx) c… in RegsToString()
78 bool first = true; in OperandsToString() local
Dmangling.h69 bool first = true; in GetFunctionSignatureFromName() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-ins.cpp21 std::string panda::pandasm::Ins::RegsToString(bool &first, bool printArgs, size_t firstArgIdx) const in RegsToString()
78 bool first = true; in OperandsToString() local
Dmangling.h69 bool first = true; in GetFunctionSignatureFromName() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Drem_set_test.cpp116 auto first = testList.front(); in TEST_F() local
148 auto first = testList.front(); in TEST_F() local
189 auto first = testList.front(); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/util/
DdeclgenEts2Ts.h74 void Out(F &&first, T &&...rest) in Out()
/arkcompiler/ets_runtime/ecmascript/
Don_heap.h35 static OnHeapMode Merge(OnHeapMode first, OnHeapMode second) in Merge()
Dtagged_array-inl.h82 …Handle<TaggedArray> TaggedArray::Append(const JSThread *thread, const JSHandle<TaggedArray> &first, in Append()
100 …aggedArray> TaggedArray::AppendSkipHole(const JSThread *thread, const JSHandle<TaggedArray> &first, in AppendSkipHole()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dmemory_coalescing.h29 Inst *first; member
Dmemory_coalescing.cpp421 Inst *first = nullptr; in TryAddCoalescedPair() local
575 void InsertPair(Inst *first, Inst *second, Inst *insertAfter) in InsertPair()
612 Inst *ReplaceLoadArray(Inst *first, Inst *second, Inst *insertAfter) in ReplaceLoadArray()
629 Inst *ReplaceLoadArrayI(Inst *first, Inst *second, Inst *insertAfter) in ReplaceLoadArrayI()
646 Inst *ReplaceStoreArray(Inst *first, Inst *second, Inst *insertAfter) in ReplaceStoreArray()
664 Inst *ReplaceStoreArrayI(Inst *first, Inst *second, Inst *insertAfter) in ReplaceStoreArrayI()
Dphi_type_resolving.cpp135 auto *first = bb->GetFirstInst(); in PropagateTypeToPhi() local
Dscheduler.cpp259 Inst *first = nullptr; in ScheduleBasicBlock() local
339 uint32_t Scheduler::ScheduleInstsBetweenBarriers(Inst *first, Inst *last) in ScheduleInstsBetweenBarriers()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dbuiltin_type_id.h127 size_t first = static_cast<size_t>(BuiltinTypeId::TYPED_ARRAY_FIRST); in IsTypedArrayType() local
/arkcompiler/runtime_core/static_core/plugins/ets/doc/
DBUILDING.md16 ### Clone repositories
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string_iterator.cpp67 uint16_t first = EcmaStringAccessor(string.GetObject<EcmaString>()).Get<false>(position); in NextInternal() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dhistogram-inl.h74 bool first = true; in GetTopDump() local
/arkcompiler/runtime_core/libpandabase/utils/
Dlist.h242 Iterator InsertAfter(ConstIterator position, InputIterator first, InputIterator last) in InsertAfter()
309 void Splice(ConstIterator position, List &other, ConstIterator first) in Splice()
318 void Splice(ConstIterator position, List &src_list, ConstIterator first, ConstIterator last) in Splice()
Dbit_vector.h634 inline void FillBitVector(panda::BitVectorIterator<IsConst> first, panda::BitVectorIterator<IsConst… in FillBitVector()
653 inline void fill(panda::BitVectorIterator<IsConst> first, panda::BitVectorIterator<IsConst> last, b… in fill()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dlist.h238 Iterator InsertAfter(ConstIterator position, InputIterator first, InputIterator last) in InsertAfter()
299 void Splice(ConstIterator position, List &other, ConstIterator first) in Splice()
306 void Splice(ConstIterator position, List &srcList, ConstIterator first, ConstIterator last) in Splice()
Dbit_vector.h670 inline void FillBitVector(panda::BitVectorIterator<IS_CONST> first, panda::BitVectorIterator<IS_CON… in FillBitVector()
690 inline void fill(panda::BitVectorIterator<IS_CONST> first, panda::BitVectorIterator<IS_CONST> last,… in fill()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgraph_editor.cpp163 GateRef first = acc_.GetValueIn(cur, 0); in EliminatePhi() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmuid.h49 uint64_t first; member

123