| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | cse.cpp | 131 for (auto pair : minReplaceStar_) { in EliminateAlongDomTree() local 149 auto &pair = sameExpPair_.at(expl); in BuildSetOfPairs() local 154 auto &pair = sameExpPair_.at(GetExpCommutative(instl)); in BuildSetOfPairs() local 164 auto &pair = sameExpPair_.at(expl); in BuildSetOfPairs() local 209 auto &pair = sameExpPair_.find(exp)->second; in GlobalCse() local 226 auto &pair = tuple.second; in GlobalCse() local
|
| D | scheduler.cpp | 257 for (auto pair : deps_.at(next)) { in ScheduleBarrierInst() local 263 for (auto pair : deps_.at(nnext)) { in ScheduleBarrierInst() local 457 for (auto pair : deps_.at(cur)) { in SchedWithGlued() local
|
| D | memory_coalescing.cpp | 360 auto pair = pairs_[cand]; in FindUpperInsertAfter() local 414 auto pair = pairs_[cand]; in FindLowerInsertAfter() local 893 for (auto pair : collector.GetPairs()) { in RunImpl() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | panda_cache.h | 86 auto pair = pair_ptr->load(std::memory_order_acquire); in GetMethodFromCache() local 96 MethodCachePair pair; in SetMethodCache() local 113 auto pair = pair_ptr->load(std::memory_order_acquire); in GetFieldFromCache() local 126 FieldCachePair pair; in SetFieldCache() local 140 auto pair = pair_ptr->load(std::memory_order_acquire); in GetClassFromCache() local 150 ClassCachePair pair; in SetClassCache() local 179 auto pair = pair_ptr->load(std::memory_order_acquire); in EnumerateCachedClasses() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | panda_cache.h | 89 auto pair = pairPtr->load(std::memory_order_acquire); in GetMethodFromCache() local 103 MethodCachePair pair; in SetMethodCache() local 124 auto pair = pairPtr->load(std::memory_order_acquire); in GetFieldFromCache() local 141 FieldCachePair pair; in SetFieldCache() local 159 auto pair = pairPtr->load(std::memory_order_acquire); in GetClassFromCache() local 173 ClassCachePair pair; in SetClassCache() local 203 auto pair = pairPtr->load(std::memory_order_acquire); in EnumerateCachedClasses() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_bitvector.h | 104 std::pair<uint32_t, uint32_t> pair = ComputeElementIdAndBitId(index); in SetBit() local 116 std::pair<uint32_t, uint32_t> pair = ComputeElementIdAndBitId(index); in GetBit() local
|
| D | js_api_bitvector.cpp | 134 std::pair<uint32_t, uint32_t> pair = ComputeElementIdAndBitId(index); in Has() local 154 std::pair<uint32_t, uint32_t> pair = ComputeElementIdAndBitId(index); in Has() local 285 std::pair<uint32_t, uint32_t> pair = ComputeElementIdAndBitId(index); in GetBitCountByRange() local 321 std::pair<uint32_t, uint32_t> pair = ComputeElementIdAndBitId(index); in GetIndexOf() local 357 std::pair<uint32_t, uint32_t> pair = ComputeElementIdAndBitId(index); in GetLastIndexOf() local 383 std::pair<uint32_t, uint32_t> pair = ComputeElementIdAndBitId(index); in FlipBitByIndex() local 416 std::pair<uint32_t, uint32_t> pair = ComputeElementIdAndBitId(index); in FlipBitsByRange() local
|
| /arkcompiler/runtime_core/static_core/verification/config/debug_breakpoint/ |
| D | breakpoint.cpp | 33 [&methodName](const auto &pair) { return pair.first == methodName; }); in BreakpointsForName()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | control_dep_analysis.h | 138 auto pair = curCondNumOfBB.try_emplace(bbId, 0); in GetAndAccSuccedCondNum() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/disassembler/ |
| D | disasm_ets_plugin.cpp | 24 for (auto &pair : prog_.recordTable) { in GeteTSMetadata() local 43 for (auto &pair : prog_.functionTable) { in GeteTSMetadata() local
|
| /arkcompiler/ets_frontend/es2panda/aot/ |
| D | resolveDepsRelation.cpp | 131 for (auto &pair : recordTable) { in CollectStaticImportDepsRelation() local
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | utf.h | 142 static inline std::pair<uint16_t, uint16_t> SplitUtf16Pair(uint32_t pair) in SplitUtf16Pair()
|
| D | utf.cpp | 90 uint32_t pair = 0; in ConvertMUtf8ToUtf16Pair() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_hashmap_test.cpp | 81 auto pair = std::make_pair(myKey, myValue); in HWTEST_F_L0() local 120 auto pair = std::make_pair(myKey, myValue); in HWTEST_F_L0() local 172 auto pair = std::make_pair(myKey, myValue); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | class_hierarchy.cpp | 228 for (const auto &pair : subKlass->strIdx2CandidateMap) { in CountVirtMethBottomUp() local 535 for (const auto &pair : strIdx2KlassMap) { in UpdateImplementedInterfaces() local 577 for (const auto &pair : strIdx2KlassMap) { in TopologicalSortKlasses() local
|
| D | call_graph.cpp | 369 for (auto &pair : caller->GetCallee()) { in UpdateCaleeCandidate() local 387 for (auto &pair : caller->GetCallee()) { in UpdateCaleeCandidate() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_dictionary.cpp | 76 std::pair<JSTaggedValue, PropertyAttributes> pair(key, attr); in GetAllKeys() local 119 std::pair<JSTaggedValue, PropertyAttributes> pair(key, attr); in GetAllKeysByFilter() local 160 std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> pair(keyHandle, attr); in GetAllEnumKeys() local 189 std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> pair(keyHandle, attr); in GetAllEnumKeys() local
|
| D | js_date_time_format.h | 64 for (const auto &pair : pairs) { in IcuPatternDesc() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_module.h | 314 auto pair = curFunctionMap.find(tid); in CurFunction() local 598 void PushFileInfoPair(MIRInfoPair pair) in PushFileInfoPair() 624 void PushbackFileData(const MIRDataPair &pair) in PushbackFileData() 633 void PushbackFileInfo(const MIRInfoPair &pair) in PushbackFileInfo()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | fast_json_stringifier.cpp | 594 …std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> pair(JSHandle<JSTaggedValue>(thread_, key),… in TryCacheSerializeKeysFromGlobalObject() local 631 …std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> pair(JSHandle<JSTaggedValue>(thread_, key),… in TryCacheSerializeKeysFromNameDictionary() local 871 …std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> pair(JSHandle<JSTaggedValue>(thread_, key),… in SerializeKeysFromGlobalDictionary() local 908 …std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> pair(JSHandle<JSTaggedValue>(thread_, key),… in SerializeKeysFromNameDictionary() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | utf.h | 195 static inline std::pair<uint16_t, uint16_t> SplitUtf16Pair(uint32_t pair) in SplitUtf16Pair()
|
| D | utf.cpp | 84 uint32_t pair = 0; in ConvertMUtf8ToUtf16Pair() local 556 uint32_t pair = 0; in ConvertUtf8ToUtf16Pair() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/ |
| D | call_graph.h | 387 for (auto pair : std::as_const(GetCaller())) { in GetInNodes() local 395 for (auto pair : std::as_const(GetCaller())) { in GetInNodes() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | debug_info_extractor.h | 146 for (const auto &pair : columnTable) { in MatchWithLocation() local
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| D | disassembler.cpp | 166 for (const auto &pair : recordNameToId_) { in CollectInfo() local 170 for (const auto &pair : methodNameToId_) { in CollectInfo() local 1630 for (const auto &pair : prog_.literalarrayTable) { in SerializeLitArrays() local 1849 for (const auto &pair : labelTable) { in GetInstructions() local
|