Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc3375 const void* quick_oat_entry_point = in GetQuickCode() local
3382 quick_code = reinterpret_cast<const uint8_t*>(quick_oat_entry_point); in GetQuickCode()
3384 uint32_t quick_oat_code_offset = PointerToLowMemUInt32(quick_oat_entry_point); in GetQuickCode()