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 87 EXPECT_TRUE(graph_->GetInexactObjectRti().IsEqual(ObjectType(false)));
reference_type_propagation.cc 546 instr->SetReferenceTypeInfo(instr->GetBlock()->GetGraph()->GetInexactObjectRti());
616 instr->SetReferenceTypeInfo(instr->GetBlock()->GetGraph()->GetInexactObjectRti());
624 instr->SetReferenceTypeInfo(instr->GetBlock()->GetGraph()->GetInexactObjectRti());
    [all...]
inliner.cc     [all...]
nodes.h 591 ReferenceTypeInfo GetInexactObjectRti() const { return inexact_object_rti_; }
    [all...]

Completed in 60 milliseconds