Home
last modified time | relevance | path

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

/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/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/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