Home
last modified time | relevance | path

Searched refs:wasm_int64_to_float64 (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dexternal-reference-table.cc197 Add(ExternalReference::wasm_int64_to_float64(isolate).address(), in AddReferences()
Dassembler.h932 static ExternalReference wasm_int64_to_float64(Isolate* isolate);
Dassembler.cc1104 ExternalReference ExternalReference::wasm_int64_to_float64(Isolate* isolate) { in wasm_int64_to_float64() function in v8::internal::ExternalReference
/external/v8/src/compiler/
Dwasm-compiler.cc1577 input, ExternalReference::wasm_int64_to_float64(jsgraph()->isolate()), in BuildF64SConvertI64()