Home
last modified time | relevance | path

Searched refs:encoded_flags (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-generator.cc1012 int encoded_flags = info()->GetDeclareGlobalsFlags(); in VisitDeclarations() local
1019 .LoadLiteral(Smi::FromInt(encoded_flags)) in VisitDeclarations()
/external/v8/src/compiler/
Dast-graph-builder.cc2082 int encoded_flags = info()->GetDeclareGlobalsFlags(); in VisitDeclarations() local
2083 Node* flags = jsgraph()->Constant(encoded_flags); in VisitDeclarations()