Searched refs:osr (Results 1 – 10 of 10) sorted by relevance
/art/runtime/jit/ |
D | profiling_info.h | 80 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()
|
D | jit_code_cache.h | 102 bool NotifyCompilationOf(ArtMethod* method, Thread* self, bool osr) 118 void DoneCompiling(ArtMethod* method, Thread* self, bool osr) 143 bool osr, 291 bool osr,
|
D | jit.cc | 274 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()
|
D | jit.h | 57 bool CompileMethod(ArtMethod* method, Thread* self, bool osr)
|
/art/compiler/jit/ |
D | jit_compiler.cc | 64 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()
|
D | jit_compiler.h | 39 bool CompileMethod(Thread* self, ArtMethod* method, bool osr)
|
/art/compiler/ |
D | compiler.h | 80 bool osr ATTRIBUTE_UNUSED, in JitCompile()
|
/art/compiler/optimizing/ |
D | optimizing_compiler.cc | 295 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/ |
D | Android.bp | 428 "570-checker-osr/osr.cc",
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 621 // r11 isn't properly spilled in the osr method, so we need use DWARF expression.
|