Searched refs:I31New (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes-inl.h | 419 CASE_OP(I31New, "i31.new") in OpcodeName()
|
H A D | graph-builder-interface.cc | 1139 void I31New(FullDecoder* decoder, const Value& input, Value* result) { in I31New() function 1140 result->node = builder_->I31New(input.node); in I31New()
|
H A D | wasm-opcodes.h | 700 V(I31New, 0xfb20, _) \
|
H A D | function-body-decoder-impl.h | 1042 F(I31New, const Value& input, Value* result) \ 4413 CALL_INTERFACE_IF_OK_AND_REACHABLE(I31New, input, &value); in DecodeGCOpcode()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.h | 509 Node* I31New(Node* input);
|
H A D | wasm-compiler.cc | 6142 Node* WasmGraphBuilder::I31New(Node* input) {
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 5513 void I31New(FullDecoder* decoder, const Value& input, Value* result) {
|
Completed in 34 milliseconds