Home
last modified time | relevance | path

Searched refs:uint64_mod_wrapper (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/wasm/
Dwasm-external-refs.h54 int32_t uint64_mod_wrapper(Address data);
Dwasm-external-refs.cc206 int32_t uint64_mod_wrapper(Address data) { in uint64_mod_wrapper() function
/external/v8/src/
Dexternal-reference.cc316 return ExternalReference(Redirect(FUNCTION_ADDR(wasm::uint64_mod_wrapper))); in wasm_uint64_mod()