Home
last modified time | relevance | path

Searched refs:method_offset (Results 1 – 6 of 6) sorted by relevance

/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc258 uint32_t method_offset, in GenNopsAndAdrpAndUse() argument
266 CHECK_ALIGNED(method_offset, 4u); in GenNopsAndAdrpAndUse()
268 uint32_t adrp_offset = method_offset + num_nops * 4u; in GenNopsAndAdrpAndUse()
291 uint32_t method_offset, in GenNopsAndAdrpLdr() argument
293 return GenNopsAndAdrpAndUse(num_nops, method_offset, target_offset, kLdrWInsn); in GenNopsAndAdrpLdr()
317 uint32_t method_offset, in GenNopsAndAdrpAdd() argument
319 return GenNopsAndAdrpAndUse(num_nops, method_offset, target_offset, kAddXInsn); in GenNopsAndAdrpAdd()
1017 uint32_t method_offset = GetMethodOffset(1u); in TEST_F() local
1018 uint32_t thunk_offset = CompiledCode::AlignCode(method_offset + kCallCode.size(), in TEST_F()
1020 uint32_t diff = thunk_offset - method_offset; in TEST_F()
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc674 uint32_t method_offset = GetMethodOffset(1u); in TEST_F() local
675 uint32_t thunk_offset = CompiledCode::AlignCode(method_offset + kCallCode.size(), in TEST_F()
677 uint32_t diff = thunk_offset - method_offset - kPcAdjustment; in TEST_F()
/art/compiler/optimizing/
Dcode_generator_arm64.cc4351 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( in VisitInvokeInterface() local
4354 __ Ldr(temp, MemOperand(temp, method_offset)); in VisitInvokeInterface()
4550 size_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( in GenerateVirtualCall() local
4576 __ Ldr(temp, MemOperand(temp, method_offset)); in GenerateVirtualCall()
6605 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( in VisitClassTableGet() local
6608 MemOperand(XRegisterFrom(locations->InAt(0)), method_offset)); in VisitClassTableGet()
6610 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( in VisitClassTableGet() local
6615 MemOperand(XRegisterFrom(locations->Out()), method_offset)); in VisitClassTableGet()
Dcode_generator_x86_64.cc1101 size_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( in GenerateVirtualCall() local
1127 __ movq(temp, Address(temp, method_offset)); in GenerateVirtualCall()
2747 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( in VisitInvokeInterface() local
2750 __ movq(temp, Address(temp, method_offset)); in VisitInvokeInterface()
4681 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( in VisitClassTableGet() local
4684 Address(locations->InAt(0).AsRegister<CpuRegister>(), method_offset)); in VisitClassTableGet()
4686 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( in VisitClassTableGet() local
4692 Address(locations->Out().AsRegister<CpuRegister>(), method_offset)); in VisitClassTableGet()
Dcode_generator_x86.cc2474 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( in VisitInvokeInterface() local
2476 __ movl(temp, Address(temp, method_offset)); in VisitInvokeInterface()
4766 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( in VisitClassTableGet() local
4769 Address(locations->InAt(0).AsRegister<Register>(), method_offset)); in VisitClassTableGet()
4771 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( in VisitClassTableGet() local
4778 Address(locations->Out().AsRegister<Register>(), method_offset)); in VisitClassTableGet()
5129 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( in GenerateVirtualCall() local
5154 __ movl(temp, Address(temp, method_offset)); in GenerateVirtualCall()
Dcode_generator_arm_vixl.cc3492 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( in VisitInvokeInterface() local
3495 GetAssembler()->LoadFromOffset(kLoadWord, temp, temp, method_offset); in VisitInvokeInterface()
9174 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( in GenerateVirtualCall() local
9208 GetAssembler()->LoadFromOffset(kLoadWord, temp, temp, method_offset); in GenerateVirtualCall()
9671 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( in VisitClassTableGet() local
9676 method_offset); in VisitClassTableGet()
9678 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( in VisitClassTableGet() local
9687 method_offset); in VisitClassTableGet()