Searched refs:EmptyStatement (Results 1 - 15 of 15) sorted by relevance

/external/v8/test/cctest/
H A Dtest-ast.cc42 AstNode* node = new EmptyStatement();
/external/v8/src/
H A Ddata-flow.cc65 void AstLabeler::VisitEmptyStatement(EmptyStatement* stmt) {
357 void LivenessAnalyzer::VisitEmptyStatement(EmptyStatement* stmt) {
H A Dfast-codegen.cc115 void FastCodeGenSyntaxChecker::VisitEmptyStatement(EmptyStatement* stmt) {
486 void FastCodeGenerator::VisitEmptyStatement(EmptyStatement* stmt) {
H A Drewriter.cc181 void AstOptimizer::VisitEmptyStatement(EmptyStatement* node) {
687 void Processor::VisitEmptyStatement(EmptyStatement* node) {}
H A Dusage-analyzer.cc110 void UsageComputer::VisitEmptyStatement(EmptyStatement* node) {
H A Dprettyprinter.cc78 void PrettyPrinter::VisitEmptyStatement(EmptyStatement* node) {
806 void AstPrinter::VisitEmptyStatement(EmptyStatement* node) {
1222 void JsonAstBuilder::VisitEmptyStatement(EmptyStatement* stmt) {
1223 TagScope tag(this, "EmptyStatement");
H A Dast.h58 V(EmptyStatement) \
126 virtual EmptyStatement* AsEmptyStatement() { return NULL; }
713 class EmptyStatement: public Statement { class in namespace:v8::internal
718 virtual EmptyStatement* AsEmptyStatement() { return this; }
H A Dfull-codegen.cc106 void FullCodeGenSyntaxChecker::VisitEmptyStatement(EmptyStatement* stmt) {
660 void FullCodeGenerator::VisitEmptyStatement(EmptyStatement* stmt) {
661 Comment cmnt(masm_, "[ EmptyStatement");
H A Dparser.cc826 virtual Statement* EmptyStatement() { function in class:v8::internal::BASE_EMBEDDED
876 virtual Statement* EmptyStatement();
1069 Statement* AstBuildingParserFactory::EmptyStatement() { function in class:v8::internal::AstBuildingParserFactory
1072 static v8::internal::EmptyStatement empty;
1709 // EmptyStatement
1744 return factory()->EmptyStatement();
1998 return factory()->EmptyStatement();
2289 else_statement = factory()->EmptyStatement();
2337 return factory()->EmptyStatement();
/external/v8/src/mips/
H A Dcodegen-mips.cc114 void CodeGenerator::VisitEmptyStatement(EmptyStatement* node) {
/external/v8/src/ia32/
H A Dfast-codegen-ia32.cc115 void FastCodeGenSyntaxChecker::VisitEmptyStatement(EmptyStatement* stmt) {
689 void FastCodeGenerator::VisitEmptyStatement(EmptyStatement* stmt) {
H A Dcodegen-ia32.cc2800 void CodeGenerator::VisitEmptyStatement(EmptyStatement* node) {
2802 Comment cmnt(masm_, "// EmptyStatement");
/external/webkit/JavaScriptCore/parser/
H A DGrammar.y260 %type <statementNode> VariableStatement ConstStatement EmptyStatement ExprStatement
806 | EmptyStatement
951 EmptyStatement: label
/external/v8/src/arm/
H A Dcodegen-arm.cc1289 void CodeGenerator::VisitEmptyStatement(EmptyStatement* node) {
1294 Comment cmnt(masm_, "// EmptyStatement");
/external/v8/src/x64/
H A Dcodegen-x64.cc1005 void CodeGenerator::VisitEmptyStatement(EmptyStatement* node) {
1007 Comment cmnt(masm_, "// EmptyStatement");

Completed in 321 milliseconds