Searched refs:currentLabel (Results 1 - 10 of 10) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DMethodLocation.java132 private @Nullable Label currentLabel = null;
139 currentLabel = it.next();
140 return currentLabel;
144 if (currentLabel != null) {
145 currentLabel.location = null;
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
H A DCode.java192 private Label currentLabel; field in class:Code
221 this.currentLabel = new Label();
222 adopt(this.currentLabel);
223 this.currentLabel.marked = true;
339 if (currentLabel != null) {
342 currentLabel = label;
411 if (currentLabel == null || !currentLabel.marked) {
414 currentLabel.instructions.add(insn);
427 currentLabel
[all...]
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
H A DMethodAnalyzer.java69 private final List<Label> currentLabel = new ArrayList<Label>(2); field in class:MethodAnalyzer
157 currentLabel.add(label);
180 final int labelCount = currentLabel.size();
183 LabelInfo.setInstruction(currentLabel.get(i), insn);
185 currentLabel.clear();
/external/swiftshader/src/Shader/
H A DPixelProgram.hpp28 loopDepth(-1), ifDepth(0), loopRepDepth(0), breakDepth(0), currentLabel(-1), whileTest(false)
156 int currentLabel; member in class:sw::PixelProgram
H A DVertexProgram.hpp127 int currentLabel; member in class:sw::VertexProgram
H A DVertexProgram.cpp32 currentLabel = -1;
602 if(currentLabel != -1)
1407 currentLabel = labelIndex;
1524 if(currentLabel == -1)
1533 if(callRetBlock[currentLabel].size() > 1) // Pop the return destination from the call stack
1539 SwitchCases *switchCases = Nucleus::createSwitch(value, unreachableBlock, (int)callRetBlock[currentLabel].size());
1541 for(unsigned int i = 0; i < callRetBlock[currentLabel].size(); i++)
1543 Nucleus::addSwitchCase(switchCases, i, callRetBlock[currentLabel][i]);
1546 else if(callRetBlock[currentLabel].size() == 1) // Jump directly to the unique return destination
1548 Nucleus::createBr(callRetBlock[currentLabel][
[all...]
H A DPixelProgram.cpp518 if(currentLabel != -1)
1613 currentLabel = labelIndex;
1729 if(currentLabel == -1)
1738 if(callRetBlock[currentLabel].size() > 1) // Pop the return destination from the call stack
1744 SwitchCases *switchCases = Nucleus::createSwitch(value, unreachableBlock, (int)callRetBlock[currentLabel].size());
1746 for(unsigned int i = 0; i < callRetBlock[currentLabel].size(); i++)
1748 Nucleus::addSwitchCase(switchCases, i, callRetBlock[currentLabel][i]);
1751 else if(callRetBlock[currentLabel].size() == 1) // Jump directly to the unique return destination
1753 Nucleus::createBr(callRetBlock[currentLabel][0]);
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 330 milliseconds