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

  /art/compiler/optimizing/
prepare_for_register_allocation.h 42 void VisitBoundType(HBoundType* bound_type) OVERRIDE;
graph_checker.h 55 void VisitBoundType(HBoundType* instruction) OVERRIDE;
prepare_for_register_allocation.cc 67 void PrepareForRegisterAllocation::VisitBoundType(HBoundType* bound_type) {
74 // PrepareForRegisterAllocation::VisitBoundType may have replaced a
reference_type_propagation.cc 100 void VisitBoundType(HBoundType* instr) OVERRIDE;
242 // be handled in RTPVisitor::VisitBoundType.
670 void ReferenceTypePropagation::RTPVisitor::VisitBoundType(HBoundType* instr) {
725 // The instruction itself is removed in VisitBoundType so as to not
    [all...]
graph_checker.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm.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 90 milliseconds