Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dgraph-builder-interface.cc796 void BrOnNull(FullDecoder* decoder, const Value& ref_object, uint32_t depth, in BrOnNull() function
801 builder_->BrOnNull(ref_object.node, &true_env->control, in BrOnNull()
815 builder_->BrOnNull(ref_object.node, &false_env->control, in BrOnNonNull()
H A Dwasm-opcodes-inl.h164 CASE_OP(BrOnNull, "br_on_null") in OpcodeName()
H A Dfunction-body-decoder-impl.h988 F(BrOnNull, const Value& ref_object, uint32_t depth, \
2712 DECODE(BrOnNull) { in DECODE()
2734 CALL_INTERFACE(BrOnNull, ref_object, imm.depth, false, &result); in DECODE()
3529 DECODE_IMPL(BrOnNull); in GetOpcodeHandlerTableEntry()
4722 CALL_INTERFACE(BrOnNull, obj, branch_depth.depth, true, in DecodeGCOpcode()
H A Dwasm-opcodes.h53 V(BrOnNull, 0xd4, _ /* gc prototype */) \
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.h375 void BrOnNull(Node* ref_object, Node** non_null_node, Node** null_node);
H A Dwasm-compiler.cc3406 void WasmGraphBuilder::BrOnNull(Node* ref_object, Node** null_node, in BrOnNull() function in v8::internal::compiler::WasmGraphBuilder
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc3391 void BrOnNull(FullDecoder* decoder, const Value& ref_object, uint32_t depth,

Completed in 34 milliseconds