Searched defs:label_table (Results 1 – 2 of 2) sorted by relevance
482 LabelTable label_table {}; in GetExceptions() local534 … pandasm::Function::CatchBlock *catch_block_pa, LabelTable *label_table, in LocateTryBlock()587 … pandasm::Function::CatchBlock *catch_block_pa, LabelTable *label_table, in LocateCatchBlock()1578 static void translateImmToLabel(pandasm::Ins *pa_ins, LabelTable *label_table, const uint8_t *ins_a… in translateImmToLabel()1621 LabelTable label_table = GetExceptions(method, method_id, code_id); in GetInstructions() local
76 std::unordered_map<std::string, panda::pandasm::Label> label_table; member