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

  /art/compiler/optimizing/
reference_type_propagation.cc 256 if (!obj->CanBeNull() || obj->IsNullConstant()) {
630 instr->SetCanBeNull(obj->CanBeNull() && instr->GetUpperCanBeNull());
674 phi->SetCanBeNull(first_input->CanBeNull());
    [all...]
nodes.h     [all...]
inliner.cc     [all...]
instruction_simplifier.cc 398 if (!obj->CanBeNull()) {
408 if (!input->CanBeNull()) {
    [all...]
graph_visualizer.cc 577 << std::boolalpha << instruction->CanBeNull() << std::noboolalpha;
instruction_builder.cc 220 if (!ref->CanBeNull()) {
    [all...]

Completed in 505 milliseconds