Home
last modified time | relevance | path

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

/art/libartbase/arch/
Dinstruction_set.h195 namespace instruction_set_details {
216 return instruction_set_details::kArmStackOverflowReservedBytes; in GetStackOverflowReservedBytes()
219 return instruction_set_details::kArm64StackOverflowReservedBytes; in GetStackOverflowReservedBytes()
222 return instruction_set_details::kX86StackOverflowReservedBytes; in GetStackOverflowReservedBytes()
225 return instruction_set_details::kX86_64StackOverflowReservedBytes; in GetStackOverflowReservedBytes()
228 instruction_set_details::GetStackOverflowReservedBytesFailure( in GetStackOverflowReservedBytes()
231 instruction_set_details::GetStackOverflowReservedBytesFailure("Unknown instruction set"); in GetStackOverflowReservedBytes()
Dinstruction_set.cc94 namespace instruction_set_details { namespace