Home
last modified time | relevance | path

Searched refs:setMethodReturnValue (Results 1 – 3 of 3) sorted by relevance

/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumArrayPropagator.java72 setMethodReturnValue(programMethod, propagatedArray); in visitProgramMethod()
86 private static void setMethodReturnValue(Method method, Value value) in setMethodReturnValue() method in SimpleEnumArrayPropagator
DStoringInvocationUnit.java120 protected void setMethodReturnValue(Clazz clazz, in setMethodReturnValue() method in StoringInvocationUnit
/external/proguard/src/proguard/evaluation/
DBasicInvocationUnit.java134 setMethodReturnValue(clazz, method, returnValue); in exitMethod()
344 protected void setMethodReturnValue(Clazz clazz, in setMethodReturnValue() method in BasicInvocationUnit