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

  /art/compiler/optimizing/
prepare_for_register_allocation.cc 45 void PrepareForRegisterAllocation::VisitBoundType(HBoundType* bound_type) {
52 // PrepareForRegisterAllocation::VisitBoundType may have replaced a
graph_checker.cc     [all...]
reference_type_propagation.cc 102 void VisitBoundType(HBoundType* instr) OVERRIDE;
607 void ReferenceTypePropagation::RTPVisitor::VisitBoundType(HBoundType* instr) {
657 // The instruction itself is removed in VisitBoundType so as to not
    [all...]
code_generator_mips.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 55 milliseconds