Home
last modified time | relevance | path

Searched defs:pair (Results 1 – 25 of 49) sorted by relevance

12

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dcse.cpp126 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
Dmemory_coalescing.cpp347 auto pair = pairs_[cand]; in FindUpperInsertAfter() local
401 auto pair = pairs_[cand]; in FindLowerInsertAfter() local
759 for (auto pair : collector.GetPairs()) { in RunImpl() local
Dscheduler.cpp433 for (auto pair : deps_.at(cur)) { in SchedWithGlued() local
/arkcompiler/runtime_core/libpandafile/
Dpanda_cache.h86 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/
Dpanda_cache.h89 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/
Dets_interop_runtime_interface-inl.h27 std::pair<IntrinsicId, compiler::DataType::Type> pair = {}; in GetInfoForInteropCallArgsConversion() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclass_hierarchy.cpp245 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
Dcall_graph.cpp367 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/
Dbreakpoint.cpp33 [&methodName](const auto &pair) { return pair.first == methodName; }); in BreakpointsForName()
/arkcompiler/runtime_core/static_core/plugins/ets/disassembler/
Ddisasm_ets_plugin.cpp23 for (auto &pair : prog_.recordTable) { in GeteTSMetadata() local
42 for (auto &pair : prog_.functionTable) { in GeteTSMetadata() local
/arkcompiler/ets_runtime/ecmascript/
Dtagged_dictionary.cpp78 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
Djs_date_time_format.h63 for (const auto &pair : pairs) { in IcuPatternDesc() local
/arkcompiler/runtime_core/libpandabase/utils/
Dutf.h142 static inline std::pair<uint16_t, uint16_t> SplitUtf16Pair(uint32_t pair) in SplitUtf16Pair()
Dutf.cpp90 uint32_t pair = 0; in ConvertMUtf8ToUtf16Pair() local
/arkcompiler/ets_runtime/ecmascript/base/
Dfast_json_stringifier.cpp570 …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
Djson_stringifier.cpp751 …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
Dutf_helper.cpp327 uint32_t pair = 0; in ConvertUtf8ToUtf16Pair() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_module.h315 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/
Dutf.cpp84 uint32_t pair = 0; in ConvertMUtf8ToUtf16Pair() local
556 uint32_t pair = 0; in ConvertUtf8ToUtf16Pair() local
Dutf.h193 inline std::pair<uint16_t, uint16_t> SplitUtf16Pair(uint32_t pair) in SplitUtf16Pair()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.h146 for (const auto &pair : columnTable) { in MatchWithLocation() local
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp166 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/
Dtype_recorder.cpp79 for (const auto &pair : bcTypes) { in LoadTypes() local
/arkcompiler/runtime_core/static_core/verification/util/tests/
Dbit_vector_property_test.cpp110 return gen::map(gen::pair(g_valueGen, g_valueGen), [](auto pair) { in arbitrary()
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp59 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

12