Home
last modified time | relevance | path

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

/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc436 uint32_t Arm64RelativePatcher::GetInsn(ArrayRef<const uint8_t> code, uint32_t offset) { in GetInsn() function in art::linker::Arm64RelativePatcher
448 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.cc1006 auto GetInsn = [&code](uint32_t offset) { in Finalize() local