Home | History | Annotate | Download | only in optimizing

Lines Matching refs:method_offset

3229   uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement(
3231 // temp = temp->GetImtEntryAt(method_offset);
3232 __ LoadFromOffset(kLoadWord, temp, temp, method_offset);
8331 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset(
8352 // temp = temp->GetMethodAt(method_offset);
8355 __ LoadFromOffset(kLoadWord, temp, temp, method_offset);
8685 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset(
8690 method_offset);
8692 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement(
8701 method_offset);