Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dwasm-opcodes-inl.h434 CASE_OP(RefIsArray, "ref.is_array") in OpcodeName()
H A Dgraph-builder-interface.cc1269 void RefIsArray(FullDecoder* decoder, const Value& object, Value* result) { in RefIsArray() function
1270 result->node = builder_->RefIsArray(object.node, object.type.is_nullable()); in RefIsArray()
H A Dwasm-opcodes.h715 V(RefIsArray, 0xfb53, _) \
H A Dfunction-body-decoder-impl.h1055 F(RefIsArray, const Value& object, Value* result) \
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.h532 Node* RefIsArray(Node* object, bool object_can_be_null);
H A Dwasm-compiler.cc5964 Node* WasmGraphBuilder::RefIsArray(Node* object, bool object_can_be_null) {
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc5780 void RefIsArray(FullDecoder* /* decoder */, const Value& object,

Completed in 35 milliseconds