Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dcommon_runtime_test.cc248 jobject CommonRuntimeTestImpl::LoadDex(const char* dex_name) { in LoadDex()
260 for (const std::string& dex_name : dex_names) { in LoadDexInWellKnownClassLoader() local
302 jobject CommonRuntimeTestImpl::LoadDexInPathClassLoader(const std::string& dex_name, in LoadDexInPathClassLoader()
319 jobject CommonRuntimeTestImpl::LoadDexInDelegateLastClassLoader(const std::string& dex_name, in LoadDexInDelegateLastClassLoader()
326 jobject CommonRuntimeTestImpl::LoadDexInInMemoryDexClassLoader(const std::string& dex_name, in LoadDexInInMemoryDexClassLoader()
H A Dclass_loader_context_test.cc242 std::string dex_name = GetTestDexFileName("Main"); in TestOpenDexFiles() local
281 std::string dex_name; in TestOpenValidDexFilesRelative() local
548 std::string dex_name = GetTestDexFileName("Main"); in TEST_F() local
555 std::string dex_name = GetTestDexFileName("Main"); in TEST_F() local
566 std::string dex_name = GetTestDexFileName("Main"); in TEST_F() local
575 std::string dex_name = GetTestDexFileName("Main"); in TEST_F() local
607 std::string dex_name = GetTestDexFileName("Main"); in TEST_F() local
/aosp12/art/compiler/debug/
H A Delf_symtab_writer.h165 typename ElfTypes::Word dex_name = strtab->Write(kDexFileSymbolName); in WriteDebugSymbols() local
/aosp12/frameworks/native/cmds/installd/
H A Dutils.cpp309 std::string dex_name; in create_current_profile_path() local
328 std::string dex_name; in create_reference_profile_path() local
/aosp12/frameworks/base/startop/view_compiler/
H A Ddex_builder.cc668 ir::String* dex_name{GetOrAddString(name)}; in GetOrDeclareMethod() local