Searched refs:dex_name (Results 1 – 6 of 6) sorted by relevance
/art/dex2oat/dex/ |
D | dex_to_dex_decompiler_test.cc | 52 void RunTest(const char* dex_name) { in RunTest() argument 58 original_class_loader = LoadDex(dex_name); in RunTest() 67 class_loader = LoadDex(dex_name); in RunTest()
|
/art/tools/runtime_memusage/ |
D | sanitizer_logcat_analysis.sh | 352 dex_name="" 358 dex_name="Dex File name: $(basename "$dex_file_path") " 365 set title "'"$package_string""$dex_name"'PID: '"$pid"'";
|
/art/runtime/ |
D | common_runtime_test.cc | 267 jobject CommonRuntimeTestImpl::LoadDex(const char* dex_name) { in LoadDex() argument 268 jobject class_loader = LoadDexInPathClassLoader(dex_name, nullptr); in LoadDex() 279 for (const std::string& dex_name : dex_names) { in LoadDexInWellKnownClassLoader() local 280 std::vector<std::unique_ptr<const DexFile>> dex_files = OpenTestDexFiles(dex_name.c_str()); in LoadDexInWellKnownClassLoader() 321 jobject CommonRuntimeTestImpl::LoadDexInPathClassLoader(const std::string& dex_name, in LoadDexInPathClassLoader() argument 324 return LoadDexInPathClassLoader(std::vector<std::string>{ dex_name }, in LoadDexInPathClassLoader() 338 jobject CommonRuntimeTestImpl::LoadDexInDelegateLastClassLoader(const std::string& dex_name, in LoadDexInDelegateLastClassLoader() argument 340 return LoadDexInWellKnownClassLoader({ dex_name }, in LoadDexInDelegateLastClassLoader() 345 jobject CommonRuntimeTestImpl::LoadDexInInMemoryDexClassLoader(const std::string& dex_name, in LoadDexInInMemoryDexClassLoader() argument 347 return LoadDexInWellKnownClassLoader({ dex_name }, in LoadDexInInMemoryDexClassLoader()
|
D | common_runtime_test.h | 151 jobject LoadDex(const char* dex_name) REQUIRES_SHARED(Locks::mutator_lock_); 157 jobject LoadDexInPathClassLoader(const std::string& dex_name, 163 jobject LoadDexInDelegateLastClassLoader(const std::string& dex_name, jobject parent_loader); 164 jobject LoadDexInInMemoryDexClassLoader(const std::string& dex_name, jobject parent_loader);
|
D | class_loader_context_test.cc | 410 std::string dex_name = GetTestDexFileName("Main"); in TEST_F() local 416 "DLC[" + dex_name + "]"); in TEST_F() 453 std::string dex_name; in TEST_F() local 456 !CreateRelativeString(GetTestDexFileName("Main"), cwd_buf, &dex_name)) { in TEST_F() 466 "DLC[" + dex_name + "]"); in TEST_F() 488 std::string dex_name; in TEST_F() local 491 !CreateRelativeString(GetTestDexFileName("Main"), cwd_buf, &dex_name)) { in TEST_F() 500 "DLC[" + dex_name + "]"); in TEST_F() 517 std::string dex_name = GetTestDexFileName("Main"); in TEST_F() local 519 ClassLoaderContext::Create("PCL[does_not_exist.dex];DLC[" + dex_name + "]"); in TEST_F() [all …]
|
/art/compiler/debug/ |
D | elf_symtab_writer.h | 109 typename ElfTypes::Word dex_name = strtab->Write(kDexFileSymbolName); in WriteDebugSymbols() local 110 symtab->Add(dex_name, dex, dex_address, dex_file->Size(), STB_GLOBAL, STT_FUNC); in WriteDebugSymbols()
|