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

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h2782 class HCheckMaps V8_FINAL : public HTemplateInstruction<2> {
2784 static HCheckMaps* New(Zone* zone, HValue* context, HValue* value,
2787 static HCheckMaps* New(Zone* zone, HValue* context,
2790 HCheckMaps* check_map = new(zone) HCheckMaps(value, zone, typecheck);
2820 return this->map_set_.Equals(&HCheckMaps::cast(other)->map_set_);
2835 HCheckMaps(HValue* value, Zone *zone, HValue* typecheck) function in class:v8::V8_FINAL

Completed in 102 milliseconds