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

/external/chromium_org/v8/src/
H A Dhydrogen-check-elimination.cc404 if (instr->maps_are_stable() ||
440 HCheckTableEntry::State state = instr->maps_are_stable()
H A Dhydrogen-instructions.h2772 bool maps_are_stable() const { return maps_are_stable_; } function in class:v8::FINAL::FINAL
2790 bool maps_are_stable,
2792 return instr->Prepend(new(zone) HCheckMaps(value, maps, maps_are_stable));
2805 HCheckMaps(HValue* value, const UniqueSet<Map>* maps, bool maps_are_stable) argument
2808 maps_are_stable_(maps_are_stable) {
2787 CreateAndInsertBefore(Zone* zone, HValue* value, const UniqueSet<Map>* maps, bool maps_are_stable, HInstruction* instr) argument
H A Dhydrogen-instructions.cc1652 if (!IsStabilityCheck() && maps_are_stable() && value()->IsConstant()) {

Completed in 167 milliseconds