Searched refs:loaded (Results 1 - 2 of 2) sorted by relevance

/art/test/
H A DAndroid.run-test-jvmti-java-library.mk36 907-get-loaded-classes/src/art/Test907.java \
/art/runtime/
H A Doat_file.cc648 // On the host, if the same library is loaded again with dlopen the same
652 // each instance of the loaded library has a unique dex cache. To avoid
725 // the same library loaded multiple times at different addresses is required for class unloading
808 // See whether this callback corresponds to the file which we have just loaded.
852 LOG(ERROR) << "File " << elf_filename << " loaded with dlopen but cannot find its mmaps.";
895 uint8_t* oat_file_begin, // Override where the file is loaded to if not null
906 uint8_t* oat_file_begin, // Override where the file is loaded to if not null
974 uint8_t* oat_file_begin, // Override where the file is loaded to if not null
1011 bool loaded = elf_file_->Load(file, executable, low_4gb, error_msg); local
1012 DCHECK(loaded || !error_ms
[all...]

Completed in 58 milliseconds