Searched refs:BrIf (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes-inl.h | 155 CASE_OP(BrIf, "br_if") in OpcodeName()
|
H A D | function-body-decoder-impl.h | 958 F(BrIf, const Value& cond, uint32_t depth) \ 2974 DECODE(BrIf) { in DECODE() 2981 CALL_INTERFACE(BrIf, cond, imm.depth); in DECODE() 3539 DECODE_IMPL(BrIf); in GetOpcodeHandlerTableEntry()
|
H A D | wasm-opcodes.h | 47 V(BrIf, 0x0d, _) \
|
H A D | graph-builder-interface.cc | 529 void BrIf(FullDecoder* decoder, const Value& cond, uint32_t depth) { in BrIf() function
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 2635 void BrIf(FullDecoder* decoder, const Value& /* cond */, uint32_t depth) {
|
Completed in 21 milliseconds