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

  /external/chromium_org/v8/src/
hydrogen-representation-changes.h 47 int use_index,
hydrogen-representation-changes.cc 34 HValue* value, HValue* use_value, int use_index, Representation to) {
39 next = use_value->block()->predecessors()->at(use_index)->end();
64 if (use_value->operand_position(use_index) != RelocInfo::kNoPosition) {
65 new_value->set_position(use_value->operand_position(use_index));
72 use_value->SetOperandAt(use_index, new_value);
84 int use_index = it.index(); local
85 Representation req = use_value->RequiredInputRepresentation(use_index);
87 InsertRepresentationChangeForUse(value, use_value, use_index, req);
  /external/v8/src/
hydrogen.h 354 int use_index,
    [all...]
hydrogen.cc 2048 int use_index = it.index(); local
    [all...]

Completed in 367 milliseconds