Searched defs:SetOperandAt (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dhydrogen-instructions.cc384 void HValue::SetOperandAt(int index, HValue* value) { function in class:v8::internal::HValue
1185 SetOperandAt(OperandCount() - 1, value);
1532 SetOperandAt(0, context);
1533 SetOperandAt(1, object);

Completed in 37 milliseconds