Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/jit/
Dprofiling_loader.h36 auto inlineCaches = methodProfile.GetInlineCaches(); in CreateProfilingData() local
53 …auto inlineCaches = Span(reinterpret_cast<CallSiteInlineCache *>(inlineCachesMem), aotInlineCaches… in CreateInlineCaches() local
Dprofiling_data.h39 auto inlineCaches = reinterpret_cast<CallSiteInlineCache *>(mem); in From() local
244 explicit ProfilingData(Span<CallSiteInlineCache> inlineCaches, Span<BranchData> branchData, in ProfilingData()
/arkcompiler/runtime_core/static_core/runtime/jit/libprofile/
Daot_profiling_data.h37 …AotMethodProfilingData(uint32_t methodIdx, uint32_t classIdx, uint32_t inlineCaches, uint32_t bran… in AotMethodProfilingData()
47 …rofilingData(uint32_t methodIdx, uint32_t classIdx, PandaVector<AotCallSiteInlineCache> inlineCach… in AotMethodProfilingData()
Dpgo_file_builder.cpp125 auto inlineCaches = methodProfData.GetInlineCaches(); in GetMaxMethodSectionSize() local
154 auto inlineCaches = methodProfData.GetInlineCaches(); in GetMethodSectionProf() local
212 auto inlineCaches = methodProfData.GetInlineCaches(); in WriteMethodSubSection() local
251Span<AotProfilingData::AotCallSiteInlineCache> inlineCaches) in WriteInlineCachesToStream()
486 PandaVector<AotProfilingData::AotCallSiteInlineCache> inlineCaches; in ReadMethodSubSection() local