Searched defs:siginfo (Results 1 – 8 of 8) sorted by relevance
/art/runtime/ |
D | fault_handler.h | 99 static bool IsValidImplicitCheck(siginfo_t* siginfo) { in IsValidImplicitCheck()
|
D | fault_handler.cc | 268 bool FaultManager::IsInGeneratedCode(siginfo_t* siginfo, void* context, bool check_dex_pc) { in IsInGeneratedCode() 375 bool JavaStackTraceHandler::Action(int sig ATTRIBUTE_UNUSED, siginfo_t* siginfo, void* context) { in Action()
|
/art/test/305-other-fault-handler/ |
D | fault_handler.cc | 55 bool Action(int sig, siginfo_t* siginfo, void* context ATTRIBUTE_UNUSED) override { in Action()
|
/art/runtime/arch/mips64/ |
D | fault_handler_mips64.cc | 41 void FaultManager::GetMethodAndReturnPcAndSp(siginfo_t* siginfo, void* context, in GetMethodAndReturnPcAndSp()
|
/art/runtime/arch/mips/ |
D | fault_handler_mips.cc | 40 void FaultManager::GetMethodAndReturnPcAndSp(siginfo_t* siginfo, void* context, in GetMethodAndReturnPcAndSp()
|
/art/openjdkjvmti/ |
D | transform.cc | 89 bool Action(int sig, siginfo_t* siginfo, void* context ATTRIBUTE_UNUSED) override { in Action()
|
/art/runtime/arch/x86/ |
D | fault_handler_x86.cc | 280 void FaultManager::GetMethodAndReturnPcAndSp(siginfo_t* siginfo, void* context, in GetMethodAndReturnPcAndSp()
|
/art/sigchainlib/ |
D | sigchain.cc | 274 void SignalChain::Handler(int signo, siginfo_t* siginfo, void* ucontext_raw) { in Handler()
|