Home
last modified time | relevance | path

Searched defs:pair (Results 1 – 16 of 16) 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/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/
Dtagged_dictionary.cpp74 std::pair<JSTaggedValue, PropertyAttributes> pair(key, attr); in GetAllKeys() local
104 std::pair<JSTaggedValue, PropertyAttributes> pair(key, attr); in GetAllKeysByFilter() local
125 std::pair<JSTaggedValue, PropertyAttributes> pair(key, attr); in GetAllEnumKeys() local
Djs_date_time_format.h55 for (const auto &pair : pairs) { in IcuPatternDesc() local
Djs_serializer.cpp1987 std::pair<uint8_t*, size_t> pair = valueSerializer_.ReleaseBuffer(); in WriteValue() local
Djs_date_time_format.cpp935 for (const auto &pair : item.pairs) { in ResolvedOptions() 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.h141 for (const auto &pair : columnTable) { in MatchWithLocation() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp833 …std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> pair(JSHandle<JSTaggedValue>(thread_, key),… in SerializeKeys() local
867 …std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> pair(JSHandle<JSTaggedValue>(thread_, key),… in SerializeKeys() local
Dutf_helper.cpp266 uint32_t pair = 0; in ConvertUtf8ToUtf16Pair() 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
1657 for (const auto &pair : label_table) { in GetInstructions() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_recorder.cpp76 for (const auto &pair : bcTypes) { in LoadTypes() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h968 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.h777 std::pair<const JSPandaFile *, uint32_t> pair = std::make_pair(jsPandaFile, typeId); in GetClassNameByOffset() local