Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-external-refs.h30 void f64_nearest_int_wrapper(Address data);
Dwasm-external-refs.cc49 void f64_nearest_int_wrapper(Address data) { in f64_nearest_int_wrapper() function
/external/v8/src/
Dexternal-reference.cc260 Redirect(FUNCTION_ADDR(wasm::f64_nearest_int_wrapper))); in wasm_f64_nearest_int()