Searched defs:dex_path_list (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Doat_file_manager.cc302 ObjPtr<mirror::Object> dex_path_list = local
305 if (dex_path_list != nullptr && dex_file_field != nullptr && cookie_field != nullptr) {
309 GetObject(dex_path_list);
H A Dcommon_runtime_test.cc602 ObjPtr<mirror::Object> dex_path_list = local
605 if (dex_path_list != nullptr && dex_file_field!= nullptr && cookie_field != nullptr) {
609 GetObject(dex_path_list);
H A Dclass_linker.cc1074 ObjPtr<mirror::Object> dex_path_list = dex_path_list_field->GetObject(class_loader); local
1075 if (dex_path_list != nullptr) {
1077 ObjPtr<mirror::Object> dex_elements_obj = dex_elements_field->GetObject(dex_path_list);
2461 ObjPtr<mirror::Object> dex_path_list = local
2464 if (dex_path_list != nullptr && dex_file_field != nullptr && cookie_field != nullptr) {
2468 GetObject(dex_path_list);

Completed in 82 milliseconds