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

  /art/compiler/optimizing/
reference_type_propagation.cc 81 if (!obj->CanBeNull() || obj->IsNullConstant()) {
211 phi->SetCanBeNull(phi->InputAt(0)->CanBeNull());
306 bool existing_can_be_null = phi->CanBeNull();
309 new_can_be_null |= phi->InputAt(i)->CanBeNull();
instruction_simplifier.cc 164 if (!obj->CanBeNull()) {
175 if (!check_cast->InputAt(0)->CanBeNull()) {
197 if (!instruction->InputAt(0)->CanBeNull()) {
nodes.h     [all...]

Completed in 67 milliseconds