Home
last modified time | relevance | path

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

/art/libartbase/arch/
Dinstruction_set.h79 NO_RETURN void InstructionSetAbort(InstructionSet isa);
97 InstructionSetAbort(isa); in GetInstructionSetPointerSize()
116 InstructionSetAbort(isa); in GetInstructionSetInstructionAlignment()
150 InstructionSetAbort(isa); in Is64BitInstructionSet()
173 InstructionSetAbort(isa); in GetBytesPerGprSpillLocation()
192 InstructionSetAbort(isa); in GetBytesPerFprSpillLocation()
Dinstruction_set.cc25 void InstructionSetAbort(InstructionSet isa) { in InstructionSetAbort() function