OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oat_data_begin_
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
image.cc
51
oat_data_begin_
(oat_data_begin),
81
oat_data_begin_
+= delta;
114
if (
oat_data_begin_
> oat_data_end_) {
117
if (oat_file_begin_ >=
oat_data_begin_
) {
image.h
88
oat_data_begin_
(0U),
148
return reinterpret_cast<uint8_t*>(
oat_data_begin_
);
308
// Start address for oat file. Will be before
oat_data_begin_
for .so files.
312
uint32_t
oat_data_begin_
;
variable
/art/compiler/
image_writer.h
122
return reinterpret_cast<uintptr_t>(GetImageInfo(oat_index).
oat_data_begin_
);
280
const uint8_t*
oat_data_begin_
= nullptr;
member in struct:art::FINAL::ImageInfo
291
// Offset from
oat_data_begin_
to the stubs.
356
DCHECK(image_info.
oat_data_begin_
!= nullptr);
357
return offset == 0u ? nullptr : image_info.
oat_data_begin_
+ static_cast<int32_t>(offset);
image_writer.cc
[
all
...]
Completed in 1414 milliseconds