Searched refs:has_handler_table (Results 1 – 4 of 4) sorted by relevance
53 bool Code::has_handler_table() const { return handler_table_size() > 0; } in has_handler_table() function in v8::internal::Code785 if (has_handler_table()) { in Disassemble()
182 bool has_handler_table() const;
1844 !code.has_handler_table() || !code.is_turbofanned()) { in ThrowInternal()2024 !code->has_handler_table() || !code->is_turbofanned()) { in ThrowInternal()2530 !code.has_handler_table() || !code.is_turbofanned()) { in ThrowInternal()
1181 DCHECK(!LookupCode().has_handler_table()); in LookupExceptionHandlerInTable()