Lines Matching refs:shared_info
100 Handle<SharedFunctionInfo> shared_info,
102 UncompiledData uncompiled_data = shared_info->uncompiled_data();
129 shared_info->set_uncompiled_data(*new_uncompiled_data);
141 shared_info->set_uncompiled_data(*new_uncompiled_data);
153 LocalIsolate* isolate, Handle<SharedFunctionInfo> shared_info,
160 isolate_, shared_info, std::move(character_stream),
164 SetUncompiledDataJobPointer(isolate, shared_info,
173 shared_info->ShortPrint();
302 void LazyCompileDispatcher::AbortJob(Handle<SharedFunctionInfo> shared_info) {
305 shared_info->ShortPrint();
310 Job* job = GetJobFor(shared_info, lock);