Lines Matching refs:label
84 handler.label = GetLabel(address); in DisassembleTryBlocks()
345 for (auto& label : labels_) { in Disassemble() local
346 label.second->id = nextLabelId++; in Disassemble()
347 tmp_labels.push_back(label.second); in Disassemble()
484 auto label = GetLabel(offset + dex::s4(dex_instr.vA)); in DecodeBytecode() local
485 instr->operands.push_back(Alloc<CodeLocation>(label)); in DecodeBytecode()
493 auto label = GetLabel(targetOffset); in DecodeBytecode() local
494 instr->operands.push_back(Alloc<CodeLocation>(label)); in DecodeBytecode()
497 label->aligned = true; in DecodeBytecode()
502 label->aligned = true; in DecodeBytecode()
507 label->aligned = true; in DecodeBytecode()
521 auto label = GetLabel(offset + dex::s4(dex_instr.vC)); in DecodeBytecode() local
522 instr->operands.push_back(Alloc<CodeLocation>(label)); in DecodeBytecode()