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

  /art/runtime/openjdkjvmti/
ti_class_loader.cc 199 art::ObjPtr<art::mirror::Object> first_dex_file(
201 if (!first_dex_file.IsNull()) {
202 return first_dex_file;
  /art/runtime/
parsed_options_test.cc 42 bool first_dex_file = true; local
45 if (!first_dex_file) {
48 first_dex_file = false;

Completed in 2393 milliseconds