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

/external/v8/src/
H A Dlithium.h645 const ZoneList<Handle<JSFunction> >* inlined_closures() const { function in class:v8::internal::LChunk
/external/v8/src/arm/
H A Dlithium-codegen-arm.cc987 const ZoneList<Handle<JSFunction> >* inlined_closures = local
988 chunk()->inlined_closures();
990 for (int i = 0, length = inlined_closures->length();
993 DefineDeoptimizationLiteral(inlined_closures->at(i));
/external/v8/src/arm64/
H A Dlithium-codegen-arm64.cc980 const ZoneList<Handle<JSFunction> >* inlined_closures = local
981 chunk()->inlined_closures();
983 for (int i = 0, length = inlined_closures->length(); i < length; i++) {
984 DefineDeoptimizationLiteral(inlined_closures->at(i));
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.cc956 const ZoneList<Handle<JSFunction> >* inlined_closures = local
957 chunk()->inlined_closures();
959 for (int i = 0, length = inlined_closures->length();
962 DefineDeoptimizationLiteral(inlined_closures->at(i));
/external/v8/src/mips/
H A Dlithium-codegen-mips.cc951 const ZoneList<Handle<JSFunction> >* inlined_closures = local
952 chunk()->inlined_closures();
954 for (int i = 0, length = inlined_closures->length();
957 DefineDeoptimizationLiteral(inlined_closures->at(i));
/external/v8/src/x64/
H A Dlithium-codegen-x64.cc866 const ZoneList<Handle<JSFunction> >* inlined_closures = local
867 chunk()->inlined_closures();
869 for (int i = 0, length = inlined_closures->length();
872 DefineDeoptimizationLiteral(inlined_closures->at(i));
/external/v8/src/mips64/
H A Dlithium-codegen-mips64.cc901 const ZoneList<Handle<JSFunction> >* inlined_closures = local
902 chunk()->inlined_closures();
904 for (int i = 0, length = inlined_closures->length();
907 DefineDeoptimizationLiteral(inlined_closures->at(i));
/external/v8/src/x87/
H A Dlithium-codegen-x87.cc1238 const ZoneList<Handle<JSFunction> >* inlined_closures = local
1239 chunk()->inlined_closures();
1241 for (int i = 0, length = inlined_closures->length();
1244 DefineDeoptimizationLiteral(inlined_closures->at(i));

Completed in 172 milliseconds