OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPrimaryOatFile
(Results
1 - 3
of
3
) sorted by null
/art/runtime/
oat_file_manager.h
77
const OatFile*
GetPrimaryOatFile
() const REQUIRES(!Locks::oat_file_manager_lock_);
oat_file_manager.cc
112
const OatFile* OatFileManager::
GetPrimaryOatFile
() const {
runtime.cc
756
const OatFile* oat_file = GetOatFileManager().
GetPrimaryOatFile
();
[
all
...]
Completed in 1046 milliseconds