Searched refs:ReferenceValue (Results 1 - 25 of 27) sorted by last modified time

12

/external/swiftshader/third_party/LLVM/include/llvm-c/
H A DDisassembler.h96 * created and the ReferenceValue to look up as a symbol. If no symbol is found
97 * for the ReferenceValue NULL is returned. The ReferenceType of the
104 uint64_t ReferenceValue,
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter.java package proguard ...
/external/proguard/src/proguard/evaluation/
H A DBasicInvocationUnit.java265 ReferenceValue value)
H A DProcessor.java124 ReferenceValue arrayReference = stack.apop();
131 ReferenceValue arrayReference = stack.apop();
138 ReferenceValue arrayReference = stack.apop();
145 ReferenceValue arrayReference = stack.apop();
152 ReferenceValue arrayReference = stack.apop();
163 ReferenceValue arrayReference = stack.apop();
171 ReferenceValue arrayReference = stack.apop();
179 ReferenceValue arrayReference = stack.apop();
187 ReferenceValue arrayReference = stack.apop();
195 ReferenceValue arrayReferenc
[all...]
H A DStack.java326 * Pops the top ReferenceValue from the stack.
328 public ReferenceValue apop()
H A DVariables.java259 * Loads the ReferenceValue from the variable with the given index.
261 public ReferenceValue aload(int index)
/external/proguard/src/proguard/evaluation/value/
H A DArrayReferenceValue.java26 * This ReferenceValue represents a partially evaluated array. It has an array
50 // Implementations for ReferenceValue.
58 // Implementations of binary methods of ReferenceValue.
60 public ReferenceValue generalize(ReferenceValue other)
66 public int equal(ReferenceValue other)
72 // // Implementations of binary ReferenceValue methods with
75 // public ReferenceValue generalize(IdentifiedReferenceValue other)
87 // Implementations of binary ReferenceValue methods with
90 public ReferenceValue generaliz
[all...]
H A DDetailedArrayReferenceValue.java79 // Implementations for ReferenceValue.
117 public ReferenceValue referenceArrayLoad(IntegerValue indexValue, ValueFactory valueFactory)
171 // Implementations of binary methods of ReferenceValue.
173 public ReferenceValue generalize(ReferenceValue other)
179 public int equal(ReferenceValue other)
185 // // Implementations of binary ReferenceValue methods with
188 // public ReferenceValue generalize(IdentifiedReferenceValue other)
200 // // Implementations of binary ReferenceValue methods with
203 // public ReferenceValue generaliz
[all...]
H A DDetailedValueFactory.java34 // Implementations for ReferenceValue.
36 public ReferenceValue createArrayReferenceValue(String type,
H A DIdentifiedArrayReferenceValue.java53 // Implementations of binary methods of ReferenceValue.
55 public ReferenceValue generalize(ReferenceValue other)
61 public int equal(ReferenceValue other)
67 // // Implementations of binary ReferenceValue methods with
70 // public ReferenceValue generalize(IdentifiedReferenceValue other)
82 // // Implementations of binary ReferenceValue methods with
85 // public ReferenceValue generalize(ArrayReferenceValue other)
97 // Implementations of binary ReferenceValue methods with
100 // public ReferenceValue generaliz
[all...]
H A DIdentifiedReferenceValue.java53 // Implementations of binary methods of ReferenceValue.
55 public ReferenceValue generalize(ReferenceValue other)
61 public int equal(ReferenceValue other)
67 // Implementations of binary ReferenceValue methods with
70 // public ReferenceValue generalize(IdentifiedReferenceValue other)
83 // // Implementations of binary ReferenceValue methods with
86 // public ReferenceValue generalize(ArrayReferenceValue other)
98 // // Implementations of binary ReferenceValue methods with
101 // public ReferenceValue generaliz
[all...]
H A DIdentifiedValueFactory.java66 public ReferenceValue createReferenceValue(String type,
80 public ReferenceValue createArrayReferenceValue(String type,
H A DParticularValueFactory.java101 public ReferenceValue createArrayReferenceValue(String type,
H A DReferenceValue.java30 public abstract class ReferenceValue extends Category1Value class in inherits:Category1Value
59 * Returns a generalization of this ReferenceValue that may be null,
62 public abstract ReferenceValue generalizeMayBeNull(boolean mayBeNull);
118 public abstract ReferenceValue referenceArrayLoad(IntegerValue indexValue, ValueFactory valueFactory);
133 * Returns the generalization of this ReferenceValue and the given other
134 * ReferenceValue.
136 public abstract ReferenceValue generalize(ReferenceValue other);
140 * Returns whether this ReferenceValue is equal to the given other
141 * ReferenceValue
[all...]
H A DTypedReferenceValue.java30 * This ReferenceValue represents a partially evaluated reference value.
37 public class TypedReferenceValue extends ReferenceValue
60 // Implementations for ReferenceValue.
74 // Implementations of unary methods of ReferenceValue.
178 public ReferenceValue generalizeMayBeNull(boolean mayBeNull)
186 public ReferenceValue referenceArrayLoad(IntegerValue indexValue, ValueFactory valueFactory)
197 // Implementations of binary methods of ReferenceValue.
199 public ReferenceValue generalize(ReferenceValue other)
205 public int equal(ReferenceValue othe
[all...]
H A DValue.java93 * Returns this Value as a ReferenceValue.
95 public ReferenceValue referenceValue()
H A DValueFactory.java39 static final ReferenceValue REFERENCE_VALUE_NULL = new TypedReferenceValue(null, null, true);
40 static final ReferenceValue REFERENCE_VALUE_JAVA_LANG_OBJECT_MAYBE_NULL = new TypedReferenceValue(ClassConstants.NAME_JAVA_LANG_OBJECT, null, true);
41 static final ReferenceValue REFERENCE_VALUE_JAVA_LANG_OBJECT_NOT_NULL = new TypedReferenceValue(ClassConstants.NAME_JAVA_LANG_OBJECT, null, false);
139 * Creates a new ReferenceValue that represents <code>null</code>.
141 public ReferenceValue createReferenceValueNull()
148 * Creates a new ReferenceValue of the given type. The type must be an
150 * the ReferenceValue represents <code>null</code>.
152 public ReferenceValue createReferenceValue(String type,
164 * Creates a new ReferenceValue for arrays of the given type and length.
168 public ReferenceValue createArrayReferenceValu
[all...]
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationSimplifier.java881 ReferenceValue referenceValue =
908 ReferenceValue mappingValue)
968 ReferenceValue referenceValue =
995 ReferenceValue mappingValue)
H A DLoadingInvocationUnit.java82 ReferenceValue value = StoringInvocationUnit.getFieldClassValue((Field)referencedMember);
H A DSimpleEnumUseChecker.java394 ReferenceValue poppedValue =
462 ReferenceValue consumedStackEntry =
477 ReferenceValue producedValue =
524 ReferenceValue consumedVariable =
539 ReferenceValue producedValue =
667 ReferenceValue referenceValue =
678 private boolean isSimpleEnumType(ReferenceValue referenceValue)
718 ReferenceValue referenceValue =
730 ReferenceValue referenceValue =
742 ReferenceValue referenceValu
[all...]
H A DSimpleEnumUseSimplifier.java505 ReferenceValue referenceValue =
531 ReferenceValue referenceValue =
545 ReferenceValue referenceValue =
558 ReferenceValue referenceValue =
H A DStoringInvocationUnit.java74 ReferenceValue value)
133 private static void generalizeFieldClassValue(Field field, ReferenceValue value)
143 public static ReferenceValue getFieldClassValue(Field field)
/external/proguard/src/proguard/optimize/info/
H A DFieldOptimizationInfo.java47 private ReferenceValue referencedClass;
108 public void generalizeReferencedClass(ReferenceValue referencedClass)
116 public ReferenceValue getReferencedClass()
/external/proguard/src/proguard/preverify/
H A DCodePreverifier.java429 ReferenceValue referenceValue = value.referenceValue();
487 ReferenceValue referenceValue)
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2231 static const char *GuessCstringPointer(uint64_t ReferenceValue, argument
2240 ReferenceValue >= Sec.addr &&
2241 ReferenceValue < Sec.addr + Sec.size) {
2242 uint64_t sect_offset = ReferenceValue - Sec.addr;
2261 ReferenceValue >= Sec.addr &&
2262 ReferenceValue < Sec.addr + Sec.size) {
2263 uint64_t sect_offset = ReferenceValue - Sec.addr;
2282 // ReferenceValue passed in or nullptr. This is used when ReferenceValue maybe
2285 static const char *GuessIndirectSymbol(uint64_t ReferenceValue, argument
2449 GuessPointerPointer(uint64_t ReferenceValue, struct DisassembleInfo *info, bool &classref, bool &selref, bool &msgref, bool &cfstring) argument
2621 get_symbol_32(uint32_t sect_offset, SectionRef S, DisassembleInfo *info, uint32_t ReferenceValue) argument
3218 get_objc2_64bit_class_name(uint64_t pointer_value, uint64_t ReferenceValue, struct DisassembleInfo *info) argument
3269 get_objc2_64bit_cfstring_name(uint64_t ReferenceValue, struct DisassembleInfo *info) argument
3303 get_objc2_64bit_selref(uint64_t ReferenceValue, struct DisassembleInfo *info) argument
6097 GuessLiteralPointer(uint64_t ReferenceValue, uint64_t ReferencePC, uint64_t *ReferenceType, struct DisassembleInfo *info) argument
6235 SymbolizerSymbolLookUp(void *DisInfo, uint64_t ReferenceValue, uint64_t *ReferenceType, uint64_t ReferencePC, const char **ReferenceName) argument
9346 get_dyld_bind_info_symbolname(uint64_t ReferenceValue, struct DisassembleInfo *info) argument
[all...]

Completed in 175 milliseconds

12