Home
last modified time | relevance | path

Searched refs:GetUpdatedCatchBlockLabel (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/abc2program/
Dprogram_dump.cpp528 catch_block.try_begin_label = GetUpdatedCatchBlockLabel(catch_block.try_begin_label); in UpdateCatchBlock()
529 catch_block.try_end_label = GetUpdatedCatchBlockLabel(catch_block.try_end_label); in UpdateCatchBlock()
530 catch_block.catch_begin_label = GetUpdatedCatchBlockLabel(catch_block.catch_begin_label); in UpdateCatchBlock()
531 catch_block.catch_end_label = GetUpdatedCatchBlockLabel(catch_block.catch_end_label); in UpdateCatchBlock()
534 std::string PandasmProgramDumper::GetUpdatedCatchBlockLabel(const std::string &orignal_label) const in GetUpdatedCatchBlockLabel() function in panda::abc2program::PandasmProgramDumper
Dprogram_dump.h80 std::string GetUpdatedCatchBlockLabel(const std::string &orignal_label) const;