Home
last modified time | relevance | path

Searched refs:ArenaSafeMap (Results 1 – 11 of 11) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dgraph_visualizer.h84 const ArenaSafeMap<const HInstruction*, GeneratedCodeInterval>& GetInstructionIntervals() const { in GetInstructionIntervals()
88 ArenaSafeMap<const HInstruction*, GeneratedCodeInterval>* GetInstructionIntervals() { in GetInstructionIntervals()
98 ArenaSafeMap<const HInstruction*, GeneratedCodeInterval> instruction_intervals_;
H A Dinduction_var_analysis.h263 ArenaSafeMap<HInstruction*, NodeInfo> map_;
265 ArenaSafeMap<HInstruction*, InductionInfo*> cycle_;
272 ArenaSafeMap<HLoopInformation*, ArenaSafeMap<HInstruction*, InductionInfo*>> induction_;
277 ArenaSafeMap<HPhi*, ArenaSet<HInstruction*>> cycles_;
H A Dsuperblock_cloner.h139 using HBasicBlockMap = ArenaSafeMap<HBasicBlock*, HBasicBlock*>;
140 using HInstructionMap = ArenaSafeMap<HInstruction*, HInstruction*>;
H A Dcode_generator_arm64.h1032 using Uint64ToLiteralMap = ArenaSafeMap<uint64_t, vixl::aarch64::Literal<uint64_t>*>;
1033 using Uint32ToLiteralMap = ArenaSafeMap<uint32_t, vixl::aarch64::Literal<uint32_t>*>;
1034 using StringToLiteralMap = ArenaSafeMap<StringReference,
1037 using TypeToLiteralMap = ArenaSafeMap<TypeReference,
1136 ArenaSafeMap<uint32_t, LabelWrapper> jit_baker_read_barrier_slow_paths_;
H A Dcode_generator_arm_vixl.h898 using Uint32ToLiteralMap = ArenaSafeMap<uint32_t, VIXLUInt32Literal*>;
899 using StringToLiteralMap = ArenaSafeMap<StringReference,
902 using TypeToLiteralMap = ArenaSafeMap<TypeReference,
975 ArenaSafeMap<uint32_t, LabelWrapper> jit_baker_read_barrier_slow_paths_;
H A Dcode_generator_x86.h749 ArenaSafeMap<uint32_t, int32_t> method_address_offset_;
H A Dcode_generator.h1019 ArenaSafeMap<uint32_t, ArenaVector<std::pair<InstructionType*, SlowPathCode*>>> slow_path_map_;
H A Dnodes.h726 ArenaSafeMap<ValueType, InstructionType*>* cache,
861 ArenaSafeMap<int32_t, HIntConstant*> cached_int_constants_;
862 ArenaSafeMap<int32_t, HFloatConstant*> cached_float_constants_;
863 ArenaSafeMap<int64_t, HLongConstant*> cached_long_constants_;
864 ArenaSafeMap<int64_t, HDoubleConstant*> cached_double_constants_;
H A Dinduction_var_analysis.cc1198 ArenaSafeMap<HInstruction*, InductionInfo*>( in AssignInfo()
/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.h168 using InlineCacheMap = ArenaSafeMap<uint16_t, DexPcData>;
171 using MethodMap = ArenaSafeMap<uint16_t, InlineCacheMap>;
969 ArenaSafeMap<const std::string_view, ProfileIndexType> profile_key_map_;
/aosp12/art/libartbase/base/
H A Darena_containers.h68 using ArenaSafeMap = variable