Lines Matching refs:label
85 handler.label = GetLabel(address); in DissasembleTryBlocks()
346 for (auto& label : labels_) { in Dissasemble() local
347 label.second->id = nextLabelId++; in Dissasemble()
348 tmp_labels.push_back(label.second); in Dissasemble()
485 auto label = GetLabel(offset + dex::s4(dex_instr.vA)); in DecodeBytecode() local
486 instr->operands.push_back(Alloc<CodeLocation>(label)); in DecodeBytecode()
494 auto label = GetLabel(targetOffset); in DecodeBytecode() local
495 instr->operands.push_back(Alloc<CodeLocation>(label)); in DecodeBytecode()
498 label->aligned = true; in DecodeBytecode()
503 label->aligned = true; in DecodeBytecode()
508 label->aligned = true; in DecodeBytecode()
522 auto label = GetLabel(offset + dex::s4(dex_instr.vC)); in DecodeBytecode() local
523 instr->operands.push_back(Alloc<CodeLocation>(label)); in DecodeBytecode()