Home
last modified time | relevance | path

Searched refs:TypeCheckHasKnownOutcome (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dinstruction_simplifier.cc576 static bool TypeCheckHasKnownOutcome(ReferenceTypeInfo class_rti, in TypeCheckHasKnownOutcome() function
631 if (TypeCheckHasKnownOutcome(check_cast->GetTargetClassRTI(), object, &outcome)) { in VisitCheckCast()
677 if (TypeCheckHasKnownOutcome(instruction->GetTargetClassRTI(), object, &outcome)) { in VisitInstanceOf()