HomeSort by relevance Sort by last modified time
    Searched refs:check_point (Results 1 - 5 of 5) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/
token_iterator.hpp 220 Iter check_point; local
231 check_point = begin;
245 check_point = begin;
263 check_point = ++begin;
272 Assigner::assign( check_point, begin, this->m_value );
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 69 const ListNode *check_point; // Check point of the test if there's a member in struct:TestState
1487 const ListNode * const check_point = heap_check_point ? local
1563 const ListNode * const check_point = check_point_allocated_blocks(); local
    [all...]
  /art/runtime/
profiler.cc 213 SampleCheckpoint check_point(profiler);
226 size_t barrier_count = thread_list->RunCheckpointOnRunnableThreads(&check_point);
  /art/runtime/gc/collector/
concurrent_copying.cc 436 EmptyCheckpoint check_point(this);
439 size_t barrier_count = thread_list->RunCheckpoint(&check_point);
    [all...]
mark_sweep.cc     [all...]

Completed in 259 milliseconds