Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dmemory-lowering.h113 Node* ComputeIndex(ElementAccess const& access, Node* node);
Dmemory-lowering.cc402 node->ReplaceInput(1, ComputeIndex(access, index)); in ReduceLoadElement()
529 node->ReplaceInput(1, ComputeIndex(access, index)); in ReduceStoreElement()
590 Node* MemoryLowering::ComputeIndex(ElementAccess const& access, Node* index) { in ComputeIndex() function in v8::internal::compiler::MemoryLowering