Home
last modified time | relevance | path

Searched refs:GetFirstDexFile (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dcommon_runtime_test.h212 const DexFile* GetFirstDexFile(jobject jclass_loader);
H A Dcommon_runtime_test.cc222 const DexFile* CommonRuntimeTestImpl::GetFirstDexFile(jobject jclass_loader) { in GetFirstDexFile() function in art::CommonRuntimeTestImpl
H A Dclass_linker_test.cc1322 const DexFile* dex_file = GetFirstDexFile(jclass_loader); in TEST_F()
/aosp_15_r20/art/runtime/mirror/
H A Dobject_test.cc406 const DexFile* dex_file = GetFirstDexFile(class_loader); in TEST_F()