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

/art/runtime/
H A Doat_file-inl.h51 const void* code = EntryPointToCodePointer(GetQuickCode());
59 const void* code = EntryPointToCodePointer(GetQuickCode());
67 const void* code = EntryPointToCodePointer(GetQuickCode());
111 inline const void* OatFile::OatMethod::GetQuickCode() const { function in class:art::OatFile::OatMethod
/art/compiler/
H A Dcompiled_method.h49 ArrayRef<const uint8_t> GetQuickCode() const { function in class:art::CompiledCode
H A Dimage_writer.cc2398 const uint8_t* ImageWriter::GetQuickCode(ArtMethod* method, function in class:art::ImageWriter
2504 const uint8_t* quick_code = GetQuickCode(orig, image_info, &quick_is_interpreted);

Completed in 263 milliseconds