Searched refs:ArenaSafeMap (Results 1 – 10 of 10) sorted by relevance
/art/compiler/optimizing/ |
D | graph_visualizer.h | 82 const ArenaSafeMap<const HInstruction*, GeneratedCodeInterval>& GetInstructionIntervals() const { in GetInstructionIntervals() 86 ArenaSafeMap<const HInstruction*, GeneratedCodeInterval>* GetInstructionIntervals() { in GetInstructionIntervals() 96 ArenaSafeMap<const HInstruction*, GeneratedCodeInterval> instruction_intervals_;
|
D | induction_var_analysis.h | 263 ArenaSafeMap<HInstruction*, NodeInfo> map_; 265 ArenaSafeMap<HInstruction*, InductionInfo*> cycle_; 272 ArenaSafeMap<HLoopInformation*, ArenaSafeMap<HInstruction*, InductionInfo*>> induction_; 277 ArenaSafeMap<HPhi*, ArenaSet<HInstruction*>> cycles_;
|
D | superblock_cloner.h | 137 using HBasicBlockMap = ArenaSafeMap<HBasicBlock*, HBasicBlock*>; 138 using HInstructionMap = ArenaSafeMap<HInstruction*, HInstruction*>;
|
D | code_generator_arm64.h | 859 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_;
|
D | code_generator_arm_vixl.h | 852 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_;
|
D | code_generator_x86.h | 688 ArenaSafeMap<uint32_t, int32_t> method_address_offset_;
|
D | code_generator.h | 975 ArenaSafeMap<uint32_t, ArenaVector<std::pair<InstructionType*, SlowPathCode*>>> slow_path_map_;
|
D | induction_var_analysis.cc | 1198 ArenaSafeMap<HInstruction*, InductionInfo*>( in AssignInfo()
|
/art/libprofile/profile/ |
D | profile_compilation_info.h | 191 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/ |
D | arena_containers.h | 68 using ArenaSafeMap = variable
|