Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Djni_compiler.cc397 FrameOffset method_offset = in ArtJniCompileMethodInternal() local
402 __ Copy(out_off, method_offset, static_cast<size_t>(kPointerSize)); in ArtJniCompileMethodInternal()
407 __ Load(out_reg, method_offset, static_cast<size_t>(kPointerSize)); in ArtJniCompileMethodInternal()
532 FrameOffset method_offset = in ArtJniCompileMethodInternal() local
537 __ Copy(out_off, method_offset, static_cast<size_t>(kPointerSize)); in ArtJniCompileMethodInternal()
540 __ Load(out_reg, method_offset, static_cast<size_t>(kPointerSize)); in ArtJniCompileMethodInternal()
/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.cc4464 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( in VisitInvokeInterface() local
4467 __ Ldr(temp, MemOperand(temp, method_offset)); in VisitInvokeInterface()
4712 size_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( in GenerateVirtualCall() local
4738 __ Ldr(temp, MemOperand(temp, method_offset)); in GenerateVirtualCall()
6829 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( in VisitClassTableGet() local
6832 MemOperand(XRegisterFrom(locations->InAt(0)), method_offset)); in VisitClassTableGet()
6834 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( in VisitClassTableGet() local
6839 MemOperand(XRegisterFrom(locations->Out()), method_offset)); in VisitClassTableGet()
Dcode_generator_x86_64.cc1142 size_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( in GenerateVirtualCall() local
1168 __ movq(temp, Address(temp, method_offset)); in GenerateVirtualCall()
2828 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( in VisitInvokeInterface() local
2831 __ movq(temp, Address(temp, method_offset)); in VisitInvokeInterface()
4768 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( in VisitClassTableGet() local
4771 Address(locations->InAt(0).AsRegister<CpuRegister>(), method_offset)); in VisitClassTableGet()
4773 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( in VisitClassTableGet() local
4779 Address(locations->Out().AsRegister<CpuRegister>(), method_offset)); in VisitClassTableGet()
Dcode_generator_arm_vixl.cc3524 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( in VisitInvokeInterface() local
3527 GetAssembler()->LoadFromOffset(kLoadWord, temp, temp, method_offset); in VisitInvokeInterface()
9306 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( in GenerateVirtualCall() local
9340 GetAssembler()->LoadFromOffset(kLoadWord, temp, temp, method_offset); in GenerateVirtualCall()
9833 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( in VisitClassTableGet() local
9838 method_offset); in VisitClassTableGet()
9840 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( in VisitClassTableGet() local
9849 method_offset); in VisitClassTableGet()
Dcode_generator_x86.cc2655 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( in VisitInvokeInterface() local
2657 __ movl(temp, Address(temp, method_offset)); in VisitInvokeInterface()
4952 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( in VisitClassTableGet() local
4955 Address(locations->InAt(0).AsRegister<Register>(), method_offset)); in VisitClassTableGet()
4957 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( in VisitClassTableGet() local
4964 Address(locations->Out().AsRegister<Register>(), method_offset)); in VisitClassTableGet()
5357 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( in GenerateVirtualCall() local
5382 __ movl(temp, Address(temp, method_offset)); in GenerateVirtualCall()