Home | History | Annotate | Download | only in optimizing

Lines Matching refs:class_offset

1237   const int32_t class_offset = mirror::Object::ClassOffset().Int32Value();
1253 __ Ldr(temp, MemOperand(str.X(), class_offset));
1254 __ Ldr(temp1, MemOperand(arg.X(), class_offset));
2001 uint32_t class_offset = mirror::Object::ClassOffset().Int32Value();
2105 __ Ldr(temp1, MemOperand(dest, class_offset));
2106 __ Ldr(temp2, MemOperand(src, class_offset));
2162 __ Ldr(temp1, HeapOperand(src.W(), class_offset));