Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_runtime_test.cc248 jobject CommonRuntimeTestImpl::LoadDex(const char* dex_name) { in LoadDex()
260 for (const std::string& dex_name : dex_names) { in LoadDexInWellKnownClassLoader() local
302 jobject CommonRuntimeTestImpl::LoadDexInPathClassLoader(const std::string& dex_name, in LoadDexInPathClassLoader()
319 jobject CommonRuntimeTestImpl::LoadDexInDelegateLastClassLoader(const std::string& dex_name, in LoadDexInDelegateLastClassLoader()
326 jobject CommonRuntimeTestImpl::LoadDexInInMemoryDexClassLoader(const std::string& dex_name, in LoadDexInInMemoryDexClassLoader()
Dclass_loader_context_test.cc242 std::string dex_name = GetTestDexFileName("Main"); in TestOpenDexFiles() local
281 std::string dex_name; in TestOpenValidDexFilesRelative() local
548 std::string dex_name = GetTestDexFileName("Main"); in TEST_F() local
555 std::string dex_name = GetTestDexFileName("Main"); in TEST_F() local
566 std::string dex_name = GetTestDexFileName("Main"); in TEST_F() local
575 std::string dex_name = GetTestDexFileName("Main"); in TEST_F() local
607 std::string dex_name = GetTestDexFileName("Main"); in TEST_F() local
/art/compiler/debug/
Delf_symtab_writer.h165 typename ElfTypes::Word dex_name = strtab->Write(kDexFileSymbolName); in WriteDebugSymbols() local