OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theIf
(Results
1 - 3
of
3
) sorted by null
/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
CodeRewriter.java
350
If
theIf
= new If(Type.EQ, ImmutableList.of(theSwitch.value(), labelConst.dest()));
351
iterator.replaceCurrentInstruction(
theIf
);
[
all
...]
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DexBuilder.java
281
If
theIf
= block.exit().asIf();
282
BasicBlock trueTarget =
theIf
.getTrueTarget();
284
theIf
.setTrueTarget(newBlock);
285
theIf
.invert();
[
all
...]
/external/r8/src/main/java/com/android/tools/r8/ir/code/
BasicBlock.java
922
public static BasicBlock createIfBlock(int blockNumber, If
theIf
) {
924
block.add(
theIf
);
[
all
...]
Completed in 54 milliseconds