HomeSort by relevance Sort by last modified time
    Searched full:undeoptimize (Results 1 - 5 of 5) sorted by null

  /art/runtime/
debugger.h 145 kFullUndeoptimization, // undeoptimize everything.
147 kSelectiveUndeoptimization // undeoptimize one method.
693 // undeoptimize when the last event is unregistered (when the counter is set to 0).
instrumentation.h 162 void Undeoptimize(mirror::ArtMethod* method)
instrumentation.cc 813 void Instrumentation::Undeoptimize(mirror::ArtMethod* method) {
    [all...]
debugger.cc     [all...]
  /art/runtime/jdwp/
jdwp_event.cc 282 // Special case for single-steps where we want to avoid the slow pattern deoptimize/undeoptimize
    [all...]

Completed in 716 milliseconds