Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_runner.h65 Method *catchMethod, const PtLocation &catchLocation) override in Exception()
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.cpp636 …PtLocation catchLocation {catchMethodFile->GetFilename().c_str(), res.first->GetFileId(), res.seco… in ExceptionThrow() local
646 PtLocation catchLocation {pf->GetFilename().c_str(), method->GetFileId(), bcOffset}; in ExceptionCatch() local
Dpt_hooks_wrapper.h95 Method *catchMethod, const PtLocation &catchLocation) override in Exception()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector.cpp112 … ObjectHeader * /* exception */, Method * /* catch_method */, const PtLocation &catchLocation) in Exception()