Home
last modified time | relevance | path

Searched defs:GetInsn (Results 1 – 3 of 3) sorted by relevance

/art/dex2oat/linker/riscv64/
Drelative_patcher_riscv64.cc137 uint32_t Riscv64RelativePatcher::GetInsn(ArrayRef<const uint8_t> code, uint32_t offset) { in GetInsn() function in art::linker::Riscv64RelativePatcher
149 uint32_t Riscv64RelativePatcher::GetInsn(std::vector<uint8_t, Alloc>* code, uint32_t offset) { in GetInsn() function in art::linker::Riscv64RelativePatcher
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc446 uint32_t Arm64RelativePatcher::GetInsn(ArrayRef<const uint8_t> code, uint32_t offset) { in GetInsn() function in art::linker::Arm64RelativePatcher
458 uint32_t Arm64RelativePatcher::GetInsn(std::vector<uint8_t, Alloc>* code, uint32_t offset) { in GetInsn() function in art::linker::Arm64RelativePatcher
/art/compiler/optimizing/
Dcode_generator_arm64.cc1083 auto GetInsn = [&code](uint32_t offset) { in Finalize() local