Home | History | Annotate | Download | only in optimizing

Lines Matching defs:method_offset

2291   // temp = temp->GetImtEntryAt(method_offset);
2292 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement(
2294 __ movl(temp, Address(temp, method_offset));
4266 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset(
4269 Address(locations->InAt(0).AsRegister<Register>(), method_offset));
4271 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement(
4276 // temp = temp->GetImtEntryAt(method_offset);
4278 Address(locations->Out().AsRegister<Register>(), method_offset));
4569 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset(
4590 // temp = temp->GetMethodAt(method_offset);
4591 __ movl(temp, Address(temp, method_offset));