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

  /external/v8/test/unittests/wasm/
module-decoder-unittest.cc 29 #define SECTION(NAME, EXTRA_SIZE) WASM_SECTION_##NAME, U32V_1(EXTRA_SIZE)
32 SECTION(SIGNATURES, 1 + 3 * (count)), U32V_1(count), __VA_ARGS__
34 SECTION(FUNCTION_SIGNATURES, 1 + (count)), U32V_1(count), __VA_ARGS__
383 U32V_1(3), // source size
422 U32V_1(4), // source size
428 U32V_1(10), // source size
482 U32V_1(source_size),
503 SECTION(FUNCTION_TABLE, 2), 1, U32V_1(0)};
527 U32V_1(0), // --
528 U32V_1(1), // -
    [all...]
decoder-unittest.cc 191 CHECK_UINT32V_INLINE(val & MASK_7, 1, U32V_1(val));
368 static const byte data[] = {U32V_1(11)};
ast-decoder-unittest.cc 277 EXPECT_VERIFIES_INLINE(sigs.i_i(), kExprGetLocal, U32V_1(index));
    [all...]
  /external/v8/src/wasm/
wasm-macro-gen.h 22 #define IMPORT_SIG_INDEX(v) U32V_1(v)
23 #define FUNC_INDEX(v) U32V_1(v)
24 #define NO_NAME U32V_1(0)
25 #define NAME_LENGTH(v) U32V_1(v)
37 #define U32V_1(x) static_cast<byte>((x)&MASK_7)
91 key, kExprBrTable, ARITY_0, U32V_1(count), __VA_ARGS__
94 val, key, kExprBrTable, ARITY_1, U32V_1(count), __VA_ARGS__
227 static_cast<byte>(CheckI32v((val), 1), kExprI32Const), U32V_1(val)
404 __VA_ARGS__, kExprCallImport, U32V_1(arity), static_cast<byte>(index),
419 func, __VA_ARGS__, kExprCallIndirect, U32V_1(arity), static_cast<byte>(index
    [all...]

Completed in 1704 milliseconds