Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc73 #define GENERATE_ENTRYPOINTS_FOR_ALLOCATOR_INST(suffix, suffix2, instrumented_bool, allocator_type)… argument
130 #define GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(suffix, allocator_type) \ argument
141 #define GENERATE_ENTRYPOINTS(suffix) \ argument
/art/libartbase/base/
Dstring_view_cpp20.h35 inline bool EndsWith(std::string_view sv, std::string_view suffix) { in EndsWith()
Dcommon_art_test.cc91 ScratchFile::ScratchFile(const ScratchFile& other, const char* suffix) in ScratchFile()
567 std::string CommonArtTestImpl::GetCoreFileLocation(const char* suffix) { in GetCoreFileLocation()
/art/runtime/interpreter/mterp/common/
Dgen_setup.py52 def add_slow_path(write_fn, *write_args, suffix="_slow_path"): argument
/art/dex2oat/
Ddex2oat_vdex_test.cc124 const std::string& suffix = "") { in GetOdex()
129 const std::string& suffix = "") { in GetVdex()
/art/dexlayout/
Ddexdiag.cc317 for (const char* suffix : suffixes) { in IsVdexFileMapping() local
404 for (const char* suffix : suffixes) { in IsOatFileMapping() local
Ddex_visualize.cc42 const std::string& suffix) { in MultidexName()
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S506 .macro INVOKE_STUB_LOAD_REG label, reg, args, size, nh4_reg, nh4_l, nh8_reg, nh8_l, cont, suffix
520 .macro INVOKE_STUB_SKIP_ARG label, args, size, cont, suffix
531 .macro INVOKE_STUB_LOAD_ALL_ARGS suffix argument
/art/odrefresh/
Dodr_config.h172 const char* suffix = ""; in GetDex2Oat() local
/art/libdexfile/dex/
Dutf_test.cc186 for (const auto& suffix : suffixes) { in TEST_F() local
Ddex_file_loader.cc159 const char* suffix = dex_location + base_location.size(); in GetDexCanonicalLocation() local
/art/test/674-hiddenapi/src-ex/
DChildClass.java140 String suffix = (isStatic ? "Static" : "") + hiddenness.name(); in runTest() local
/art/runtime/
Dclass_loader_context.cc1309 const std::string& suffix) { in AbsolutePathHasRelativeSuffix()