HomeSort by relevance Sort by last modified time
    Searched refs:code_paths (Results 1 - 10 of 10) sorted by null

  /art/runtime/jit/
profile_saver.h 31 // If the saver is already running it adds (output_filename, code_paths) to its tracked locations.
35 const std::vector<std::string>& code_paths)
67 const std::vector<std::string>& code_paths);
95 const std::vector<std::string>& code_paths)
profile_saver.cc 45 const std::vector<std::string>& code_paths)
64 AddTrackedLocations(output_filename, code_paths);
424 const std::vector<std::string>& code_paths) {
432 for (const std::string& location : code_paths) {
448 // Add the code_paths to the tracked locations.
532 const std::vector<std::string>& code_paths,
536 map->Put(output_filename, std::set<std::string>(code_paths.begin(), code_paths.end()));
538 it->second.insert(code_paths.begin(), code_paths.end())
    [all...]
jit.h 138 // information collected from the given `code_paths` (a set of dex locations).
140 const std::vector<std::string>& code_paths);
jit.cc 329 const std::vector<std::string>& code_paths) {
334 code_paths);
  /frameworks/native/cmds/installd/
dexopt.h 52 bool dump_profiles(int32_t uid, const std::string& pkgname, const char* code_paths);
dexopt.cpp 796 bool dump_profiles(int32_t uid, const std::string& pkgname, const char* code_paths) {
    [all...]
InstalldNativeService.cpp 1783 const char* code_paths = codePaths.c_str(); local
    [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 593 jobjectArray code_paths) {
595 int code_paths_length = env->GetArrayLength(code_paths);
597 jstring code_path = reinterpret_cast<jstring>(env->GetObjectArrayElement(code_paths, i));
  /art/runtime/
runtime.cc     [all...]
runtime.h 471 void RegisterAppInfo(const std::vector<std::string>& code_paths,

Completed in 383 milliseconds