OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetOatQuickMethodHeader
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
oat_file-inl.h
25
inline const OatQuickMethodHeader* OatFile::OatMethod::
GetOatQuickMethodHeader
() const {
35
const OatQuickMethodHeader* method_header =
GetOatQuickMethodHeader
();
43
const OatQuickMethodHeader* method_header =
GetOatQuickMethodHeader
();
80
const OatQuickMethodHeader* method_header =
GetOatQuickMethodHeader
();
art_method.cc
371
const OatQuickMethodHeader* ArtMethod::
GetOatQuickMethodHeader
(uintptr_t pc) {
Completed in 56 milliseconds