Home
last modified time | relevance | path

Searched refs:branchesDataOffset (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
H A Dmethod.cpp555 auto branchesDataOffset = in StartProfiling() local
557 auto throwsDataOffset = RoundUp(branchesDataOffset + sizeof(BranchData) * branches.size(), alignof(ThrowData)); in StartProfiling()
563 auto branchesMem = reinterpret_cast<uint8_t *>(data) + branchesDataOffset; in StartProfiling()

Completed in 2 milliseconds