OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bitmap_section
(Results
1 - 4
of
4
) sorted by null
/art/compiler/
image_test.cc
197
const auto&
bitmap_section
= image_header.GetImageSection(ImageHeader::kSectionImageBitmap);
local
198
ASSERT_GE(
bitmap_section
.Offset(), sizeof(image_header));
199
ASSERT_NE(0U,
bitmap_section
.Size());
image_writer.cc
293
const ImageSection&
bitmap_section
= image_header->GetImageSection(
local
298
CHECK_EQ(bitmap_position_in_file,
bitmap_section
.Offset());
301
bitmap_section
.Size(),
327
CHECK_EQ(bitmap_position_in_file +
bitmap_section
.Size(),
1535
auto*
bitmap_section
= §ions[ImageHeader::kSectionImageBitmap];
local
[
all
...]
/art/runtime/gc/space/
image_space.cc
1213
const auto&
bitmap_section
= image_header->GetImageSection(ImageHeader::kSectionImageBitmap);
local
[
all
...]
/art/oatdump/
oatdump.cc
1469
const auto&
bitmap_section
= image_header_.GetImageSection(ImageHeader::kSectionImageBitmap);
local
[
all
...]
Completed in 101 milliseconds