Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.h695 Node* BuildChangeIntPtrToInt64(Node* value);
Dwasm-compiler.cc3448 Node* WasmGraphBuilder::BuildChangeIntPtrToInt64(Node* value) { in BuildChangeIntPtrToInt64() function in v8::internal::compiler::WasmGraphBuilder
3643 result = env_->module->is_memory64 ? BuildChangeIntPtrToInt64(result) in CurrentMemoryPages()