HomeSort by relevance Sort by last modified time
    Searched refs:dex_files_open_attempted_ (Results 1 - 3 of 3) sorted by null

  /art/runtime/
class_loader_context.cc 61 dex_files_open_attempted_(false),
67 dex_files_open_attempted_(true),
166 CHECK(!dex_files_open_attempted_ || !dex_files_open_result_)
168 dex_files_open_attempted_ = true;
402 if (dex_files_open_attempted_) {
407 dex_files_open_attempted_ = true;
527 CHECK(!dex_files_open_attempted_)
    [all...]
class_loader_context.h 221 // be called on this context (dex_files_open_attempted_ and dex_files_open_result_ will be set
295 bool dex_files_open_attempted_; member in class:art::ClassLoaderContext
class_loader_context_test.cc 147 ASSERT_TRUE(context->dex_files_open_attempted_);
193 ASSERT_TRUE(context->dex_files_open_attempted_);
218 context->dex_files_open_attempted_ = true;
    [all...]

Completed in 75 milliseconds