Home
last modified time | relevance | path

Searched refs:BuildChangeUint31ToSmi (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.h698 Node* BuildChangeUint31ToSmi(Node* value);
H A Dwasm-compiler.cc2561 BuildChangeUint31ToSmi(gasm_->Word32Shr(value, Int32Constant(16))); in BuildEncodeException32BitValue()
2565 BuildChangeUint31ToSmi(gasm_->Word32And(value, Int32Constant(0xFFFFu))); in BuildEncodeException32BitValue()
3480 Node* WasmGraphBuilder::BuildChangeUint31ToSmi(Node* value) { in BuildChangeUint31ToSmi() function in v8::internal::compiler::WasmGraphBuilder
3506 Node* valsmi = BuildChangeUint31ToSmi(value); in BuildConvertUint32ToSmiWithSaturation()
6787 Node* length = BuildChangeUint31ToSmi(

Completed in 14 milliseconds