Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_runtime_test.h144 const DexFile* GetFirstDexFile(jobject jclass_loader);
Dcommon_runtime_test.cc236 const DexFile* CommonRuntimeTestImpl::GetFirstDexFile(jobject jclass_loader) { in GetFirstDexFile() function in art::CommonRuntimeTestImpl
Dclass_linker_test.cc1315 const DexFile* dex_file = GetFirstDexFile(jclass_loader); in TEST_F()
/art/runtime/mirror/
Dobject_test.cc359 const DexFile* dex_file = GetFirstDexFile(class_loader); in TEST_F()