Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dwasm-opcodes-inl.h240 CASE_OP(TableGrow, "table.grow") in OpcodeName()
H A Dgraph-builder-interface.cc1013 void TableGrow(FullDecoder* decoder, const IndexImmediate<validate>& imm, in TableGrow() function
1015 result->node = builder_->TableGrow(imm.index, value.node, delta.node); in TableGrow()
H A Dwasm-opcodes.h597 /* TableGrow is polymorphic in the first parameter. */ \
599 V_VARIADIC(TableGrow, 0xfc0f) \
H A 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, in DecodeNumericOpcode()
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.h478 Node* TableGrow(uint32_t table_index, Node* value, Node* delta);
H A Dwasm-compiler.cc5562 Node* WasmGraphBuilder::TableGrow(uint32_t table_index, Node* value, in TableGrow() function in v8::internal::WasmGraphBuilder
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc5113 void TableGrow(FullDecoder* decoder, const IndexImmediate<validate>& imm,

Completed in 34 milliseconds