Searched refs:StackOverflowHandler (Results 1 – 8 of 8) sorted by relevance
/art/runtime/ |
D | fault_handler.h | 121 class StackOverflowHandler final : public FaultHandler { 123 explicit StackOverflowHandler(FaultManager* manager); 128 DISALLOW_COPY_AND_ASSIGN(StackOverflowHandler);
|
D | fault_handler.cc | 364 StackOverflowHandler::StackOverflowHandler(FaultManager* manager) : FaultHandler(manager) { in StackOverflowHandler() function in art::StackOverflowHandler
|
D | runtime.h | 102 class StackOverflowHandler; variable
|
/art/runtime/arch/mips64/ |
D | fault_handler_mips64.cc | 116 bool StackOverflowHandler::Action(int sig ATTRIBUTE_UNUSED, siginfo_t* info, void* context) { in Action()
|
/art/runtime/arch/mips/ |
D | fault_handler_mips.cc | 114 bool StackOverflowHandler::Action(int sig ATTRIBUTE_UNUSED, siginfo_t* info, void* context) { in Action()
|
/art/runtime/arch/arm64/ |
D | fault_handler_arm64.cc | 153 bool StackOverflowHandler::Action(int sig ATTRIBUTE_UNUSED, siginfo_t* info ATTRIBUTE_UNUSED, in Action()
|
/art/runtime/arch/arm/ |
D | fault_handler_arm.cc | 198 bool StackOverflowHandler::Action(int sig ATTRIBUTE_UNUSED, siginfo_t* info ATTRIBUTE_UNUSED, in Action()
|
/art/runtime/arch/x86/ |
D | fault_handler_x86.cc | 439 bool StackOverflowHandler::Action(int, siginfo_t* info, void* context) { in Action()
|