Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.h694 Node* BuildChangeInt32ToIntPtr(Node* value);
Dwasm-compiler.cc3443 Node* WasmGraphBuilder::BuildChangeInt32ToIntPtr(Node* value) { in BuildChangeInt32ToIntPtr() function in v8::internal::compiler::WasmGraphBuilder
3476 : gasm_->WordShl(BuildChangeInt32ToIntPtr(value), in BuildChangeInt32ToSmi()
3496 ? BuildChangeInt32ToIntPtr( in BuildChangeSmiToIntPtr()
6147 input = BuildChangeInt32ToIntPtr(input); in I31New()
6267 Node* smi_tagged = BuildChangeInt32ToIntPtr(gasm_->Projection(0, add)); in BuildChangeInt32ToNumber()