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

  /art/runtime/jit/
profiling_info_test.cc 105 std::vector<ProfileMethodInfo> profile_methods;
135 /*out*/ SafeMap<ArtMethod*, ProfileMethodInfo>* profile_methods_map) {
137 std::vector<ProfileMethodInfo> profile_methods;
140 std::vector<ProfileMethodInfo::ProfileInlineCache> caches;
168 ProfileMethodInfo pmi(MethodReference(method->GetDexFile(),
190 const ProfileMethodInfo& pmi) {
301 SafeMap<ArtMethod*, ProfileMethodInfo> profile_methods_map;
315 const ProfileMethodInfo& pmi = profile_methods_map.find(m)->second;
jit_code_cache.h 44 struct ProfileMethodInfo;
226 std::vector<ProfileMethodInfo>& methods)
profile_saver.cc 540 std::vector<ProfileMethodInfo> profile_methods;
    [all...]
jit_code_cache.cc     [all...]
  /art/libprofile/profile/
profile_compilation_info.h 43 struct ProfileMethodInfo {
55 explicit ProfileMethodInfo(MethodReference reference) : ref(reference) {}
57 ProfileMethodInfo(MethodReference reference, const std::vector<ProfileInlineCache>& caches)
249 bool AddMethods(const std::vector<ProfileMethodInfo>& methods, MethodHotness::Flag flags);
286 bool AddMethod(const ProfileMethodInfo& pmi, MethodHotness::Flag flags);
    [all...]
profile_compilation_info.cc 189 bool ProfileCompilationInfo::AddMethods(const std::vector<ProfileMethodInfo>& methods,
191 for (const ProfileMethodInfo& method : methods) {
767 bool ProfileCompilationInfo::AddMethod(const ProfileMethodInfo& pmi, MethodHotness::Flag flags) {
778 for (const ProfileMethodInfo::ProfileInlineCache& cache : pmi.inline_caches) {
    [all...]
  /art/profman/
profman.cc     [all...]
  /art/test/common/
runtime_state.cc 335 std::vector<ProfileMethodInfo> unused_vector;

Completed in 248 milliseconds