OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:have_non_pic_oat_file_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
oat_file_manager.h
48
OatFileManager() :
have_non_pic_oat_file_
(false) {}
70
return
have_non_pic_oat_file_
;
130
bool
have_non_pic_oat_file_
;
member in class:art::OatFileManager
oat_file_manager.cc
56
have_non_pic_oat_file_
=
have_non_pic_oat_file_
|| !oat_file->IsPic();
Completed in 114 milliseconds