Home
last modified time | relevance | path

Searched refs:has_handler_table (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/objects/
Dcode.cc53 bool Code::has_handler_table() const { return handler_table_size() > 0; } in has_handler_table() function in v8::internal::Code
785 if (has_handler_table()) { in Disassemble()
Dcode.h182 bool has_handler_table() const;
/external/v8/src/execution/
Disolate.cc1844 !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()
Dframes.cc1181 DCHECK(!LookupCode().has_handler_table()); in LookupExceptionHandlerInTable()