Home
last modified time | relevance | path

Searched defs:catchLocation (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/runtime/tooling/
Ddebugger.cpp644 …PtLocation catchLocation {catchMethodFile->GetFilename().c_str(), res.first->GetFileId(), res.seco… in ExceptionThrow() local
654 PtLocation catchLocation {pf->GetFilename().c_str(), method->GetFileId(), bcOffset}; in ExceptionCatch() local
Dpt_hooks_wrapper.h95 Method *catchMethod, const PtLocation &catchLocation) override in Exception()