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

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h2727 class HCheckMaps FINAL : public HTemplateInstruction<2> {
2729 static HCheckMaps* New(Zone* zone, HValue* context, HValue* value,
2731 return new(zone) HCheckMaps(value, new(zone) UniqueSet<Map>(
2734 static HCheckMaps* New(Zone* zone, HValue* context,
2741 return new(zone) HCheckMaps(value, maps, typecheck);
2778 static HCheckMaps* CreateAndInsertAfter(Zone* zone,
2783 return instr->Append(new(zone) HCheckMaps(
2787 static HCheckMaps* CreateAndInsertBefore(Zone* zone,
2792 return instr->Prepend(new(zone) HCheckMaps(value, maps, maps_are_stable));
2799 return this->maps()->Equals(HCheckMaps
2805 HCheckMaps(HValue* value, const UniqueSet<Map>* maps, bool maps_are_stable) function in class:v8::FINAL::FINAL
2819 HCheckMaps(HValue* value, const UniqueSet<Map>* maps, HValue* typecheck) function in class:v8::FINAL::FINAL
[all...]

Completed in 1023 milliseconds