Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc3093 Node* func_index_intptr = BuildChangeUint32ToUintPtr(func_index); in BuildImportCall()
3228 BuildChangeUint32ToUintPtr(gasm_->Word32Shl(key, Int32Constant(2))); in BuildIndirectCall()
3238 Node* key_intptr = BuildChangeUint32ToUintPtr(key); in BuildIndirectCall()
3453 Node* WasmGraphBuilder::BuildChangeUint32ToUintPtr(Node* node) { in BuildChangeUint32ToUintPtr() function in v8::internal::compiler::WasmGraphBuilder
3483 : gasm_->WordShl(BuildChangeUint32ToUintPtr(value), in BuildChangeUint31ToSmi()
3825 index = BuildChangeUint32ToUintPtr(index); in BoundsCheckMem()
4238 index = BuildChangeUint32ToUintPtr(index); in BuildAsmjsLoadMem()
4287 index = BuildChangeUint32ToUintPtr(index); in BuildAsmjsStoreMem()
5476 *node = BuildChangeUint32ToUintPtr(*node); in MemTypeToUintPtrOrOOBTrap()
H A Dwasm-compiler.h696 Node* BuildChangeUint32ToUintPtr(Node*);

Completed in 14 milliseconds