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

1 2

  /art/runtime/gc/collector/
garbage_collector.h 60 // A information related single garbage collector iteration. Since we only ever have one GC running
61 // at any given time, we can have a single iteration info.
62 class Iteration {
64 Iteration();
95 // Returns the estimated throughput of the iteration.
122 DISALLOW_COPY_AND_ASSIGN(Iteration);
174 // Returns the current GC iteration and assocated info.
175 Iteration* GetCurrentIteration();
176 const Iteration* GetCurrentIteration() const;
garbage_collector.cc 38 Iteration::Iteration()
39 : duration_ns_(0), timings_("GC iteration timing logger", true, VLOG_IS_ON(heap)) {
43 void Iteration::Reset(GcCause gc_cause, bool clear_soft_references) {
54 uint64_t Iteration::GetEstimatedThroughput() const {
85 Iteration* current_iteration = GetCurrentIteration();
90 // Update cumulative statistics with how many bytes the GC iteration freed.
167 // Returns the current GC iteration and assocated info.
168 Iteration* GarbageCollector::GetCurrentIteration() {
171 const Iteration* GarbageCollector::GetCurrentIteration() const
    [all...]
  /external/llvm/lib/Analysis/
CallGraphSCCPass.cpp 463 // Because of this, we allow iteration up to a specified iteration count.
466 // iteration count limit in case there is crazy code.
467 unsigned Iteration = 0;
470 DEBUG(if (Iteration)
471 dbgs() << " SCCPASSMGR: Re-visiting SCC, iteration #"
472 << Iteration << '\n');
475 } while (Iteration++ < MaxIterations && DevirtualizedCall);
478 DEBUG(dbgs() << " CGSCCPASSMGR: Stopped iteration after " << Iteration
    [all...]
  /system/extras/tests/workloads/
feedly-chrome.sh 61 echo Iteration $cur of $iterations
systemapps.sh 1 # Script to start a set of apps in order and then in each iteration
2 # switch the focus to each one. For each iteration, the time to start
5 # LMK since previous iteration) or if there were any direct reclaim
145 echo Iteration $cur of $iterations
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 270 bool Iteration = true;
295 Iteration = false;
300 } while (Iteration);
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 57 "unroll-max-iteration-count-to-analyze", cl::init(0), cl::Hidden,
284 UnrolledInstAnalyzer(unsigned Iteration,
288 IterationNumber = SE.getConstant(APInt(64, Iteration));
304 /// iteration.
308 /// constant-fold on the given iteration.
311 /// of simplified values specific to this iteration. The idea is to propagate
516 /// given iteration its condition would be resolved to true, we won't add up the
558 // Simulate execution of each iteration of the loop counting instructions,
562 for (unsigned Iteration = 0; Iteration < TripCount; ++Iteration)
    [all...]
GVN.cpp     [all...]
  /external/webrtc/webrtc/common_audio/signal_processing/
filter_ar_fast_q12_armv7.S 28 @ r4: Iteration counter for the outer loop.
58 subs r6, r3, #3 @ Iteration counter for inner loop.
  /external/libbrillo/brillo/glib/
object_unittest.cc 126 TEST(ScopedPtrArrayTest, Iteration) {
  /external/libhevc/common/arm/
ihevc_sao_edge_offset_class0.s 150 VLD1.8 D26,[r12]! @II Iteration pu1_cur_row = vld1q_u8(pu1_src_cpy)
151 VLD1.8 D27,[r12] @II Iteration pu1_cur_row = vld1q_u8(pu1_src_cpy)
156 LDRB r11,[r2, #1] @II Iteration load pu1_src_left since ht - row + 1 =1
161 VMOV.8 D29[7],r11 @II Iteration vsetq_lane_u8(pu1_src_left[ht - row], pu1_cur_row_tmp, 15)
169 VEXT.8 Q14,Q14,Q13,#15 @II Iteration pu1_cur_row_tmp = vextq_u8(pu1_cur_row_tmp, pu1_cur_row, 15)
ihevc_sao_edge_offset_class0_chroma.s 156 VLD1.8 D30,[r12]! @II Iteration pu1_cur_row = vld1q_u8(pu1_src_cpy)
157 VLD1.8 D31,[r12] @II Iteration pu1_cur_row = vld1q_u8(pu1_src_cpy)
ihevc_sao_edge_offset_class1.s 145 ADD r6,r10,r1 @II Iteration *pu1_src + src_strd
287 ADD r6,r10,r1 @II Iteration *pu1_src + src_strd
ihevc_sao_edge_offset_class1_chroma.s 150 ADD r6,r10,r1 @II Iteration *pu1_src + src_strd
305 ADD r6,r10,r1 @II Iteration *pu1_src + src_strd
  /external/v8/src/full-codegen/
full-codegen.h 99 class Iteration;
120 virtual Iteration* AsIteration() { return nullptr; }
169 // An iteration statement such as a while, for, or do loop.
170 class Iteration : public Breakable {
172 Iteration(FullCodeGenerator* codegen, IterationStatement* statement)
176 Iteration* AsIteration() override { return this; }
677 // This is used in loop headers where we want to break for each iteration.
    [all...]
full-codegen.cc     [all...]
  /external/v8/test/js-perf-test/Collections/
map.js 30 var MapIterationBenchmark = new BenchmarkSuite('Map-Iteration', [1000], [
set.js 27 var SetIterationBenchmark = new BenchmarkSuite('Set-Iteration', [1000], [
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp     [all...]
  /external/v8/test/webkit/fast/js/kde/
math.js 115 // Iteration
  /art/runtime/gc/
heap.h 395 const collector::Iteration* GetCurrentGcIteration() const {
398 collector::Iteration* GetCurrentGcIteration() {
    [all...]
  /external/llvm/unittests/IR/
ValueMapTest.cpp 123 TYPED_TEST(ValueMapTest, Iteration) {
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/unittests/ADT/
StringRefTest.cpp 43 TEST(StringRefTest, Iteration) {
  /system/core/libziparchive/
zip_archive_test.cc 115 TEST(ziparchive, Iteration) {
145 // End of iteration.
174 // End of iteration.
207 // End of iteration.
237 // End of iteration.
255 // End of iteration.

Completed in 518 milliseconds

1 2