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

  /external/chromium_org/v8/src/
hydrogen-check-elimination.cc 226 HCheckTableEntry::State state = cmp->map_is_stable()
510 bool map_is_stable = (entry->state_ != HCheckTableEntry::CHECKED); local
512 instr->block()->graph()->zone(), map, map_is_stable, instr);
hydrogen-instructions.h 1506 bool map_is_stable() const { return map_is_stable_; } function in class:v8::FINAL
    [all...]

Completed in 49 milliseconds