Home
last modified time | relevance | path

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

/external/v8/src/full-codegen/
Dfull-codegen.cc29 class FullCodegenCompilationJob final : public CompilationJob { class
31 explicit FullCodegenCompilationJob(CompilationInfo* info) in FullCodegenCompilationJob() function in v8::internal::FullCodegenCompilationJob
75 return new FullCodegenCompilationJob(info); in NewCompilationJob()