Home
last modified time | relevance | path

Searched refs:Is64Bit (Results 1 – 2 of 2) sorted by relevance

/art/runtime/oat/
Delf_file.h91 bool Is64Bit() const { in Is64Bit() function
/art/dex2oat/
Ddex2oat_test.cc2045 const uint8_t* base_address = elf_file->Is64Bit() ? elf_file->GetImpl64()->GetBaseAddress() : in TEST_F()