Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dcode-desc.h57 int handler_table_size = 0; variable
Dhandler-table.cc39 HandlerTable::HandlerTable(Address handler_table, int handler_table_size, in HandlerTable()
/third_party/node/deps/v8/src/interpreter/
Dhandler-table-builder.cc20 int handler_table_size = static_cast<int>(entries_.size()); in ToHandlerTable() local
/third_party/node/deps/v8/src/objects/
Dcode-inl.h472 int Code::handler_table_size() const { in handler_table_size() function
/third_party/node/deps/v8/src/compiler/
Dheap-refs.cc1368 int BytecodeArrayRef::handler_table_size() const { in handler_table_size() function in v8::internal::compiler::BytecodeArrayRef
/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.cc164 int WasmCode::handler_table_size() const { in handler_table_size() function in v8::internal::wasm::WasmCode