Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen-bce.cc232 HValue* left_input = index->left(); in MoveIndexIfNecessary() local
240 if (cursor == left_input) must_move_left_input = true; in MoveIndexIfNecessary()
257 HConstant::cast(left_input)->Unlink(); in MoveIndexIfNecessary()
258 HConstant::cast(left_input)->InsertBefore(index); in MoveIndexIfNecessary()
/external/v8/src/compiler/
Djs-typed-lowering.cc120 Node* left_input = nullptr; in ConvertInputsToNumber() local
127 ConvertBothInputsToNumber(&left_input, &right_input, frame_state); in ConvertInputsToNumber()
129 left_input = left_is_primitive in ConvertInputsToNumber()
137 frame_state, left_input)); in ConvertInputsToNumber()
140 node_->ReplaceInput(0, left_input); in ConvertInputsToNumber()