Searched defs:handler_table (Results 1 – 5 of 5) sorted by relevance
144 HandlerTable handler_table(shared.GetBytecodeArray(isolate)); in RUNTIME_FUNCTION() local
39 HandlerTable::HandlerTable(Address handler_table, int handler_table_size, in HandlerTable()
43 Handle<ByteArray> handler_table) { in ToBytecodeArray()
97 Handle<ByteArray> handler_table = in ToBytecodeArray() local
160 Address WasmCode::handler_table() const { in handler_table() function in v8::internal::wasm::WasmCode