Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dhydrogen-bce.cc232 HValue* right_input = index->right(); in MoveIndexIfNecessary() local
238 if (cursor == right_input) must_move_right_input = true; in MoveIndexIfNecessary()
257 HConstant::cast(right_input)->Unlink(); in MoveIndexIfNecessary()
258 HConstant::cast(right_input)->InsertBefore(index); in MoveIndexIfNecessary()