Searched defs:GetInsn (Results 1 – 3 of 3) sorted by relevance
/art/dex2oat/linker/riscv64/ | ||
D | relative_patcher_riscv64.cc | 137 uint32_t Riscv64RelativePatcher::GetInsn(ArrayRef<const uint8_t> code, uint32_t offset) { in GetInsn() function in art::linker::Riscv64RelativePatcher |
/art/dex2oat/linker/arm64/ | ||
D | relative_patcher_arm64.cc | 446 uint32_t Arm64RelativePatcher::GetInsn(ArrayRef<const uint8_t> code, uint32_t offset) { in GetInsn() function in art::linker::Arm64RelativePatcher |
/art/compiler/optimizing/ | ||
D | code_generator_arm64.cc | 1083 auto GetInsn = [&code](uint32_t offset) { in Finalize() local |