Searched refs:AstFunctionLiteralIdReindexer (Results 1 – 3 of 3) sorted by relevance
13 AstFunctionLiteralIdReindexer::AstFunctionLiteralIdReindexer(size_t stack_limit, in AstFunctionLiteralIdReindexer() function in v8::internal::AstFunctionLiteralIdReindexer17 AstFunctionLiteralIdReindexer::~AstFunctionLiteralIdReindexer() {} in ~AstFunctionLiteralIdReindexer()19 void AstFunctionLiteralIdReindexer::Reindex(Expression* pattern) { in Reindex()23 void AstFunctionLiteralIdReindexer::VisitFunctionLiteral(FunctionLiteral* lit) { in VisitFunctionLiteral()
16 class AstFunctionLiteralIdReindexer final17 : public AstTraversalVisitor<AstFunctionLiteralIdReindexer> {19 AstFunctionLiteralIdReindexer(size_t stack_limit, int delta);20 ~AstFunctionLiteralIdReindexer();30 DISALLOW_COPY_AND_ASSIGN(AstFunctionLiteralIdReindexer);
827 AstFunctionLiteralIdReindexer reindexer( in DoParseFunction()