Home
last modified time | relevance | path

Searched refs:map_is_stable (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen-check-elimination.cc227 HCheckTableEntry::State state = cmp->map_is_stable() in Copy()
511 bool map_is_stable = (entry->state_ != HCheckTableEntry::CHECKED); in ReduceLoadNamedField() local
513 instr->block()->graph()->zone(), map, map_is_stable, instr); in ReduceLoadNamedField()
644 instr->map_is_stable()) in ReduceTransitionElementsKind()
Dhydrogen-instructions.h1299 bool map_is_stable() const { return MapIsStableField::decode(bit_field_); } in map_is_stable() function
2499 bool map_is_stable, in CreateAndInsertAfter() argument
2502 value, new(zone) UniqueSet<Map>(map, zone), map_is_stable)); in CreateAndInsertAfter()
3009 bool map_is_stable, in CreateAndInsertBefore() argument
3012 map, Unique<Map>(Handle<Map>::null()), map_is_stable, in CreateAndInsertBefore()
3019 bool map_is_stable, in CreateAndInsertAfter() argument
3022 map, Unique<Map>(Handle<Map>::null()), map_is_stable, in CreateAndInsertAfter()
6248 bool map_is_stable() const { return MapIsStableField::decode(bit_field_); } in map_is_stable() function