Home
last modified time | relevance | path

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

/art/runtime/
Delf_utils.h34 #define EF_MIPS_NOREORDER 1 macro
Delf.h811 EF_MIPS_NOREORDER = 0x00000001, // Don't reorder instructions enumerator
/art/compiler/
Delf_writer_quick.cc857 elf_header_.e_flags = (EF_MIPS_NOREORDER | in SetISA()