Lines Matching defs:method_offset
4374 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement(
4376 // temp = temp->GetImtEntryAt(method_offset);
4377 __ Ldr(temp, MemOperand(temp, method_offset));
4519 size_t method_offset = mirror::Class::EmbeddedVTableEntryOffset(
4540 // temp = temp->GetMethodAt(method_offset);
4541 __ Ldr(temp, MemOperand(temp, method_offset));
6470 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset(
6473 MemOperand(XRegisterFrom(locations->InAt(0)), method_offset));
6475 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement(
6480 MemOperand(XRegisterFrom(locations->Out()), method_offset));