Searched refs:BuildChangeSmiToInt32 (Results 1 – 2 of 2) sorted by relevance
2572 Node* upper = BuildChangeSmiToInt32( in BuildDecodeException32BitValue()2576 Node* lower = BuildChangeSmiToInt32( in BuildDecodeException32BitValue()3487 Node* WasmGraphBuilder::BuildChangeSmiToInt32(Node* value) { in BuildChangeSmiToInt32() function in v8::internal::compiler::WasmGraphBuilder5564 return BuildChangeSmiToInt32(gasm_->CallRuntimeStub( in TableGrow()5580 return BuildChangeSmiToInt32(length_smi); in TableSize()6299 Node* smi = BuildChangeSmiToInt32(value); in BuildChangeTaggedToInt32()6589 Node* check = BuildChangeSmiToInt32(BuildCallToRuntimeWithContext( in BuildCheckValidRefValue()6664 return gasm_->RoundInt32ToFloat32(BuildChangeSmiToInt32(input)); in SmiToFloat32()6668 return gasm_->ChangeInt32ToFloat64(BuildChangeSmiToInt32(input)); in SmiToFloat64()6680 return BuildChangeSmiToInt32(input); in FromJSFast()[all …]
701 Node* BuildChangeSmiToInt32(Node* value);