Searched refs:ComputeIndex (Results 1 – 2 of 2) sorted by relevance
41 Node* ComputeIndex(const ElementAccess& access, Node* index);
856 Node* SimplifiedLowering::ComputeIndex(const ElementAccess& access, in ComputeIndex() function in v8::internal::compiler::SimplifiedLowering873 node->ReplaceInput(1, ComputeIndex(access, node->InputAt(1))); in DoLoadElement()884 node->ReplaceInput(1, ComputeIndex(access, node->InputAt(1))); in DoStoreElement()