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

  /external/v8/src/crankshaft/
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);
643 instr->map_is_stable())
hydrogen-instructions.h 1439 bool map_is_stable() const { return MapIsStableField::decode(bit_field_); } function in class:final
7226 bool map_is_stable() const { return MapIsStableField::decode(bit_field_); } function in class:final::final
    [all...]

Completed in 58 milliseconds