Searched refs:GetInstructionSetEntryPointAdjustment (Results 1 – 8 of 8) sorted by relevance
58 return GetInstructionSetEntryPointAdjustment(GetInstructionSet()); in GetEntryPointAdjustment()
157 address += GetInstructionSetEntryPointAdjustment(info.isa); in WriteDebugSymbols()
211 method_info.code_address + GetInstructionSetEntryPointAdjustment(isa)); in MakeElfFileForJIT()
173 constexpr size_t GetInstructionSetEntryPointAdjustment(InstructionSet isa) { in GetInstructionSetEntryPointAdjustment() function
112 size_t adjustment = GetInstructionSetEntryPointAdjustment(instruction_set); in CodeAndMetadata()
505 result.second - GetInstructionSetEntryPointAdjustment(instruction_set_); in ResolveMethodCalls()
199 code_offset -= GetInstructionSetEntryPointAdjustment(oat_header.GetInstructionSet()); \ in Symbolize()
2276 adjusted_offset = offset + GetInstructionSetEntryPointAdjustment(instruction_set); \ in InitOatCode()