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

1 2

  /external/regex-re2/re2/testing/
null_walker.cc 20 // Should never be called: we use Walk not WalkExponential.
41 w.Walk(this, false);
  /external/v8/test/cctest/
test-profile-generator.cc 98 ProfileNode* Walk(CodeEntry* entry1,
126 CHECK_EQ(NULL, helper.Walk(&entry1));
127 CHECK_EQ(NULL, helper.Walk(&entry2));
128 CHECK_EQ(NULL, helper.Walk(&entry3));
133 CHECK_EQ(NULL, helper.Walk(&entry2));
134 CHECK_EQ(NULL, helper.Walk(&entry3));
135 ProfileNode* node1 = helper.Walk(&entry1);
138 CHECK_EQ(NULL, helper.Walk(&entry1, &entry1));
139 CHECK_EQ(NULL, helper.Walk(&entry1, &entry3));
140 ProfileNode* node2 = helper.Walk(&entry1, &entry2)
    [all...]
  /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);
heap_bitmap.h 51 void Walk(ObjectCallback* callback, void* arg)
space_bitmap.h 132 void Walk(ObjectCallback* callback, void* arg)
140 // Walk through the bitmaps in increasing address order, and find the object pointers that
207 // Walk instance fields of the given Class. Separate function to allow recursion on the super
space_bitmap.cc 111 void SpaceBitmap<kAlignment>::Walk(ObjectCallback* callback, void* arg) {
197 // Walk instance fields
220 // Walk instance fields of all objects
223 // Walk static fields of a Class
236 // Walk elements of an object array
251 Create("bitmap for in-order walk", reinterpret_cast<uint8_t*>(heap_begin_),
  /external/regex-re2/re2/
mimics_pcre.cc 44 // Should never be called: we use Walk not WalkExponential.
103 return w.Walk(this, true);
121 // Should never be called: we use Walk not WalkExponential.
182 return w.Walk(re, true);
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...]
  /external/google-breakpad/src/processor/
microdump_processor.cc 80 if (!stackwalker->Walk(stack.get(),
stackwalker_arm_unittest.cc 149 // requires call frame information, the stack walk will end after
157 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
173 // requires call frame information, the stack walk will end after
180 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
200 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
253 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
324 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
390 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
454 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
470 // Provide a bunch of STACK CFI records; we'll walk to the calle
    [all...]
stackwalker_arm64_unittest.cc 147 // Since the context's frame pointer is garbage, the stack walk will end after
155 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
177 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
230 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
302 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
369 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
434 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
496 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
539 // Provide a bunch of STACK CFI records; we'll walk to the caller
622 // Walk the stack, using stack_section as the contents of the stac
    [all...]
stackwalker_mips_unittest.cc 160 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
187 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
210 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
266 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
341 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
412 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
485 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
576 // Walk the stack, using stack_section as the contents of the stack
590 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
672 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols
    [all...]
stackwalker_address_list_unittest.cc 135 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
169 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
stackwalker_amd64_unittest.cc 148 // There should be no references to the stack in this walk: we don't
161 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
175 // There should be no references to the stack in this walk: we don't
187 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
211 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
272 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
347 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
421 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
479 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
508 // Provide a bunch of STACK CFI records; we'll walk to the calle
    [all...]
stackwalker_x86_unittest.cc 171 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
197 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
220 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
237 // Walk a traditional frame. A traditional frame saves the caller's
262 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
294 // Walk a traditional frame, but use a bogus %ebp value, forcing a scan
326 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
392 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
458 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols,
479 // FrameTypeFrameData DIA record) to walk a stack frame
    [all...]
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.";
stackwalker_selftest.cc 348 stackwalker.Walk(&stack, &modules_without_symbols);
420 // Not i386 or ppc or sparc? We can only test stacks we know how to walk.
  /external/google-breakpad/src/google_breakpad/processor/
stackwalker.h 80 bool Walk(CallStack* stack,
107 // for the stack to walk. modules, if non-NULL, is a CodeModules
184 // The stack memory to walk. Subclasses will require this region to
216 // The maximum number of frames Stackwalker will walk through.
  /art/runtime/gc/space/
large_object_space.h 48 virtual void Walk(DlMallocSpace::WalkCallback, void* arg) = 0;
137 void Walk(DlMallocSpace::WalkCallback, void* arg) OVERRIDE LOCKS_EXCLUDED(lock_);
170 void Walk(DlMallocSpace::WalkCallback callback, void* arg) OVERRIDE LOCKS_EXCLUDED(lock_);
bump_pointer_space.h 143 void Walk(ObjectCallback* callback, void* arg)
177 // have a header, this lets us walk empty spaces which are mprotected.
dlmalloc_space.h 107 void Walk(WalkCallback callback, void* arg) OVERRIDE LOCKS_EXCLUDED(lock_);
malloc_space.h 89 virtual void Walk(WalkCallback callback, void* arg) = 0;
dlmalloc_space.cc 232 void DlMallocSpace::Walk(void(*callback)(void *start, void *end, size_t num_bytes, void* callback_arg),
305 // To allow the Walk/InspectAll() to exclusively-lock the mutator
310 Walk(MSpaceChunkCallback, &max_contiguous_allocation);
rosalloc_space.h 107 void Walk(WalkCallback callback, void* arg) OVERRIDE LOCKS_EXCLUDED(lock_);
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).

Completed in 404 milliseconds

1 2