| /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/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/ |
| D | tagged_dictionary.cpp | 74 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
|
| D | js_date_time_format.h | 55 for (const auto &pair : pairs) { in IcuPatternDesc() local
|
| D | js_serializer.cpp | 1987 std::pair<uint8_t*, size_t> pair = valueSerializer_.ReleaseBuffer(); in WriteValue() local
|
| D | js_date_time_format.cpp | 935 for (const auto &pair : item.pairs) { in ResolvedOptions() local
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_executor.cpp | 268 std::pair<bool, JSHandle<EcmaString>> pair; in GetResult() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | debug_info_extractor.h | 141 for (const auto &pair : columnTable) { in MatchWithLocation() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_stringifier.cpp | 833 …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
|
| D | utf_helper.cpp | 266 uint32_t pair = 0; in ConvertUtf8ToUtf16Pair() local
|
| /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 1657 for (const auto &pair : label_table) { in GetInstructions() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | type_recorder.cpp | 76 for (const auto &pair : bcTypes) { in LoadTypes() local
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | ir_constructor.h | 968 for (auto pair : inst_map_) { in UpdateSpecialFlags() local
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | pandargs_test.cpp | 40 PandArg<int> pair("rint", ref_def_int, "Integer argument with range", -100, 100); variable
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_manager.h | 777 std::pair<const JSPandaFile *, uint32_t> pair = std::make_pair(jsPandaFile, typeId); in GetClassNameByOffset() local
|