Home
last modified time | relevance | path

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

1234

/external/chromium_org/v8/test/webkit/
Ddate-set-to-nan.js93 var getResult = date["get" + functionNameRoot]();
94 if (!isNaN(getResult)) {
95 testFailed("date.get" + functionNameRoot + "() was " + getResult + " instead of NaN");
113 var getResult = date["get" + functionNameRoot]();
114 if (getResult != setValue) {
115 … testFailed("date.get" + functionNameRoot + "() was " + getResult + " instead of " + setValue);
129 var getResult = date["get" + functionNameRoot]();
130 if (getResult != setValue) {
131 … testFailed("date.get" + functionNameRoot + "() was " + getResult + " instead of " + setValue);
134 getResult = date.getMilliseconds();
[all …]
/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/chromium_org/third_party/WebKit/Source/modules/filesystem/
DEntrySync.cpp57 return helper.getResult(exceptionState); in getMetadata()
64 return helper.getResult(exceptionState); in moveTo()
71 return helper.getResult(exceptionState); in copyTo()
78 helper.getResult(exceptionState); in remove()
DDirectoryEntrySync.cpp59 return static_pointer_cast<FileEntrySync>(helper.getResult(exceptionState)); in getFile()
67 return static_pointer_cast<DirectoryEntrySync>(helper.getResult(exceptionState)); in getDirectory()
74 helper.getResult(exceptionState); in removeRecursively()
/external/chromium_org/third_party/angle/src/libGLESv2/
DQuery.cpp37 GLuint Query::getResult() in getResult() function in gl::Query
39 return mQuery->getResult(); in getResult()
/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()
941 if (Instruction *Inst = DI->getResult().getInst()) in getNonLocalPointerDepFromBB()
962 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.cpp152 SkString result = perTileTimerData.getResult(timeFormat.c_str(), fTimerResult, in run()
165 SkString longRunningResult = longRunningTimerData.getResult( in run()
191 SkString result = timerData.getResult(timeFormat.c_str(), 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()
/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()
/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