Home
last modified time | relevance | path

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

/art/runtime/arch/
Dinstruction_set.h95 NO_RETURN void InstructionSetAbort(InstructionSet isa);
117 InstructionSetAbort(isa); in GetInstructionSetPointerSize()
140 InstructionSetAbort(isa); in GetInstructionSetInstructionAlignment()
178 InstructionSetAbort(isa); in Is64BitInstructionSet()
205 InstructionSetAbort(isa); in GetBytesPerGprSpillLocation()
228 InstructionSetAbort(isa); in GetBytesPerFprSpillLocation()
Dinstruction_set.cc27 void InstructionSetAbort(InstructionSet isa) { in InstructionSetAbort() function