Searched refs:TableGrow (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | wasm-opcodes-inl.h | 240 CASE_OP(TableGrow, "table.grow") in OpcodeName()
|
D | wasm-opcodes.h | 599 V_VARIADIC(TableGrow, 0xfc0f) \
|
D | graph-builder-interface.cc | 1013 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()
|
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,
|
/third_party/node/deps/v8/src/compiler/ |
D | wasm-compiler.h | 478 Node* TableGrow(uint32_t table_index, Node* value, Node* delta);
|
D | wasm-compiler.cc | 5562 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/ |
D | liftoff-compiler.cc | 5113 void TableGrow(FullDecoder* decoder, const IndexImmediate<validate>& imm, in TableGrow() function in v8::internal::wasm::__anonf94cb2b20111::LiftoffCompiler
|