Searched refs:HNewArray (Results 1 - 16 of 16) sorted by relevance

/art/compiler/optimizing/
H A Dinstruction_builder.h186 HNewArray* BuildFilledNewArray(uint32_t dex_pc,
283 // Build a HConstructorFence for HNewInstance and HNewArray instructions. This ensures the
H A Dscheduler_arm64.cc141 void SchedulingLatencyVisitorARM64::VisitNewArray(HNewArray* ATTRIBUTE_UNUSED) {
H A Dreference_type_propagation.cc93 void VisitNewArray(HNewArray* instr) OVERRIDE;
588 void ReferenceTypePropagation::RTPVisitor::VisitNewArray(HNewArray* instr) {
H A Dinstruction_builder.cc1700 HNewArray* HInstructionBuilder::BuildFilledNewArray(uint32_t dex_pc,
1708 HNewArray* const object = new (allocator_) HNewArray(cls, length, dex_pc);
2723 HNewArray* new_array = new (allocator_) HNewArray(cls, length, dex_pc);
2735 HNewArray* new_array = BuildFilledNewArray(dex_pc,
2749 HNewArray* new_array = BuildFilledNewArray(dex_pc,
H A Dbounds_check_elimination_test.cc600 HInstruction* new_array = new (allocator) HNewArray(
980 HInstruction* new_array = new (GetAllocator()) HNewArray(constant_10, constant_10, 0);
H A Dload_store_elimination.cc901 void VisitNewArray(HNewArray* new_array) OVERRIDE {
H A Dscheduler_arm.cc879 void SchedulingLatencyVisitorARM::VisitNewArray(HNewArray* ATTRIBUTE_UNUSED) {
H A Dbounds_check_elimination.cc140 // Some bounds are created with HNewArray* as the instruction instead
1205 void VisitNewArray(HNewArray* new_array) OVERRIDE {
H A Dinduction_var_range_test.cc704 HInstruction* new_array = new (GetAllocator()) HNewArray(x_, x_, 0);
H A Dcode_generator_arm64.cc5228 void LocationsBuilderARM64::VisitNewArray(HNewArray* instruction) {
5237 void InstructionCodeGeneratorARM64::VisitNewArray(HNewArray* instruction) {
H A Dnodes.h4784 class HNewArray FINAL : public HExpression<2> {
4786 HNewArray(HInstruction* cls, HInstruction* length, uint32_t dex_pc) function in class:art::FINAL::FINAL::ComparisonBias::FINAL::FINAL
7114 // an HNewInstance or HNewArray that is also the immediate
7120 // Returns the associated HNewArray or HNewInstance,
H A Dcode_generator_arm_vixl.cc5148 void LocationsBuilderARMVIXL::VisitNewArray(HNewArray* instruction) {
5157 void InstructionCodeGeneratorARMVIXL::VisitNewArray(HNewArray* instruction) {
H A Dcode_generator_mips64.cc6435 void LocationsBuilderMIPS64::VisitNewArray(HNewArray* instruction) {
6444 void InstructionCodeGeneratorMIPS64::VisitNewArray(HNewArray* instruction) {
H A Dcode_generator_x86.cc4212 void LocationsBuilderX86::VisitNewArray(HNewArray* instruction) {
4221 void InstructionCodeGeneratorX86::VisitNewArray(HNewArray* instruction) {
H A Dcode_generator_x86_64.cc4058 void LocationsBuilderX86_64::VisitNewArray(HNewArray* instruction) {
4067 void InstructionCodeGeneratorX86_64::VisitNewArray(HNewArray* instruction) {
H A Dcode_generator_mips.cc8506 void LocationsBuilderMIPS::VisitNewArray(HNewArray* instruction) {
8515 void InstructionCodeGeneratorMIPS::VisitNewArray(HNewArray* instruction) {

Completed in 211 milliseconds