Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofiling_info.h80 bool IsMethodBeingCompiled(bool osr) const { in IsMethodBeingCompiled() argument
81 return osr in IsMethodBeingCompiled()
86 void SetIsMethodBeingCompiled(bool value, bool osr) { in SetIsMethodBeingCompiled() argument
87 if (osr) { in SetIsMethodBeingCompiled()
Djit_code_cache.h102 bool NotifyCompilationOf(ArtMethod* method, Thread* self, bool osr)
118 void DoneCompiling(ArtMethod* method, Thread* self, bool osr)
143 bool osr,
291 bool osr,
Djit.cc274 bool Jit::CompileMethod(ArtMethod* method, Thread* self, bool osr) { in CompileMethod() argument
297 if (!code_cache_->NotifyCompilationOf(method_to_compile, self, osr)) { in CompileMethod()
303 << " osr=" << std::boolalpha << osr; in CompileMethod()
304 bool success = jit_compile_method_(jit_compiler_handle_, method_to_compile, self, osr); in CompileMethod()
305 code_cache_->DoneCompiling(method_to_compile, self, osr); in CompileMethod()
309 << " osr=" << std::boolalpha << osr; in CompileMethod()
Djit.h57 bool CompileMethod(ArtMethod* method, Thread* self, bool osr)
/art/compiler/jit/
Djit_compiler.cc64 void* handle, ArtMethod* method, Thread* self, bool osr) in jit_compile_method() argument
68 return jit_compiler->CompileMethod(self, method, osr); in jit_compile_method()
169 bool JitCompiler::CompileMethod(Thread* self, ArtMethod* method, bool osr) { in CompileMethod() argument
186 self, code_cache, method, osr, jit_logger_.get()); in CompileMethod()
Djit_compiler.h39 bool CompileMethod(Thread* self, ArtMethod* method, bool osr)
/art/compiler/
Dcompiler.h80 bool osr ATTRIBUTE_UNUSED, in JitCompile()
/art/compiler/optimizing/
Doptimizing_compiler.cc295 bool osr,
363 bool osr,
742 bool osr, in TryCompile() argument
787 osr); in TryCompile()
1188 bool osr, in JitCompile() argument
1223 osr, in JitCompile()
1287 osr, in JitCompile()
1344 osr, in JitCompile()
/art/test/
DAndroid.bp428 "570-checker-osr/osr.cc",
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S621 // r11 isn't properly spilled in the osr method, so we need use DWARF expression.