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

  /art/runtime/jit/
profile_compilation_info.h 42 struct ProfileInlineCache {
43 ProfileInlineCache(uint32_t pc,
55 ProfileMethodInfo(MethodReference reference, const std::vector<ProfileInlineCache>& caches)
60 std::vector<ProfileInlineCache> inline_caches;
    [all...]
jit_code_cache.cc     [all...]
profile_compilation_info_test.cc 141 std::vector<ProfileMethodInfo::ProfileInlineCache> caches;
    [all...]
profile_compilation_info.cc 715 for (const ProfileMethodInfo::ProfileInlineCache& cache : pmi.inline_caches) {
    [all...]
  /art/profman/
profman.cc     [all...]

Completed in 122 milliseconds