Home | History | Annotate | Download | only in interpreter

Lines Matching refs:InstanceOf

501       if (UNLIKELY(obj != NULL && !obj->InstanceOf(c))) {
518 shadow_frame.SetVReg(inst->VRegA_22c(inst_data), (obj != NULL && obj->InstanceOf(c)) ? 1 : 0);