Home | History | Annotate | Download | only in src

Lines Matching defs:HLoadGlobalCell

5358 class HLoadGlobalCell V8_FINAL : public HTemplateInstruction<0> {
5360 DECLARE_INSTRUCTION_FACTORY_P2(HLoadGlobalCell, Handle<Cell>,
5384 return cell_ == HLoadGlobalCell::cast(other)->cell_;
5388 HLoadGlobalCell(Handle<Cell> cell, PropertyDetails details)