Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/jit/
Dprofiling_loader.cpp42 Span<ThrowData> ProfilingLoader::CreateThrowData(void *throwsMem, in CreateThrowData()
Dprofiling_data.h353 auto throwsMem = reinterpret_cast<uint8_t *>(data) + throwsDataOffset; in Make() local
/arkcompiler/runtime_core/static_core/runtime/
Dmethod.cpp560 [&](void *data, void *vcallsMem, void *branchesMem, void *throwsMem) { in StartProfiling()