Searched refs:global_count (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dhydrogen.h902 int* global_count);
H A Dhydrogen.cc6978 int global_count = 0; local
6985 &global_count);
6989 if (global_count > 0) {
6991 isolate()->factory()->NewFixedArray(2 * global_count, TENURED);
7033 int* global_count) {
7039 ++(*global_count);
7030 HandleDeclaration(VariableProxy* proxy, VariableMode mode, FunctionLiteral* function, int* global_count) argument
/external/bison/tests/
H A Dtestsuite10989 static int global_count = 0;
11198 if (global_count != count)
12198 static int global_count = 0;
12407 if (global_count != count)
13407 static int global_count = 0;
13647 if (global_count != count)
14638 static int global_count = 0;
14847 if (global_count != count)
15847 static int global_count = 0;
16056 if (global_count !
[all...]

Completed in 93 milliseconds