Searched refs:referenceValue (Results 1 - 25 of 39) sorted by relevance

12

/external/proguard/src/proguard/optimize/evaluation/
H A DSimpleEnumUseChecker.java158 partialEvaluator.getStackBefore(offset).getTop(0).referenceValue().getType()+"] in more general array ["+
159 partialEvaluator.getStackBefore(offset).getTop(2).referenceValue().getType()+"]");
178 partialEvaluator.getStackBefore(offset).getTop(0).referenceValue().getType()+"] as more general type");
195 partialEvaluator.getStackBefore(offset).getTop(0).referenceValue().getType()+"] as monitor");
241 System.out.println("SimpleEnumUseChecker: ["+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz)+"] calls ["+partialEvaluator.getStackBefore(offset).getTop(stackEntryIndex).referenceValue().getType()+"."+invokedMethodName+"]");
282 partialEvaluator.getStackBefore(offset).getTop(0).referenceValue().getType()+"] as ["+
304 partialEvaluator.getStackBefore(offset).getTop(0).referenceValue().getType()+"] as ["+
332 System.out.println("SimpleEnumUseChecker: ["+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz)+"] compares ["+partialEvaluator.getStackBefore(offset).getTop(0).referenceValue().getType()+"] to plain type");
337 System.out.println("SimpleEnumUseChecker: ["+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz)+"] compares ["+partialEvaluator.getStackBefore(offset).getTop(1).referenceValue().getType()+"] to plain type");
395 partialEvaluator.getStackBefore(invocationOffset).getTop(stackEntryIndex).referenceValue();
678 isSimpleEnumType(ReferenceValue referenceValue) argument
752 markComplexEnumType(ReferenceValue referenceValue) argument
[all...]
H A DSimpleEnumArrayPropagator.java69 array.referenceValue().arrayLength(
H A DSimpleEnumUseSimplifier.java505 ReferenceValue referenceValue =
506 partialEvaluator.getStackAfter(offset).getTop(0).referenceValue();
508 Clazz referencedClass = referenceValue.getReferencedClass();
511 !ClassUtil.isInternalArrayType(referenceValue.getType());
531 ReferenceValue referenceValue =
532 partialEvaluator.getStackBefore(offset).getTop(stackEntryIndex).referenceValue();
534 return isSimpleEnum(referenceValue.getReferencedClass()) &&
535 !ClassUtil.isInternalArrayType(referenceValue.getType());
545 ReferenceValue referenceValue =
546 partialEvaluator.getStackBefore(offset).getTop(stackEntryIndex).referenceValue();
[all...]
H A DEvaluationSimplifier.java881 ReferenceValue referenceValue =
882 partialEvaluator.getStackBefore(producerOffset).getTop(1).referenceValue();
884 if (referenceValue.isParticular())
892 referenceValue);
968 ReferenceValue referenceValue =
969 partialEvaluator.getStackBefore(producerOffset).getTop(1).referenceValue();
971 if (referenceValue.isParticular())
979 referenceValue);
H A DEvaluationShrinker.java2092 (valueAfter.referenceValue().isNull() == Value.ALWAYS ||
2093 !valueAfter.referenceValue().getType().equals(valueBefore.referenceValue().getType())))
/external/proguard/src/proguard/evaluation/value/
H A DValue.java95 public ReferenceValue referenceValue() method in class:Value
H A DReferenceValue.java291 public final ReferenceValue referenceValue() method in class:ReferenceValue
298 return this.generalize(other.referenceValue());
H A DTypedReferenceValue.java193 true).referenceValue();
459 private static ReferenceValue typedReferenceValue(TypedReferenceValue referenceValue, argument
462 return referenceValue.getClass() == TypedReferenceValue.class ?
463 referenceValue.generalizeMayBeNull(mayBeNull) :
464 new TypedReferenceValue(referenceValue.type,
465 referenceValue.referencedClass,
H A DDetailedArrayReferenceValue.java121 value.referenceValue() :
/external/proguard/src/proguard/optimize/
H A DMemberDescriptorSpecializer.java76 Clazz referencedClass = parameterValue.referenceValue().getReferencedClass();
116 Clazz referencedClass = parameterValue.referenceValue().getReferencedClass();
/external/deqp/framework/opengl/
H A DgluShaderLibrary.hpp84 int referenceValue; member in struct:glu::sl::RequiredCapability
88 , referenceValue (0)
94 , referenceValue (referenceValue_)
H A DgluShaderLibrary.cpp301 static CaseRequirement createLimitRequirement (deUint32 enumName, int referenceValue) argument
305 req.requiredCap = RequiredCapability(enumName, referenceValue);
/external/proguard/src/proguard/preverify/
H A DCodePreverifier.java429 ReferenceValue referenceValue = value.referenceValue();
430 if (referenceValue.isNull() == Value.ALWAYS)
475 return VerificationTypeFactory.createObjectType(createClassConstant(programClass, referenceValue));
487 ReferenceValue referenceValue)
489 return new ConstantPoolEditor(programClass).addClassConstant(referenceValue.getType(),
490 referenceValue.getReferencedClass());
486 createClassConstant(ProgramClass programClass, ReferenceValue referenceValue) argument
/external/proguard/src/proguard/evaluation/
H A DProcessor.java548 ReferenceValue referenceValue = stack.apop();
549 stack.push(referenceValue.arrayLength(valueFactory));
595 stack.push(constantValueFactory.constantValue(clazz, constantIndex).referenceValue());
600 ReferenceValue referenceValue = constantValueFactory.constantValue(clazz, constantIndex).referenceValue();
602 stack.push(valueFactory.createArrayReferenceValue(referenceValue.internalType(),
603 referenceValue.getReferencedClass(),
614 castValue.isNull() == Value.NEVER ? constantValueFactory.constantValue(clazz, constantIndex).referenceValue() :
615 constantValueFactory.constantValue(clazz, constantIndex).referenceValue().generalize(valueFactory.createReferenceValueNull());
621 ReferenceValue referenceValue
[all...]
H A DVariables.java263 return load(index).referenceValue();
H A DStack.java330 return pop().referenceValue();
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageSparseResidency.cpp562 const tcu::UVec4 referenceValue = tcu::UVec4(offsetX % 127u, offsetY % 127u, offsetZ % 127u, 1u); local
565 if (deMemCmp(&outputValue, &referenceValue, sizeof(deUint32) * getNumUsedChannels(m_format.order)) != 0)
575 const tcu::UVec4 referenceValue = tcu::UVec4(0u, 0u, 0u, 0u); local
578 if (deMemCmp(&outputValue, &referenceValue, sizeof(deUint32) * getNumUsedChannels(m_format.order)) != 0)
593 const tcu::UVec4 referenceValue = tcu::UVec4(offsetX % 127u, offsetY % 127u, offsetZ % 127u, 1u); local
596 if (deMemCmp(&outputValue, &referenceValue, sizeof(deUint32) * getNumUsedChannels(m_format.order)) != 0)
H A DvktSparseResourcesImageMemoryAliasing.cpp612 const tcu::UVec4 referenceValue = tcu::UVec4(index % MODULO_DIVISOR, index % MODULO_DIVISOR, index % MODULO_DIVISOR, 1u); local
615 if (deMemCmp(&outputValue, &referenceValue, sizeof(deUint32) * getNumUsedChannels(m_format.order)) != 0)
/external/deqp/modules/gles2/functional/
H A Des2fIntegerStateQueryTests.cpp1358 const int referenceValue = alignments[ndx]; local
1360 glPixelStorei(m_testTargetName, referenceValue);
1363 m_verifier->verifyInteger(m_testCtx, m_testTargetName, referenceValue);
1399 const GLenum referenceValue = blendFuncValues[ndx]; local
1402 if (referenceValue == GL_SRC_ALPHA_SATURATE &&
1406 SetBlendFunc(referenceValue);
1409 m_verifier->verifyInteger(m_testCtx, m_testTargetName, referenceValue);
1497 const GLenum referenceValue = blendFuncValues[ndx]; local
1499 SetBlendEquation(referenceValue);
1502 m_verifier->verifyInteger(m_testCtx, m_testTargetName, referenceValue);
[all...]
H A Des2fFloatStateQueryTests.cpp56 const GLuint64 referenceValue = (GLint64)((f * double(0xFFFFFFFFULL) - 1) / 2); local
57 return referenceValue;
/external/deqp/modules/gles3/functional/
H A Des3fIntegerStateQueryTests.cpp1640 const int referenceValue = rnd.getInt(0, 64000); local
1642 glPixelStorei(m_testTargetName, referenceValue);
1645 m_verifier->verifyInteger(m_testCtx, m_testTargetName, referenceValue);
1675 const int referenceValue = alignments[ndx]; local
1677 glPixelStorei(m_testTargetName, referenceValue);
1680 m_verifier->verifyInteger(m_testCtx, m_testTargetName, referenceValue);
1716 const GLenum referenceValue = blendFuncValues[ndx]; local
1718 SetBlendFunc(referenceValue);
1721 m_verifier->verifyInteger(m_testCtx, m_testTargetName, referenceValue);
1809 const GLenum referenceValue local
[all...]
H A Des3fFloatStateQueryTests.cpp56 const GLuint64 referenceValue = (GLint64)(f * 2147483647.0); local
57 return referenceValue;
/external/deqp/modules/gles31/functional/
H A Des31fTextureBorderClampTests.cpp1131 const tcu::Vec4 referenceValue = effectiveView.gatherOffsets(samplerParams.sampler, texCoord.x(), texCoord.y(), 0, glu::getDefaultGatherOffsets());
1132 const tcu::Vec4 referencePixel = referenceValue * samplerParams.colorScale + samplerParams.colorBias;
1136 reference.setPixel(px, py, tcu::toRGBAMasked(referenceValue, fbColormask));
1197 const tcu::Vec4 referenceValue = effectiveView.gatherOffsetsCompare(samplerParams.sampler, refZ, texCoord.x(), texCoord.y(), glu::getDefaultGatherOffsets());
1200 reference.setPixel(px, py, tcu::toRGBAMasked(referenceValue, fbColormask));
1202 if (tcu::boolAny(tcu::logicalAnd(colorMask, tcu::notEqual(referenceValue, resultValue))))
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java380 <K, V> ValueReference<K, V> referenceValue(
395 <K, V> ValueReference<K, V> referenceValue(
411 <K, V> ValueReference<K, V> referenceValue(
428 abstract <K, V> ValueReference<K, V> referenceValue( method in class:LocalCache.Strength
1835 return valueStrength.referenceValue(segmentFor(hash), entry, checkNotNull(value), weight);
2166 map.valueStrength.referenceValue(this, entry, value, weight);
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java297 <K, V> ValueReference<K, V> referenceValue(
310 <K, V> ValueReference<K, V> referenceValue(
323 <K, V> ValueReference<K, V> referenceValue(
337 abstract <K, V> ValueReference<K, V> referenceValue( method in class:MapMakerInternalMap.Strength
1847 return valueStrength.referenceValue(segmentFor(hash), entry, value);
2160 ValueReference<K, V> valueReference = map.valueStrength.referenceValue(this, entry, value);

Completed in 778 milliseconds

12