Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_runtime_test.cc253 jobject CommonRuntimeTestImpl::LoadDex(const char* dex_name) { in LoadDex() argument
254 jobject class_loader = LoadDexInPathClassLoader(dex_name, nullptr); in LoadDex()
267 for (const std::string& dex_name : dex_names) { in LoadDexInWellKnownClassLoader() local
268 std::vector<std::unique_ptr<const DexFile>> dex_files = OpenTestDexFiles(dex_name.c_str()); in LoadDexInWellKnownClassLoader()
315 jobject CommonRuntimeTestImpl::LoadDexInPathClassLoader(const std::string& dex_name, in LoadDexInPathClassLoader() argument
319 return LoadDexInPathClassLoader(std::vector<std::string>{ dex_name }, in LoadDexInPathClassLoader()
338 jobject CommonRuntimeTestImpl::LoadDexInDelegateLastClassLoader(const std::string& dex_name, in LoadDexInDelegateLastClassLoader() argument
343 { dex_name }, in LoadDexInDelegateLastClassLoader()
348 jobject CommonRuntimeTestImpl::LoadDexInInMemoryDexClassLoader(const std::string& dex_name, in LoadDexInInMemoryDexClassLoader() argument
353 { dex_name }, in LoadDexInInMemoryDexClassLoader()
Dcommon_runtime_test.h150 jobject LoadDex(const char* dex_name) REQUIRES_SHARED(Locks::mutator_lock_);
157 jobject LoadDexInPathClassLoader(const std::string& dex_name,
165 jobject LoadDexInDelegateLastClassLoader(const std::string& dex_name, jobject parent_loader);
166 jobject LoadDexInInMemoryDexClassLoader(const std::string& dex_name, jobject parent_loader);
Dclass_loader_context_test.cc296 std::string dex_name = GetTestDexFileName("Main"); in TestOpenDexFiles() local
301 "DLC[" + dex_name + "]"); in TestOpenDexFiles()
335 std::string dex_name; in TestOpenValidDexFilesRelative() local
338 !CreateRelativeString(GetTestDexFileName("Main"), cwd_buf, &dex_name)) { in TestOpenValidDexFilesRelative()
348 "DLC[" + dex_name + "]"); in TestOpenValidDexFilesRelative()
626 std::string dex_name = GetTestDexFileName("Main"); in TEST_F() local
628 ClassLoaderContext::Create("PCL[does_not_exist.dex];DLC[" + dex_name + "]"); in TEST_F()
633 std::string dex_name = GetTestDexFileName("Main"); in TEST_F() local
635 ClassLoaderContext::Create("PCL[does_not_exist.dex];DLC[" + dex_name + "]"); in TEST_F()
644 std::string dex_name = GetTestDexFileName("Main"); in TEST_F() local
[all …]
/art/tools/runtime_memusage/
Dsanitizer_logcat_analysis.sh352 dex_name=""
358 dex_name="Dex File name: $(basename "$dex_file_path") "
365 set title "'"$package_string""$dex_name"'PID: '"$pid"'";
/art/compiler/debug/
Delf_symtab_writer.h166 typename ElfTypes::Word dex_name = strtab->Write(kDexFileSymbolName); in WriteDebugSymbols() local
167 symtab->Add(dex_name, dex, dex_address, dex_file->Size(), STB_GLOBAL, STT_FUNC); in WriteDebugSymbols()