/external/google-breakpad/src/processor/ |
D | contained_range_map_unittest.cc | 61 ASSERT_TRUE (crm.StoreRange(10, 10, 1)); in RunTests() 62 ASSERT_FALSE(crm.StoreRange(10, 10, 2)); // exactly equal to 1 in RunTests() 63 ASSERT_FALSE(crm.StoreRange(11, 10, 3)); // begins inside 1 and extends up in RunTests() 64 ASSERT_FALSE(crm.StoreRange( 9, 10, 4)); // begins below 1 and ends inside in RunTests() 65 ASSERT_TRUE (crm.StoreRange(11, 9, 5)); // contained by existing in RunTests() 66 ASSERT_TRUE (crm.StoreRange(12, 7, 6)); in RunTests() 67 ASSERT_TRUE (crm.StoreRange( 9, 12, 7)); // contains existing in RunTests() 68 ASSERT_TRUE (crm.StoreRange( 9, 13, 8)); in RunTests() 69 ASSERT_TRUE (crm.StoreRange( 8, 14, 9)); in RunTests() 70 ASSERT_TRUE (crm.StoreRange(30, 3, 10)); in RunTests() [all …]
|
D | static_contained_range_map_unittest.cc | 178 ASSERT_TRUE (crm_map_.StoreRange(10, 10, 1)); in SetUp() 179 ASSERT_FALSE(crm_map_.StoreRange(10, 10, 2)); // exactly equal to 1 in SetUp() 180 ASSERT_FALSE(crm_map_.StoreRange(11, 10, 3)); // begins inside 1 and extends up in SetUp() 181 ASSERT_FALSE(crm_map_.StoreRange( 9, 10, 4)); // begins below 1 and ends inside in SetUp() 182 ASSERT_TRUE (crm_map_.StoreRange(11, 9, 5)); // contained by existing in SetUp() 183 ASSERT_TRUE (crm_map_.StoreRange(12, 7, 6)); in SetUp() 184 ASSERT_TRUE (crm_map_.StoreRange( 9, 12, 7)); // contains existing in SetUp() 185 ASSERT_TRUE (crm_map_.StoreRange( 9, 13, 8)); in SetUp() 186 ASSERT_TRUE (crm_map_.StoreRange( 8, 14, 9)); in SetUp() 187 ASSERT_TRUE (crm_map_.StoreRange(30, 3, 10)); in SetUp() [all …]
|
D | map_serializers_unittest.cc | 240 range_map_.StoreRange(1, 10, 6); in TEST_F() 261 ASSERT_TRUE(range_map_.StoreRange(2, 4, 1)); in TEST_F() 262 ASSERT_TRUE(range_map_.StoreRange(6, 4, 2)); in TEST_F() 263 ASSERT_TRUE(range_map_.StoreRange(10, 11, 3)); in TEST_F() 322 crm_map_.StoreRange(3, 7, -1); in TEST_F() 365 ASSERT_TRUE(crm_map_.StoreRange(2, 7, -1)); in TEST_F() 367 ASSERT_TRUE(crm_map_.StoreRange(10, 11, -1)); in TEST_F() 369 ASSERT_TRUE(crm_map_.StoreRange(3, 2, -1)); in TEST_F() 371 ASSERT_TRUE(crm_map_.StoreRange(6, 2, -1)); in TEST_F() 373 ASSERT_TRUE(crm_map_.StoreRange(16, 5, -1)); in TEST_F()
|
D | contained_range_map-inl.h | 57 bool ContainedRangeMap<AddressType, EntryType>::StoreRange( in StoreRange() function 95 return iterator_base->second->StoreRange(base, size, entry); in StoreRange()
|
D | basic_source_line_resolver.cc | 147 functions_.StoreRange(cur_func->address, cur_func->size, cur_func); in LoadMapFromMemory() 176 cur_func->lines.StoreRange(line->address, line->size, in LoadMapFromMemory() 417 windows_frame_info_[type].StoreRange(rva, code_size, stack_frame_info); in ParseStackInfo() 450 cfi_initial_rules_.StoreRange(address, size, initial_rules); in ParseCFIFrameInfo()
|
D | contained_range_map.h | 89 bool StoreRange(const AddressType &base,
|
D | range_map.h | 60 bool StoreRange(const AddressType &base,
|
D | range_map_unittest.cc | 107 bool stored = range_map->StoreRange(range_test->address, in StoreTest() 339 range_map->StoreRange(base_address, range_size, object); in RetriveAtIndexTest2()
|
D | basic_code_modules.cc | 69 if (!map_->StoreRange(module->base_address(), module->size(), module)) { in BasicCodeModules()
|
D | range_map-inl.h | 50 bool RangeMap<AddressType, EntryType>::StoreRange(const AddressType &base, in StoreRange() function
|
D | static_range_map_unittest.cc | 201 bool stored = range_map->StoreRange(range_test->address, in StoreTest()
|
D | microdump.cc | 89 if (!map_->StoreRange(module->base_address(), module->size(), module_ptr)) { in Add()
|
D | minidump.cc | 2549 if (!range_map_->StoreRange(base_address, module_size, module_index)) { in Read() 2795 if (!range_map_->StoreRange(base_address, region_size, region_index)) { in Read() 3900 if (!range_map_->StoreRange(base_address, region_size, index)) { in Read()
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 35895 FUNC 4ffec 1e8 0 google_breakpad::RangeMap<long long unsigned int, unsigned int>::StoreRange 37236 …ong long unsigned int, google_breakpad::linked_ptr<const google_breakpad::CodeModule> >::StoreRange
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 37504 FUNC 77198 254 0 google_breakpad::RangeMap<long unsigned int, unsigned int>::StoreRange 38750 …Map<long unsigned int, google_breakpad::linked_ptr<const google_breakpad::CodeModule> >::StoreRange
|