Searched defs:producerValue (Results 1 - 4 of 4) sorted by relevance

/external/proguard/src/proguard/evaluation/
H A DTracedVariables.java41 private Value producerValue; field in class:TracedVariables
70 public void setProducerValue(Value producerValue) argument
72 this.producerValue = producerValue;
149 producerVariables.store(index, producerValue);
154 producerVariables.store(index+1, producerValue);
190 Value producerValue = producerVariables.getValue(index);
192 .append(producerValue == null ? "empty:" : producerValue.toString())
H A DTracedStack.java38 private Value producerValue; field in class:TracedStack
68 public void setProducerValue(Value producerValue) argument
70 this.producerValue = producerValue;
319 Value producerValue = producerStack.getBottom(index);
321 .append(producerValue == null ? "empty:" : producerValue.toString())
334 producerStack.push(producerValue);
/external/proguard/src/proguard/preverify/
H A DCodePreverifier.java303 Value producerValue = variables.getProducerValue(index);
318 producerValue);
376 Value producerValue = stack.getTopProducerValue(index);
386 producerValue);
410 Value producerValue)
438 InstructionOffsetValue producers = producerValue.instructionOffsetValue();
404 correspondingVerificationType(ProgramClass programClass, ProgramMethod programMethod, CodeAttribute codeAttribute, int offset, boolean isVariable0, Value value, Value producerValue) argument
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 105 milliseconds