Home
last modified time | relevance | path

Searched refs:ArenaSafeMap (Results 1 – 10 of 10) 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.h137 using HBasicBlockMap = ArenaSafeMap<HBasicBlock*, HBasicBlock*>;
138 using HInstructionMap = ArenaSafeMap<HInstruction*, HInstruction*>;
Dcode_generator_arm64.h859 using Uint64ToLiteralMap = ArenaSafeMap<uint64_t, vixl::aarch64::Literal<uint64_t>*>;
860 using Uint32ToLiteralMap = ArenaSafeMap<uint32_t, vixl::aarch64::Literal<uint32_t>*>;
861 using StringToLiteralMap = ArenaSafeMap<StringReference,
864 using TypeToLiteralMap = ArenaSafeMap<TypeReference,
949 ArenaSafeMap<uint32_t, LabelWrapper> jit_baker_read_barrier_slow_paths_;
Dcode_generator_arm_vixl.h852 using Uint32ToLiteralMap = ArenaSafeMap<uint32_t, VIXLUInt32Literal*>;
853 using StringToLiteralMap = ArenaSafeMap<StringReference,
856 using TypeToLiteralMap = ArenaSafeMap<TypeReference,
925 ArenaSafeMap<uint32_t, LabelWrapper> jit_baker_read_barrier_slow_paths_;
Dcode_generator_x86.h688 ArenaSafeMap<uint32_t, int32_t> method_address_offset_;
Dcode_generator.h975 ArenaSafeMap<uint32_t, ArenaVector<std::pair<InstructionType*, SlowPathCode*>>> slow_path_map_;
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