Searched refs:HArraySet (Results 1 - 20 of 20) sorted by path

/art/compiler/optimizing/
H A Dbounds_check_elimination_test.cc96 HArraySet* array_set = new (&allocator_) HArraySet(
120 array_set = new (&allocator_) HArraySet(
133 array_set = new (&allocator_) HArraySet(
205 HArraySet* array_set = new (&allocator_) HArraySet(
271 HArraySet* array_set = new (&allocator_) HArraySet(
314 HInstruction* array_set = new (&allocator_) HArraySet(
325 array_set = new (&allocator_) HArraySet(
[all...]
H A Dcode_generator_arm.cc4450 void LocationsBuilderARM::VisitArraySet(HArraySet* instruction) {
4479 void InstructionCodeGeneratorARM::VisitArraySet(HArraySet* instruction) {
H A Dcode_generator_arm64.cc2127 void LocationsBuilderARM64::VisitArraySet(HArraySet* instruction) {
2147 void InstructionCodeGeneratorARM64::VisitArraySet(HArraySet* instruction) {
H A Dcode_generator_mips.cc1813 void LocationsBuilderMIPS::VisitArraySet(HArraySet* instruction) {
1834 void InstructionCodeGeneratorMIPS::VisitArraySet(HArraySet* instruction) {
H A Dcode_generator_mips64.cc1436 void LocationsBuilderMIPS64::VisitArraySet(HArraySet* instruction) {
1457 void InstructionCodeGeneratorMIPS64::VisitArraySet(HArraySet* instruction) {
H A Dcode_generator_x86.cc5200 void LocationsBuilderX86::VisitArraySet(HArraySet* instruction) {
5238 void InstructionCodeGeneratorX86::VisitArraySet(HArraySet* instruction) {
H A Dcode_generator_x86_64.cc4694 void LocationsBuilderX86_64::VisitArraySet(HArraySet* instruction) {
4727 void InstructionCodeGeneratorX86_64::VisitArraySet(HArraySet* instruction) {
H A Dgraph_visualizer.cc397 void VisitArraySet(HArraySet* array_set) OVERRIDE {
H A Dinduction_var_analysis_test.cc150 return InsertInstruction(new (&allocator_) HArraySet(
H A Dinstruction_builder.cc1470 HArraySet* aset = new (arena_) HArraySet(object, index, value, anticipated_type, dex_pc);
1513 HArraySet* aset = new (arena_) HArraySet(object, index, value, type, dex_pc);
1529 HArraySet* aset = new (arena_) HArraySet(object, index, value, anticipated_type, dex_pc);
1592 HArraySet* aset = new (arena_) HArraySet(object, index, value, Primitive::kPrimLong, dex_pc);
H A Dinstruction_simplifier.cc64 void VisitArraySet(HArraySet* equal) OVERRIDE;
746 void InstructionSimplifierVisitor::VisitArraySet(HArraySet* instruction) {
H A Dinstruction_simplifier_arm64.cc70 // TODO: Code generation for HArrayGet and HArraySet will check whether the input address
72 // We would like to replace the `HArrayGet` and `HArraySet` with custom instructions (maybe
198 void InstructionSimplifierArm64Visitor::VisitArraySet(HArraySet* instruction) {
H A Dinstruction_simplifier_arm64.h73 void VisitArraySet(HArraySet* instruction) OVERRIDE;
H A Dlicm_test.cc177 HInstruction* set_array = new (&allocator_) HArraySet(
197 HInstruction* set_array = new (&allocator_) HArraySet(
H A Dload_store_elimination.cc446 void VisitArraySet(HArraySet* instruction) OVERRIDE {
901 void VisitArraySet(HArraySet* instruction) OVERRIDE {
H A Dnodes.h5145 class HArraySet : public HTemplateInstruction<3> { class in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvokeStaticOrDirect
5147 HArraySet(HInstruction* array, function in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvokeStaticOrDirect::HArraySet
5239 DISALLOW_COPY_AND_ASSIGN(HArraySet);
H A Dprepare_for_register_allocation.cc50 void PrepareForRegisterAllocation::VisitArraySet(HArraySet* instruction) {
H A Dprepare_for_register_allocation.h43 void VisitArraySet(HArraySet* instruction) OVERRIDE;
H A Dssa_builder.cc367 for (HArraySet* aset : ambiguous_asets_) {
H A Dssa_builder.h76 void MaybeAddAmbiguousArraySet(HArraySet* aset) {
125 ArenaVector<HArraySet*> ambiguous_asets_;

Completed in 170 milliseconds