Searched refs:thisValue (Results 1 – 9 of 9) sorted by relevance
/external/proguard/src/proguard/evaluation/ |
D | Variables.java | 124 Value thisValue = this.values[index]; in generalize() local 132 if (thisValue != null && in generalize() 134 thisValue.computationalType() == otherValue.computationalType()) in generalize() 136 Value newValue = thisValue.generalize(otherValue); in generalize() 138 changed = changed || !thisValue.equals(newValue); in generalize() 144 changed = changed || thisValue != null; in generalize() 295 Value thisValue = this.values[index]; in equals() local 303 if (thisValue != null && in equals() 305 thisValue.computationalType() == otherValue.computationalType() && in equals() 306 !thisValue.equals(otherValue)) in equals()
|
D | Stack.java | 133 Value thisValue = this.values[index]; in generalize() local 135 if (thisValue != null) in generalize() 143 newValue = thisValue.generalize(otherValue); in generalize() 146 changed = changed || !thisValue.equals(newValue); in generalize() 516 Value thisValue = this.values[index]; in equals() local 518 if (thisValue == null ? otherValue != null : in equals() 519 !thisValue.equals(otherValue)) in equals()
|
/external/pdfium/fxjs/xfa/ |
D | cjx_xfa.h | 23 JSE_PROP(thisValue); /* this */
|
D | cjx_xfa.cpp | 22 void CJX_Xfa::thisValue(CFXJSE_Value* pValue, in thisValue() function in CJX_Xfa
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
D | GetValues002Test.java | 181 Value thisValue = getStaticFieldValue(classID, "THIS_OBJECT"); in testGetValues009_ThisObject() local 185 suspensionMethodInfo.addVariable("this", thisValue); in testGetValues009_ThisObject() 187 methodInfo.addVariable("this", thisValue); in testGetValues009_ThisObject()
|
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
D | FakeTrackOutput.java | 335 @Nullable Object thisValue = getFieldFunction.apply(format); in addIfNonDefault() local 337 if (!Util.areEqual(thisValue, defaultValue)) { in addIfNonDefault() 338 dumper.add(field, thisValue); in addIfNonDefault()
|
/external/clang/lib/CodeGen/ |
D | CGClass.cpp | 1666 Address thisValue = CGF.LoadCXXThisAddress(); in Emit() local 1668 LValue ThisLV = CGF.MakeAddrLValue(thisValue, RecordTy); in Emit()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGClass.cpp | 1646 Address thisValue = CGF.LoadCXXThisAddress(); in Emit() local 1648 LValue ThisLV = CGF.MakeAddrLValue(thisValue, RecordTy); in Emit()
|
/external/pdfium/xfa/fxfa/parser/ |
D | element_attributes.inc | 54 ELEM_ATTR____(Xfa, ThisValue, CJX_Xfa::thisValue)
|