Home | History | Annotate | Download | only in optimizing

Lines Matching full:class_offset

3735   uint32_t class_offset = mirror::Object::ClassOffset().Int32Value();
3745 __ LoadFromOffset(kLoadWord, temp, temp, class_offset);
3747 __ LoadFromOffset(kLoadWord, temp, receiver.AsRegister<Register>(), class_offset);
3942 uint32_t class_offset = mirror::Object::ClassOffset().Int32Value();
3947 __ LoadFromOffset(kLoadWord, temp, receiver.AsRegister<Register>(), class_offset);