Searched refs:ComputeIndex (Results 1 – 2 of 2) sorted by relevance
113 Node* ComputeIndex(ElementAccess const& access, Node* node);
402 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