OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetOatDataBegin
(Results
1 - 8
of
8
) sorted by null
/art/runtime/
image.h
75
byte*
GetOatDataBegin
() const {
class_linker.cc
712
uint32_t expected_image_oat_offset = reinterpret_cast<uint32_t>(image_header.
GetOatDataBegin
());
[
all
...]
/art/compiler/
image_test.cc
81
bool success_fixup = ElfFixup::Fixup(tmp_oat.get(), writer.
GetOatDataBegin
());
image_writer.h
54
uintptr_t
GetOatDataBegin
() {
/art/runtime/gc/space/
image_space.cc
257
OatFile* oat_file = OatFile::Open(oat_filename, oat_filename, image_header.
GetOatDataBegin
(),
/art/runtime/native/
dalvik_system_DexFile.cc
279
!= reinterpret_cast<uint32_t>(image_header.
GetOatDataBegin
())) {
/art/dex2oat/
dex2oat.cc
276
reinterpret_cast<uint32_t>(image_space->GetImageHeader().
GetOatDataBegin
());
311
oat_data_begin = image_writer.
GetOatDataBegin
();
[
all
...]
/art/oatdump/
oatdump.cc
684
os << "OAT DATA BEGIN:" << reinterpret_cast<void*>(image_header_.
GetOatDataBegin
()) << "\n\n";
[
all
...]
Completed in 351 milliseconds