Home | History | Annotate | Download | only in optimizing

Lines Matching refs:method_offset

4823   uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement(
4825 // temp = temp->GetImtEntryAt(method_offset);
4826 __ LoadFromOffset(kLoadDoubleword, temp, temp, method_offset);
5049 size_t method_offset = mirror::Class::EmbeddedVTableEntryOffset(
5065 // temp = temp->GetMethodAt(method_offset);
5066 __ LoadFromOffset(kLoadDoubleword, temp, temp, method_offset);
6244 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset(
6249 method_offset);
6251 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement(
6260 method_offset);