HomeSort by relevance Sort by last modified time
    Searched refs:HNewArray (Results 1 - 16 of 16) sorted by null

  /art/compiler/optimizing/
instruction_builder.h 186 HNewArray* BuildFilledNewArray(uint32_t dex_pc,
283 // Build a HConstructorFence for HNewInstance and HNewArray instructions. This ensures the
scheduler_arm64.cc 141 void SchedulingLatencyVisitorARM64::VisitNewArray(HNewArray* ATTRIBUTE_UNUSED) {
reference_type_propagation.cc 93 void VisitNewArray(HNewArray* instr) OVERRIDE;
588 void ReferenceTypePropagation::RTPVisitor::VisitNewArray(HNewArray* instr) {
    [all...]
instruction_builder.cc     [all...]
bounds_check_elimination_test.cc 600 HInstruction* new_array = new (allocator) HNewArray(
    [all...]
load_store_elimination.cc     [all...]
scheduler_arm.cc 879 void SchedulingLatencyVisitorARM::VisitNewArray(HNewArray* ATTRIBUTE_UNUSED) {
    [all...]
bounds_check_elimination.cc 140 // Some bounds are created with HNewArray* as the instruction instead
    [all...]
induction_var_range_test.cc     [all...]
code_generator_arm64.cc     [all...]
nodes.h     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
code_generator_mips.cc     [all...]

Completed in 79 milliseconds