Home
last modified time | relevance | path

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

/art/runtime/arch/
Dinstruction_set.h94 NO_RETURN void InstructionSetAbort(InstructionSet isa);
116 InstructionSetAbort(isa); in GetInstructionSetPointerSize()
139 InstructionSetAbort(isa); in GetInstructionSetInstructionAlignment()
177 InstructionSetAbort(isa); in Is64BitInstructionSet()
204 InstructionSetAbort(isa); in GetBytesPerGprSpillLocation()
227 InstructionSetAbort(isa); in GetBytesPerFprSpillLocation()
Dinstruction_set.cc27 void InstructionSetAbort(InstructionSet isa) { in InstructionSetAbort() function