Home
last modified time | relevance | path

Searched refs:mapping_size (Results 1 – 5 of 5) sorted by relevance

/external/perf_data_converter/src/
Dperf_data_converter_test.cc48 if (profile.mapping_size() <= 0) { in GetMapCounts()
49 std::cerr << "Invalid mapping size: " << profile.mapping_size() in GetMapCounts()
305 EXPECT_EQ(2, profile.mapping_size()); in TEST_F()
Dbuilder.cc227 if (profile_->mapping_size() > 0) { in Finalize()
Dperf_data_converter.cc351 fake_main->set_id(profile->mapping_size()); in GetOrCreateBuilder()
413 uint64 mapping_id = profile->mapping_size(); in AddOrGetMapping()
/external/google-breakpad/src/client/linux/handler/
Dexception_handler.h214 size_t mapping_size,
Dexception_handler.cc691 size_t mapping_size, in AddMappingInfo() argument
695 info.size = mapping_size; in AddMappingInfo()