Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-external-refs.h46 V8_EXPORT_PRIVATE int32_t float64_to_uint64_wrapper(Address data);
Dwasm-external-refs.cc209 int32_t float64_to_uint64_wrapper(Address data) { in float64_to_uint64_wrapper() function
/external/v8/src/codegen/
Dexternal-reference.cc286 FUNCTION_REFERENCE(wasm_float64_to_uint64, wasm::float64_to_uint64_wrapper) in FUNCTION_REFERENCE()