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

  /art/compiler/optimizing/
reference_type_propagation.cc 676 ReferenceTypeInfo obj_rti = obj->GetReferenceTypeInfo(); local
679 } else if (obj_rti.IsValid()) {
680 if (class_rti.IsSupertypeOf(obj_rti)) {
682 instr->SetReferenceTypeInfo(obj_rti);
    [all...]
instruction_simplifier.cc 460 ReferenceTypeInfo obj_rti = object->GetReferenceTypeInfo(); local
462 if (!obj_rti.IsValid()) {
474 if (class_rti.IsSupertypeOf(obj_rti)) {
477 } else if (obj_rti.IsExact()) {
482 && !obj_rti.IsInterface()
483 && !obj_rti.IsSupertypeOf(class_rti)) {
    [all...]

Completed in 56 milliseconds