Home | History | Annotate | Download | only in src

Lines Matching defs:cache

322       uint8_t* cache = new uint8_t[length];
323 memcpy(cache, script_source.GetCachedData()->data, length);
325 cache, length, ScriptCompiler::CachedData::BufferOwned);
1986 } else if (strcmp(argv[i], "--cache") == 0 ||
1987 strncmp(argv[i], "--cache=", 8) == 0) {
1996 printf("Unknown option to --cache.\n");