Searched defs:dex_name (Results 1 – 5 of 5) sorted by relevance
267 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()
410 std::string dex_name = GetTestDexFileName("Main"); in TEST_F() local453 std::string dex_name; in TEST_F() local488 std::string dex_name; in TEST_F() local517 std::string dex_name = GetTestDexFileName("Main"); in TEST_F() local525 std::string dex_name = GetTestDexFileName("Main"); in TEST_F() local533 std::string dex_name = GetTestDexFileName("Main"); in TEST_F() local
1200 std::string dex_name; in ClassLoaderInfoMatch() local
109 typename ElfTypes::Word dex_name = strtab->Write(kDexFileSymbolName); in WriteDebugSymbols() local
52 void RunTest(const char* dex_name) { in RunTest()