Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dwasm-compiler.h363 Node* BuildChangeUint32ToSmi(Node* value);
Dwasm-compiler.cc1800 Node* parameters[] = {BuildChangeUint32ToSmi(input)}; in GrowMemory()
2673 Node* WasmGraphBuilder::BuildChangeUint32ToSmi(Node* value) { in BuildChangeUint32ToSmi() function in v8::internal::compiler::WasmGraphBuilder