Searched refs:inline_cache_entries (Results 1 – 4 of 4) sorted by relevance
/art/runtime/jit/ |
D | profiling_info.cc | 29 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()
|
D | profiling_info.h | 117 const std::vector<uint32_t>& inline_cache_entries) 182 const std::vector<uint32_t>& inline_cache_entries,
|
D | jit_code_cache.h | 325 const std::vector<uint32_t>& inline_cache_entries, 439 const std::vector<uint32_t>& inline_cache_entries,
|
D | jit_code_cache.cc | 1384 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()
|