Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_visualizer.h82 const ArenaSafeMap<const HInstruction*, GeneratedCodeInterval>& GetInstructionIntervals() const { in GetInstructionIntervals()
86 ArenaSafeMap<const HInstruction*, GeneratedCodeInterval>* GetInstructionIntervals() { in GetInstructionIntervals()
96 ArenaSafeMap<const HInstruction*, GeneratedCodeInterval> instruction_intervals_;
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_;
Dsuperblock_cloner.h139 using HBasicBlockMap = ArenaSafeMap<HBasicBlock*, HBasicBlock*>;
140 using HInstructionMap = ArenaSafeMap<HInstruction*, HInstruction*>;
Dcode_generator_arm64.h984 using Uint64ToLiteralMap = ArenaSafeMap<uint64_t, vixl::aarch64::Literal<uint64_t>*>;
985 using Uint32ToLiteralMap = ArenaSafeMap<uint32_t, vixl::aarch64::Literal<uint32_t>*>;
986 using StringToLiteralMap = ArenaSafeMap<StringReference,
989 using TypeToLiteralMap = ArenaSafeMap<TypeReference,
1082 ArenaSafeMap<uint32_t, LabelWrapper> jit_baker_read_barrier_slow_paths_;
Dcode_generator_arm_vixl.h883 using Uint32ToLiteralMap = ArenaSafeMap<uint32_t, VIXLUInt32Literal*>;
884 using StringToLiteralMap = ArenaSafeMap<StringReference,
887 using TypeToLiteralMap = ArenaSafeMap<TypeReference,
956 ArenaSafeMap<uint32_t, LabelWrapper> jit_baker_read_barrier_slow_paths_;
Dcode_generator_x86.h718 ArenaSafeMap<uint32_t, int32_t> method_address_offset_;
Dcode_generator.h1014 ArenaSafeMap<uint32_t, ArenaVector<std::pair<InstructionType*, SlowPathCode*>>> slow_path_map_;
Dnodes.h702 ArenaSafeMap<ValueType, InstructionType*>* cache,
829 ArenaSafeMap<int32_t, HIntConstant*> cached_int_constants_;
830 ArenaSafeMap<int32_t, HFloatConstant*> cached_float_constants_;
831 ArenaSafeMap<int64_t, HLongConstant*> cached_long_constants_;
832 ArenaSafeMap<int64_t, HDoubleConstant*> cached_double_constants_;
Dinduction_var_analysis.cc1198 ArenaSafeMap<HInstruction*, InductionInfo*>( in AssignInfo()
/art/libprofile/profile/
Dprofile_compilation_info.h191 using InlineCacheMap = ArenaSafeMap<uint16_t, DexPcData>;
194 using MethodMap = ArenaSafeMap<uint16_t, InlineCacheMap>;
971 ArenaSafeMap<const std::string, ProfileIndexType> profile_key_map_;
/art/libartbase/base/
Darena_containers.h68 using ArenaSafeMap = variable