Home
last modified time | relevance | path

Searched defs:osr (Results 1 – 7 of 7) sorted by relevance

/art/runtime/jit/
Dprofiling_info.h80 bool IsMethodBeingCompiled(bool osr) const { in IsMethodBeingCompiled()
86 void SetIsMethodBeingCompiled(bool value, bool osr) { in SetIsMethodBeingCompiled()
Djit_code_cache.cc228 bool osr, in CommitCode()
538 bool osr, in CommitCodeInternal()
1365 bool JitCodeCache::NotifyCompilationOf(ArtMethod* method, Thread* self, bool osr) { in NotifyCompilationOf()
1412 void JitCodeCache::DoneCompiling(ArtMethod* method, Thread* self ATTRIBUTE_UNUSED, bool osr) { in DoneCompiling()
Djit.cc249 bool Jit::CompileMethod(ArtMethod* method, Thread* self, bool osr) { in CompileMethod()
/art/compiler/jit/
Djit_compiler.cc62 void* handle, ArtMethod* method, Thread* self, bool osr) in jit_compile_method()
187 bool JitCompiler::CompileMethod(Thread* self, ArtMethod* method, bool osr) { in CompileMethod()
Djit_logger.h97 void WriteLog(JitCodeCache* code_cache, ArtMethod* method, bool osr) in WriteLog()
Djit_logger.cc53 void JitLogger::WritePerfMapLog(JitCodeCache* code_cache, ArtMethod* method, bool osr) { in WritePerfMapLog()
273 void JitLogger::WriteJitDumpLog(JitCodeCache* code_cache, ArtMethod* method, bool osr) { in WriteJitDumpLog()
/art/compiler/optimizing/
Doptimizing_compiler.cc890 bool osr, in TryCompile()
1139 bool osr) { in JitCompile()