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

  /art/compiler/optimizing/
ssa_builder.h 85 void AddUninitializedString(HNewInstance* string) {
129 ArenaVector<HNewInstance*> uninitialized_strings_;
prepare_for_register_allocation.cc 171 // Trivially remove redundant HConstructorFence when it immediately follows an HNewInstance
175 // The instruction builder always emits "x = HNewInstance; HConstructorFence(x)" so this
182 HNewInstance* new_inst = allocation_inst->AsNewInstance();
230 // or from HLoadClass (input) to HNewInstance (user).
load_store_elimination.cc 384 HNewInstance* new_instance = ref_info->GetReference()->AsNewInstance();
575 void VisitNewInstance(HNewInstance* new_instance) OVERRIDE {
instruction_builder.h 292 // Build a HNewInstance instruction.
293 HNewInstance* BuildNewInstance(dex::TypeIndex type_index, uint32_t dex_pc);
295 // Build a HConstructorFence for HNewInstance and HNewArray instructions. This ensures the
scheduler_arm64.cc 144 void SchedulingLatencyVisitorARM64::VisitNewInstance(HNewInstance* instruction) {
load_store_analysis.h 464 void VisitNewInstance(HNewInstance* new_instance) OVERRIDE {
reference_type_propagation.cc 83 void VisitNewInstance(HNewInstance* new_instance) OVERRIDE;
567 void ReferenceTypePropagation::RTPVisitor::VisitNewInstance(HNewInstance* instr) {
    [all...]
scheduler_arm.cc 553 void SchedulingLatencyVisitorARM::VisitNewInstance(HNewInstance* instruction) {
ssa_builder.cc 439 for (HNewInstance* new_instance : uninitialized_strings_) {
instruction_builder.cc     [all...]
nodes.h     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
nodes.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 401 milliseconds