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

  /external/chromium_org/v8/src/
hydrogen-mark-deoptimize.cc 14 if (phi->CheckFlag(HValue::kAllowUndefinedAsNaN) &&
15 !phi->CheckUsesForFlag(HValue::kAllowUndefinedAsNaN)) {
23 ASSERT(phi->CheckFlag(HValue::kAllowUndefinedAsNaN));
27 phi->ClearFlag(HValue::kAllowUndefinedAsNaN);
35 if (input->IsPhi() && input->CheckFlag(HValue::kAllowUndefinedAsNaN)) {
36 input->ClearFlag(HValue::kAllowUndefinedAsNaN);
52 current->SetFlag(HValue::kAllowUndefinedAsNaN);
hydrogen-instructions.h 490 kAllowUndefinedAsNaN,
    [all...]
hydrogen-instructions.cc     [all...]
hydrogen.cc     [all...]

Completed in 43 milliseconds