Lines Matching defs:cache
497 uint8_t* cache = new uint8_t[length];
498 memcpy(cache, entry->second->data, length);
500 cache, length, ScriptCompiler::CachedData::BufferOwned);
514 uint8_t* cache = new uint8_t[length];
515 memcpy(cache, cache_data->data, length);
517 new ScriptCompiler::CachedData(cache, length,
4509 } else if (strcmp(argv[i], "--cache") == 0 ||
4510 strncmp(argv[i], "--cache=", 8) == 0) {
4524 } else if (strncmp(value, "=full-code-cache", 17) == 0) {
4529 printf("Unknown option to --cache.\n");
5514 printf("============ Run: Produce code cache ============\n");
5515 // First run to produce the cache
5534 // Change the options to consume cache
5543 printf("============ Run: Consume code cache ============\n");
5544 // Second run to consume the cache in current isolate