HomeSort by relevance Sort by last modified time
    Searched full:new_use_ptr (Results 1 - 1 of 1) sorted by null

  /external/v8/src/compiler/
node.cc 27 Use* new_use_ptr = reinterpret_cast<Use*>(this) - 1; local
30 new_use_ptr->bit_field_ =
33 DCHECK_EQ(new_input_ptr, new_use_ptr->input_ptr());
39 old_to->AppendUse(new_use_ptr);
46 new_use_ptr--;

Completed in 148 milliseconds