Home | History | Annotate | Download | only in optimizing

Lines Matching refs:method_offset

2266   // temp = temp->GetImtEntryAt(method_offset);
2267 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement(
2269 __ movl(temp, Address(temp, method_offset));
4278 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset(
4281 Address(locations->InAt(0).AsRegister<Register>(), method_offset));
4283 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement(
4288 // temp = temp->GetImtEntryAt(method_offset);
4290 Address(locations->Out().AsRegister<Register>(), method_offset));
4597 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset(
4618 // temp = temp->GetMethodAt(method_offset);
4619 __ movl(temp, Address(temp, method_offset));