Home
last modified time | relevance | path

Searched refs:inline_cache_entries (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/runtime/jit/
H A Dprofiling_info.cc29 const std::vector<uint32_t>& inline_cache_entries, in ProfilingInfo() argument
33 number_of_inline_caches_(inline_cache_entries.size()), in ProfilingInfo()
39 inline_caches[i].dex_pc_ = inline_cache_entries[i]; in ProfilingInfo()
55 const std::vector<uint32_t>& inline_cache_entries) { in Create() argument
88 return code_cache->AddProfilingInfo(self, method, inline_cache_entries, branch_cache_entries); in Create()
H A Dprofiling_info.h117 const std::vector<uint32_t>& inline_cache_entries)
182 const std::vector<uint32_t>& inline_cache_entries,
H A Djit_code_cache.cc1471 const std::vector<uint32_t>& inline_cache_entries, in AddProfilingInfo() argument
1477 info = AddProfilingInfoInternal(self, method, inline_cache_entries, branch_cache_entries); in AddProfilingInfo()
1483 info = AddProfilingInfoInternal(self, method, inline_cache_entries, branch_cache_entries); in AddProfilingInfo()
1491 const std::vector<uint32_t>& inline_cache_entries, in AddProfilingInfoInternal() argument
1501 ProfilingInfo::ComputeSize(inline_cache_entries.size(), branch_cache_entries.size()); in AddProfilingInfoInternal()
1509 new (writable_data) ProfilingInfo(method, inline_cache_entries, branch_cache_entries); in AddProfilingInfoInternal()
H A Djit_code_cache.h326 const std::vector<uint32_t>& inline_cache_entries,
445 const std::vector<uint32_t>& inline_cache_entries,