Home
last modified time | relevance | path

Searched refs:HasStableMapValue (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen-check-elimination.cc533 HCheckTableEntry::State state = c_transition->HasStableMapValue() in ReduceStoreNamedField()
542 HCheckTableEntry::State state = c_value->HasStableMapValue() in ReduceStoreNamedField()
Dhydrogen-instructions.cc1286 c_map->HasStableMapValue(), this); in Canonicalize()
2433 return new (zone) HConstant(object_, object_map_, HasStableMapValue(), r, in CopyToRepresentation()
2482 if (HasStableMapValue()) os << "[stable-map] "; in PrintDataTo()
Dhydrogen-instructions.h3142 bool HasStableMapValue() const { in HasStableMapValue() function