OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:oat_file_begin
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
image.cc
35
uint32_t
oat_file_begin
,
44
oat_file_begin_(
oat_file_begin
),
50
CHECK_EQ(
oat_file_begin
, RoundUp(
oat_file_begin
, kPageSize));
53
CHECK_LT(image_roots,
oat_file_begin
);
54
CHECK_LE(
oat_file_begin
, oat_data_begin);
image.h
39
uint32_t
oat_file_begin
,
/art/compiler/
image_test.cc
172
uint32_t
oat_file_begin
= ART_BASE_ADDRESS + (4 * KB); // page aligned
local
182
oat_file_begin
,
image_writer.cc
439
const byte*
oat_file_begin
= image_begin_ + RoundUp(image_end_, kPageSize);
local
440
const byte* oat_file_end =
oat_file_begin
+ oat_loaded_size;
441
oat_data_begin_ =
oat_file_begin
+ oat_data_offset;
452
reinterpret_cast<uint32_t>(
oat_file_begin
),
Completed in 352 milliseconds