| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | cse.cpp | 126 for (auto pair : minReplaceStar_) { in EliminateAlongDomTree() local 144 auto &pair = sameExpPair_.at(expl); in BuildSetOfPairs() local 149 auto &pair = sameExpPair_.at(GetExpCommutative(instl)); in BuildSetOfPairs() local 159 auto &pair = sameExpPair_.at(expl); in BuildSetOfPairs() local 204 auto &pair = sameExpPair_.find(exp)->second; in GlobalCse() local 222 auto &pair = tuple.second; in GlobalCse() local
|
| D | memory_coalescing.cpp | 347 auto pair = pairs_[cand]; in FindUpperInsertAfter() local 401 auto pair = pairs_[cand]; in FindLowerInsertAfter() local 759 for (auto pair : collector.GetPairs()) { in RunImpl() local
|
| D | scheduler.cpp | 433 for (auto pair : deps_.at(cur)) { in SchedWithGlued() 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/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | ets_interop_runtime_interface-inl.h | 27 std::pair<IntrinsicId, compiler::DataType::Type> pair = {}; in GetInfoForInteropCallArgsConversion() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | class_hierarchy.cpp | 245 for (const auto &pair : superAndImplClass->strIdx2CandidateMap) { in CountVirtMethTopDown() local 302 for (const auto &pair : subKlass->strIdx2CandidateMap) { in CountVirtMethBottomUp() local 591 for (const auto &pair : strIdx2KlassMap) { in AddKlassRelationAndMethods() local 656 for (const auto &pair : strIdx2KlassMap) { in TagThrowableKlasses() local 687 for (const auto &pair : strIdx2KlassMap) { in UpdateImplementedInterfaces() local 729 for (const auto &pair : strIdx2KlassMap) { in TopologicalSortKlasses() local
|
| D | call_graph.cpp | 367 for (auto &pair : caller->GetCallee()) { in UpdateCaleeCandidate() local 384 for (auto &pair : caller->GetCallee()) { in UpdateCaleeCandidate() local 1581 FieldPair pair = classType->TraverseToFieldRef(tmpID); in DevirtualFinal() local 1681 for (auto &pair : icallToFix) { in FixIcallCallee() 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/runtime_core/static_core/plugins/ets/disassembler/ |
| D | disasm_ets_plugin.cpp | 23 for (auto &pair : prog_.recordTable) { in GeteTSMetadata() local 42 for (auto &pair : prog_.functionTable) { in GeteTSMetadata() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_dictionary.cpp | 78 std::pair<JSTaggedValue, PropertyAttributes> pair(key, attr); in GetAllKeys() local 108 std::pair<JSTaggedValue, PropertyAttributes> pair(key, attr); in GetAllKeysByFilter() local 149 std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> pair(keyHandle, attr); in GetAllEnumKeys() local 178 std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> pair(keyHandle, attr); in GetAllEnumKeys() local
|
| D | js_date_time_format.h | 63 for (const auto &pair : pairs) { in IcuPatternDesc() 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/base/ |
| D | fast_json_stringifier.cpp | 570 …std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> pair(JSHandle<JSTaggedValue>(thread_, key),… in TryCacheSerializeKeys() local 602 …std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> pair(JSHandle<JSTaggedValue>(thread_, key),… in TryCacheSerializeKeys() local 855 …std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> pair(JSHandle<JSTaggedValue>(thread_, key),… in DefaultSerializeKeys() local 887 …std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> pair(JSHandle<JSTaggedValue>(thread_, key),… in DefaultSerializeKeys() local
|
| D | json_stringifier.cpp | 751 …std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> pair(JSHandle<JSTaggedValue>(thread_, key),… in SerializeKeys() local 786 …std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> pair(JSHandle<JSTaggedValue>(thread_, key),… in SerializeKeys() local
|
| D | utf_helper.cpp | 327 uint32_t pair = 0; in ConvertUtf8ToUtf16Pair() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_module.h | 315 auto pair = curFunctionMap.find(tid); in CurFunction() local 601 void PushFileInfoPair(MIRInfoPair pair) in PushFileInfoPair() 627 void PushbackFileData(const MIRDataPair &pair) in PushbackFileData() 636 void PushbackFileInfo(const MIRInfoPair &pair) in PushbackFileInfo()
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | utf.cpp | 84 uint32_t pair = 0; in ConvertMUtf8ToUtf16Pair() local 556 uint32_t pair = 0; in ConvertUtf8ToUtf16Pair() local
|
| D | utf.h | 193 inline std::pair<uint16_t, uint16_t> SplitUtf16Pair(uint32_t pair) in SplitUtf16Pair()
|
| /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 1600 for (const auto &pair : prog_.literalarrayTable) { in SerializeLitArrays() local 1814 for (const auto &pair : labelTable) { in GetInstructions() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | type_recorder.cpp | 79 for (const auto &pair : bcTypes) { in LoadTypes() local
|
| /arkcompiler/runtime_core/static_core/verification/util/tests/ |
| D | bit_vector_property_test.cpp | 110 return gen::map(gen::pair(g_valueGen, g_valueGen), [](auto pair) { in arbitrary()
|
| /arkcompiler/runtime_core/disassembler/ |
| D | disassembler.cpp | 59 for (const auto &pair : record_name_to_id_) { in CollectInfo() local 63 for (const auto &pair : method_name_to_id_) { in CollectInfo() local 1924 for (const auto &pair : label_table) { in GetInstructions() local
|