Home
last modified time | relevance | path

Searched defs:inline_caches (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/runtime/jit/
Dprofiling_data.h39 auto inline_caches = reinterpret_cast<CallSiteInlineCache *>(mem); in From() local
201 explicit ProfilingData(Span<CallSiteInlineCache> inline_caches, Span<BranchData> branch_data) in ProfilingData()