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