Searched refs:entry_handler (Results 1 – 1 of 1) sorted by relevance
1381 Address entry_handler = Isolate::handler(thread_local_top()); in Throw() local1390 entry_handler = frame->top_handler()->next()->address(); in Throw()1406 if (entry_handler == nullptr || entry_handler > external_handler) { in Throw()1657 Address entry_handler = Isolate::handler(thread_local_top()); in Throw() local1658 if (entry_handler == nullptr) return false; in Throw()1671 return (entry_handler < external_handler); in Throw()1687 Address entry_handler = Isolate::handler(thread_local_top()); in Throw() local1688 if (entry_handler == nullptr) return true; in Throw()1696 return (entry_handler > external_handler); in Throw()