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

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

Completed in 141 milliseconds