diff options
| author | 2022-06-08 09:02:19 +0000 | |
|---|---|---|
| committer | 2022-07-04 11:34:05 +0000 | |
| commit | de9d355a352bd4376cbaf6744d89e6673f29898b (patch) | |
| tree | cef06559a16f1eae304ff7a1faf0d2e02ea428da /runtime/quick_exception_handler.cc | |
| parent | 6fb0acc14459a856c35b642e3368aff853259260 (diff) | |
Report DexPcMoved events only when required
We used to report DexPCMove events unconditionally when running in
interpreter. This Cl makes it so we only report if
1. The method is deoptimized for breakpoints
2. The thread is deoptimized for single stepping
3. Interpreter stubs installed. When interpreter stubs are installed no
additional data is available on whether we are single stepping / if
method has breakpoints etc., so we cannot optimize this further.
Bug: 206029744
Change-Id: Iaf059bc2ed74ca5174d445d46f3dc0d4bb0106b9
Diffstat (limited to 'runtime/quick_exception_handler.cc')
0 files changed, 0 insertions, 0 deletions