Searched refs:JitProfileTask (Results 1 – 1 of 1) sorted by relevance
657 class JitProfileTask final : public Task { class659 JitProfileTask(const std::vector<std::unique_ptr<const DexFile>>& dex_files, in JitProfileTask() function in art::jit::JitProfileTask693 DISALLOW_COPY_AND_ASSIGN(JitProfileTask);722 thread_pool_->AddTask(Thread::Current(), new JitProfileTask(dex_files, class_loader)); in RegisterDexFiles()