Home
last modified time | relevance | path

Searched refs:uncompiled_data_with_preparse_data (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dshared-function-info-inl.h792 SharedFunctionInfo::uncompiled_data_with_preparse_data() const { in uncompiled_data_with_preparse_data() function
798 UncompiledDataWithPreparseData uncompiled_data_with_preparse_data) { in set_uncompiled_data_with_preparse_data() argument
800 DCHECK(uncompiled_data_with_preparse_data.IsUncompiledDataWithPreparseData()); in set_uncompiled_data_with_preparse_data()
801 set_function_data(uncompiled_data_with_preparse_data, kReleaseStore); in set_uncompiled_data_with_preparse_data()
821 UncompiledDataWithPreparseData data = uncompiled_data_with_preparse_data(); in ClearPreparseData()
Dshared-function-info.h373 inline UncompiledDataWithPreparseData uncompiled_data_with_preparse_data()
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc1662 isolate, handle(shared_info->uncompiled_data_with_preparse_data() in Run()
2026 shared_info->uncompiled_data_with_preparse_data().preparse_data(), in Compile()