Home
last modified time | relevance | path

Searched refs:RefIsData (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-opcodes-inl.h432 CASE_OP(RefIsData, "ref.is_data") in OpcodeName()
Dwasm-opcodes.h713 V(RefIsData, 0xfb51, _) \
Dgraph-builder-interface.cc1223 void RefIsData(FullDecoder* decoder, const Value& object, Value* result) { in RefIsData() function in v8::internal::wasm::__anona7a84f320111::WasmGraphBuildingInterface
1224 result->node = builder_->RefIsData(object.node, object.type.is_nullable()); in RefIsData()
Dfunction-body-decoder-impl.h1053 F(RefIsData, const Value& object, Value* result) \
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.h520 Node* RefIsData(Node* object, bool object_can_be_null);
Dwasm-compiler.cc5903 Node* WasmGraphBuilder::RefIsData(Node* object, bool object_can_be_null) { in RefIsData() function in v8::internal::compiler::WasmGraphBuilder
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc5770 void RefIsData(FullDecoder* /* decoder */, const Value& object, in RefIsData() function in v8::internal::wasm::__anonf94cb2b20111::LiftoffCompiler