OSDN Git Service

ProfileSaver: query profiling_infos instead of the code_map
authorCalin Juravle <calin@google.com>
Tue, 19 Apr 2016 15:33:46 +0000 (16:33 +0100)
committerCalin Juravle <calin@google.com>
Fri, 22 Apr 2016 15:16:19 +0000 (16:16 +0100)
commit9962962eb26f906e8f92cde1d6854dadbbc5e8ad
tree1cf89988fdb5b572b798310ea00b137bc7e6fb1e
parent6543933527f4d2b3f6bb65532c8af166547f9bac
ProfileSaver: query profiling_infos instead of the code_map

This is the first step in being able to record profiles without jit
being active.

Bug: 27916886

(cherry picked from commit e2d066d0337b7c81d47e4806e6025b70d83fcd56)

Change-Id: Ie36c4b4a11d3b6e5de959121a1acea22a9e25121
runtime/jit/jit_code_cache.cc
runtime/jit/jit_code_cache.h
runtime/jit/offline_profiling_info.cc
runtime/jit/offline_profiling_info.h
runtime/jit/profile_compilation_info_test.cc
runtime/jit/profile_saver.cc