Home
last modified time | relevance | path

Searched defs:throws (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/jit/
Dprofiling_loader.h38 auto throws = methodProfile.GetThrowData(); in CreateProfilingData() local
Dprofiling_data.h201 static Span<ThrowData> From(void *mem, PandaVector<uint32_t> throws) in From()
/arkcompiler/runtime_core/static_core/runtime/jit/libprofile/
Dpgo_file_builder.cpp127 auto throws = methodProfData.GetThrowData(); in GetMaxMethodSectionSize() local
156 auto throws = methodProfData.GetThrowData(); in GetMethodSectionProf() local
230 auto throws = methodProfData.GetThrowData(); in WriteMethodSubSection() local
293 Span<AotProfilingData::AotThrowData> throws) in WriteThrowDataToStream()
/arkcompiler/runtime_core/static_core/runtime/
Dmethod.cpp546 PandaVector<uint32_t> throws; in StartProfiling() local