Home
last modified time | relevance | path

Searched defs:dex_name (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dcommon_runtime_test.cc267 jobject CommonRuntimeTestImpl::LoadDex(const char* dex_name) { in LoadDex()
273 jobject CommonRuntimeTestImpl::LoadDexInWellKnownClassLoader(const std::string& dex_name, in LoadDexInWellKnownClassLoader()
318 jobject CommonRuntimeTestImpl::LoadDexInPathClassLoader(const std::string& dex_name, in LoadDexInPathClassLoader()
327 jobject CommonRuntimeTestImpl::LoadDexInDelegateLastClassLoader(const std::string& dex_name, in LoadDexInDelegateLastClassLoader()
334 jobject CommonRuntimeTestImpl::LoadDexInInMemoryDexClassLoader(const std::string& dex_name, in LoadDexInInMemoryDexClassLoader()
Dclass_loader_context_test.cc410 std::string dex_name = GetTestDexFileName("Main"); in TEST_F() local
453 std::string dex_name; in TEST_F() local
488 std::string dex_name; in TEST_F() local
517 std::string dex_name = GetTestDexFileName("Main"); in TEST_F() local
525 std::string dex_name = GetTestDexFileName("Main"); in TEST_F() local
533 std::string dex_name = GetTestDexFileName("Main"); in TEST_F() local
Dclass_loader_context.cc1200 std::string dex_name; in ClassLoaderInfoMatch() local
/art/compiler/debug/
Delf_symtab_writer.h109 typename ElfTypes::Word dex_name = strtab->Write(kDexFileSymbolName); in WriteDebugSymbols() local
/art/dex2oat/dex/
Ddex_to_dex_decompiler_test.cc52 void RunTest(const char* dex_name) { in RunTest()