Home
last modified time | relevance | path

Searched defs:suffix (Results 1 – 8 of 8) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc71 #define GENERATE_ENTRYPOINTS_FOR_ALLOCATOR_INST(suffix, suffix2, instrumented_bool, allocator_type)… argument
128 #define GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(suffix, allocator_type) \ argument
139 #define GENERATE_ENTRYPOINTS(suffix) \ argument
/art/libartbase/base/
Dstring_view_cpp20.h34 inline bool EndsWith(std::string_view sv, std::string_view suffix) { in EndsWith()
Dcommon_art_test.cc61 ScratchFile::ScratchFile(const ScratchFile& other, const char* suffix) in ScratchFile()
334 std::string suffix = host in GetDexFileName() local
473 std::string CommonArtTestImpl::GetCoreFileLocation(const char* suffix) { in GetCoreFileLocation()
/art/dexlayout/
Ddexdiag.cc317 for (const char* suffix : suffixes) { in IsVdexFileMapping() local
405 for (const char* suffix : suffixes) { in IsOatFileMapping() local
Ddex_visualize.cc42 const std::string& suffix) { in MultidexName()
/art/libdexfile/dex/
Dutf_test.cc186 for (const auto& suffix : suffixes) { in TEST_F() local
Ddex_file_loader.cc188 const char* suffix = dex_location + base_location.size(); in GetDexCanonicalLocation() local
/art/test/674-hiddenapi/src-ex/
DChildClass.java134 String suffix = (isStatic ? "Static" : "") + hiddenness.name(); in runTest() local