HomeSort by relevance Sort by last modified time
    Searched refs:inlined_closures (Results 1 - 6 of 6) sorted by null

  /external/v8/src/arm/
lithium-codegen-arm.cc 668 const ZoneList<Handle<JSFunction> >* inlined_closures = local
669 chunk()->inlined_closures();
671 for (int i = 0, length = inlined_closures->length();
674 DefineDeoptimizationLiteral(inlined_closures->at(i));
    [all...]
lithium-arm.h 2004 const ZoneList<Handle<JSFunction> >* inlined_closures() const { function in class:v8::internal::LChunk
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.cc 625 const ZoneList<Handle<JSFunction> >* inlined_closures = local
626 chunk()->inlined_closures();
628 for (int i = 0, length = inlined_closures->length();
631 DefineDeoptimizationLiteral(inlined_closures->at(i));
    [all...]
lithium-ia32.h 2061 const ZoneList<Handle<JSFunction> >* inlined_closures() const { function in class:v8::internal::LChunk
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.cc 620 const ZoneList<Handle<JSFunction> >* inlined_closures = local
621 chunk()->inlined_closures();
623 for (int i = 0, length = inlined_closures->length();
626 DefineDeoptimizationLiteral(inlined_closures->at(i));
    [all...]
lithium-x64.h 1987 const ZoneList<Handle<JSFunction> >* inlined_closures() const { function in class:v8::internal::LChunk
    [all...]

Completed in 473 milliseconds