Home
last modified time | relevance | path

Searched refs:thisValue (Results 1 – 10 of 10) 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/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DDumpableFormat.java105 @Nullable Object thisValue = getFieldFunction.apply(format); in addIfNonDefault() local
107 if (!Util.areEqual(thisValue, defaultValue)) { in addIfNonDefault()
108 dumper.add(field, thisValue); in addIfNonDefault()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DDumpableFormat.java105 @Nullable Object thisValue = getFieldFunction.apply(format); in addIfNonDefault() local
107 if (!Util.areEqual(thisValue, defaultValue)) { in addIfNonDefault()
108 dumper.add(field, thisValue); in addIfNonDefault()
/external/pdfium/fxjs/xfa/
Dcjx_xfa.h23 JSE_PROP(thisValue); /* this */
Dcjx_xfa.cpp23 void CJX_Xfa::thisValue(v8::Isolate* pIsolate, 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/cronet/buildtools/third_party/libc++abi/trunk/src/
Daix_state_tab_eh.inc130 // StateVariable::thisValue.
174 intptr_t thisValue;
273 addr = reinterpret_cast<void*>(state->thisValue + fsmEntry->offset);
275 "state->thisValue=%ld addr=(fsmEntry->offset+state->thisValue)=%p\n",
276 fsmEntry->offset, state->thisValue, addr);
/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/
Delement_attributes.inc54 ELEM_ATTR____(Xfa, ThisValue, CJX_Xfa::thisValue)