Searched refs:I31GetS (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes-inl.h | 420 CASE_OP(I31GetS, "i31.get_s") in OpcodeName()
|
H A D | graph-builder-interface.cc | 1143 void I31GetS(FullDecoder* decoder, const Value& input, Value* result) { in I31GetS() function 1144 result->node = builder_->I31GetS(input.node); in I31GetS()
|
H A D | wasm-opcodes.h | 701 V(I31GetS, 0xfb21, _) \
|
H A D | function-body-decoder-impl.h | 1043 F(I31GetS, const Value& input, Value* result) \ 4422 CALL_INTERFACE_IF_OK_AND_REACHABLE(I31GetS, i31, &value); in DecodeGCOpcode()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.h | 510 Node* I31GetS(Node* input);
|
H A D | wasm-compiler.cc | 6151 Node* WasmGraphBuilder::I31GetS(Node* input) {
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 5526 void I31GetS(FullDecoder* decoder, const Value& input, Value* result) {
|
Completed in 35 milliseconds