Home
last modified time | relevance | path

Searched refs:ArenaSafeMap (Results 1 – 13 of 13) 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_mips64.h632 using Uint32ToLiteralMap = ArenaSafeMap<uint32_t, Literal*>;
633 using Uint64ToLiteralMap = ArenaSafeMap<uint64_t, Literal*>;
634 using StringToLiteralMap = ArenaSafeMap<StringReference,
637 using TypeToLiteralMap = ArenaSafeMap<TypeReference,
Dcode_generator_arm64.h840 using Uint64ToLiteralMap = ArenaSafeMap<uint64_t, vixl::aarch64::Literal<uint64_t>*>;
841 using Uint32ToLiteralMap = ArenaSafeMap<uint32_t, vixl::aarch64::Literal<uint32_t>*>;
842 using StringToLiteralMap = ArenaSafeMap<StringReference,
845 using TypeToLiteralMap = ArenaSafeMap<TypeReference,
928 ArenaSafeMap<uint32_t, LabelWrapper> jit_baker_read_barrier_slow_paths_;
Dcode_generator_arm_vixl.h837 using Uint32ToLiteralMap = ArenaSafeMap<uint32_t, VIXLUInt32Literal*>;
838 using StringToLiteralMap = ArenaSafeMap<StringReference,
841 using TypeToLiteralMap = ArenaSafeMap<TypeReference,
908 ArenaSafeMap<uint32_t, LabelWrapper> jit_baker_read_barrier_slow_paths_;
Dcode_generator_mips.h679 using Uint32ToLiteralMap = ArenaSafeMap<uint32_t, Literal*>;
Dcode_generator_x86.h677 ArenaSafeMap<uint32_t, int32_t> method_address_offset_;
Dcode_generator.h940 ArenaSafeMap<uint32_t, ArenaVector<std::pair<InstructionType*, SlowPathCode*>>> slow_path_map_;
Dnodes.h632 ArenaSafeMap<ValueType, InstructionType*>* cache,
753 ArenaSafeMap<int32_t, HIntConstant*> cached_int_constants_;
754 ArenaSafeMap<int32_t, HFloatConstant*> cached_float_constants_;
755 ArenaSafeMap<int64_t, HLongConstant*> cached_long_constants_;
756 ArenaSafeMap<int64_t, HDoubleConstant*> cached_double_constants_;
Dinduction_var_analysis.cc1198 ArenaSafeMap<HInstruction*, InductionInfo*>( in AssignInfo()
/art/libprofile/profile/
Dprofile_compilation_info.h174 using InlineCacheMap = ArenaSafeMap<uint16_t, DexPcData>;
177 using MethodMap = ArenaSafeMap<uint16_t, InlineCacheMap>;
866 ArenaSafeMap<const std::string, uint8_t> profile_key_map_;
/art/libartbase/base/
Darena_containers.h68 using ArenaSafeMap = variable