Searched defs:label_table (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/disassembler/ |
| D | disassembler.cpp | 779 LabelTable label_table {}; in GetExceptions() local 831 … pandasm::Function::CatchBlock *catch_block_pa, LabelTable *label_table, in LocateTryBlock() 884 … pandasm::Function::CatchBlock *catch_block_pa, LabelTable *label_table, in LocateCatchBlock() 2173 static void translateImmToLabel(pandasm::Ins *pa_ins, LabelTable *label_table, const uint8_t *ins_a… in translateImmToLabel() 2202 static void AddLabels(pandasm::Function *func, LabelTable &label_table) in AddLabels() 2236 LabelTable label_table = GetExceptions(method, method_id, code_id); in GetInstructions() local
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-function.h | 80 std::unordered_map<std::string, panda::pandasm::Label> label_table; member
|