Home
last modified time | relevance | path

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

/art/runtime/jit/
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()
Dprofiling_info.h117 const std::vector<uint32_t>& inline_cache_entries)
182 const std::vector<uint32_t>& inline_cache_entries,
Djit_code_cache.h325 const std::vector<uint32_t>& inline_cache_entries,
439 const std::vector<uint32_t>& inline_cache_entries,
Djit_code_cache.cc1384 const std::vector<uint32_t>& inline_cache_entries, in AddProfilingInfo() argument
1390 info = AddProfilingInfoInternal(self, method, inline_cache_entries, branch_cache_entries); in AddProfilingInfo()
1396 info = AddProfilingInfoInternal(self, method, inline_cache_entries, branch_cache_entries); in AddProfilingInfo()
1404 const std::vector<uint32_t>& inline_cache_entries, in AddProfilingInfoInternal() argument
1414 ProfilingInfo::ComputeSize(inline_cache_entries.size(), branch_cache_entries.size()); in AddProfilingInfoInternal()
1422 new (writable_data) ProfilingInfo(method, inline_cache_entries, branch_cache_entries); in AddProfilingInfoInternal()