Home
last modified time | relevance | path

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

/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/verification/config/debug_breakpoint/
Dbreakpoint.cpp34 [&](const auto &pair) { return pair.first == method_name; }); in BreakpointsForName()
/arkcompiler/ets_runtime/ecmascript/
Djs_for_in_iterator.cpp110 std::pair<JSTaggedValue, uint32_t> pair(key, attr.GetOffset()); in FastGetAllEnumKeys() local
172 std::pair<JSTaggedValue, PropertyAttributes> pair(key, attr); in FastGetAllEnumKeys() local
Dtagged_dictionary.cpp52 std::pair<JSTaggedValue, PropertyAttributes> pair(key, attr); in GetAllKeys() local
73 std::pair<JSTaggedValue, PropertyAttributes> pair(key, attr); in GetAllEnumKeys() local
Djs_date_time_format.h55 for (const auto &pair : pairs) { in IcuPatternDesc() local
Djs_date_time_format.cpp918 for (const auto &pair : item.pairs) { in ResolvedOptions() local
Djs_serializer.cpp1965 std::pair<uint8_t*, size_t> pair = valueSerializer_.ReleaseBuffer(); in WriteValue() 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/runtime_core/compiler/optimizer/analysis/
Dalias_analysis.cpp205 for (auto &pair : points_to_) { in Dump() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.cpp268 std::pair<bool, JSHandle<EcmaString>> pair; in GetResult() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.h110 for (const auto &pair : columnTable) { in MatchWithLocation() local
/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp255 uint32_t pair = 0; in ConvertUtf8ToUtf16Pair() local
Djson_stringifier.cpp786 …std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> pair(JSHandle<JSTaggedValue>(thread_, key),… in SerializeKeys() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dscheduler.cpp405 for (auto pair : deps_.at(cur)) { in SchedWithGlued() local
/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
1663 for (const auto &pair : label_table) { in GetInstructions() local
/arkcompiler/runtime_core/runtime/tests/
Dfreelist_allocator_test.cpp193 std::pair<void *, size_t> pair; in TEST_F() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Doperands.h803 for (auto pair = moved_registers->begin(); pair != --moved_registers->end();) { in ResoveParameterSequence() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h1020 for (auto pair : inst_map_) { in UpdateSpecialFlags() local
/arkcompiler/runtime_core/libpandabase/tests/
Dpandargs_test.cpp40 PandArg<int> pair("rint", ref_def_int, "Integer argument with range", -100, 100); variable
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h622 std::pair<const JSPandaFile *, uint32_t> pair = std::make_pair(jsPandaFile, typeId); in GetClassNameByOffset() local
/arkcompiler/runtime_core/verification/util/tests/
Dbit_vector_property_test.cpp104 return gen::map(gen::pair(value_gen, value_gen), [](auto pair) { in arbitrary()
/arkcompiler/runtime_core/compiler/tests/
Dcodegen_test.cpp2061 for (auto &pair : orig_vector) { in TEST_F() local
2066 for (auto &pair : result_sequence) { in TEST_F() local