Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofiling_info.h86 bool IsMethodBeingCompiled(bool osr) const { in IsMethodBeingCompiled()
92 void SetIsMethodBeingCompiled(bool value, bool osr) { in SetIsMethodBeingCompiled()
Djit_code_cache.cc645 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()
Djit.cc292 bool Jit::CompileMethod(ArtMethod* method, Thread* self, bool baseline, bool osr, bool prejit) { in CompileMethod()
/art/compiler/jit/
Djit_compiler.cc166 Thread* self, JitMemoryRegion* region, ArtMethod* method, bool baseline, bool osr) { in CompileMethod()
/art/compiler/optimizing/
Doptimizing_compiler.cc739 bool osr, in TryCompile()
1219 bool osr, in JitCompile()
Dcode_generator.cc1101 static bool NeedsVregInfo(HInstruction* instruction, bool osr) { in NeedsVregInfo()
1185 bool osr = in RecordPcInfo() local