Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-external-refs.h38 V8_EXPORT_PRIVATE void uint64_to_float64_wrapper(Address data);
Dwasm-external-refs.cc160 void uint64_to_float64_wrapper(Address data) { in uint64_to_float64_wrapper() function
/external/v8/src/codegen/
Dexternal-reference.cc282 FUNCTION_REFERENCE(wasm_uint64_to_float64, wasm::uint64_to_float64_wrapper) in FUNCTION_REFERENCE()