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

  /art/runtime/jit/
profile_compilation_info_test.cc 178 used_inline_caches.emplace_back(new ProfileCompilationInfo::InlineCacheMap(
180 return used_inline_caches.back().get();
281 std::vector<std::unique_ptr<ProfileCompilationInfo::InlineCacheMap>> used_inline_caches; member in class:art::ProfileCompilationInfoTest
    [all...]
  /art/profman/
profile_assistant_test.cc 110 used_inline_caches.emplace_back(new ProfileCompilationInfo::InlineCacheMap(
112 return used_inline_caches.back().get();
383 std::vector<std::unique_ptr<ProfileCompilationInfo::InlineCacheMap>> used_inline_caches; member in class:art::ProfileAssistantTest
    [all...]

Completed in 229 milliseconds