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 V8_EXPORT_PRIVATE void f64_nearest_int_wrapper(Address data);
Dwasm-external-refs.cc74 void f64_nearest_int_wrapper(Address data) { in f64_nearest_int_wrapper() function
/external/v8/src/codegen/
Dexternal-reference.cc278 FUNCTION_REFERENCE(wasm_f64_nearest_int, wasm::f64_nearest_int_wrapper) in FUNCTION_REFERENCE()