Home | History | Annotate | Download | only in arm

Lines Matching refs:inlined_closures

726   const ZoneList<Handle<JSFunction> >* inlined_closures =
727 chunk()->inlined_closures();
729 for (int i = 0, length = inlined_closures->length();
732 DefineDeoptimizationLiteral(inlined_closures->at(i));