Home
last modified time | relevance | path

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

/art/dex2oat/linker/arm/
Drelative_patcher_thumb2.cc76 uint32_t insn = GetInsn32(code, literal_offset); in PatchPcRelativeReference()
105 uint32_t insn = GetInsn32(code, literal_offset); in PatchBakerReadBarrierBranch()
157 DCHECK_EQ(GetInsn32(code, literal_offset) & 0xf800d000, 0xf000d000); in PatchBl()
172 uint32_t Thumb2RelativePatcher::GetInsn32(ArrayRef<const uint8_t> code, uint32_t offset) { in GetInsn32() function in art::linker::Thumb2RelativePatcher
184 uint32_t Thumb2RelativePatcher::GetInsn32(Vector* code, uint32_t offset) { in GetInsn32() function in art::linker::Thumb2RelativePatcher
186 return GetInsn32(ArrayRef<const uint8_t>(*code), offset); in GetInsn32()
Drelative_patcher_thumb2.h60 static uint32_t GetInsn32(ArrayRef<const uint8_t> code, uint32_t offset);
63 static uint32_t GetInsn32(Vector* code, uint32_t offset);
/art/compiler/optimizing/
Dcode_generator_arm_vixl.cc1959 auto GetInsn32 = [=](uint32_t offset) { in Finalize() local
1971 uint32_t next_insn = GetInsn32(literal_offset + 4u); in Finalize()
1988 uint32_t next_insn = GetInsn32(literal_offset + 4u); in Finalize()
2000 uint32_t prev_insn = GetInsn32(literal_offset - 4u); in Finalize()
2015 uint32_t prev_insn = GetInsn32(literal_offset - 4u); in Finalize()