Searched defs:siginfo (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | fault_handler.cc | 300 bool FaultManager::IsInGeneratedCode(siginfo_t* siginfo, void* context, bool check_dex_pc) { in IsInGeneratedCode() 405 bool JavaStackTraceHandler::Action(int sig, siginfo_t* siginfo, void* context) { in Action()
|
/art/runtime/arch/mips/ |
D | fault_handler_mips.cc | 42 void FaultManager::GetMethodAndReturnPcAndSp(siginfo_t* siginfo, void* context, in GetMethodAndReturnPcAndSp()
|
/art/runtime/arch/mips64/ |
D | fault_handler_mips64.cc | 42 void FaultManager::GetMethodAndReturnPcAndSp(siginfo_t* siginfo, void* context, in GetMethodAndReturnPcAndSp()
|
/art/runtime/arch/x86/ |
D | fault_handler_x86.cc | 251 void FaultManager::GetMethodAndReturnPcAndSp(siginfo_t* siginfo, void* context, in GetMethodAndReturnPcAndSp()
|