Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h247 bool CompileMethod(ArtMethod* method, Thread* self, CompilationKind compilation_kind, bool prejit)
Djit_code_cache.h200 bool prejit,
Djit_code_cache.cc1706 bool prejit, in NotifyCompilationOf() argument
1722 if (NeedsClinitCheckBeforeCall(method) && !prejit) { in NotifyCompilationOf()
1792 if (!prejit && !IsSharedRegion(*region)) { in NotifyCompilationOf()
Djit.cc296 bool prejit) { in CompileMethod() argument
337 method_to_compile, self, compilation_kind, prejit, region)) { in CompileMethod()