Home
last modified time | relevance | path

Searched defs:CompilerDispatcherJob (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher-job.h31 CompilerDispatcherJob(Type type) : type_(type), status_(Status::kInitial) {} in CompilerDispatcherJob() function
Dcompiler-dispatcher.h32 class CompilerDispatcherJob; variable