Home
last modified time | relevance | path

Searched refs:thisValue (Results 1 – 7 of 7) sorted by relevance

/external/proguard/src/proguard/evaluation/
DVariables.java124 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()
DStack.java133 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/
Dcjx_xfa.h19 JS_PROP(thisValue); /* this */
Dcjx_xfa.cpp18 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/
DGetValues002Test.java181 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/clang/lib/CodeGen/
DCGClass.cpp1666 Address thisValue = CGF.LoadCXXThisAddress(); in Emit() local
1668 LValue ThisLV = CGF.MakeAddrLValue(thisValue, RecordTy); in Emit()
/external/pdfium/xfa/fxfa/parser/
Dxfa_basic_data_element_script.cpp812 {0x2d574d58, L"this", (XFA_ATTRIBUTE_CALLBACK)&CJX_Xfa::thisValue,