Home
last modified time | relevance | path

Searched refs:GetInsn32 (Results 1 – 3 of 3) sorted by relevance

/art/dex2oat/linker/arm/
Drelative_patcher_thumb2.cc80 DCHECK_EQ(GetInsn32(code, literal_offset) & 0xf800d000, 0xf000d000); in PatchCall()
94 uint32_t insn = GetInsn32(code, literal_offset); in PatchPcRelativeReference()
112 uint32_t insn = GetInsn32(code, literal_offset); in PatchBakerReadBarrierBranch()
155 uint32_t Thumb2RelativePatcher::GetInsn32(ArrayRef<const uint8_t> code, uint32_t offset) { in GetInsn32() function in art::linker::Thumb2RelativePatcher
167 uint32_t Thumb2RelativePatcher::GetInsn32(Vector* code, uint32_t offset) { in GetInsn32() function in art::linker::Thumb2RelativePatcher
169 return GetInsn32(ArrayRef<const uint8_t>(*code), offset); in GetInsn32()
Drelative_patcher_thumb2.h55 static uint32_t GetInsn32(ArrayRef<const uint8_t> code, uint32_t offset);
58 static uint32_t GetInsn32(Vector* code, uint32_t offset);
/art/compiler/optimizing/
Dcode_generator_arm_vixl.cc1956 auto GetInsn32 = [=](uint32_t offset) { in Finalize() local
1968 uint32_t next_insn = GetInsn32(literal_offset + 4u); in Finalize()
1985 uint32_t next_insn = GetInsn32(literal_offset + 4u); in Finalize()
1997 uint32_t prev_insn = GetInsn32(literal_offset - 4u); in Finalize()
2012 uint32_t prev_insn = GetInsn32(literal_offset - 4u); in Finalize()