OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetImageBitmapSize
(Results
1 - 5
of
5
) sorted by null
/art/runtime/
image.h
59
size_t
GetImageBitmapSize
() const {
/art/compiler/
image_test.cc
92
ASSERT_NE(0U, image_header.
GetImageBitmapSize
());
image_writer.cc
165
image_header->
GetImageBitmapSize
(),
/art/runtime/gc/space/
image_space.cc
199
UniquePtr<MemMap> image_map(MemMap::MapFileAtAddress(nullptr, image_header.
GetImageBitmapSize
(),
/art/oatdump/
oatdump.cc
678
<< " SIZE: " << reinterpret_cast<void*>(image_header_.
GetImageBitmapSize
()) << "\n\n";
793
stats_.bitmap_bytes += image_header_.
GetImageBitmapSize
();
[
all
...]
Completed in 1844 milliseconds