OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:owns_the_dex_files_
(Results
1 - 3
of
3
) sorted by null
/art/runtime/
class_loader_context.h
237
const bool
owns_the_dex_files_
;
member in class:art::ClassLoaderContext
class_loader_context.cc
51
owns_the_dex_files_
(true) {}
57
owns_the_dex_files_
(owns_the_dex_files) {}
60
if (!
owns_the_dex_files_
) {
[
all
...]
class_loader_context_test.cc
119
ASSERT_FALSE(context->
owns_the_dex_files_
);
Completed in 521 milliseconds