| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/napi_impl/detail/ |
| D | enumerate_napi.h | 22 #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/ |
| D | tree_string-inl.h | 41 …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/ |
| D | js_api_deque.cpp | 32 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
|
| D | js_api_deque_iterator.cpp | 52 uint32_t first = deque->GetFirst(); in Next() local
|
| /arkcompiler/ets_runtime/test/jittest/non_buildin_typed_array/ |
| D | non_buildin_typed_array.ts | 21 const first = array[offset]; constant
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | containers_deque_stub_builder.h | 41 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/ |
| D | assembly-ins.cpp | 21 std::string ark::pandasm::Ins::RegsToString(bool &first, bool printArgs, size_t firstArgIdx) const in RegsToString() 78 bool first = true; in OperandsToString() local
|
| D | mangling.h | 69 bool first = true; in GetFunctionSignatureFromName() local
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-ins.cpp | 22 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
|
| D | mangling.h | 69 bool first = true; in GetFunctionSignatureFromName() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | memory_coalescing.h | 29 Inst *first; member
|
| D | memory_coalescing.cpp | 434 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()
|
| D | phi_type_resolving.cpp | 135 auto *first = bb->GetFirstInst(); in PropagateTypeToPhi() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | rem_set_test.cpp | 116 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/ |
| D | dataview.js | 36 const first = new DataView(buf, 0, 8); constant
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | on_heap.h | 45 static OnHeapMode Merge(OnHeapMode first, OnHeapMode second) in Merge()
|
| /arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
| D | declgenEts2Ts.h | 244 void OutDts(F &&first, T &&...rest) in OutDts() 253 void OutTs(F &&first, T &&...rest) in OutTs()
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | builtin_type_id.h | 129 size_t first = static_cast<size_t>(BuiltinTypeId::TYPED_ARRAY_FIRST); in IsTypedArrayType() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/ |
| D | BUILDING.md | 16 ### Clone repositories
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| D | mem_hooks.cpp | 24 static bool first = true; variable
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | histogram-inl.h | 74 bool first = true; in GetTopDump() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string_iterator.cpp | 64 … uint16_t first = EcmaStringAccessor(string.GetObject<EcmaString>()).Get<false>(thread, position); in NextInternal() local
|
| /arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/iterators/ |
| D | getiterator_dynamic.cpp | 56 AbckitBasicBlock *first = succBBs[0]; in TransformIr() local
|
| D | getpropiterator_dynamic.cpp | 56 AbckitBasicBlock *first = succBBs[0]; in TransformIr() local
|
| /arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/generators/ |
| D | creategeneratorobj_dynamic.cpp | 56 AbckitBasicBlock *first = succBBs[0]; in TransformIr() local
|