Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
H A Dmethod.cpp557 auto throwsDataOffset = RoundUp(branchesDataOffset + sizeof(BranchData) * branches.size(), alignof(ThrowData)); in StartProfiling() local
558 auto data = allocator->Alloc(throwsDataOffset + sizeof(ThrowData) * throws.size()); in StartProfiling()
566 auto throwsMem = reinterpret_cast<uint8_t *>(data) + throwsDataOffset; in StartProfiling()

Completed in 2 milliseconds