Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/abc2program/
H A Ddump_utils.cpp21 LiteralTagToStringMap PandasmDumperUtils::literal_tag_to_string_map_ = {
52 FunctionKindToStringMap PandasmDumperUtils::function_kind_to_string_map_ = {
63 std::string PandasmDumperUtils::GetFunctionKindString(panda_file::FunctionKind function_kind) in GetFunctionKindString()
70 std::string PandasmDumperUtils::LiteralTagToString(const panda_file::LiteralTag &tag) in LiteralTagToString()
77 bool PandasmDumperUtils::IsMatchLiteralId(const pandasm::Ins &pa_ins) in IsMatchLiteralId()
83 size_t PandasmDumperUtils::GetLiteralIdIndex4Ins(const pandasm::Ins &pa_ins) in GetLiteralIdIndex4Ins()
90 std::string PandasmDumperUtils::GetMappedLabel(const std::string &label, const LabelMap &label_map) in GetMappedLabel()
100 pandasm::Ins PandasmDumperUtils::DeepCopyIns(const pandasm::Ins &input) in DeepCopyIns()
121 pandasm::Function::CatchBlock PandasmDumperUtils::DeepCopyCatchBlock( in DeepCopyCatchBlock()
134 uint32_t PandasmDumperUtils
[all...]
H A Dprogram_dump.cpp72 auto id = PandasmDumperUtils::GetLiteralArrayIdFromName(it->first); in DumpLiteralArrayTable()
84 auto id = PandasmDumperUtils::GetLiteralArrayIdFromName(it->first); in DumpLiteralArrayTable()
208 auto id = PandasmDumperUtils::GetLiteralArrayIdFromName(literal_array_id_name); in DumpScalarValue()
255 os << DUMP_TITLE_FUNCTION_KIND << PandasmDumperUtils::GetFunctionKindString(function.function_kind); in DumpFunctionKind()
358 original_dump_ins_.emplace_back(PandasmDumperUtils::DeepCopyIns(pa_ins)); in GetOriginalDumpIns()
385 if (PandasmDumperUtils::IsMatchLiteralId(*pa_ins)) { in DumpFinalIns()
460 std::string mapped_label = PandasmDumperUtils::GetMappedLabel(curr_ins->label, label_map); in UpdateLabels4DumpInsAtIndex()
465 mapped_label = PandasmDumperUtils::GetMappedLabel(curr_ins->ids[0], label_map); in UpdateLabels4DumpInsAtIndex()
516 catch_blocks.emplace_back(PandasmDumperUtils::DeepCopyCatchBlock(catch_block)); in DumpNormalizedFunctionCatchBlocks()
536 std::string mapped_label1 = PandasmDumperUtils in GetUpdatedCatchBlockLabel()
[all...]
H A Ddump_utils.h76 class PandasmDumperUtils { class
90 }; // class PandasmDumperUtils
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
H A Dhello_world_test.cpp919 PandasmDumperUtils test = PandasmDumperUtils(); in HWTEST_F()

Completed in 5 milliseconds