Home
last modified time | relevance | path

Searched defs:handler_table_size (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/codegen/
Dcode-desc.h57 int handler_table_size = 0; variable
Dhandler-table.cc34 HandlerTable::HandlerTable(Address handler_table, int handler_table_size, in HandlerTable()
/external/v8/src/interpreter/
Dhandler-table-builder.cc20 int handler_table_size = static_cast<int>(entries_.size()); in ToHandlerTable() local
/external/v8/src/objects/
Dcode.cc48 int Code::handler_table_size() const { in handler_table_size() function in v8::internal::Code
/external/v8/src/wasm/
Dwasm-code-manager.cc162 int WasmCode::handler_table_size() const { in handler_table_size() function in v8::internal::wasm::WasmCode
/external/v8/src/compiler/
Djs-heap-broker.cc3317 int BytecodeArrayRef::handler_table_size() const { in handler_table_size() function in v8::internal::compiler::BytecodeArrayRef