Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc657 class JitProfileTask final : public Task { class
659 JitProfileTask(const std::vector<std::unique_ptr<const DexFile>>& dex_files, in JitProfileTask() function in art::jit::JitProfileTask
693 DISALLOW_COPY_AND_ASSIGN(JitProfileTask);
722 thread_pool_->AddTask(Thread::Current(), new JitProfileTask(dex_files, class_loader)); in RegisterDexFiles()