/external/proguard/src/proguard/optimize/evaluation/ |
D | SimpleEnumUseChecker.java | 158 …partialEvaluator.getStackBefore(offset).getTop(0).referenceValue().getType()+"] in more general ar… in visitSimpleInstruction() 159 … partialEvaluator.getStackBefore(offset).getTop(2).referenceValue().getType()+"]"); in visitSimpleInstruction() 178 …partialEvaluator.getStackBefore(offset).getTop(0).referenceValue().getType()+"] as more general ty… in visitSimpleInstruction() 195 … partialEvaluator.getStackBefore(offset).getTop(0).referenceValue().getType()+"] as monitor"); in visitSimpleInstruction() 241 …s ["+partialEvaluator.getStackBefore(offset).getTop(stackEntryIndex).referenceValue().getType()+".… in visitConstantInstruction() 282 … partialEvaluator.getStackBefore(offset).getTop(0).referenceValue().getType()+"] as ["+ in visitConstantInstruction() 304 … partialEvaluator.getStackBefore(offset).getTop(0).referenceValue().getType()+"] as ["+ in visitConstantInstruction() 332 …zz)+"] compares ["+partialEvaluator.getStackBefore(offset).getTop(0).referenceValue().getType()+"]… in visitBranchInstruction() 337 …zz)+"] compares ["+partialEvaluator.getStackBefore(offset).getTop(1).referenceValue().getType()+"]… in visitBranchInstruction() 395 … partialEvaluator.getStackBefore(invocationOffset).getTop(stackEntryIndex).referenceValue(); in visitParameter() [all …]
|
D | SimpleEnumUseSimplifier.java | 505 ReferenceValue referenceValue = in isPushingSimpleEnum() local 506 partialEvaluator.getStackAfter(offset).getTop(0).referenceValue(); in isPushingSimpleEnum() 508 Clazz referencedClass = referenceValue.getReferencedClass(); in isPushingSimpleEnum() 511 !ClassUtil.isInternalArrayType(referenceValue.getType()); in isPushingSimpleEnum() 531 ReferenceValue referenceValue = in isPoppingSimpleEnum() local 532 partialEvaluator.getStackBefore(offset).getTop(stackEntryIndex).referenceValue(); in isPoppingSimpleEnum() 534 return isSimpleEnum(referenceValue.getReferencedClass()) && in isPoppingSimpleEnum() 535 !ClassUtil.isInternalArrayType(referenceValue.getType()); in isPoppingSimpleEnum() 545 ReferenceValue referenceValue = in isPoppingSimpleEnumType() local 546 partialEvaluator.getStackBefore(offset).getTop(stackEntryIndex).referenceValue(); in isPoppingSimpleEnumType() [all …]
|
D | EvaluationSimplifier.java | 881 ReferenceValue referenceValue = in replaceSimpleEnumSwitchInstruction() local 882 partialEvaluator.getStackBefore(producerOffset).getTop(1).referenceValue(); in replaceSimpleEnumSwitchInstruction() 884 if (referenceValue.isParticular()) in replaceSimpleEnumSwitchInstruction() 892 referenceValue); in replaceSimpleEnumSwitchInstruction() 968 ReferenceValue referenceValue = in replaceSimpleEnumSwitchInstruction() local 969 partialEvaluator.getStackBefore(producerOffset).getTop(1).referenceValue(); in replaceSimpleEnumSwitchInstruction() 971 if (referenceValue.isParticular()) in replaceSimpleEnumSwitchInstruction() 979 referenceValue); in replaceSimpleEnumSwitchInstruction()
|
D | SimpleEnumArrayPropagator.java | 69 array.referenceValue().arrayLength( in visitProgramMethod()
|
D | EvaluationShrinker.java | 2092 (valueAfter.referenceValue().isNull() == Value.ALWAYS || in isVariableInitialization() 2093 !valueAfter.referenceValue().getType().equals(valueBefore.referenceValue().getType()))) in isVariableInitialization()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 548 ReferenceValue referenceValue = stack.apop(); in visitSimpleInstruction() local 549 stack.push(referenceValue.arrayLength(valueFactory)); in visitSimpleInstruction() 595 … stack.push(constantValueFactory.constantValue(clazz, constantIndex).referenceValue()); in visitConstantInstruction() 600 …ReferenceValue referenceValue = constantValueFactory.constantValue(clazz, constantIndex).reference… in visitConstantInstruction() local 602 stack.push(valueFactory.createArrayReferenceValue(referenceValue.internalType(), in visitConstantInstruction() 603 … referenceValue.getReferencedClass(), in visitConstantInstruction() 614 …ull() == Value.NEVER ? constantValueFactory.constantValue(clazz, constantIndex).referenceValue() : in visitConstantInstruction() 615 …constantValueFactory.constantValue(clazz, constantIndex).referenceValue().generalize(valueFactory.… in visitConstantInstruction() 621 …ReferenceValue referenceValue = constantValueFactory.constantValue(clazz, constantIndex).reference… in visitConstantInstruction() local 623 int instanceOf = stack.apop().instanceOf(referenceValue.getType(), in visitConstantInstruction() [all …]
|
D | Variables.java | 263 return load(index).referenceValue(); in aload()
|
D | Stack.java | 330 return pop().referenceValue(); in apop()
|
/external/proguard/src/proguard/preverify/ |
D | CodePreverifier.java | 429 ReferenceValue referenceValue = value.referenceValue(); in correspondingVerificationType() local 430 if (referenceValue.isNull() == Value.ALWAYS) in correspondingVerificationType() 475 …return VerificationTypeFactory.createObjectType(createClassConstant(programClass, referenceValue)); in correspondingVerificationType() 487 ReferenceValue referenceValue) in createClassConstant() argument 489 return new ConstantPoolEditor(programClass).addClassConstant(referenceValue.getType(), in createClassConstant() 490 … referenceValue.getReferencedClass()); in createClassConstant()
|
/external/proguard/src/proguard/evaluation/value/ |
D | TypedReferenceValue.java | 193 true).referenceValue(); in referenceArrayLoad() 459 private static ReferenceValue typedReferenceValue(TypedReferenceValue referenceValue, in typedReferenceValue() argument 462 return referenceValue.getClass() == TypedReferenceValue.class ? in typedReferenceValue() 463 referenceValue.generalizeMayBeNull(mayBeNull) : in typedReferenceValue() 464 new TypedReferenceValue(referenceValue.type, in typedReferenceValue() 465 referenceValue.referencedClass, in typedReferenceValue()
|
D | ReferenceValue.java | 291 public final ReferenceValue referenceValue() in referenceValue() method in ReferenceValue 298 return this.generalize(other.referenceValue()); in generalize()
|
D | Value.java | 95 public ReferenceValue referenceValue() in referenceValue() method in Value
|
D | DetailedArrayReferenceValue.java | 121 value.referenceValue() : in referenceArrayLoad()
|
/external/deqp/framework/opengl/ |
D | gluShaderLibrary.hpp | 84 int referenceValue; member 88 , referenceValue (0) in RequiredCapability() 94 , referenceValue (referenceValue_) in RequiredCapability()
|
D | gluShaderLibrary.cpp | 301 static CaseRequirement createLimitRequirement (deUint32 enumName, int referenceValue) in createLimitRequirement() 305 req.requiredCap = RequiredCapability(enumName, referenceValue); in createLimitRequirement()
|
/external/proguard/src/proguard/optimize/ |
D | MemberDescriptorSpecializer.java | 76 Clazz referencedClass = parameterValue.referenceValue().getReferencedClass(); in visitProgramField() 116 Clazz referencedClass = parameterValue.referenceValue().getReferencedClass(); in visitProgramMethod()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesImageSparseResidency.cpp | 598 … const tcu::UVec4 referenceValue = tcu::UVec4(offsetX % 127u, offsetY % 127u, offsetZ % 127u, 1u); in iterate() local 601 …if (deMemCmp(&outputValue, &referenceValue, sizeof(deUint32) * getNumUsedChannels(m_format.order))… in iterate() 611 const tcu::UVec4 referenceValue = tcu::UVec4(0u, 0u, 0u, 0u); in iterate() local 614 …if (deMemCmp(&outputValue, &referenceValue, sizeof(deUint32) * getNumUsedChannels(m_format.order))… in iterate() 629 const tcu::UVec4 referenceValue = tcu::UVec4(offsetX % 127u, offsetY % 127u, offsetZ % 127u, 1u); in iterate() local 632 …if (deMemCmp(&outputValue, &referenceValue, sizeof(deUint32) * getNumUsedChannels(m_format.order))… in iterate()
|
D | vktSparseResourcesImageMemoryAliasing.cpp | 612 …const tcu::UVec4 referenceValue = tcu::UVec4(index % MODULO_DIVISOR, index % MODULO_DIVISOR, index… in iterate() local 615 …if (deMemCmp(&outputValue, &referenceValue, sizeof(deUint32) * getNumUsedChannels(m_format.order))… in iterate()
|
/external/deqp/modules/gles2/functional/ |
D | es2fIntegerStateQueryTests.cpp | 1358 const int referenceValue = alignments[ndx]; in test() local 1360 glPixelStorei(m_testTargetName, referenceValue); in test() 1363 m_verifier->verifyInteger(m_testCtx, m_testTargetName, referenceValue); in test() 1399 const GLenum referenceValue = blendFuncValues[ndx]; in test() local 1402 if (referenceValue == GL_SRC_ALPHA_SATURATE && in test() 1406 SetBlendFunc(referenceValue); in test() 1409 m_verifier->verifyInteger(m_testCtx, m_testTargetName, referenceValue); in test() 1497 const GLenum referenceValue = blendFuncValues[ndx]; in test() local 1499 SetBlendEquation(referenceValue); in test() 1502 m_verifier->verifyInteger(m_testCtx, m_testTargetName, referenceValue); in test()
|
D | es2fFloatStateQueryTests.cpp | 56 const GLuint64 referenceValue = (GLint64)((f * double(0xFFFFFFFFULL) - 1) / 2); in expandGLFloatToInteger() local 57 return referenceValue; in expandGLFloatToInteger()
|
/external/deqp/modules/gles3/functional/ |
D | es3fIntegerStateQueryTests.cpp | 1640 const int referenceValue = rnd.getInt(0, 64000); in test() local 1642 glPixelStorei(m_testTargetName, referenceValue); in test() 1645 m_verifier->verifyInteger(m_testCtx, m_testTargetName, referenceValue); in test() 1675 const int referenceValue = alignments[ndx]; in test() local 1677 glPixelStorei(m_testTargetName, referenceValue); in test() 1680 m_verifier->verifyInteger(m_testCtx, m_testTargetName, referenceValue); in test() 1716 const GLenum referenceValue = blendFuncValues[ndx]; in test() local 1718 SetBlendFunc(referenceValue); in test() 1721 m_verifier->verifyInteger(m_testCtx, m_testTargetName, referenceValue); in test() 1809 const GLenum referenceValue = blendFuncValues[ndx]; in test() local [all …]
|
D | es3fFloatStateQueryTests.cpp | 56 const GLuint64 referenceValue = (GLint64)(f * 2147483647.0); in expandGLFloatToInteger() local 57 return referenceValue; in expandGLFloatToInteger()
|
/external/guava/guava/src/com/google/common/collect/ |
D | MapMakerInternalMap.java | 297 <K, V> ValueReference<K, V> referenceValue( in referenceValue() method 310 <K, V> ValueReference<K, V> referenceValue( in referenceValue() method 323 <K, V> ValueReference<K, V> referenceValue( in referenceValue() method 337 abstract <K, V> ValueReference<K, V> referenceValue( in referenceValue() method in MapMakerInternalMap.Strength 1847 return valueStrength.referenceValue(segmentFor(hash), entry, value); in newValueReference() 2160 ValueReference<K, V> valueReference = map.valueStrength.referenceValue(this, entry, value); in setValue()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureBorderClampTests.cpp | 1131 …const tcu::Vec4 referenceValue = effectiveView.gatherOffsets(samplerParams.sampler, texCoord.x()… in verifyTextureGatherResult() local 1132 …const tcu::Vec4 referencePixel = referenceValue * samplerParams.colorScale + samplerParams.color… in verifyTextureGatherResult() 1136 reference.setPixel(px, py, tcu::toRGBAMasked(referenceValue, fbColormask)); in verifyTextureGatherResult() 1197 …const tcu::Vec4 referenceValue = effectiveView.gatherOffsetsCompare(samplerParams.sampler, refZ,… in verifyTextureGatherCmpResult() local 1200 reference.setPixel(px, py, tcu::toRGBAMasked(referenceValue, fbColormask)); in verifyTextureGatherCmpResult() 1202 if (tcu::boolAny(tcu::logicalAnd(colorMask, tcu::notEqual(referenceValue, resultValue)))) in verifyTextureGatherCmpResult()
|
/external/guava/guava/src/com/google/common/cache/ |
D | LocalCache.java | 380 <K, V> ValueReference<K, V> referenceValue( in referenceValue() method 395 <K, V> ValueReference<K, V> referenceValue( in referenceValue() method 411 <K, V> ValueReference<K, V> referenceValue( in referenceValue() method 428 abstract <K, V> ValueReference<K, V> referenceValue( in referenceValue() method in LocalCache.Strength 1835 return valueStrength.referenceValue(segmentFor(hash), entry, checkNotNull(value), weight); in newValueReference() 2166 map.valueStrength.referenceValue(this, entry, value, weight); in setValue()
|