Searched refs:lte (Results 1 – 3 of 3) sorted by relevance
178 LabelTableEntry lte = labels_table.get(uc.from); in build() local180 if (lte == null || lte.planted == false) in build()182 CodeAddress from = lte.code_address; in build()184 lte = labels_table.get(uc.to); in build()185 if (lte == null || lte.planted == false) in build()187 CodeAddress to = lte.code_address; in build()197 lte = labels_table.get(branch); in build()198 if (lte == null || lte.planted == false) in build()202 lte.code_address.getAddress()); in build()
436 LabelTableEntry lte = labels_table.get(key); in endMethod() local437 if (lte.planted == false) { in endMethod()507 LabelTableEntry lte = labels_table.get(name); in plantLabel() local508 if (lte != null) { in plantLabel()509 if (lte.planted == true) in plantLabel()512 lte.planted = true; in plantLabel()513 addInsn(lte.code_address); in plantLabel()564 LabelTableEntry lte = labels_table.get(val); in addOpcode() local565 if (lte == null) { in addOpcode()568 lte = new LabelTableEntry(code_address, false); in addOpcode()[all …]
85 private void verifyLteInfo(CellInfoLte lte) { in verifyLteInfo() argument86 verifyRssiDbm(lte.getCellSignalStrength().getDbm()); in verifyLteInfo()88 if (!lte.isRegistered()) { in verifyLteInfo()90 int pci = lte.getCellIdentity().getPci(); in verifyLteInfo()