Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dwasm-compiler.cc2593 mcgraph()->machine()->IntMul(), Uint32ToUintptr(func_index), in BuildImportWasmCall()
2667 Node* scaled_key = Uint32ToUintptr( in CallIndirect()
2760 Uint32ToUintptr(value), BuildSmiShiftBitsConstant()); in BuildChangeUint31ToSmi()
3046 Uint32ToUintptr(index)); in CheckBoundsAndAlignment()
3065 index = Uint32ToUintptr(index); in BoundsCheckMem()
3313 index = Uint32ToUintptr(index); in BuildAsmjsLoadMem()
3335 Node* WasmGraphBuilder::Uint32ToUintptr(Node* node) { in Uint32ToUintptr() function in v8::internal::compiler::WasmGraphBuilder
3372 index = Uint32ToUintptr(index); in BuildAsmjsStoreMem()
Dwasm-compiler.h357 Node* Uint32ToUintptr(Node*);