Home | History | Annotate | Download | only in optimizing

Lines Matching full:obj_cls

1628   GpuRegister obj_cls = locations->GetTemp(0).AsRegister<GpuRegister>();
1637 __ LoadFromOffset(kLoadUnsignedWord, obj_cls, obj, mirror::Object::ClassOffset().Int32Value());
1638 __ Bnec(obj_cls, cls, slow_path->GetEntryLabel());