Home
last modified time | relevance | path

Searched defs:GetInsn32 (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/linker/arm/
Drelative_patcher_thumb2.cc172 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
/art/compiler/optimizing/
Dcode_generator_arm_vixl.cc1959 auto GetInsn32 = [=](uint32_t offset) { in Finalize() local