Home
last modified time | relevance | path

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

/art/compiler/
Dcompiled_method-inl.h28 inline ArrayRef<const uint8_t> CompiledCode::GetQuickCode() const { in GetQuickCode() function
/art/runtime/
Doat_file-inl.h113 inline const void* OatFile::OatMethod::GetQuickCode() const { in GetQuickCode() function
/art/dex2oat/linker/
Dimage_writer.cc3364 const uint8_t* ImageWriter::GetQuickCode(ArtMethod* method, const ImageInfo& image_info) { in GetQuickCode() function in art::linker::ImageWriter