Home
last modified time | relevance | path

Searched refs:allocates_base_pointer (Results 1 – 9 of 9) sorted by relevance

/external/google-breakpad/src/processor/
Dwindows_frame_info.h88 allocates_base_pointer(0), in WindowsFrameInfo()
108 allocates_base_pointer(set_allocates_base_pointer), in WindowsFrameInfo()
144 int allocates_base_pointer = 0; in ParseFromString() local
148 allocates_base_pointer = strtoul(tokens[10], NULL, 16); in ParseFromString()
158 allocates_base_pointer, in ParseFromString()
172 allocates_base_pointer = that.allocates_base_pointer; in CopyFrom()
202 bool allocates_base_pointer; member
Dstackwalker_x86_unittest.cc1057 EXPECT_TRUE(frame0->windows_frame_info->allocates_base_pointer); in TEST_F()
1200 EXPECT_FALSE(frame0->windows_frame_info->allocates_base_pointer); in TEST_F()
1225 EXPECT_FALSE(frame1->windows_frame_info->allocates_base_pointer); in TEST_F()
1415 EXPECT_FALSE(frame0->windows_frame_info->allocates_base_pointer); in TEST_F()
1439 EXPECT_FALSE(frame1->windows_frame_info->allocates_base_pointer); in TEST_F()
1464 EXPECT_FALSE(frame2->windows_frame_info->allocates_base_pointer); in TEST_F()
1617 EXPECT_FALSE(frame->windows_frame_info->allocates_base_pointer); in TEST_F()
1640 EXPECT_FALSE(frame->windows_frame_info->allocates_base_pointer); in TEST_F()
1664 EXPECT_FALSE(frame->windows_frame_info->allocates_base_pointer); in TEST_F()
1877 EXPECT_FALSE(frame1->windows_frame_info->allocates_base_pointer); in IPAddressIsNotInKnownModuleTestImpl()
[all …]
Dfast_source_line_resolver.cc130 bool allocates_base_pointer = (*boolean != 0); in CopyWFI() local
140 allocates_base_pointer, in CopyWFI()
Dfast_source_line_resolver_unittest.cc236 ASSERT_FALSE(windows_frame_info->allocates_base_pointer); in TEST_F()
256 ASSERT_FALSE(windows_frame_info->allocates_base_pointer); in TEST_F()
267 ASSERT_FALSE(windows_frame_info->allocates_base_pointer); in TEST_F()
Dsimple_serializer-inl.h148 size += SimpleSerializer<bool>::SizeOf(wfi.allocates_base_pointer); in SizeOf()
162 dest = SimpleSerializer<bool>::Write(wfi.allocates_base_pointer, dest); in Write()
Dmodule_comparer.cc255 ASSERT_TRUE(wfi1.allocates_base_pointer == wfi2.allocates_base_pointer); in CompareWFI()
Dbasic_source_line_resolver_unittest.cc209 ASSERT_FALSE(windows_frame_info->allocates_base_pointer); in TEST_F()
229 ASSERT_FALSE(windows_frame_info->allocates_base_pointer); in TEST_F()
240 ASSERT_FALSE(windows_frame_info->allocates_base_pointer); in TEST_F()
Dstackwalker_x86.cc277 } else if (last_frame_info->allocates_base_pointer) { in GetCallerByWindowsFrameInfo()
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc566 BOOL allocates_base_pointer = FALSE; in PrintFrameDataUsingPDB() local
569 &allocates_base_pointer))) { in PrintFrameDataUsingPDB()
640 fprintf(output_, "%d\n", allocates_base_pointer); in PrintFrameDataUsingPDB()