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

/external/chromium_org/v8/src/
H A Dlithium.h765 const ZoneList<Handle<JSFunction> >* inlined_closures() const { function in class:v8::internal::LChunk
/external/chromium_org/v8/src/arm/
H A Dlithium-codegen-arm.cc921 const ZoneList<Handle<JSFunction> >* inlined_closures = local
922 chunk()->inlined_closures();
924 for (int i = 0, length = inlined_closures->length();
927 DefineDeoptimizationLiteral(inlined_closures->at(i));
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.cc904 const ZoneList<Handle<JSFunction> >* inlined_closures = local
905 chunk()->inlined_closures();
907 for (int i = 0, length = inlined_closures->length();
910 DefineDeoptimizationLiteral(inlined_closures->at(i));
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.cc812 const ZoneList<Handle<JSFunction> >* inlined_closures = local
813 chunk()->inlined_closures();
815 for (int i = 0, length = inlined_closures->length();
818 DefineDeoptimizationLiteral(inlined_closures->at(i));
/external/v8/src/arm/
H A Dlithium-codegen-arm.cc726 const ZoneList<Handle<JSFunction> >* inlined_closures = local
727 chunk()->inlined_closures();
729 for (int i = 0, length = inlined_closures->length();
732 DefineDeoptimizationLiteral(inlined_closures->at(i));
H A Dlithium-arm.h2234 const ZoneList<Handle<JSFunction> >* inlined_closures() const { function in class:v8::internal::LChunk
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.cc649 const ZoneList<Handle<JSFunction> >* inlined_closures = local
650 chunk()->inlined_closures();
652 for (int i = 0, length = inlined_closures->length();
655 DefineDeoptimizationLiteral(inlined_closures->at(i));
H A Dlithium-ia32.h2332 const ZoneList<Handle<JSFunction> >* inlined_closures() const { function in class:v8::internal::LChunk
/external/v8/src/mips/
H A Dlithium-codegen-mips.cc689 const ZoneList<Handle<JSFunction> >* inlined_closures = local
690 chunk()->inlined_closures();
692 for (int i = 0, length = inlined_closures->length();
695 DefineDeoptimizationLiteral(inlined_closures->at(i));
H A Dlithium-mips.h2214 const ZoneList<Handle<JSFunction> >* inlined_closures() const { function in class:v8::internal::LChunk
/external/v8/src/x64/
H A Dlithium-codegen-x64.cc608 const ZoneList<Handle<JSFunction> >* inlined_closures = local
609 chunk()->inlined_closures();
611 for (int i = 0, length = inlined_closures->length();
614 DefineDeoptimizationLiteral(inlined_closures->at(i));
H A Dlithium-x64.h2196 const ZoneList<Handle<JSFunction> >* inlined_closures() const { function in class:v8::internal::LChunk
/external/chromium_org/v8/src/ia32/
H A Dlithium-codegen-ia32.cc1127 const ZoneList<Handle<JSFunction> >* inlined_closures = local
1128 chunk()->inlined_closures();
1130 for (int i = 0, length = inlined_closures->length();
1133 DefineDeoptimizationLiteral(inlined_closures->at(i));

Completed in 175 milliseconds