Searched defs:map_is_stable (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-check-elimination.cc226 HCheckTableEntry::State state = cmp->map_is_stable()
510 bool map_is_stable = (entry->state_ != HCheckTableEntry::CHECKED); local
512 instr->block()->graph()->zone(), map, map_is_stable, instr);
H A Dhydrogen-instructions.h1477 bool map_is_stable() const { return map_is_stable_; } function in class:V8_FINAL
2755 bool map_is_stable,
2758 value, new(zone) UniqueSet<Map>(map, zone), map_is_stable));
3478 bool map_is_stable,
3481 map, Unique<Map>(Handle<Map>::null()), map_is_stable,
3488 bool map_is_stable,
3491 map, Unique<Map>(Handle<Map>::null()), map_is_stable,
2752 CreateAndInsertAfter(Zone* zone, HValue* value, Unique<Map> map, bool map_is_stable, HInstruction* instr) argument
3476 CreateAndInsertBefore(Zone* zone, Unique<Map> map, bool map_is_stable, HInstruction* instruction) argument
3486 CreateAndInsertAfter(Zone* zone, Unique<Map> map, bool map_is_stable, HInstruction* instruction) argument

Completed in 85 milliseconds