Home
last modified time | relevance | path

Searched refs:BuildChangeInt32ToSmi (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dwasm-compiler.h434 Node* BuildChangeInt32ToSmi(Node* value);
Dwasm-compiler.cc2752 Node* WasmGraphBuilder::BuildChangeInt32ToSmi(Node* value) { in BuildChangeInt32ToSmi() function in v8::internal::compiler::WasmGraphBuilder
4079 return BuildChangeInt32ToSmi(value); in BuildChangeInt32ToTagged()
4165 vsmi = BuildChangeInt32ToSmi(value32); in BuildChangeFloat64ToTagged()