OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:image_begin_
(Results
1 - 5
of
5
) sorted by null
/art/runtime/
image.cc
49
:
image_begin_
(image_begin),
92
image_begin_
+= delta;
110
if (
image_begin_
>=
image_begin_
+ image_size_) {
image.h
92
:
image_begin_
(0U),
134
return reinterpret_cast<uint8_t*>(
image_begin_
);
338
uint32_t
image_begin_
;
variable
/art/compiler/
image_writer.h
105
return reinterpret_cast<T*>(image_info.
image_begin_
+ GetImageOffset(object));
268
uint8_t*
image_begin_
= nullptr;
member in struct:art::FINAL::ImageInfo
278
// The next image may only start at
image_begin_
+ image_size_ (which is guaranteed to be
540
// Offset from
image_begin_
to where the first object is in image_.
image_writer.cc
[
all
...]
/art/patchoat/
patchoat.cc
520
// static_cast<int64_t>(reinterpret_cast<uintptr_t>(
image_begin_
+ offset))).
[
all
...]
Completed in 304 milliseconds