Home
last modified time | relevance | path

Searched defs:label_table (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp484 LabelTable label_table {}; in GetExceptions() local
537 … pandasm::Function::CatchBlock *catch_block_pa, LabelTable *label_table, in LocateTryBlock()
590 … pandasm::Function::CatchBlock *catch_block_pa, LabelTable *label_table, in LocateCatchBlock()
1582 static void translateImmToLabel(pandasm::Ins *pa_ins, LabelTable *label_table, const uint8_t *ins_a… in translateImmToLabel()
1626 LabelTable label_table = GetExceptions(method, method_id, code_id); in GetInstructions() local
/arkcompiler/runtime_core/assembler/
Dassembly-function.h76 std::unordered_map<std::string, panda::pandasm::Label> label_table; member