Home | History | Annotate | Download | only in src

Lines Matching refs:HStoreCodeEntry

5589 class HStoreCodeEntry V8_FINAL: public HTemplateInstruction<2> {
5591 static HStoreCodeEntry* New(Zone* zone,
5595 return new(zone) HStoreCodeEntry(function, code);
5608 HStoreCodeEntry(HValue* function, HValue* code) {