Home | History | Annotate | Download | only in full-codegen

Lines Matching refs:context_length

944   int context_length = 0;
950 current = current->Exit(&context_length);
956 if (context_length > 0) {
957 while (context_length > 0) {
959 --context_length;
976 int context_length = 0;
982 current = current->Exit(&context_length);
988 if (context_length > 0) {
989 while (context_length > 0) {
991 --context_length;
1008 int context_length = 0;
1011 current = current->Exit(&context_length);