HomeSort by relevance Sort by last modified time
    Searched defs:Walk (Results 1 - 11 of 11) sorted by null

  /art/runtime/gc/accounting/
heap_bitmap.cc 74 void HeapBitmap::Walk(ObjectCallback* callback, void* arg) {
76 bitmap->Walk(callback, arg);
79 bitmap->Walk(callback, arg);
space_bitmap.cc 111 void SpaceBitmap<kAlignment>::Walk(ObjectCallback* callback, void* arg) {
197 // Walk instance fields
218 // Walk instance fields of all objects
221 // Walk static fields of a Class
232 // Walk elements of an object array
247 Create("bitmap for in-order walk", reinterpret_cast<uint8_t*>(heap_begin_),
  /external/google-breakpad/src/processor/
stackwalker.cc 105 bool Stackwalker::Walk(
109 BPLOG_IF(ERROR, !stack) << "Stackwalker::Walk requires |stack|";
113 BPLOG_IF(ERROR, !modules_without_symbols) << "Stackwalker::Walk requires "
115 BPLOG_IF(ERROR, !modules_without_symbols) << "Stackwalker::Walk requires "
141 BPLOG(INFO) << "Stack walk is interrupted.";
  /external/regex-re2/re2/
walker-inl.h 31 // At the top-most Regexp, parent_arg is arg passed to walk.
32 // If PreVisit sets *stop to true, the walk does not recurse
51 // when Walk notices that more than one child is the same re.
56 // has been used up and we're trying to abort the walk
67 T Walk(Regexp* re, T top_arg);
69 // Like Walk, but doesn't use Copy. This can lead to
73 // the walk will be cut off early.
74 // If the walk *is* cut off early, ShortVisit(re)
80 // Walk always enters and exits with an empty stack.
84 // Returns whether walk was cut off
    [all...]
  /art/runtime/gc/space/
bump_pointer_space.cc 156 void BumpPointerSpace::Walk(ObjectCallback* callback, void* arg) {
175 // Walk all of the objects in the main block first.
189 // Walk the other blocks (currently only TLABs).
dlmalloc_space.cc 234 void DlMallocSpace::Walk(void(*callback)(void *start, void *end, size_t num_bytes, void* callback_arg),
307 // To allow the Walk/InspectAll() to exclusively-lock the mutator
312 Walk(MSpaceChunkCallback, &max_contiguous_allocation);
rosalloc_space.cc 261 void RosAllocSpace::Walk(void(*callback)(void *start, void *end, size_t num_bytes, void* callback_arg),
large_object_space.cc 231 void LargeObjectMapSpace::Walk(DlMallocSpace::WalkCallback callback, void* arg) {
383 void FreeListSpace::Walk(DlMallocSpace::WalkCallback callback, void* arg) {
  /external/v8/test/cctest/
test-profile-generator.cc 100 ProfileNode* Walk(CodeEntry* entry1,
130 CHECK(!helper.Walk(&entry1));
131 CHECK(!helper.Walk(&entry2));
132 CHECK(!helper.Walk(&entry3));
137 CHECK(!helper.Walk(&entry2));
138 CHECK(!helper.Walk(&entry3));
139 ProfileNode* node1 = helper.Walk(&entry1);
142 CHECK(!helper.Walk(&entry1, &entry1));
143 CHECK(!helper.Walk(&entry1, &entry3));
144 ProfileNode* node2 = helper.Walk(&entry1, &entry2)
    [all...]
  /art/oatdump/
oatdump.cc 157 Walk();
172 void Walk() {
214 // Note: even if this is an interface or a native class, we still have to walk it, as there
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shobjidl.h     [all...]

Completed in 319 milliseconds