Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h251 bool CompileMethod(ArtMethod* method, Thread* self, CompilationKind compilation_kind, bool prejit)
Djit_code_cache.h201 bool prejit)
Djit.cc298 bool prejit) { in CompileMethod() argument
338 if (!code_cache_->NotifyCompilationOf(method_to_compile, self, compilation_kind, prejit)) { in CompileMethod()
Djit_code_cache.cc1579 bool prejit) { in NotifyCompilationOf() argument
1594 if (NeedsClinitCheckBeforeCall(method) && !prejit) { in NotifyCompilationOf()