Home
last modified time | relevance | path

Searched refs:decl_count (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/parsing/
Dpreparser.cc919 int decl_count; in ParseForStatement() local
924 ParseVariableDeclarations(kForStatement, &decl_count, &is_lexical, in ParseForStatement()
927 bool accept_IN = decl_count >= 1; in ParseForStatement()
930 if (decl_count != 1) { in ParseForStatement()
/external/mesa3d/src/glsl/
Dast_to_hir.cpp3932 unsigned decl_count = 0; in hir() local
3942 decl_count++; in hir()
3952 decl_count); in hir()
3988 assert(i == decl_count); in hir()
3991 glsl_type::get_record_instance(fields, decl_count, this->name); in hir()
/external/v8/src/crankshaft/
Dhydrogen.cc8407 int decl_count = decls->length(); in TryInline() local
8408 for (int i = 0; i < decl_count; ++i) { in TryInline()