Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen-bce.cc233 HValue* right_input = index->right(); in MoveIndexIfNecessary() local
241 if (cursor == right_input) must_move_right_input = true; in MoveIndexIfNecessary()
261 HConstant::cast(right_input)->Unlink(); in MoveIndexIfNecessary()
262 HConstant::cast(right_input)->InsertBefore(index); in MoveIndexIfNecessary()
/external/v8/src/compiler/
Djs-typed-lowering.cc121 Node* right_input = nullptr; in ConvertInputsToNumber() local
127 ConvertBothInputsToNumber(&left_input, &right_input, frame_state); in ConvertInputsToNumber()
133 right_input = right_is_primitive in ConvertInputsToNumber()
141 node_->ReplaceInput(1, right_input); in ConvertInputsToNumber()