Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/jit/
Dprofiling_loader.cpp31 Span<BranchData> ProfilingLoader::CreateBranchData(void *branchesMem, in CreateBranchData()
Dprofiling_data.h351 auto branchesMem = reinterpret_cast<uint8_t *>(data) + branchesDataOffset; in Make() local
/arkcompiler/runtime_core/static_core/runtime/
Dmethod.cpp560 [&](void *data, void *vcallsMem, void *branchesMem, void *throwsMem) { in StartProfiling()