Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/dprof/libdprof/dprof/
Dprofiling_data.h26ProfilingData(const std::string &appName, uint64_t hash, uint32_t pid) : app_name_(appName), hash_… in ProfilingData() function
/arkcompiler/runtime_core/runtime/jit/
Dprofiling_data.h201 explicit ProfilingData(Span<CallSiteInlineCache> inline_caches, Span<BranchData> branch_data) in ProfilingData() function
/arkcompiler/runtime_core/runtime/include/
Dmethod.h42 class ProfilingData; variable