Searched refs:TableGrow (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes-inl.h | 240 CASE_OP(TableGrow, "table.grow") in OpcodeName()
|
H A D | graph-builder-interface.cc | 1013 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 D | wasm-opcodes.h | 597 /* TableGrow is polymorphic in the first parameter. */ \ 599 V_VARIADIC(TableGrow, 0xfc0f) \
|
H A D | function-body-decoder-impl.h | 1019 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 D | wasm-compiler.h | 478 Node* TableGrow(uint32_t table_index, Node* value, Node* delta);
|
H A D | wasm-compiler.cc | 5562 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 D | liftoff-compiler.cc | 5113 void TableGrow(FullDecoder* decoder, const IndexImmediate<validate>& imm,
|
Completed in 42 milliseconds