Home
last modified time | relevance | path

Searched refs:new_uncompiled_data (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler-dispatcher/
Dlazy-compile-dispatcher.cc123 Handle<UncompiledDataWithPreparseDataAndJob> new_uncompiled_data = in SetUncompiledDataJobPointer() local
128 new_uncompiled_data->set_job(job_address); in SetUncompiledDataJobPointer()
129 shared_info->set_uncompiled_data(*new_uncompiled_data); in SetUncompiledDataJobPointer()
135 Handle<UncompiledDataWithoutPreparseDataWithJob> new_uncompiled_data = in SetUncompiledDataJobPointer() local
140 new_uncompiled_data->set_job(job_address); in SetUncompiledDataJobPointer()
141 shared_info->set_uncompiled_data(*new_uncompiled_data); in SetUncompiledDataJobPointer()
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc3354 Handle<UncompiledData> new_uncompiled_data = in Compile() local
3358 existing->set_uncompiled_data(*new_uncompiled_data); in Compile()