Home | History | Annotate | Download | only in optimizing

Lines Matching refs:method_offset

5785   uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement(
5787 // temp = temp->GetImtEntryAt(method_offset);
5788 __ LoadFromOffset(kLoadDoubleword, temp, temp, method_offset);
5991 size_t method_offset = mirror::Class::EmbeddedVTableEntryOffset(
6007 // temp = temp->GetMethodAt(method_offset);
6008 __ LoadFromOffset(kLoadDoubleword, temp, temp, method_offset);
7202 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset(
7207 method_offset);
7209 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement(
7218 method_offset);