Searched refs:FindCatchBlock (Results 1 – 6 of 6) sorted by relevance
72 uint32_t Method::FindCatchBlock(uint32_t pc) const in FindCatchBlock() function in panda::ecmascript::Method
417 uint32_t FindCatchBlock(uint32_t pc) const;
802 if (method->FindCatchBlock(frameHandler.GetBytecodeOffset() != INVALID_INDEX)) { in IsExceptionCaught()
1154 pcOffset = method->FindCatchBlock(frameHandler.GetBytecodeOffset()); in DEF_RUNTIME_STUBS()
3774 pcOffset = method->FindCatchBlock(frameHandler.GetBytecodeOffset()); in RunInternal()
7457 pcOffset = method->FindCatchBlock(frameHandler.GetBytecodeOffset()); in ExceptionHandler()