Home | History | Annotate | Download | only in ia32

Lines Matching refs:inlined_closures

625   const ZoneList<Handle<JSFunction> >* inlined_closures =
626 chunk()->inlined_closures();
628 for (int i = 0, length = inlined_closures->length();
631 DefineDeoptimizationLiteral(inlined_closures->at(i));