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.h433 void RecordBootImageIntrinsicPatch(HX86ComputeBaseMethodAddress* method_address,
435 void RecordBootImageRelRoPatch(HX86ComputeBaseMethodAddress* method_address,
640 method_address(address) {} in X86PcRelativePatchInfo()
641 HX86ComputeBaseMethodAddress* method_address; member
Dcode_generator_x86.cc5060 void CodeGeneratorX86::RecordBootImageIntrinsicPatch(HX86ComputeBaseMethodAddress* method_address, in RecordBootImageIntrinsicPatch() argument
5063 method_address, /* target_dex_file= */ nullptr, intrinsic_data); in RecordBootImageIntrinsicPatch()
5067 void CodeGeneratorX86::RecordBootImageRelRoPatch(HX86ComputeBaseMethodAddress* method_address, in RecordBootImageRelRoPatch() argument
5070 method_address, /* target_dex_file= */ nullptr, boot_image_offset); in RecordBootImageRelRoPatch()
5076 HX86ComputeBaseMethodAddress* method_address = in RecordBootImageMethodPatch() local
5079 method_address, invoke->GetTargetMethod().dex_file, invoke->GetTargetMethod().index); in RecordBootImageMethodPatch()
5085 HX86ComputeBaseMethodAddress* method_address = in RecordMethodBssEntryPatch() local
5089 method_address, &GetGraph()->GetDexFile(), invoke->GetDexMethodIndex()); in RecordMethodBssEntryPatch()
5094 HX86ComputeBaseMethodAddress* method_address = in RecordBootImageTypePatch() local
5097 method_address, &load_class->GetDexFile(), load_class->GetTypeIndex().index_); in RecordBootImageTypePatch()
[all …]
Dintrinsics_x86.cc475 HX86ComputeBaseMethodAddress* method_address = in VisitMathRoundFloat() local
479 method_address, in VisitMathRoundFloat()
483 method_address, in VisitMathRoundFloat()
3020 HX86ComputeBaseMethodAddress* method_address = in VisitIntegerValueOf() local
3022 DCHECK(method_address != nullptr); in VisitIntegerValueOf()
3026 codegen_->RecordBootImageIntrinsicPatch(method_address, info.array_data_boot_image_reference); in VisitIntegerValueOf()
/art/compiler/debug/
Delf_debug_line_writer.h147 Elf_Addr method_address = base_address + mi->code_address; in WriteCompilationUnit() local
165 opcodes.SetAddress(method_address); in WriteCompilationUnit()
243 opcodes.AddRow(method_address, first_line); in WriteCompilationUnit()
247 opcodes.AddRow(method_address + pc, line); in WriteCompilationUnit()
250 opcodes.AddRow(method_address + pc, line); in WriteCompilationUnit()
256 opcodes.AddRow(method_address, 0); in WriteCompilationUnit()
259 opcodes.AdvancePC(method_address + mi->code_size); in WriteCompilationUnit()