Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_runtime_test.cc252 jobject CommonRuntimeTestImpl::LoadDex(const char* dex_name) { in LoadDex()
266 for (const std::string& dex_name : dex_names) { in LoadDexInWellKnownClassLoader() local
314 jobject CommonRuntimeTestImpl::LoadDexInPathClassLoader(const std::string& dex_name, in LoadDexInPathClassLoader()
337 jobject CommonRuntimeTestImpl::LoadDexInDelegateLastClassLoader(const std::string& dex_name, in LoadDexInDelegateLastClassLoader()
347 jobject CommonRuntimeTestImpl::LoadDexInInMemoryDexClassLoader(const std::string& dex_name, in LoadDexInInMemoryDexClassLoader()
Dclass_loader_context_test.cc273 std::string dex_name = GetTestDexFileName("Main"); in TestOpenDexFiles() local
312 std::string dex_name; in TestOpenValidDexFilesRelative() local
603 std::string dex_name = GetTestDexFileName("Main"); in TEST_F() local
610 std::string dex_name = GetTestDexFileName("Main"); in TEST_F() local
621 std::string dex_name = GetTestDexFileName("Main"); in TEST_F() local
630 std::string dex_name = GetTestDexFileName("Main"); in TEST_F() local
662 std::string dex_name = GetTestDexFileName("Main"); in TEST_F() local
/art/compiler/debug/
Delf_symtab_writer.h166 typename ElfTypes::Word dex_name = strtab->Write(kDexFileSymbolName); in WriteDebugSymbols() local