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

  /external/v8/test/unittests/wasm/
control-transfer-unittest.cc 178 ARITY_0, // +1
193 ARITY_0, // +1
212 ARITY_0, // +1
234 ARITY_0, // +1
247 ARITY_0, // +1
261 ARITY_0, // +1
273 ARITY_0, // +1
286 ARITY_0, // +1
300 ARITY_0, // +1
313 ARITY_0, // +
    [all...]
ast-decoder-unittest.cc 426 EXPECT_VERIFIES_INLINE(sigs.v_v(), kExprBlock, kExprBr, ARITY_0, DEPTH_0,
497 static const byte code[] = {kExprBlock, kExprBr, ARITY_0,
741 static const byte code[] = {kExprBlock, kExprBr, ARITY_0, DEPTH_0, kExprEnd};
    [all...]
  /external/v8/src/wasm/
wasm-macro-gen.h 63 #define ARITY_0 0
69 #define WASM_INFINITE_LOOP kExprLoop, kExprBr, ARITY_0, DEPTH_0, kExprEnd
75 #define WASM_BR(depth) kExprBr, ARITY_0, static_cast<byte>(depth)
77 cond, kExprBrIf, ARITY_0, static_cast<byte>(depth)
81 #define WASM_BREAK(depth) kExprBr, ARITY_0, static_cast<byte>(depth + 1)
82 #define WASM_CONTINUE(depth) kExprBr, ARITY_0, static_cast<byte>(depth)
85 #define WASM_RETURN0 kExprReturn, ARITY_0
91 key, kExprBrTable, ARITY_0, U32V_1(count), __VA_ARGS__
asm-wasm-builder.cc 235 current_function_builder_->EmitWithU8(kExprBr, ARITY_0);
258 current_function_builder_->EmitWithU8(kExprBr, ARITY_0);
270 TypeOf(stmt->expression()) == kAstStmt ? ARITY_0 : ARITY_1;
309 current_function_builder_->EmitWithU8(kExprBr, ARITY_0);
321 current_function_builder_->EmitWithU8(kExprBrTable, ARITY_0);
384 current_function_builder_->EmitWithU8(kExprBr, ARITY_0);
405 current_function_builder_->EmitWithU8U8(kExprBr, ARITY_0, 1);
416 current_function_builder_->EmitWithU8U8(kExprBr, ARITY_0, 1);
432 current_function_builder_->EmitWithU8U8(kExprBr, ARITY_0, 2);
442 current_function_builder_->EmitWithU8U8(kExprBr, ARITY_0, 0)
    [all...]

Completed in 55 milliseconds