HomeSort by relevance Sort by last modified time
    Searched defs:GetQuickCode (Results 1 - 3 of 3) sorted by null

  /art/compiler/
compiled_method-inl.h 28 inline ArrayRef<const uint8_t> CompiledCode::GetQuickCode() const {
  /art/runtime/
oat_file-inl.h 53 const void* code = EntryPointToCodePointer(GetQuickCode());
61 const void* code = EntryPointToCodePointer(GetQuickCode());
69 const void* code = EntryPointToCodePointer(GetQuickCode());
113 inline const void* OatFile::OatMethod::GetQuickCode() const {
  /art/dex2oat/linker/
image_writer.cc     [all...]

Completed in 72 milliseconds