Home
last modified time | relevance | path

Searched refs:HNewArray (Results 1 – 9 of 9) sorted by relevance

/art/compiler/optimizing/
Dbuilder.cc1067 HInstruction* object = new (arena_) HNewArray(length, dex_pc, type_index, entrypoint); in BuildFilledNewArray()
2035 new (arena_) HNewArray(length, dex_pc, type_index, entrypoint)); in AnalyzeDexInstruction()
Dnodes.h2652 class HNewArray : public HExpression<1> {
2654 HNewArray(HInstruction* length, in HNewArray() function
2685 DISALLOW_COPY_AND_ASSIGN(HNewArray);
Dbounds_check_elimination_test.cc645 HNewArray(constant_10, 0, Primitive::kPrimInt, kQuickAllocArray); in BuildSSAGraph3()
Dbounds_check_elimination.cc1716 void VisitNewArray(HNewArray* new_array) { in VisitNewArray()
Dcode_generator_arm64.cc2281 void LocationsBuilderARM64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
2293 void InstructionCodeGeneratorARM64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
Dcode_generator_mips64.cc2692 void LocationsBuilderMIPS64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
2702 void InstructionCodeGeneratorMIPS64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
Dcode_generator_arm.cc2618 void LocationsBuilderARM::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
2628 void InstructionCodeGeneratorARM::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
Dcode_generator_x86.cc2980 void LocationsBuilderX86::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
2990 void InstructionCodeGeneratorX86::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
Dcode_generator_x86_64.cc3035 void LocationsBuilderX86_64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
3045 void InstructionCodeGeneratorX86_64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()