Searched refs:FunctionCodeHandling (Results 1 – 9 of 9) sorted by relevance
82 enum class FunctionCodeHandling { kClear, kKeep }; enum167 StartupData CreateBlob(FunctionCodeHandling function_code_handling);
123 v8::SnapshotCreator::FunctionCodeHandling function_code_handling,
158 v8::SnapshotCreator::FunctionCodeHandling::kClear, embedded_source, in CreateSnapshotDataBlob()
732 v8::SnapshotCreator::FunctionCodeHandling function_code_handling, in CreateSnapshotDataBlobInternal()779 v8::SnapshotCreator::FunctionCodeHandling::kKeep); in WarmUpSnapshotDataBlobInternal()
915 v8::SnapshotCreator::FunctionCodeHandling::kClear, nullptr); in RUNTIME_FUNCTION()
1265 creator.CreateBlob(SnapshotCreator::FunctionCodeHandling::kKeep); in Generate()
1899 auto blob = creator->CreateBlob(v8::SnapshotCreator::FunctionCodeHandling::kKeep); in OH_JSVM_CreateSnapshot()
589 SnapshotCreator::FunctionCodeHandling function_code_handling) { in CreateBlob()643 isolate, function_code_handling == FunctionCodeHandling::kClear); in CreateBlob()
3369 …thub.com/nodejs/node/commit/123b2d6795)] - **bootstrap**: turn on FunctionCodeHandling::kKeep in t…