Home
last modified time | relevance | path

Searched refs:needs_deoptimization (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Ddebugger.cc3589 bool needs_deoptimization = false; in IsForcedInterpreterNeededForExceptionImpl() local
3599 DCHECK(!needs_deoptimization); in IsForcedInterpreterNeededForExceptionImpl()
3605 needs_deoptimization = true; in IsForcedInterpreterNeededForExceptionImpl()
3610 needs_deoptimization = true; in IsForcedInterpreterNeededForExceptionImpl()
3617 needs_deoptimization = true; in IsForcedInterpreterNeededForExceptionImpl()
3627 return needs_deoptimization; in IsForcedInterpreterNeededForExceptionImpl()