Searched refs:ArenaSafeMap (Results 1 – 12 of 12) sorted by relevance
/art/compiler/optimizing/ |
D | graph_visualizer.h | 85 const ArenaSafeMap<const HInstruction*, GeneratedCodeInterval>& GetInstructionIntervals() const { in GetInstructionIntervals() 89 ArenaSafeMap<const HInstruction*, GeneratedCodeInterval>* GetInstructionIntervals() { in GetInstructionIntervals() 99 ArenaSafeMap<const HInstruction*, GeneratedCodeInterval> instruction_intervals_;
|
D | induction_var_analysis.h | 326 ArenaSafeMap<const HLoopInformation*, ArenaSafeMap<HInstruction*, InductionInfo*>> induction_; 331 ArenaSafeMap<HPhi*, ArenaSet<HInstruction*>> cycles_;
|
D | superblock_cloner.h | 140 using HBasicBlockMap = ArenaSafeMap<HBasicBlock*, HBasicBlock*>; 141 using HInstructionMap = ArenaSafeMap<HInstruction*, HInstruction*>;
|
D | code_generator_arm64.h | 1077 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_;
|
D | code_generator_arm_vixl.h | 962 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_;
|
D | code_generator_x86.h | 809 ArenaSafeMap<uint32_t, int32_t> method_address_offset_;
|
D | code_generator.h | 1058 ArenaSafeMap<uint32_t, ArenaVector<std::pair<InstructionType*, SlowPathCode*>>> slow_path_map_;
|
D | nodes.h | 751 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_;
|
D | induction_var_analysis.cc | 1316 ArenaSafeMap<HInstruction*, InductionInfo*>( in AssignInfo()
|
/art/libartbase/base/ |
D | arena_containers.h | 72 using ArenaSafeMap = variable
|
/art/libprofile/profile/ |
D | profile_compilation_info.h | 168 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/ |
D | runtime_image.cc | 567 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_;
|