Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc143 bool needs_deoptimization = false; in IsForcedInterpreterNeededForExceptionImpl() local
153 DCHECK(!needs_deoptimization); in IsForcedInterpreterNeededForExceptionImpl()
159 needs_deoptimization = true; in IsForcedInterpreterNeededForExceptionImpl()
164 needs_deoptimization = true; in IsForcedInterpreterNeededForExceptionImpl()
171 needs_deoptimization = true; in IsForcedInterpreterNeededForExceptionImpl()
181 return needs_deoptimization; in IsForcedInterpreterNeededForExceptionImpl()