Home
last modified time | relevance | path

Searched refs:handler_table (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dhandler-table.cc28 : HandlerTable(code->handler_table(), code->handler_table_size(), in HandlerTable()
33 : HandlerTable(bytecode_array.handler_table()) {} in HandlerTable()
39 HandlerTable::HandlerTable(Address handler_table, int handler_table_size, in HandlerTable() argument
46 raw_encoded_data_(handler_table) { in HandlerTable()
Dhandler-table.h61 HandlerTable(Address handler_table, int handler_table_size,
/third_party/node/deps/v8/src/runtime/
Druntime-generator.cc144 HandlerTable handler_table(shared.GetBytecodeArray(isolate)); in RUNTIME_FUNCTION() local
148 handler_table.LookupRange(pc, nullptr, &catch_prediction); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-writer.cc43 Handle<ByteArray> handler_table) { in ToBytecodeArray() argument
53 bytecode_array->set_handler_table(*handler_table); in ToBytecodeArray()
60 Handle<ByteArray> handler_table);
64 Handle<ByteArray> handler_table);
Dbytecode-array-writer.h62 Handle<ByteArray> handler_table);
Dbytecode-array-builder.cc97 Handle<ByteArray> handler_table = in ToBytecodeArray() local
100 isolate, register_count, parameter_count(), handler_table); in ToBytecodeArray()
/third_party/node/deps/v8/src/objects/
Dcode.tq19 handler_table: ByteArray;
Dcode.cc668 os << "Handler Table (size = " << handler_table().length() << ")\n"; in Disassemble()
670 if (handler_table().length() > 0) { in Disassemble()
Dcode-inl.h1288 size += handler_table().Size(); in SizeIncludingMetadata()
/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.h276 Address handler_table() const;
Dwasm-code-manager.cc160 Address WasmCode::handler_table() const { in handler_table() function in v8::internal::wasm::WasmCode
/third_party/node/deps/v8/src/compiler/
Dheap-refs.cc1365 object()->handler_table().GetDataStartAddress()); in handler_table_address()
1369 return object()->handler_table().length(); in handler_table_size()
/third_party/node/deps/v8/src/heap/
Dobject-stats.cc1008 bytecode, bytecode.handler_table(), in RecordVirtualBytecodeArrayDetails()
Dfactory.cc2415 copy.set_handler_table(raw_source.handler_table()); in CopyBytecodeArray()
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc1675 TagObject(bytecode.handler_table(), "(handler table)", HeapEntry::kCode); in ExtractBytecodeArrayReferences()