Searched refs:HNewArray (Results 1 – 9 of 9) sorted by relevance
/art/compiler/optimizing/ |
D | builder.cc | 1067 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()
|
D | nodes.h | 2652 class HNewArray : public HExpression<1> { 2654 HNewArray(HInstruction* length, in HNewArray() function 2685 DISALLOW_COPY_AND_ASSIGN(HNewArray);
|
D | bounds_check_elimination_test.cc | 645 HNewArray(constant_10, 0, Primitive::kPrimInt, kQuickAllocArray); in BuildSSAGraph3()
|
D | bounds_check_elimination.cc | 1716 void VisitNewArray(HNewArray* new_array) { in VisitNewArray()
|
D | code_generator_arm64.cc | 2281 void LocationsBuilderARM64::VisitNewArray(HNewArray* instruction) { in VisitNewArray() 2293 void InstructionCodeGeneratorARM64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
|
D | code_generator_mips64.cc | 2692 void LocationsBuilderMIPS64::VisitNewArray(HNewArray* instruction) { in VisitNewArray() 2702 void InstructionCodeGeneratorMIPS64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
|
D | code_generator_arm.cc | 2618 void LocationsBuilderARM::VisitNewArray(HNewArray* instruction) { in VisitNewArray() 2628 void InstructionCodeGeneratorARM::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
|
D | code_generator_x86_64.cc | 3035 void LocationsBuilderX86_64::VisitNewArray(HNewArray* instruction) { in VisitNewArray() 3045 void InstructionCodeGeneratorX86_64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
|
D | code_generator_x86.cc | 2980 void LocationsBuilderX86::VisitNewArray(HNewArray* instruction) { in VisitNewArray() 2990 void InstructionCodeGeneratorX86::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
|