Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen-check-elimination.cc404 if (instr->maps_are_stable() || in ReduceCheckMaps()
440 HCheckTableEntry::State state = instr->maps_are_stable() in ReduceCheckMaps()
Dhydrogen-instructions.h2488 bool maps_are_stable() const { in maps_are_stable() function
2510 bool maps_are_stable, in CreateAndInsertBefore() argument
2512 return instr->Prepend(new(zone) HCheckMaps(value, maps, maps_are_stable)); in CreateAndInsertBefore()
2525 HCheckMaps(HValue* value, const UniqueSet<Map>* maps, bool maps_are_stable) in HCheckMaps() argument
2530 MapsAreStableField::encode(maps_are_stable)) { in HCheckMaps()
Dhydrogen-instructions.cc1623 if (!IsStabilityCheck() && maps_are_stable() && value()->IsConstant()) { in Canonicalize()