Searched refs:hasResult (Results 1 - 24 of 24) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDop.java44 private final boolean hasResult; field in class:Dop
57 * @param hasResult whether the opcode has a result register; if so it
61 boolean hasResult) {
82 this.hasResult = hasResult;
124 public boolean hasResult() { method in class:Dop
125 return hasResult;
60 Dop(int opcode, int family, int nextOpcode, InsnFormat format, boolean hasResult) argument
H A DDalvInsn.java200 * {@code getOpcode().hasResult()}.
204 public final boolean hasResult() { method in class:DalvInsn
205 return opcode.hasResult();
221 boolean hasResult = hasResult();
226 if (hasResult && !compatRegs.get(0)) {
230 for (int i = hasResult ? 1 : 0; i < regSz; i++) {
248 registers.withExpandedRegisters(0, hasResult(), null);
266 if (hasResult()) compatRegs.set(0);
270 if (hasResult()) compatReg
[all...]
H A DRopTranslator.java709 boolean hasResult = opcode.hasResult()
712 if (hasResult != (realResult != null)) {
751 if (opcode.hasResult() != (realResult != null)) {
/external/webkit/Source/WebCore/platform/graphics/filters/
H A DFEMerge.cpp46 if (hasResult())
53 if (!in->hasResult())
H A DFilterEffect.cpp70 ASSERT(hasResult());
100 if (!hasResult())
175 ASSERT(hasResult());
209 ASSERT(hasResult());
238 ASSERT(!hasResult());
252 ASSERT(!hasResult());
265 ASSERT(!hasResult());
H A DSourceGraphic.cpp56 if (hasResult())
H A DFEOffset.cpp79 if (hasResult())
83 if (!in->hasResult())
H A DFETile.cpp50 if (hasResult())
54 if (!in->hasResult())
H A DFEBlend.cpp96 if (hasResult())
102 if (!in->hasResult() || !in2->hasResult())
H A DFEDisplacementMap.cpp93 if (hasResult())
99 if (!in->hasResult() || !in2->hasResult())
H A DFEFlood.cpp75 if (hasResult())
H A DSourceAlpha.cpp57 if (hasResult())
H A DFEComposite.cpp201 if (hasResult())
207 if (!in->hasResult() || !in2->hasResult())
H A DFilterEffect.h57 bool hasResult() const { return m_imageBufferResult || m_unmultipliedImageResult || m_premultipliedImageResult; } function in class:WebCore::FilterEffect
H A DFEColorMatrix.cpp161 if (hasResult())
165 if (!in->hasResult())
H A DFEComponentTransfer.cpp154 if (hasResult())
158 if (!in->hasResult())
H A DFEGaussianBlur.cpp169 if (hasResult())
173 if (!in->hasResult())
H A DFEMorphology.cpp105 if (hasResult())
109 if (!in->hasResult())
H A DFEConvolveMatrix.cpp395 if (hasResult())
399 if (!in->hasResult())
H A DFELighting.cpp343 if (hasResult())
347 if (!in->hasResult())
H A DFETurbulence.cpp343 if (hasResult())
/external/webkit/Source/WebCore/svg/graphics/filters/
H A DSVGFEImage.cpp61 if (!m_image.get() || hasResult())
H A DSVGFilterBuilder.cpp98 if (!effect->hasResult())
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGResourceFilter.cpp305 if (!lastEffect->hasResult()) {

Completed in 186 milliseconds