/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64_test.cc | 258 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/compiler/jni/quick/ |
D | jni_compiler.cc | 314 FrameOffset method_offset(current_out_arg_size + mr_conv->MethodStackOffset().SizeValue()); in ArtJniCompileMethodInternal() local 329 src_args.emplace_back(method_offset, kRawPointerSize); in ArtJniCompileMethodInternal() 509 FrameOffset method_offset = mr_conv->MethodStackOffset(); in ArtJniCompileMethodInternal() local 510 __ Load(temp, method_offset, kRawPointerSize); in ArtJniCompileMethodInternal()
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 674 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/ |
D | code_generator_arm64.cc | 4541 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( in VisitInvokeInterface() local 4544 __ Ldr(temp, MemOperand(temp, method_offset)); in VisitInvokeInterface() 4785 size_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( in GenerateVirtualCall() local 4811 __ Ldr(temp, MemOperand(temp, method_offset)); in GenerateVirtualCall() 6896 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( in VisitClassTableGet() local 6899 MemOperand(XRegisterFrom(locations->InAt(0)), method_offset)); in VisitClassTableGet() 6901 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( in VisitClassTableGet() local 6906 MemOperand(XRegisterFrom(locations->Out()), method_offset)); in VisitClassTableGet()
|
D | code_generator_x86_64.cc | 1210 size_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( in GenerateVirtualCall() local 1236 __ movq(temp, Address(temp, method_offset)); in GenerateVirtualCall() 2977 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( in VisitInvokeInterface() local 2980 __ movq(temp, Address(temp, method_offset)); in VisitInvokeInterface() 4917 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( in VisitClassTableGet() local 4920 Address(locations->InAt(0).AsRegister<CpuRegister>(), method_offset)); in VisitClassTableGet() 4922 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( in VisitClassTableGet() local 4928 Address(locations->Out().AsRegister<CpuRegister>(), method_offset)); in VisitClassTableGet()
|
D | code_generator_arm_vixl.cc | 3569 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( in VisitInvokeInterface() local 3572 GetAssembler()->LoadFromOffset(kLoadWord, temp, temp, method_offset); in VisitInvokeInterface() 9346 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( in GenerateVirtualCall() local 9380 GetAssembler()->LoadFromOffset(kLoadWord, temp, temp, method_offset); in GenerateVirtualCall() 9877 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( in VisitClassTableGet() local 9882 method_offset); in VisitClassTableGet() 9884 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( in VisitClassTableGet() local 9893 method_offset); in VisitClassTableGet()
|
D | code_generator_x86.cc | 2733 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( in VisitInvokeInterface() local 2735 __ movl(temp, Address(temp, method_offset)); in VisitInvokeInterface() 5030 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( in VisitClassTableGet() local 5033 Address(locations->InAt(0).AsRegister<Register>(), method_offset)); in VisitClassTableGet() 5035 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( in VisitClassTableGet() local 5042 Address(locations->Out().AsRegister<Register>(), method_offset)); in VisitClassTableGet() 5436 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( in GenerateVirtualCall() local 5461 __ movl(temp, Address(temp, method_offset)); in GenerateVirtualCall()
|