Home | History | Annotate | Download | only in optimizing

Lines Matching defs:class_offset

645     //   __ Ldr(out, HeapOperand(out, class_offset);
2213 uint32_t class_offset = mirror::Object::ClassOffset().Int32Value();
2243 // __ Ldr(temp2, HeapOperand(Register(value), class_offset));
2245 // instruction, temp2_loc, temp2_loc, value_loc, class_offset, temp_loc);
2262 __ Ldr(temp, HeapOperand(array, class_offset));
2269 __ Ldr(temp2, HeapOperand(Register(value), class_offset));
3149 uint32_t class_offset = mirror::Object::ClassOffset().Int32Value();
3164 GenerateReferenceLoadTwoRegisters(instruction, out_loc, obj_loc, class_offset, maybe_temp_loc);
3336 uint32_t class_offset = mirror::Object::ClassOffset().Int32Value();
3359 GenerateReferenceLoadTwoRegisters(instruction, temp_loc, obj_loc, class_offset, maybe_temp2_loc);
3390 instruction, temp_loc, obj_loc, class_offset, maybe_temp2_loc);
3419 instruction, temp_loc, obj_loc, class_offset, maybe_temp2_loc);
3446 instruction, temp_loc, obj_loc, class_offset, maybe_temp2_loc);
3456 instruction, temp_loc, obj_loc, class_offset, maybe_temp2_loc);
3531 Offset class_offset = mirror::Object::ClassOffset();
3545 __ Ldr(temp.W(), HeapOperand(temp.W(), class_offset));
3548 __ Ldr(temp.W(), HeapOperandFrom(receiver, class_offset));
3735 Offset class_offset = mirror::Object::ClassOffset();
3742 __ Ldr(temp.W(), HeapOperandFrom(LocationFrom(receiver), class_offset));