Lines Matching defs:method_offset
7656 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement(
7658 // temp = temp->GetImtEntryAt(method_offset);
7659 __ LoadFromOffset(kLoadWord, temp, temp, method_offset);
7901 size_t method_offset = mirror::Class::EmbeddedVTableEntryOffset(
7917 // temp = temp->GetMethodAt(method_offset);
7918 __ LoadFromOffset(kLoadWord, temp, temp, method_offset);
9526 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset(
9531 method_offset);
9533 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement(
9542 method_offset);