Home
last modified time | relevance | path

Searched refs:method_address (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dpc_relative_fixups_x86.cc85 HX86ComputeBaseMethodAddress* method_address = GetPCRelativeBasePointer(load_class); in VisitLoadClass() local
86 load_class->AddSpecialInput(method_address); in VisitLoadClass()
92 HX86ComputeBaseMethodAddress* method_address = GetPCRelativeBasePointer(load_string); in VisitLoadString() local
93 load_string->AddSpecialInput(method_address); in VisitLoadString()
131 HX86ComputeBaseMethodAddress* method_address = GetPCRelativeBasePointer(neg); in VisitNeg() local
137 method_address, in VisitNeg()
150 HX86ComputeBaseMethodAddress* method_address = GetPCRelativeBasePointer(switch_insn); in VisitPackedSwitch() local
157 method_address, in VisitPackedSwitch()
172 HX86ComputeBaseMethodAddress* method_address = in GetPCRelativeBasePointer() local
175 cursor->GetBlock()->InsertInstructionBefore(method_address, cursor); in GetPCRelativeBasePointer()
[all …]
Dcode_generator_x86.h537 void RecordBootImageIntrinsicPatch(HX86ComputeBaseMethodAddress* method_address,
539 void RecordBootImageRelRoPatch(HX86ComputeBaseMethodAddress* method_address,
756 method_address(address) {} in X86PcRelativePatchInfo()
757 HX86ComputeBaseMethodAddress* method_address; member
Dcode_generator_x86.cc5670 void CodeGeneratorX86::RecordBootImageIntrinsicPatch(HX86ComputeBaseMethodAddress* method_address, in RecordBootImageIntrinsicPatch() argument
5673 method_address, /* target_dex_file= */ nullptr, intrinsic_data); in RecordBootImageIntrinsicPatch()
5677 void CodeGeneratorX86::RecordBootImageRelRoPatch(HX86ComputeBaseMethodAddress* method_address, in RecordBootImageRelRoPatch() argument
5680 method_address, /* target_dex_file= */ nullptr, boot_image_offset); in RecordBootImageRelRoPatch()
5688 HX86ComputeBaseMethodAddress* method_address = in RecordBootImageMethodPatch() local
5691 method_address, in RecordBootImageMethodPatch()
5705 HX86ComputeBaseMethodAddress* method_address = in RecordMethodBssEntryPatch() local
5709 method_address, in RecordMethodBssEntryPatch()
5716 HX86ComputeBaseMethodAddress* method_address = in RecordBootImageTypePatch() local
5719 method_address, &load_class->GetDexFile(), load_class->GetTypeIndex().index_); in RecordBootImageTypePatch()
[all …]
Dintrinsics_x86.cc411 HX86ComputeBaseMethodAddress* method_address = in VisitMathRoundFloat() local
415 method_address, in VisitMathRoundFloat()
419 method_address, in VisitMathRoundFloat()
3457 HX86ComputeBaseMethodAddress* method_address = in BOXED_TYPES() local
3459 DCHECK(method_address != nullptr); in BOXED_TYPES()
3464 codegen_->RecordBootImageIntrinsicPatch(method_address, info.array_data_boot_image_reference); in BOXED_TYPES()
/art/compiler/debug/
Delf_debug_line_writer.h149 Elf_Addr method_address = base_address + mi->code_address; in WriteCompilationUnit() local
167 opcodes.SetAddress(method_address); in WriteCompilationUnit()
245 opcodes.AddRow(method_address, first_line); in WriteCompilationUnit()
249 opcodes.AddRow(method_address + pc, line); in WriteCompilationUnit()
252 opcodes.AddRow(method_address + pc, line); in WriteCompilationUnit()
258 opcodes.AddRow(method_address, 0); in WriteCompilationUnit()
261 opcodes.AdvancePC(method_address + mi->code_size); in WriteCompilationUnit()