Searched refs:BrOnNull (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | graph-builder-interface.cc | 796 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 D | wasm-opcodes-inl.h | 164 CASE_OP(BrOnNull, "br_on_null") in OpcodeName()
|
H A D | function-body-decoder-impl.h | 988 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 D | wasm-opcodes.h | 53 V(BrOnNull, 0xd4, _ /* gc prototype */) \
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.h | 375 void BrOnNull(Node* ref_object, Node** non_null_node, Node** null_node);
|
H A D | wasm-compiler.cc | 3406 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 D | liftoff-compiler.cc | 3391 void BrOnNull(FullDecoder* decoder, const Value& ref_object, uint32_t depth,
|
Completed in 50 milliseconds