HomeSort by relevance Sort by last modified time
    Searched refs:Checks (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/mockito/src/org/mockito/internal/util/
Checks.java 11 public class Checks {
  /external/mockito/src/org/mockito/internal/util/reflection/
InstanceField.java 7 import org.mockito.internal.util.Checks;
25 * @param field The field that should be accessed, note that no checks are performed to ensure
30 this.field = Checks.checkNotNull(field, "field");
31 this.instance = Checks.checkNotNull(instance, "instance");
Fields.java 8 import org.mockito.internal.util.Checks;
69 Checks.checkNotNull(annotations, "Provide at least one annotation class");
GenericMetadataSupport.java 10 import org.mockito.internal.util.Checks;
218 Checks.checkNotNull(type, "type");
  /external/llvm/include/llvm/Transforms/Utils/
LoopVersioning.h 12 // emits checks to prove this.
31 /// \brief This class emits a version of the loop where run-time checks ensure
40 /// we will retain the default checks made by LAI. Otherwise, construct an
41 /// object having no checks and we expect the user to add them.
74 /// \brief Sets the runtime alias checks for versioning the loop.
76 const SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks);
78 /// \brief Sets the runtime SCEV checks for versioning the loop.
100 /// \brief The set of alias checks that we are versioning for.
103 /// \brief The set of SCEV checks that we are versioning for.
  /external/mockito/src/org/mockito/internal/configuration/injection/
MockInjection.java 13 import static org.mockito.internal.util.Checks.checkItemsNotNull;
14 import static org.mockito.internal.util.Checks.checkNotNull;
  /external/llvm/lib/Transforms/Scalar/
LoopLoadElimination.cpp 46 cl::desc("The maximum number of SCEV checks allowed for Loop "
320 /// \brief Determine the pointer alias checks to prove that there are no
336 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks;
338 std::copy_if(AllChecks.begin(), AllChecks.end(), std::back_inserter(Checks),
348 DEBUG(dbgs() << "\nPointer Checks (count: " << Checks.size() << "):\n");
349 DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks));
351 return Checks;
390 /// candidates, add run-time checks and perform transformation.
451 // Check intervening may-alias stores. These need runtime checks for alia
    [all...]
LoopDistribute.cpp 60 cl::desc("The maximum number of SCEV checks allowed for Loop "
619 /// \brief Filter out checks between pointers from the same partition.
629 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks;
631 std::copy_if(AllChecks.begin(), AllChecks.end(), std::back_inserter(Checks),
646 // pointer groups that require checks and a different
655 return Checks;
763 // Don't distribute the loop if we need too many SCEV run-time checks.
766 DEBUG(dbgs() << "Too many SCEV run-time checks needed.\n");
781 // If we need run-time checks, version the loop now.
785 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 85 /// \\brief When performing memory disambiguation checks at runtime do not
90 /// \brief Checks memory dependences among accesses to the same underlying
96 /// sometimes deal these potential dependencies by emitting runtime checks.
107 /// The latter case is safe because later checks guarantuee that there can't
221 /// Only checks sets with elements in \p CheckDeps.
268 /// A wrapper around ScalarEvolution, used to add runtime SCEV checks, and
290 /// vectorize this loop with runtime checks.
312 /// This function checks whether there is a plausible dependence (or the
327 /// \brief Holds information about the memory runtime legality checks to verify
362 Checks.clear()
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopVersioning.cpp 12 // emits checks to prove this.
40 const SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks) {
41 AliasChecks = std::move(Checks);
81 "any runtime checks");
  /external/mockito/src/org/mockito/internal/util/collections/
HashCodeAndEqualsSafeSet.java 7 import org.mockito.internal.util.Checks;
132 Checks.checkNotNull(mocks, "Passed collection should notify() be null");
  /external/v8/src/js/
arraybuffer.js 74 // Checks for detached source/target ArrayBuffers are done inside of
75 // %ArrayBufferSliceImpl; the reordering of checks does not violate
  /external/v8/test/mjsunit/regress/
regress-3218915.js 30 // Checks that comma expression in conditional context is processed correctly.
  /external/v8/test/webkit/
dfg-ensure-array-storage-on-string.js 25 "Checks that trying to arrayify a string to have array storage doesn't crash."
dfg-ensure-contiguous-on-string.js 25 "Checks that trying to arrayify a string doesn't crash."
dfg-force-exit-then-sparse-conditional-constant-prop-in-loop.js 25 "Checks that increased aggressiveness in sparse conditional constant propagation resultin from a node being proven to be force exit does not lead to a cascade of unsound decisions."
sort-with-side-effecting-comparisons.js 25 "Checks that sorting an array with a side-effecting comparison function doesn't trigger assertions."
dfg-cfa-prove-put-by-id-simple-when-storing-to-specialized-function.js 25 "Checks that the DFG CFA does the right things if it proves that a put_by_id is a simple replace when storing to a specialized function property."
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
log_util_test.js 49 * text. Checks the status bar and user comments after loading the log.
160 * Checks the visibility of each view after loading a freshly created log dump.
161 * Also checks that the BrowserBridge is disabled.
189 * Checks the visibility of each view after loading a log dump created by the
190 * WriteToFileNetLogObserver. Also checks that the BrowserBridge is disabled.
223 * Checks the currently active view.
232 * and checks visibility of tabs aftwards. Does not actually save the log to a
234 * TODO(mmenke): Add some checks for the import view.
289 * Checks pressing the stop capturing button.
timeline_view_test.js 11 // Range of time set on a log once loaded used by sanity checks.
92 * Checks certain invariant properties of the TimelineGraphView and the
102 * Checks what sanityCheck does, but also checks that |startTime| and |endTime|
124 * Checks what sanityCheck does, but also checks that |startTime| and |endTime|
270 // Set startTime/endTime for sanity checks.
411 // Set startTime/endTime for sanity checks.
  /external/v8/test/mjsunit/
debug-script-breakpoints.js 52 // Checks script name, line and column.
89 // Checks script id, line and column.
  /external/v8/test/intl/break-iterator/
property-override.js 28 // Checks for security holes introduced by Object.property overrides.
  /external/v8/test/intl/collator/
property-override.js 28 // Checks for security holes introduced by Object.property overrides.
  /build/core/
post_clean.mk 19 # Checks the current build configurations against the previous build,
  /external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp 46 cl::desc("When performing memory disambiguation checks at runtime do not "
51 /// \brief The maximum iterations used to merge memory checks
55 "runtime memory checks. (default = 100)"),
160 SmallVector<PointerCheck, 4> Checks;
168 Checks.push_back(std::make_pair(&CGI, &CGJ));
171 return Checks;
176 assert(Checks.empty() && "Checks is not empty");
178 Checks = generateChecks();
264 // dependence. Not grouping the checks for a[i] and a[i + 9000] allow
    [all...]

Completed in 329 milliseconds

1 2 3 4