Searched refs:map_is_stable (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/v8/src/ |
D | hydrogen-check-elimination.cc | 226 HCheckTableEntry::State state = cmp->map_is_stable() in Copy() 510 bool map_is_stable = (entry->state_ != HCheckTableEntry::CHECKED); in ReduceLoadNamedField() local 512 instr->block()->graph()->zone(), map, map_is_stable, instr); in ReduceLoadNamedField()
|
D | hydrogen-instructions.h | 1506 bool map_is_stable() const { return map_is_stable_; } in map_is_stable() function 2781 bool map_is_stable, in CreateAndInsertAfter() argument 2784 value, new(zone) UniqueSet<Map>(map, zone), map_is_stable)); in CreateAndInsertAfter() 3513 bool map_is_stable, in CreateAndInsertBefore() argument 3516 map, Unique<Map>(Handle<Map>::null()), map_is_stable, in CreateAndInsertBefore() 3523 bool map_is_stable, in CreateAndInsertAfter() argument 3526 map, Unique<Map>(Handle<Map>::null()), map_is_stable, in CreateAndInsertAfter()
|