OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsPic
(Results
1 - 12
of
12
) sorted by null
/art/test/117-nopatchoat/
nopatchoat.cc
57
return !oat_file->
IsPic
()
/art/runtime/
oat.h
112
bool
IsPic
() const;
image.h
240
bool
IsPic
() const {
oat_file.h
95
bool
IsPic
() const;
oat.cc
465
bool OatHeader::
IsPic
() const {
oat_file_manager.cc
56
have_non_pic_oat_file_ = have_non_pic_oat_file_ || !oat_file->
IsPic
();
oat_file.cc
[
all
...]
oat_file_assistant.cc
581
if (!file.
IsPic
()) {
[
all
...]
oat_file_assistant_test.cc
122
EXPECT_EQ(pic, odex_file->
IsPic
());
[
all
...]
/art/test/137-cfi/
cfi.cc
101
return oat_file->
IsPic
();
/art/runtime/gc/space/
image_space.cc
[
all
...]
/art/patchoat/
patchoat.cc
417
bool is_pic = oat_header->
IsPic
();
[
all
...]
Completed in 5538 milliseconds