Searched refs:BrOnNonNull (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes-inl.h | 165 CASE_OP(BrOnNonNull, "br_on_non_null") in OpcodeName()
|
H A D | function-body-decoder-impl.h | 990 F(BrOnNonNull, const Value& ref_object, uint32_t depth) \ 2750 DECODE(BrOnNonNull) { in DECODE() 2781 CALL_INTERFACE(BrOnNonNull, ref_object, imm.depth); in DECODE() 3530 DECODE_IMPL(BrOnNonNull); in GetOpcodeHandlerTableEntry() 4632 CALL_INTERFACE(BrOnNonNull, obj, branch_depth.depth); in DecodeGCOpcode()
|
H A D | wasm-opcodes.h | 54 V(BrOnNonNull, 0xd6, _ /* gc prototype */) \
|
H A D | graph-builder-interface.cc | 810 void BrOnNonNull(FullDecoder* decoder, const Value& ref_object, in BrOnNonNull() function
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 3414 void BrOnNonNull(FullDecoder* decoder, const Value& ref_object,
|
Completed in 26 milliseconds