OSDN Git Service

Merge "Pass down to the runtime the application code paths."
authorCalin Juravle <calin@google.com>
Mon, 21 Dec 2015 09:43:09 +0000 (09:43 +0000)
committerGerrit Code Review <noreply-gerritcodereview@google.com>
Mon, 21 Dec 2015 09:43:09 +0000 (09:43 +0000)
1  2 
runtime/jit/jit.cc
runtime/jit/jit.h
runtime/jit/jit_code_cache.h
runtime/runtime.cc

Simple merge
@@@ -72,12 -72,9 +72,13 @@@ class Jit 
      return instrumentation_cache_.get();
    }
  
+   void SetDexLocationsForProfiling(const std::vector<std::string>& dex_locations);
    void SaveProfilingInfo(const std::string& filename);
  
 +  void DumpForSigQuit(std::ostream& os) {
 +    DumpInfo(os);
 +  }
 +
   private:
    Jit();
    bool LoadCompiler(std::string* error_msg);
Simple merge
Simple merge