Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-external-refs.h44 V8_EXPORT_PRIVATE int32_t float64_to_int64_wrapper(Address data);
Dwasm-external-refs.cc200 int32_t float64_to_int64_wrapper(Address data) { in float64_to_int64_wrapper() function
/external/v8/src/codegen/
Dexternal-reference.cc285 FUNCTION_REFERENCE(wasm_float64_to_int64, wasm::float64_to_int64_wrapper) in FUNCTION_REFERENCE()