Searched defs:label_table (Results 1 – 2 of 2) sorted by relevance
484 LabelTable label_table {}; in GetExceptions() local537 … 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
76 std::unordered_map<std::string, panda::pandasm::Label> label_table; member