OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:requested_image_base
(Results
1 - 1
of
1
) sorted by null
/art/compiler/
image_test.cc
75
const uintptr_t
requested_image_base
= ART_BASE_ADDRESS;
local
78
bool success_image = writer.Write(tmp_image.GetFilename(),
requested_image_base
,
147
CHECK_EQ(
requested_image_base
, reinterpret_cast<uintptr_t>(image_begin));
Completed in 37 milliseconds