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

  /external/chromium_org/v8/src/
hydrogen-removable-simulates.cc 29 if (current_simulate->is_candidate_for_removal() &&
41 HSimulate::cast(instr->previous())->is_candidate_for_removal()));
63 if (!current_simulate->is_candidate_for_removal()) {
hydrogen-instructions.h 1831 bool is_candidate_for_removal() { return removable_ == REMOVABLE_SIMULATE; } function in class:V8_FINAL
    [all...]

Completed in 328 milliseconds