Home
last modified time | relevance | path

Searched refs:GetInstructionSetEntryPointAdjustment (Results 1 – 8 of 8) sorted by relevance

/art/dex2oat/driver/
Dcompiled_method.cc58 return GetInstructionSetEntryPointAdjustment(GetInstructionSet()); in GetEntryPointAdjustment()
/art/compiler/debug/
Delf_symtab_writer.h157 address += GetInstructionSetEntryPointAdjustment(info.isa); in WriteDebugSymbols()
Delf_debug_writer.cc211 method_info.code_address + GetInstructionSetEntryPointAdjustment(isa)); in MakeElfFileForJIT()
/art/libartbase/arch/
Dinstruction_set.h173 constexpr size_t GetInstructionSetEntryPointAdjustment(InstructionSet isa) { in GetInstructionSetEntryPointAdjustment() function
/art/compiler/
Dcommon_compiler_test.cc112 size_t adjustment = GetInstructionSetEntryPointAdjustment(instruction_set); in CodeAndMetadata()
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc505 result.second - GetInstructionSetEntryPointAdjustment(instruction_set_); in ResolveMethodCalls()
/art/oatdump/
Doatdump.cc199 code_offset -= GetInstructionSetEntryPointAdjustment(oat_header.GetInstructionSet()); \ in Symbolize()
/art/dex2oat/linker/
Doat_writer.cc2276 adjusted_offset = offset + GetInstructionSetEntryPointAdjustment(instruction_set); \ in InitOatCode()