Home
last modified time | relevance | path

Searched refs:FindCatchBlock (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp72 uint32_t Method::FindCatchBlock(uint32_t pc) const in FindCatchBlock() function in panda::ecmascript::Method
Dmethod.h417 uint32_t FindCatchBlock(uint32_t pc) const;
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp802 if (method->FindCatchBlock(frameHandler.GetBytecodeOffset() != INVALID_INDEX)) { in IsExceptionCaught()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1154 pcOffset = method->FindCatchBlock(frameHandler.GetBytecodeOffset()); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h3774 pcOffset = method->FindCatchBlock(frameHandler.GetBytecodeOffset()); in RunInternal()
Dinterpreter_assembly.cpp7457 pcOffset = method->FindCatchBlock(frameHandler.GetBytecodeOffset()); in ExceptionHandler()