Home
last modified time | relevance | path

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

/art/libartbase/arch/
Dinstruction_set.h93 NO_RETURN void InstructionSetAbort(InstructionSet isa);
115 InstructionSetAbort(isa); in GetInstructionSetPointerSize()
138 InstructionSetAbort(isa); in GetInstructionSetInstructionAlignment()
176 InstructionSetAbort(isa); in Is64BitInstructionSet()
203 InstructionSetAbort(isa); in GetBytesPerGprSpillLocation()
226 InstructionSetAbort(isa); in GetBytesPerFprSpillLocation()
Dinstruction_set.cc25 void InstructionSetAbort(InstructionSet isa) { in InstructionSetAbort() function