Home
last modified time | relevance | path

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

/art/libartbase/arch/
Dinstruction_set.h82 NO_RETURN void InstructionSetAbort(InstructionSet isa);
100 InstructionSetAbort(isa); in GetInstructionSetPointerSize()
119 InstructionSetAbort(isa); in GetInstructionSetInstructionAlignment()
153 InstructionSetAbort(isa); in Is64BitInstructionSet()
176 InstructionSetAbort(isa); in GetBytesPerGprSpillLocation()
195 InstructionSetAbort(isa); in GetBytesPerFprSpillLocation()
Dinstruction_set.cc25 void InstructionSetAbort(InstructionSet isa) { in InstructionSetAbort() function
/art/runtime/
Dnterp_helpers.cc112 InstructionSetAbort(isa); in NterpGetFrameEntrySize()