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

  /art/compiler/optimizing/
reference_type_propagation_test.cc 84 EXPECT_TRUE(graph_->GetInexactObjectRti().IsEqual(ObjectType(false)));
reference_type_propagation.cc 562 instr->SetReferenceTypeInfo(instr->GetBlock()->GetGraph()->GetInexactObjectRti());
632 instr->SetReferenceTypeInfo(instr->GetBlock()->GetGraph()->GetInexactObjectRti());
640 instr->SetReferenceTypeInfo(instr->GetBlock()->GetGraph()->GetInexactObjectRti());
    [all...]
inliner.cc     [all...]
nodes.h 608 ReferenceTypeInfo GetInexactObjectRti() const { return inexact_object_rti_; }
    [all...]

Completed in 456 milliseconds