Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_runtime_test.h148 const DexFile* GetFirstDexFile(jobject jclass_loader);
Dcommon_runtime_test.cc536 const DexFile* CommonRuntimeTest::GetFirstDexFile(jobject jclass_loader) { in GetFirstDexFile() function in art::CommonRuntimeTest
Dclass_linker_test.cc1022 const DexFile* dex_file = GetFirstDexFile(jclass_loader); in TEST_F()
/art/runtime/mirror/
Dobject_test.cc364 const DexFile* dex_file = GetFirstDexFile(class_loader); in TEST_F()