Home | History | Annotate | Download | only in runtime

Lines Matching refs:last_match

858       int32_t* last_match = NewArray<int32_t>(capture_registers);
860 last_match[i] = Smi::cast(last_match_cache->get(i))->value();
867 last_match);
868 DeleteArray(last_match);
964 int32_t* last_match = global_cache.LastSuccessfulMatch();
966 last_match_cache->set(i, Smi::FromInt(last_match[i]));