/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/verification/config/debug_breakpoint/ |
D | breakpoint.cpp | 34 [&](const auto &pair) { return pair.first == method_name; }); in BreakpointsForName()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_for_in_iterator.cpp | 110 std::pair<JSTaggedValue, uint32_t> pair(key, attr.GetOffset()); in FastGetAllEnumKeys() local 172 std::pair<JSTaggedValue, PropertyAttributes> pair(key, attr); in FastGetAllEnumKeys() local
|
D | tagged_dictionary.cpp | 52 std::pair<JSTaggedValue, PropertyAttributes> pair(key, attr); in GetAllKeys() local 73 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_date_time_format.cpp | 918 for (const auto &pair : item.pairs) { in ResolvedOptions() local
|
D | js_serializer.cpp | 1965 std::pair<uint8_t*, size_t> pair = valueSerializer_.ReleaseBuffer(); in WriteValue() 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/runtime_core/compiler/optimizer/analysis/ |
D | alias_analysis.cpp | 205 for (auto &pair : points_to_) { in Dump() 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 | 110 for (const auto &pair : columnTable) { in MatchWithLocation() local
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | utf_helper.cpp | 255 uint32_t pair = 0; in ConvertUtf8ToUtf16Pair() local
|
D | json_stringifier.cpp | 786 …std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> pair(JSHandle<JSTaggedValue>(thread_, key),… in SerializeKeys() local
|
/arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
D | scheduler.cpp | 405 for (auto pair : deps_.at(cur)) { in SchedWithGlued() 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 1663 for (const auto &pair : label_table) { in GetInstructions() local
|
/arkcompiler/runtime_core/runtime/tests/ |
D | freelist_allocator_test.cpp | 193 std::pair<void *, size_t> pair; in TEST_F() local
|
/arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
D | operands.h | 803 for (auto pair = moved_registers->begin(); pair != --moved_registers->end();) { in ResoveParameterSequence() local
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | ir_constructor.h | 1020 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 | 622 std::pair<const JSPandaFile *, uint32_t> pair = std::make_pair(jsPandaFile, typeId); in GetClassNameByOffset() local
|
/arkcompiler/runtime_core/verification/util/tests/ |
D | bit_vector_property_test.cpp | 104 return gen::map(gen::pair(value_gen, value_gen), [](auto pair) { in arbitrary()
|
/arkcompiler/runtime_core/compiler/tests/ |
D | codegen_test.cpp | 2061 for (auto &pair : orig_vector) { in TEST_F() local 2066 for (auto &pair : result_sequence) { in TEST_F() local
|