Home
last modified time | relevance | path

Searched refs:getResult (Results 1 – 25 of 85) sorted by relevance

1234

/external/dexmaker/src/dx/java/com/android/dx/ssa/
DNormalSsaInsn.java35 super(insn.getResult(), block); in NormalSsaInsn()
46 insn = insn.withNewRegisters(getResult(), newSources); in mapSourceRegisters()
78 insn = insn.withNewRegisters(getResult(), newSources); in changeOneSource()
94 insn = insn.withNewRegisters(getResult(), newSources); in setNewSources()
121 return insn.withNewRegisters(getResult(), insn.getSources()); in toRopInsn()
146 assignment = getResult(); in getLocalAssignment()
DDeadCodeRemover.java158 RegisterSpec result = insn.getResult(); in pruneDeadInstructions()
201 RegisterSpec result = use.getResult(); in isCircularNoSideEffect()
252 noSideEffectRegs.set(insn.getResult().getReg()); in visitMoveInsn()
260 noSideEffectRegs.set(phi.getResult().getReg()); in visitPhiInsn()
266 RegisterSpec result = insn.getResult(); in visitNonMoveInsn()
DLiteralOpUpgrader.java149 RegisterSpec result = insn.getResult(); in tryReplacingWithConstant()
153 TypeBearer type = insn.getResult().getTypeBearer(); in tryReplacingWithConstant()
190 Rop newRop = Rops.ropFor(newOpcode, insn.getResult(), newSources, cst); in replacePlainInsn()
194 insn.getResult(), newSources); in replacePlainInsn()
197 insn.getResult(), newSources, cst); in replacePlainInsn()
DEscapeAnalysis.java220 RegisterSpec result = insn.getResult(); in processInsn()
253 RegisterSpec result = insn.getResult(); in processMoveResultPseudoInsn()
361 int setIndex = findSetIndex(use.getResult()); in processPhiUse()
377 escSet.regSet.set(use.getResult().getReg()); in processPhiUse()
378 regWorklist.add(use.getResult()); in processPhiUse()
398 escSet.regSet.set(use.getResult().getReg()); in processUse()
399 regWorklist.add(use.getResult()); in processUse()
537 Type resultType = def.getResult().getType(); in replaceDef()
582 result = source.withReg(next.getResult().getReg()); in replaceUse()
615 next.getResult(), RegOps.CONST, in replaceUse()
[all …]
DPhiTypeResolver.java74 && (definsn.getResult().getBasicType() == Type.BT_VOID)) { in run()
100 RegisterSpec resultReg = useInsn.getResult(); in run()
189 RegisterSpec result = insn.getResult(); in resolveResultType()
DSsaBasicBlock.java589 if (lastInsn.getResult() != null || lastInsn.getSources().size() > 0) { in addMoveToEnd()
708 toSchedule.get(i).getResult()); in scheduleUseBeforeAssigned()
722 if (!checkRegUsed(regsUsedAsSources, insn.getResult())) { in scheduleUseBeforeAssigned()
738 if (checkRegUsed(regsUsedAsSources, insn.getResult()) in scheduleUseBeforeAssigned()
754 RegisterSpec result = insnToSplit.getResult(); in scheduleUseBeforeAssigned()
913 = firstNonPhiMoveInsn.getResult().getReg(); in scheduleMovesFromPhis()
937 = firstNonPhiMoveInsn.getResult(); in scheduleMovesFromPhis()
944 firstNonPhiMoveInsn.getResult(); in scheduleMovesFromPhis()
DConstCollector.java176 RegisterSpec result = insn.getResult(); in getConstsSortedByCountUse()
286 if (use.getResult() == null) { in fixLocalAssignment()
342 final RegisterSpec origReg = insn.getResult(); in updateConstUses()
343 TypeBearer typeBearer = insn.getResult().getTypeBearer(); in updateConstUses()
DPhiInsn.java94 o.regSpec.getReg()).getResult(); in updateSourcesToDefinitions()
110 getResult().getReg(), type, local)); in changeResultType()
350 RegisterSpec result = getResult(); in toHumanWithInline()
DMoveParamCombiner.java75 paramSpecs[param] = insn.getResult(); in run()
78 final RegisterSpec specB = insn.getResult(); in run()
DSsaMethod.java422 definitionList[insn.getResult().getReg()] = insn; in getDefinitionForRegister()
425 definitionList[phi.getResult().getReg()] = phi; in getDefinitionForRegister()
428 RegisterSpec result = insn.getResult(); in getDefinitionForRegister()
430 definitionList[insn.getResult().getReg()] = insn; in getDefinitionForRegister()
580 RegisterSpec resultReg = insn.getResult(); in onInsnRemoved()
619 RegisterSpec resultReg = insn.getResult(); in updateOneDefinition()
DLocalVariableExtractor.java126 && (lastInsn.getResult() != null); in processBlock()
150 result = insn.getResult(); in processBlock()
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DPlainInsn.java93 getResult().withOffset(delta), in withRegisterOffset()
115 Rop newRop = Rops.ropFor(getOpcode().getOpcode(), getResult(), in withSourceLiteral()
117 return new PlainCstInsn(newRop, getPosition(), getResult(), in withSourceLiteral()
135 newRop = Rops.ropFor(opcode, getResult(), newSources, cst); in withSourceLiteral()
142 getResult(), newSources, cst); in withSourceLiteral()
DLocalVariableExtractor.java105 (insns.getLast().getResult() != null); in processBlock()
132 result = insn.getResult(); in processBlock()
/external/webkit/Source/WebCore/fileapi/
DEntrySync.cpp62 return helper.getResult(ec); in getMetadata()
73 return helper.getResult(ec); in moveTo()
84 return helper.getResult(ec); in copyTo()
95 helper.getResult(ec); in remove()
DDirectoryEntrySync.cpp62 return static_pointer_cast<FileEntrySync>(helper.getResult(ec)); in getFile()
73 return static_pointer_cast<DirectoryEntrySync>(helper.getResult(ec)); in getDirectory()
84 helper.getResult(ec); in removeRecursively()
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp652 if (I->getResult().isDirty()) in getNonLocalCallDependency()
700 if (!Entry->getResult().isDirty()) in getNonLocalCallDependency()
711 if (Instruction *Inst = ExistingResult->getResult().getInst()) { in getNonLocalCallDependency()
812 if (ExistingResult && !ExistingResult->getResult().isDirty()) { in GetNonLocalInfoForBlock()
814 return ExistingResult->getResult(); in GetNonLocalInfoForBlock()
821 if (ExistingResult && ExistingResult->getResult().getInst()) { in GetNonLocalInfoForBlock()
822 assert(ExistingResult->getResult().getInst()->getParent() == BB && in GetNonLocalInfoForBlock()
825 ScanPos = ExistingResult->getResult().getInst(); in GetNonLocalInfoForBlock()
942 if (Instruction *Inst = DI->getResult().getInst()) in getNonLocalPointerDepFromBB()
963 if (Instruction *Inst = DI->getResult().getInst()) in getNonLocalPointerDepFromBB()
[all …]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowAccountManager.java68 public Bundle getResult(long timeout, TimeUnit unit) throws OperationCanceledException, in getAuthToken() method
79 public Bundle getResult() throws OperationCanceledException, in getAuthToken() method
126 public Bundle getResult(long timeout, TimeUnit unit) throws OperationCanceledException, in getAuthTokenByFeatures() method
137 public Bundle getResult() throws OperationCanceledException, in getAuthTokenByFeatures() method
/external/skia/tools/
DPictureBenchmark.cpp129 SkString result = perTileTimerData.getResult(fLogPerIter, fPrintMin, fRepeats, in run()
138 SkString longRunningResult = longRunningTimerData.getResult(false, false, fRepeats, in run()
162 SkString result = timerData.getResult(fLogPerIter, fPrintMin, fRepeats, in run()
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
DLivenessAnalyzer.java236 RegisterSpec rs = statement.getResult(); in liveOutAtStatement()
271 interference.add(phis.get(i).getResult().getReg(), in coInterferePhis()
272 phis.get(j).getResult().getReg()); in coInterferePhis()
DRegisterAllocator.java88 return definition.getResult().getCategory(); in getCategoryForSsaReg()
102 return definition == null ? null : definition.getResult(); in getDefinitionSpecForSsaReg()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DAccountManagerTest.java69 future.getResult(); in testGetAuthTokenByFeatures_isDoneWithGetResult()
84 Bundle result = future.getResult(); in testGetAuthTokenByFeatures_getResult()
95 Bundle result = future.getResult(); in testGetAuthToken_getResult()
/external/smali/util/src/main/java/ds/tree/
DRadixTreeImpl.java70 return visitor.getResult(); in find()
87 return visitor.getResult() != null; in replace()
147 if(visitor.getResult()) { in delete()
150 return visitor.getResult().booleanValue(); in delete()
319 return visitor.getResult().booleanValue(); in contains()
DVisitor.java55 public R getResult(); in getResult() method
/external/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h205 const MemDepResult &getResult() const { return Result; } in getResult() function
230 const MemDepResult &getResult() const { return Entry.getResult(); } in getResult() function
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/SSAO/
DssaoBlur15.frag15 vec4 getResult(vec4 color){
156 gl_FragColor=getResult(convolutionFilter());
157 // gl_FragColor=getResult(bilateralFilter());

1234