Home
last modified time | relevance | path

Searched defs:catchLocation (Results 1 – 5 of 5) 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/
Dpt_hooks_wrapper.h96 Method *catchMethod, const PtLocation &catchLocation) override in Exception()
Ddebugger.cpp675 …PtLocation catchLocation {catchMethodFile->GetFilename().c_str(), res.first->GetFileId(), res.seco… in ExceptionThrow() local
685 PtLocation catchLocation {pf->GetFilename().c_str(), method->GetFileId(), bcOffset}; in ExceptionCatch() local
/arkcompiler/toolchain/tooling/static/
Dinspector.cpp117 … ObjectHeader * /* exception */, Method * /* catch_method */, const PtLocation &catchLocation) in Exception()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector.cpp115 … ObjectHeader * /* exception */, Method * /* catch_method */, const PtLocation &catchLocation) in Exception()