Home
last modified time | relevance | path

Searched refs:PcInsnOffset (Results 1 – 4 of 4) sorted by relevance

/art/compiler/linker/x86/
Drelative_patcher_x86.cc28 uint32_t anchor_literal_offset = patch.PcInsnOffset(); in PatchPcRelativeReference()
/art/compiler/linker/arm/
Drelative_patcher_thumb2.cc64 uint32_t pc_literal_offset = patch.PcInsnOffset(); in PatchPcRelativeReference()
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc37 patch.LiteralOffset() == patch.PcInsnOffset(); in IsAdrpPatch()
171 uint32_t pc_insn_offset = patch.PcInsnOffset(); in PatchPcRelativeReference()
/art/compiler/
Dcompiled_method.h306 uint32_t PcInsnOffset() const { in PcInsnOffset() function