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

  /external/v8/test/cctest/wasm/
test-run-wasm-module.cc 174 WASM_RETURN1(WASM_CALL_FUNCTION0(f1_index))};
test-run-wasm-interpreter.cc 44 BUILD(r, WASM_IF(WASM_GET_LOCAL(0), WASM_RETURN1(WASM_I8(77))), WASM_I8(65));
test-run-wasm-64.cc 126 BUILD(r, WASM_RETURN1(WASM_GET_LOCAL(0)));
    [all...]
  /external/v8/test/unittests/wasm/
wasm-macro-gen-unittest.cc 81 EXPECT_SIZE(4, WASM_RETURN1(WASM_ZERO));
ast-decoder-unittest.cc 503 EXPECT_VERIFIES_INLINE(sigs.i_i(), B1(B1(WASM_RETURN1(WASM_ZERO))));
    [all...]
  /external/v8/src/wasm/
wasm-macro-gen.h 86 #define WASM_RETURN1(val) val, kExprReturn, ARITY_1

Completed in 1184 milliseconds