Searched refs:ArenaSafeMap (Results 1 – 13 of 13) 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_mips64.h | 632 using Uint32ToLiteralMap = ArenaSafeMap<uint32_t, Literal*>; 633 using Uint64ToLiteralMap = ArenaSafeMap<uint64_t, Literal*>; 634 using StringToLiteralMap = ArenaSafeMap<StringReference, 637 using TypeToLiteralMap = ArenaSafeMap<TypeReference,
|
D | code_generator_arm64.h | 840 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_;
|
D | code_generator_arm_vixl.h | 837 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_;
|
D | code_generator_mips.h | 679 using Uint32ToLiteralMap = ArenaSafeMap<uint32_t, Literal*>;
|
D | code_generator_x86.h | 677 ArenaSafeMap<uint32_t, int32_t> method_address_offset_;
|
D | code_generator.h | 940 ArenaSafeMap<uint32_t, ArenaVector<std::pair<InstructionType*, SlowPathCode*>>> slow_path_map_;
|
D | nodes.h | 632 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_;
|
D | induction_var_analysis.cc | 1198 ArenaSafeMap<HInstruction*, InductionInfo*>( in AssignInfo()
|
/art/libprofile/profile/ |
D | profile_compilation_info.h | 174 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/ |
D | arena_containers.h | 68 using ArenaSafeMap = variable
|