Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/jit/
H A Dprofiling_data.h201 static Span<ThrowData> From(void *mem, PandaVector<uint32_t> throws) in From() argument
204 auto span = Span<ThrowData>(throwData, throws.size()); in From()
205 for (size_t i = 0; i < throws.size(); i++) { in From()
206 span[i].Init(throws[i]); in From()
/arkcompiler/runtime_core/static_core/runtime/
H A Dmethod.cpp509 PandaVector<uint32_t> &branches, PandaVector<uint32_t> &throws) const in FillVecsByInsts()
518 throws.push_back(inst.GetAddress() - GetInstructions()); in FillVecsByInsts()
542 PandaVector<uint32_t> throws; in StartProfiling() local
547 FillVecsByInsts(inst, vcalls, branches, throws); in StartProfiling()
549 if (vcalls.empty() && branches.empty() && throws.empty()) { in StartProfiling()
558 auto data = allocator->Alloc(throwsDataOffset + sizeof(ThrowData) * throws.size()); in StartProfiling()
570 ThrowData::From(throwsMem, throws)); in StartProfiling()
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/
H A Dpreparation_step.py192 __throws_pattern = r"\s*(?P<throws>throws)?"
231 throws = "throws " if match.group("throws") else ""
235 tail = [f"\nfunction main({param_line}){return_type} {throws}{{"]
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod.h862 PandaVector<uint32_t> &branches, PandaVector<uint32_t> &throws) const;

Completed in 8 milliseconds