Home
last modified time | relevance | path

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

12345

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/napi_impl/detail/
Denumerate_napi.h22 #define EVERY_SECOND2(first, second) , second argument
23 #define EVERY_SECOND3(first, second, ...) , second EVERY_SECOND2(__VA_ARGS__) argument
24 #define EVERY_SECOND4(first, second, ...) , second EVERY_SECOND3(__VA_ARGS__) argument
25 #define EVERY_SECOND5(first, second, ...) , second EVERY_SECOND4(__VA_ARGS__) argument
26 #define EVERY_SECOND6(first, second, ...) , second EVERY_SECOND5(__VA_ARGS__) argument
27 #define EVERY_SECOND7(first, second, ...) , second EVERY_SECOND6(__VA_ARGS__) argument
28 #define EVERY_SECOND8(first, second, ...) , second EVERY_SECOND7(__VA_ARGS__) argument
29 #define EVERY_SECOND9(first, second, ...) , second EVERY_SECOND8(__VA_ARGS__) argument
31 #define PARAMS_PAIR2(first, second) , first second argument
32 #define PARAMS_PAIR3(first, second, ...) , first second PARAMS_PAIR2(__VA_ARGS__) argument
[all …]
/arkcompiler/runtime_core/common_interfaces/objects/string/
Dtree_string-inl.h41 …BaseString *first = BaseString::Cast(GetFirst<BaseObject *>(std::forward<ReadBarrier>(readBarrier)… in Get() local
47 BaseString *first = BaseString::Cast( in Get() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_deque.cpp32 uint32_t first = deque->GetFirst(); in InsertFront() local
53 uint32_t first = deque->GetFirst(); in InsertEnd() local
94 uint32_t oldCapacity, uint32_t first, uint32_t last) in GrowCapacity()
111 uint32_t first = GetFirst(); in PopFirst() local
140 uint32_t first = GetFirst(); in IsEmpty() local
149 uint32_t first = GetFirst(); in GetSize() local
160 uint32_t first = GetFirst(); in Get() local
174 uint32_t first = GetFirst(); in Set() local
183 uint32_t first = GetFirst(); in Has() local
Djs_api_deque_iterator.cpp52 uint32_t first = deque->GetFirst(); in Next() local
/arkcompiler/ets_runtime/test/jittest/non_buildin_typed_array/
Dnon_buildin_typed_array.ts21 const first = array[offset]; constant
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_deque_stub_builder.h41 GateRef first = GetFirst(obj); in BUILTINS_WITH_CONTAINERS_DEQUE_STUB_BUILDER() local
51 GateRef first = GetFirst(obj); in Get() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-ins.cpp21 std::string ark::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/assembler/
Dassembly-ins.cpp22 std::string panda::pandasm::Ins::RegsToString(bool &first, bool print_args, size_t first_arg_idx) c… in RegsToString()
79 bool first = true; in OperandsToString() local
Dmangling.h69 bool first = true; in GetFunctionSignatureFromName() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dmemory_coalescing.h29 Inst *first; member
Dmemory_coalescing.cpp434 Inst *first = nullptr; in TryAddCoalescedPair() local
649 void InsertPair(Inst *first, Inst *second, Inst *insertAfter) in InsertPair()
693 Inst *ReplaceLoadArray(Inst *first, Inst *second, Inst *insertAfter) in ReplaceLoadArray()
710 Inst *ReplaceLoadObject(Inst *first, Inst *second, Inst *insertAfter) in ReplaceLoadObject()
735 Inst *ReplaceLoadArrayI(Inst *first, Inst *second, Inst *insertAfter) in ReplaceLoadArrayI()
752 Inst *ReplaceStoreArray(Inst *first, Inst *second, Inst *insertAfter) in ReplaceStoreArray()
772 Inst *ReplaceStoreObject(Inst *first, Inst *second, Inst *insertAfter) in ReplaceStoreObject()
799 Inst *ReplaceStoreArrayI(Inst *first, Inst *second, Inst *insertAfter) in ReplaceStoreArrayI()
Dphi_type_resolving.cpp135 auto *first = bb->GetFirstInst(); in PropagateTypeToPhi() 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_runtime/test/moduletest/dataview/
Ddataview.js36 const first = new DataView(buf, 0, 8); constant
/arkcompiler/ets_runtime/ecmascript/
Don_heap.h45 static OnHeapMode Merge(OnHeapMode first, OnHeapMode second) in Merge()
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.h244 void OutDts(F &&first, T &&...rest) in OutDts()
253 void OutTs(F &&first, T &&...rest) in OutTs()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dbuiltin_type_id.h129 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/runtime_core/static_core/platforms/windows/libpandabase/
Dmem_hooks.cpp24 static bool first = true; variable
/arkcompiler/runtime_core/static_core/runtime/include/
Dhistogram-inl.h74 bool first = true; in GetTopDump() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string_iterator.cpp64 … uint16_t first = EcmaStringAccessor(string.GetObject<EcmaString>()).Get<false>(thread, position); in NextInternal() local
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/iterators/
Dgetiterator_dynamic.cpp56 AbckitBasicBlock *first = succBBs[0]; in TransformIr() local
Dgetpropiterator_dynamic.cpp56 AbckitBasicBlock *first = succBBs[0]; in TransformIr() local
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/generators/
Dcreategeneratorobj_dynamic.cpp56 AbckitBasicBlock *first = succBBs[0]; in TransformIr() local

12345