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

/art/runtime/arch/
H A Dinstruction_set.cc68 InstructionSet GetInstructionSetFromELF(uint16_t e_machine, uint32_t e_flags) { function in namespace:art
H A Dinstruction_set.h83 InstructionSet GetInstructionSetFromELF(uint16_t e_machine, uint32_t e_flags);
/art/runtime/
H A Delf_file.cc1071 InstructionSet elf_ISA = GetInstructionSetFromELF(GetHeader().e_machine, GetHeader().e_flags);

Completed in 30 milliseconds