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

  /art/compiler/optimizing/
reference_type_propagation.cc 70 class ReferenceTypePropagation::RTPVisitor : public HGraphDelegateVisitor {
72 RTPVisitor(HGraph* graph,
181 RTPVisitor visitor(graph_,
265 // be handled in RTPVisitor::VisitBoundType.
345 RTPVisitor visitor(graph_, class_loader_, hint_dex_cache_, &handle_cache_, is_first_run_);
358 void ReferenceTypePropagation::RTPVisitor::VisitBasicBlock(HBasicBlock* block) {
377 void ReferenceTypePropagation::RTPVisitor::BoundTypeForIfNotNull(HBasicBlock* block) {
489 void ReferenceTypePropagation::RTPVisitor::BoundTypeForIfInstanceOf(HBasicBlock* block) {
529 void ReferenceTypePropagation::RTPVisitor::SetClassAsTypeInfo(HInstruction* instr,
566 void ReferenceTypePropagation::RTPVisitor::VisitDeoptimize(HDeoptimize* instr)
    [all...]
reference_type_propagation.h 90 class RTPVisitor;

Completed in 1550 milliseconds