Home
last modified time | relevance | path

Searched refs:set_uncompiled_data (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/compiler-dispatcher/
Dlazy-compile-dispatcher.cc129 shared_info->set_uncompiled_data(*new_uncompiled_data); in SetUncompiledDataJobPointer()
141 shared_info->set_uncompiled_data(*new_uncompiled_data); in SetUncompiledDataJobPointer()
/third_party/node/deps/v8/src/objects/
Dshared-function-info.h371 inline void set_uncompiled_data(UncompiledData data);
Dshared-function-info.cc576 shared_info->set_uncompiled_data(*data); in InitFromFunctionLiteral()
Dshared-function-info-inl.h780 void SharedFunctionInfo::set_uncompiled_data(UncompiledData uncompiled_data) { in set_uncompiled_data() function
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc1781 raw.set_uncompiled_data(*uncompiled_data); in CreateJSFunction()
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc3358 existing->set_uncompiled_data(*new_uncompiled_data); in Compile()