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

  /art/compiler/optimizing/
prepare_for_register_allocation.cc 67 void PrepareForRegisterAllocation::VisitBoundType(HBoundType* bound_type) {
74 // PrepareForRegisterAllocation::VisitBoundType may have replaced a
graph_checker.cc     [all...]
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...]
code_generator_x86_64.cc     [all...]
code_generator_x86.cc     [all...]

Completed in 163 milliseconds