Home
last modified time | relevance | path

Searched refs:inlined_closures (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/v8/src/
Dlithium.h762 const ZoneList<Handle<JSFunction> >* inlined_closures() const { in inlined_closures() function
/external/v8/src/ia32/
Dlithium-codegen-ia32.cc649 const ZoneList<Handle<JSFunction> >* inlined_closures = in PopulateDeoptimizationLiteralsWithInlinedFunctions() local
650 chunk()->inlined_closures(); in PopulateDeoptimizationLiteralsWithInlinedFunctions()
652 for (int i = 0, length = inlined_closures->length(); in PopulateDeoptimizationLiteralsWithInlinedFunctions()
655 DefineDeoptimizationLiteral(inlined_closures->at(i)); in PopulateDeoptimizationLiteralsWithInlinedFunctions()
Dlithium-ia32.h2332 const ZoneList<Handle<JSFunction> >* inlined_closures() const { in inlined_closures() function
/external/v8/src/x64/
Dlithium-codegen-x64.cc608 const ZoneList<Handle<JSFunction> >* inlined_closures = in PopulateDeoptimizationLiteralsWithInlinedFunctions() local
609 chunk()->inlined_closures(); in PopulateDeoptimizationLiteralsWithInlinedFunctions()
611 for (int i = 0, length = inlined_closures->length(); in PopulateDeoptimizationLiteralsWithInlinedFunctions()
614 DefineDeoptimizationLiteral(inlined_closures->at(i)); in PopulateDeoptimizationLiteralsWithInlinedFunctions()
Dlithium-x64.h2196 const ZoneList<Handle<JSFunction> >* inlined_closures() const { in inlined_closures() function
/external/v8/src/mips/
Dlithium-codegen-mips.cc689 const ZoneList<Handle<JSFunction> >* inlined_closures = in PopulateDeoptimizationLiteralsWithInlinedFunctions() local
690 chunk()->inlined_closures(); in PopulateDeoptimizationLiteralsWithInlinedFunctions()
692 for (int i = 0, length = inlined_closures->length(); in PopulateDeoptimizationLiteralsWithInlinedFunctions()
695 DefineDeoptimizationLiteral(inlined_closures->at(i)); in PopulateDeoptimizationLiteralsWithInlinedFunctions()
Dlithium-mips.h2214 const ZoneList<Handle<JSFunction> >* inlined_closures() const { in inlined_closures() function
/external/v8/src/arm/
Dlithium-codegen-arm.cc726 const ZoneList<Handle<JSFunction> >* inlined_closures = in PopulateDeoptimizationLiteralsWithInlinedFunctions() local
727 chunk()->inlined_closures(); in PopulateDeoptimizationLiteralsWithInlinedFunctions()
729 for (int i = 0, length = inlined_closures->length(); in PopulateDeoptimizationLiteralsWithInlinedFunctions()
732 DefineDeoptimizationLiteral(inlined_closures->at(i)); in PopulateDeoptimizationLiteralsWithInlinedFunctions()
Dlithium-arm.h2234 const ZoneList<Handle<JSFunction> >* inlined_closures() const { in inlined_closures() function
/external/chromium_org/v8/src/x64/
Dlithium-codegen-x64.cc829 const ZoneList<Handle<JSFunction> >* inlined_closures = in PopulateDeoptimizationLiteralsWithInlinedFunctions() local
830 chunk()->inlined_closures(); in PopulateDeoptimizationLiteralsWithInlinedFunctions()
832 for (int i = 0, length = inlined_closures->length(); in PopulateDeoptimizationLiteralsWithInlinedFunctions()
835 DefineDeoptimizationLiteral(inlined_closures->at(i)); in PopulateDeoptimizationLiteralsWithInlinedFunctions()
/external/chromium_org/v8/src/arm/
Dlithium-codegen-arm.cc937 const ZoneList<Handle<JSFunction> >* inlined_closures = in PopulateDeoptimizationLiteralsWithInlinedFunctions() local
938 chunk()->inlined_closures(); in PopulateDeoptimizationLiteralsWithInlinedFunctions()
940 for (int i = 0, length = inlined_closures->length(); in PopulateDeoptimizationLiteralsWithInlinedFunctions()
943 DefineDeoptimizationLiteral(inlined_closures->at(i)); in PopulateDeoptimizationLiteralsWithInlinedFunctions()
/external/chromium_org/v8/src/ia32/
Dlithium-codegen-ia32.cc1212 const ZoneList<Handle<JSFunction> >* inlined_closures = in PopulateDeoptimizationLiteralsWithInlinedFunctions() local
1213 chunk()->inlined_closures(); in PopulateDeoptimizationLiteralsWithInlinedFunctions()
1215 for (int i = 0, length = inlined_closures->length(); in PopulateDeoptimizationLiteralsWithInlinedFunctions()
1218 DefineDeoptimizationLiteral(inlined_closures->at(i)); in PopulateDeoptimizationLiteralsWithInlinedFunctions()
/external/chromium_org/v8/src/mips/
Dlithium-codegen-mips.cc897 const ZoneList<Handle<JSFunction> >* inlined_closures = in PopulateDeoptimizationLiteralsWithInlinedFunctions() local
898 chunk()->inlined_closures(); in PopulateDeoptimizationLiteralsWithInlinedFunctions()
900 for (int i = 0, length = inlined_closures->length(); in PopulateDeoptimizationLiteralsWithInlinedFunctions()
903 DefineDeoptimizationLiteral(inlined_closures->at(i)); in PopulateDeoptimizationLiteralsWithInlinedFunctions()