HomeSort by relevance Sort by last modified time
    Searched refs:ARITY_1 (Results 1 - 5 of 5) sorted by null

  /external/v8/src/wasm/
wasm-macro-gen.h 64 #define ARITY_1 1
78 #define WASM_BRV(depth, val) val, kExprBr, ARITY_1, static_cast<byte>(depth)
80 val, cond, kExprBrIf, ARITY_1, static_cast<byte>(depth)
84 val, kExprBr, ARITY_1, static_cast<byte>(depth + 1)
86 #define WASM_RETURN1(val) val, kExprReturn, ARITY_1
94 val, key, kExprBrTable, ARITY_1, U32V_1(count), __VA_ARGS__
428 kExprLoop, x, kExprIf, y, kExprBr, ARITY_1, DEPTH_1, kExprEnd, kExprEnd
asm-wasm-builder.cc 270 TypeOf(stmt->expression()) == kAstStmt ? ARITY_0 : ARITY_1;
    [all...]
  /external/v8/test/unittests/wasm/
ast-decoder-unittest.cc 43 val, WASM_ZERO, kExprBrIf, ARITY_1, static_cast<byte>(depth)
424 EXPECT_FAILURE_INLINE(sigs.v_v(), kExprBlock, kExprBr, ARITY_1, DEPTH_0,
    [all...]
  /external/v8/test/cctest/wasm/
test-run-wasm-interpreter.cc 113 code[1 + index + 3] = ARITY_1;
test-run-wasm.cc     [all...]

Completed in 370 milliseconds