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

  /art/profman/
profile_assistant_test.cc 77 used_inline_caches.emplace_back(new ProfileCompilationInfo::InlineCacheMap(
79 return used_inline_caches.back().get();
295 std::vector<std::unique_ptr<ProfileCompilationInfo::InlineCacheMap>> used_inline_caches; member in class:art::ProfileAssistantTest
    [all...]
  /art/runtime/jit/
profile_compilation_info_test.cc 167 used_inline_caches.emplace_back(new ProfileCompilationInfo::InlineCacheMap(
169 return used_inline_caches.back().get();
268 std::vector<std::unique_ptr<ProfileCompilationInfo::InlineCacheMap>> used_inline_caches; member in class:art::ProfileCompilationInfoTest
    [all...]

Completed in 1195 milliseconds