OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compile_app_image_
(Results
1 - 2
of
2
) sorted by null
/art/dex2oat/linker/
image_writer.cc
93
if (!
compile_app_image_
) {
110
if (!
compile_app_image_
) {
142
if (
compile_app_image_
) {
224
if (!
compile_app_image_
&& fchmod(image_file->Fd(), 0644) != 0) {
695
image_info.CreateImageSections(unused_sections,
compile_app_image_
), kPageSize);
824
DCHECK(
compile_app_image_
);
1983
\/*is_pic*\/
compile_app_image_
,
local
[
all
...]
image_writer.h
97
CHECK_EQ(class_loaders_.size(),
compile_app_image_
? 1u : 0u);
98
return
compile_app_image_
? *class_loaders_.begin() : nullptr;
595
const bool
compile_app_image_
;
member in class:art::linker::FINAL
Completed in 107 milliseconds