Searched refs:method_address (Results 1 – 5 of 5) sorted by relevance
/art/compiler/optimizing/ |
D | pc_relative_fixups_x86.cc | 85 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 …]
|
D | code_generator_x86.h | 425 void RecordBootImageIntrinsicPatch(HX86ComputeBaseMethodAddress* method_address, 427 void RecordBootImageRelRoPatch(HX86ComputeBaseMethodAddress* method_address, 629 method_address(address) {} in X86PcRelativePatchInfo() 630 HX86ComputeBaseMethodAddress* method_address; member
|
D | code_generator_x86.cc | 4936 void CodeGeneratorX86::RecordBootImageIntrinsicPatch(HX86ComputeBaseMethodAddress* method_address, in RecordBootImageIntrinsicPatch() argument 4939 method_address, /* target_dex_file= */ nullptr, intrinsic_data); in RecordBootImageIntrinsicPatch() 4943 void CodeGeneratorX86::RecordBootImageRelRoPatch(HX86ComputeBaseMethodAddress* method_address, in RecordBootImageRelRoPatch() argument 4946 method_address, /* target_dex_file= */ nullptr, boot_image_offset); in RecordBootImageRelRoPatch() 4952 HX86ComputeBaseMethodAddress* method_address = in RecordBootImageMethodPatch() local 4955 method_address, invoke->GetTargetMethod().dex_file, invoke->GetTargetMethod().index); in RecordBootImageMethodPatch() 4961 HX86ComputeBaseMethodAddress* method_address = in RecordMethodBssEntryPatch() local 4965 method_address, &GetGraph()->GetDexFile(), invoke->GetDexMethodIndex()); in RecordMethodBssEntryPatch() 4970 HX86ComputeBaseMethodAddress* method_address = in RecordBootImageTypePatch() local 4973 method_address, &load_class->GetDexFile(), load_class->GetTypeIndex().index_); in RecordBootImageTypePatch() [all …]
|
D | intrinsics_x86.cc | 475 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/ |
D | elf_debug_line_writer.h | 149 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()
|