Home
last modified time | relevance | path

Searched defs:GetQuickCode (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/dex2oat/driver/
H A Dcompiled_method-inl.h28 inline ArrayRef<const uint8_t> CompiledCode::GetQuickCode() const { in GetQuickCode() function
/aosp_15_r20/art/runtime/oat/
H A Doat_file-inl.h94 inline const void* OatFile::OatMethod::GetQuickCode() const { in GetQuickCode() function
/aosp_15_r20/art/dex2oat/linker/
H A Dimage_writer.cc3470 const uint8_t* ImageWriter::GetQuickCode(ArtMethod* method, const ImageInfo& image_info) { in GetQuickCode() function in art::linker::ImageWriter