Home
last modified time | relevance | path

Searched defs:SetException (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/OpenCSD/decoder/include/opencsd/ptm/
H A Dtrc_pkt_elem_ptm.h184 inline void PtmTrcPacket::SetException( const ocsd_armv7_exception type, const uint16_t number) in SetException() function
/aosp_15_r20/external/OpenCSD/decoder/source/etmv3/
H A Dtrc_pkt_elem_etmv3.cpp118 void EtmV3TrcPacket::SetException( const ocsd_armv7_exception type, in SetException() function in EtmV3TrcPacket
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/
Dcallproc.c261 static void SetException(DWORD code, EXCEPTION_RECORD *pr) in SetException() function
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/
Dcallproc.c282 static void SetException(DWORD code, EXCEPTION_RECORD *pr) in SetException() function
/aosp_15_r20/art/runtime/
H A Dthread.cc4798 void Thread::SetException(ObjPtr<mirror::Throwable> new_exception) { in SetException() function in art::Thread