OSDN Git Service

Do not profile fully compiled oat files.
authorCalin Juravle <calin@google.com>
Fri, 25 Mar 2016 17:17:09 +0000 (17:17 +0000)
committerCalin Juravle <calin@google.com>
Fri, 22 Apr 2016 15:12:35 +0000 (16:12 +0100)
commit050fb1bd34ef8b1df342b3a5e10b7b27a466090f
tree8dd5dfba4a3ebe24d697e2f02645a71d26ee6817
parent5d1bd0aecdbd4093028c83c4c23f0340ac835e85
Do not profile fully compiled oat files.

- don't waste a thread if we're not gonna use the profiles.
- don't put foreign dex use markers since they will be ignored.

Bug: 26080105

(cherry picked from commit 6044fa747867413912d0de3049dc570c769d3cf8)

Change-Id: I3fca435ed59f9969ff3b17e2462e2b2c647e04c9
runtime/jit/profile_saver.cc