Lines Matching full:obj_cls
2006 Register obj_cls = locations->GetTemp(0).AsRegister<Register>();2014 __ LoadFromOffset(kLoadWord, obj_cls, obj, mirror::Object::ClassOffset().Int32Value());2015 __ Bne(obj_cls, cls, slow_path->GetEntryLabel());