Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_runtime_test.cc244 jobject CommonRuntimeTestImpl::LoadDex(const char* dex_name) { in LoadDex()
256 for (const std::string& dex_name : dex_names) { in LoadDexInWellKnownClassLoader() local
298 jobject CommonRuntimeTestImpl::LoadDexInPathClassLoader(const std::string& dex_name, in LoadDexInPathClassLoader()
315 jobject CommonRuntimeTestImpl::LoadDexInDelegateLastClassLoader(const std::string& dex_name, in LoadDexInDelegateLastClassLoader()
322 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
/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()