Home | History | Annotate | Download | only in arm

Lines Matching refs:inlined_closures

668   const ZoneList<Handle<JSFunction> >* inlined_closures =
669 chunk()->inlined_closures();
671 for (int i = 0, length = inlined_closures->length();
674 DefineDeoptimizationLiteral(inlined_closures->at(i));