Lines Matching refs:jit_
412 if (jit_ != nullptr) {
413 jit_->WaitForWorkersToBeCreated();
417 jit_->StopProfileSaver();
421 jit_->DeleteThreadPool();
512 if (jit_ != nullptr) {
514 jit_.reset(nullptr);
1102 if (jit_ != nullptr) {
1103 jit_->GetThreadPool()->WaitForWorkersToBeCreated();
1171 if (jit_.get() != nullptr && jit_options_->GetSaveProfilingInfo() &&
2654 if (jit_ != nullptr) {
2655 jit_->VisitRoots(visitor);
2881 if (jit_.get() == nullptr) {
2924 jit_->StartProfileSaver(profile_output_filename, code_paths, ref_profile_filename);
2977 DCHECK(jit_ == nullptr);
3002 jit_ = jit::Jit::Create(jit_code_cache_.get(), jit_options_.get());
3003 jit_->CreateThreadPool();
3142 return (jit_ != nullptr) && jit_->UseJitCompilation();