Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dwasm-opcodes-inl.h238 CASE_OP(ElemDrop, "elem.drop") in OpcodeName()
H A Dgraph-builder-interface.cc1003 void ElemDrop(FullDecoder* decoder, const IndexImmediate<validate>& imm) { in ElemDrop() function
1004 builder_->ElemDrop(imm.index, decoder->position()); in ElemDrop()
H A Dwasm-opcodes.h595 V_SIG(ElemDrop, 0xfc0d, v_v) \
H A Dfunction-body-decoder-impl.h1016 F(ElemDrop, const IndexImmediate<validate>& imm) \
5062 CALL_INTERFACE_IF_OK_AND_REACHABLE(ElemDrop, imm); in DecodeNumericOpcode()
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.h475 void ElemDrop(uint32_t elem_segment_index, wasm::WasmCodePosition position);
H A Dwasm-compiler.cc5540 void WasmGraphBuilder::ElemDrop(uint32_t elem_segment_index, in ElemDrop() function in v8::internal::WasmGraphBuilder
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc5063 void ElemDrop(FullDecoder* decoder, const IndexImmediate<validate>& imm) {

Completed in 34 milliseconds