Home
last modified time | relevance | path

Searched defs:handler_table (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/runtime/
Druntime-generator.cc144 HandlerTable handler_table(shared.GetBytecodeArray(isolate)); in RUNTIME_FUNCTION() local
/third_party/node/deps/v8/src/codegen/
Dhandler-table.cc39 HandlerTable::HandlerTable(Address handler_table, int handler_table_size, in HandlerTable()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-writer.cc43 Handle<ByteArray> handler_table) { in ToBytecodeArray()
Dbytecode-array-builder.cc97 Handle<ByteArray> handler_table = in ToBytecodeArray() local
/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.cc160 Address WasmCode::handler_table() const { in handler_table() function in v8::internal::wasm::WasmCode