Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-external-refs.h48 int32_t int64_mod_wrapper(int64_t* dst, int64_t* src);
Dwasm-external-refs.cc166 int32_t int64_mod_wrapper(int64_t* dst, int64_t* src) { in int64_mod_wrapper() function
/external/v8/src/
Dassembler.cc1141 Redirect(isolate, FUNCTION_ADDR(wasm::int64_mod_wrapper))); in wasm_int64_mod()