Home
last modified time | relevance | path

Searched refs:TableGrow (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-opcodes-inl.h240 CASE_OP(TableGrow, "table.grow") in OpcodeName()
Dwasm-opcodes.h599 V_VARIADIC(TableGrow, 0xfc0f) \
Dgraph-builder-interface.cc1013 void TableGrow(FullDecoder* decoder, const IndexImmediate<validate>& imm, in TableGrow() function in v8::internal::wasm::__anona7a84f320111::WasmGraphBuildingInterface
1015 result->node = builder_->TableGrow(imm.index, value.node, delta.node); in TableGrow()
Dfunction-body-decoder-impl.h1019 F(TableGrow, const IndexImmediate<validate>& imm, const Value& value, \
5081 CALL_INTERFACE_IF_OK_AND_REACHABLE(TableGrow, imm, value, delta,
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.h478 Node* TableGrow(uint32_t table_index, Node* value, Node* delta);
Dwasm-compiler.cc5562 Node* WasmGraphBuilder::TableGrow(uint32_t table_index, Node* value, in TableGrow() function in v8::internal::compiler::WasmGraphBuilder
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc5113 void TableGrow(FullDecoder* decoder, const IndexImmediate<validate>& imm, in TableGrow() function in v8::internal::wasm::__anonf94cb2b20111::LiftoffCompiler