Home
last modified time | relevance | path

Searched refs:CONST_HARMONY (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/
Dvariables.cc44 case CONST_HARMONY: return "CONST"; in Mode2String()
Dcontexts.cc180 case CONST_HARMONY: in Lookup()
208 ASSERT(mode == CONST || mode == CONST_HARMONY); in Lookup()
Dvariables.h129 mode_ == CONST_HARMONY); in is_const_mode()
Dv8globals.h488 CONST_HARMONY, // declared via 'const' declarations in harmony mode enumerator
Dparser.h571 return (mode == LET || mode == CONST_HARMONY) in DeclarationScope()
Dparser.cc1756 var->mode() == CONST_HARMONY || in Declare()
1798 if ((mode == CONST || mode == CONST_HARMONY) && in Declare()
2106 mode = CONST_HARMONY; in ParseVariableDeclarations()
2229 if (peek() == Token::ASSIGN || mode == CONST_HARMONY) { in ParseVariableDeclarations()
4465 fvar_mode = CONST_HARMONY; in ParseFunctionLiteral()
Dscopes.cc461 mode == CONST_HARMONY || in DeclareLocal()
Dhydrogen.cc3579 if (variable->mode() == LET || variable->mode() == CONST_HARMONY) { in VisitVariableProxy()
3626 variable->mode() == CONST_HARMONY || in VisitVariableProxy()
4258 case CONST_HARMONY: in HandleCompoundAssignment()
4390 } else if (var->mode() == CONST_HARMONY) { in VisitAssignment()
4451 case CONST_HARMONY: in VisitAssignment()
6378 (var->mode() == LET || var->mode() == CONST_HARMONY) in VisitCountOperation()
7036 (mode == CONST || mode == CONST_HARMONY || mode == LET); in HandleDeclaration()
Dast.h465 mode == CONST_HARMONY || in Declaration()
Dhydrogen-instructions.h3620 case CONST_HARMONY:
/external/v8/src/arm/
Dfull-codegen-arm.cc280 proxy->var()->mode() == CONST_HARMONY); in Generate()
800 (mode == CONST || mode == CONST_HARMONY || mode == LET); in EmitDeclaration()
861 mode == CONST_HARMONY || in EmitDeclaration()
863 PropertyAttributes attr = (mode == CONST || mode == CONST_HARMONY) in EmitDeclaration()
1299 local->mode() == CONST_HARMONY || in EmitDynamicLookupFastCase()
1381 if (var->mode() == LET || var->mode() == CONST_HARMONY) { in EmitVariableLoad()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc274 proxy->var()->mode() == CONST_HARMONY); in Generate()
774 (mode == CONST || mode == CONST_HARMONY || mode == LET); in EmitDeclaration()
834 mode == CONST_HARMONY || in EmitDeclaration()
836 PropertyAttributes attr = (mode == CONST || mode == CONST_HARMONY) in EmitDeclaration()
1253 local->mode() == CONST_HARMONY || in EmitDynamicLookupFastCase()
1336 if (var->mode() == LET || var->mode() == CONST_HARMONY) { in EmitVariableLoad()
/external/v8/src/x64/
Dfull-codegen-x64.cc287 proxy->var()->mode() == CONST_HARMONY); in Generate()
714 (mode == CONST || mode == CONST_HARMONY || mode == LET); in EmitDeclaration()
775 mode == CONST_HARMONY || in EmitDeclaration()
778 (mode == CONST || mode == CONST_HARMONY) ? READ_ONLY : NONE; in EmitDeclaration()
1208 local->mode() == CONST_HARMONY || in EmitDynamicLookupFastCase()
1289 if (var->mode() == LET || var->mode() == CONST_HARMONY) { in EmitVariableLoad()
/external/v8/src/mips/
Dfull-codegen-mips.cc287 proxy->var()->mode() == CONST_HARMONY); in Generate()
807 (mode == CONST || mode == CONST_HARMONY || mode == LET); in EmitDeclaration()
870 mode == CONST_HARMONY || in EmitDeclaration()
872 PropertyAttributes attr = (mode == CONST || mode == CONST_HARMONY) in EmitDeclaration()
1303 local->mode() == CONST_HARMONY || in EmitDynamicLookupFastCase()
1388 if (var->mode() == LET || var->mode() == CONST_HARMONY) { in EmitVariableLoad()