Home | History | Annotate | Download | only in optimizing

Lines Matching refs:method_offset

1053   size_t method_offset = mirror::Class::EmbeddedVTableEntryOffset(
1075 // temp = temp->GetMethodAt(method_offset);
1076 __ movq(temp, Address(temp, method_offset));
2436 // temp = temp->GetImtEntryAt(method_offset);
2437 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement(
2439 // temp = temp->GetImtEntryAt(method_offset);
2440 __ movq(temp, Address(temp, method_offset));
4150 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset(
4153 Address(locations->InAt(0).AsRegister<CpuRegister>(), method_offset));
4155 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement(
4161 Address(locations->Out().AsRegister<CpuRegister>(), method_offset));