Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_visualizer.h85 const ArenaSafeMap<const HInstruction*, GeneratedCodeInterval>& GetInstructionIntervals() const { in GetInstructionIntervals()
89 ArenaSafeMap<const HInstruction*, GeneratedCodeInterval>* GetInstructionIntervals() { in GetInstructionIntervals()
99 ArenaSafeMap<const HInstruction*, GeneratedCodeInterval> instruction_intervals_;
Dinduction_var_analysis.h326 ArenaSafeMap<const HLoopInformation*, ArenaSafeMap<HInstruction*, InductionInfo*>> induction_;
331 ArenaSafeMap<HPhi*, ArenaSet<HInstruction*>> cycles_;
Dsuperblock_cloner.h140 using HBasicBlockMap = ArenaSafeMap<HBasicBlock*, HBasicBlock*>;
141 using HInstructionMap = ArenaSafeMap<HInstruction*, HInstruction*>;
Dcode_generator_arm64.h1077 using Uint64ToLiteralMap = ArenaSafeMap<uint64_t, vixl::aarch64::Literal<uint64_t>*>;
1078 using Uint32ToLiteralMap = ArenaSafeMap<uint32_t, vixl::aarch64::Literal<uint32_t>*>;
1079 using StringToLiteralMap = ArenaSafeMap<StringReference,
1082 using TypeToLiteralMap = ArenaSafeMap<TypeReference,
1181 ArenaSafeMap<uint32_t, LabelWrapper> jit_baker_read_barrier_slow_paths_;
Dcode_generator_arm_vixl.h962 using Uint32ToLiteralMap = ArenaSafeMap<uint32_t, VIXLUInt32Literal*>;
963 using StringToLiteralMap = ArenaSafeMap<StringReference,
966 using TypeToLiteralMap = ArenaSafeMap<TypeReference,
1039 ArenaSafeMap<uint32_t, LabelWrapper> jit_baker_read_barrier_slow_paths_;
Dcode_generator_x86.h809 ArenaSafeMap<uint32_t, int32_t> method_address_offset_;
Dcode_generator.h1058 ArenaSafeMap<uint32_t, ArenaVector<std::pair<InstructionType*, SlowPathCode*>>> slow_path_map_;
Dnodes.h751 ArenaSafeMap<ValueType, InstructionType*>* cache,
882 ArenaSafeMap<int32_t, HIntConstant*> cached_int_constants_;
883 ArenaSafeMap<int32_t, HFloatConstant*> cached_float_constants_;
884 ArenaSafeMap<int64_t, HLongConstant*> cached_long_constants_;
885 ArenaSafeMap<int64_t, HDoubleConstant*> cached_double_constants_;
Dinduction_var_analysis.cc1316 ArenaSafeMap<HInstruction*, InductionInfo*>( in AssignInfo()
/art/libartbase/base/
Darena_containers.h72 using ArenaSafeMap = variable
/art/libprofile/profile/
Dprofile_compilation_info.h168 using InlineCacheMap = ArenaSafeMap<uint16_t, DexPcData>;
171 using MethodMap = ArenaSafeMap<uint16_t, InlineCacheMap>;
1083 ArenaSafeMap<const std::string_view, ProfileIndexType> profile_key_map_;
/art/runtime/
Druntime_image.cc567 ArenaSafeMap<const dex::ClassDef*, VisitState> visited_;
1784 ArenaSafeMap<const dex::ClassDef*, uint32_t> classes_;
1785 ArenaSafeMap<std::string, uint32_t> array_classes_;
1786 ArenaSafeMap<const DexFile*, uint32_t> dex_caches_;
1787 ArenaSafeMap<uint32_t, uint32_t> class_hashes_;
1789 ArenaSafeMap<void*, std::pair<NativeRelocationKind, uint32_t>> native_relocations_;