Searched refs:HNewArray (Results 1 - 11 of 11) sorted by path

/art/compiler/optimizing/
H A Dbounds_check_elimination.cc139 // Some bounds are created with HNewArray* as the instruction instead
1111 void VisitNewArray(HNewArray* new_array) OVERRIDE {
H A Dbounds_check_elimination_test.cc599 HInstruction* new_array = new (allocator) HNewArray(
H A Dcode_generator_arm.cc3514 void LocationsBuilderARM::VisitNewArray(HNewArray* instruction) {
3524 void InstructionCodeGeneratorARM::VisitNewArray(HNewArray* instruction) {
H A Dcode_generator_arm64.cc4237 void LocationsBuilderARM64::VisitNewArray(HNewArray* instruction) {
4247 void InstructionCodeGeneratorARM64::VisitNewArray(HNewArray* instruction) {
H A Dcode_generator_mips.cc4257 void LocationsBuilderMIPS::VisitNewArray(HNewArray* instruction) {
4267 void InstructionCodeGeneratorMIPS::VisitNewArray(HNewArray* instruction) {
H A Dcode_generator_mips64.cc3427 void LocationsBuilderMIPS64::VisitNewArray(HNewArray* instruction) {
3437 void InstructionCodeGeneratorMIPS64::VisitNewArray(HNewArray* instruction) {
H A Dcode_generator_x86.cc4014 void LocationsBuilderX86::VisitNewArray(HNewArray* instruction) {
4024 void InstructionCodeGeneratorX86::VisitNewArray(HNewArray* instruction) {
H A Dcode_generator_x86_64.cc3921 void LocationsBuilderX86_64::VisitNewArray(HNewArray* instruction) {
3931 void InstructionCodeGeneratorX86_64::VisitNewArray(HNewArray* instruction) {
H A Dinstruction_builder.cc1493 HInstruction* object = new (arena_) HNewArray(length,
2426 AppendInstruction(new (arena_) HNewArray(length,
H A Dnodes.h4198 class HNewArray : public HExpression<2> { class in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvokeStaticOrDirect
4200 HNewArray(HInstruction* length, function in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvokeStaticOrDirect::HNewArray
4234 DISALLOW_COPY_AND_ASSIGN(HNewArray);
H A Dreference_type_propagation.cc90 void VisitNewArray(HNewArray* instr) OVERRIDE;
488 void ReferenceTypePropagation::RTPVisitor::VisitNewArray(HNewArray* instr) {

Completed in 101 milliseconds