Searched refs:startup_blob (Results 1 – 4 of 4) sorted by relevance
/external/v8/tools/ |
D | js2c.py | 521 def WriteStartupBlob(sources, startup_blob): argument 529 output = open(startup_blob, "wb") 545 def JS2C(sources, target, native_type, raw_file, startup_blob, emit_js): argument 556 if startup_blob: 557 WriteStartupBlob(prepared_sources, startup_blob) 587 options.startup_blob,
|
/external/v8/src/ |
D | flag-definitions.h | 1128 DEFINE_STRING(startup_blob, nullptr,
|
/external/v8/ |
D | BUILD.gn | 695 "--startup_blob", 726 "--startup_blob", 758 "--startup_blob", 1067 "--startup_blob",
|
/external/v8/include/ |
D | v8.h | 8421 static void SetNativesDataBlob(StartupData* startup_blob); 8422 static void SetSnapshotDataBlob(StartupData* startup_blob);
|