Searched defs:osr (Results 1 – 6 of 6) sorted by relevance
/art/runtime/jit/ |
D | profiling_info.h | 86 bool IsMethodBeingCompiled(bool osr) const { in IsMethodBeingCompiled() 92 void SetIsMethodBeingCompiled(bool value, bool osr) { in SetIsMethodBeingCompiled()
|
D | jit_code_cache.cc | 645 bool osr, in Commit() 771 bool osr = osr_code_map_.find(method) != osr_code_map_.end(); in RemoveMethod() local 1598 bool osr, in NotifyCompilationOf() 1720 void JitCodeCache::DoneCompiling(ArtMethod* method, Thread* self, bool osr) { in DoneCompiling()
|
D | jit.cc | 292 bool Jit::CompileMethod(ArtMethod* method, Thread* self, bool baseline, bool osr, bool prejit) { in CompileMethod()
|
/art/compiler/jit/ |
D | jit_compiler.cc | 166 Thread* self, JitMemoryRegion* region, ArtMethod* method, bool baseline, bool osr) { in CompileMethod()
|
/art/compiler/optimizing/ |
D | optimizing_compiler.cc | 739 bool osr, in TryCompile() 1219 bool osr, in JitCompile()
|
D | code_generator.cc | 1101 static bool NeedsVregInfo(HInstruction* instruction, bool osr) { in NeedsVregInfo() 1185 bool osr = in RecordPcInfo() local
|