HomeSort by relevance Sort by last modified time
    Searched refs:SetOperandAt (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/v8/src/
hydrogen-escape-analysis.cc 78 state->SetOperandAt(index, undefined);
93 state->SetOperandAt(index, phi);
106 state->SetOperandAt(index, operand);
208 state->SetOperandAt(index, store->value());
210 state->SetOperandAt(0, store->transition());
227 instr->SetOperandAt(i, state);
276 phi->SetOperandAt(succ->PredecessorIndexOf(block), operand);
280 phi->SetOperandAt(succ->PredecessorIndexOf(block), operand);
281 succ_state->SetOperandAt(index, phi);
hydrogen-instructions.h 661 void SetOperandAt(int index, HValue* value);
    [all...]
hydrogen-redundant-phi.cc 54 value->SetOperandAt(it.index(), replacement);
hydrogen-representation-changes.cc 50 use_value->SetOperandAt(use_index, new_value);
88 use_value->SetOperandAt(use_index, change->value());
hydrogen-environment-liveness.cc 42 simulate->SetOperandAt(operand_index, graph()->GetConstantUndefined());
hydrogen-bce.cc 284 original_check->SetOperandAt(0, tighter_check->index());
hydrogen-instructions.cc 474 void HValue::SetOperandAt(int index, HValue* value) {
1019 SetOperandAt(0, current_index);
    [all...]

Completed in 416 milliseconds