Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc1078 static InstructionSet GetInstructionSetFromELF(uint16_t e_machine, in GetInstructionSetFromELF() function
1102 InstructionSet elf_ISA = GetInstructionSetFromELF(GetHeader().e_machine, GetHeader().e_flags); in Load()