Searched defs:Is64BitInstructionSet (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dinstruction_set.h107 static inline bool Is64BitInstructionSet(InstructionSet isa) { function in namespace:art
129 return Is64BitInstructionSet(isa) ? 8U : 4U;

Completed in 53 milliseconds