Home
last modified time | relevance | path

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

/art/test/837-deopt/src/
DMain.java28 public static int $noinline$foo2(Main arg, boolean osr) { in $noinline$foo2()
/art/compiler/optimizing/
Dcode_generator.cc1198 static bool NeedsVregInfo(HInstruction* instruction, bool osr) { in NeedsVregInfo()
1280 bool osr = in RecordPcInfo() local
/art/runtime/jit/
Djit_code_cache.cc817 bool osr = osr_code_map_.find(method) != osr_code_map_.end(); in RemoveMethod() local