Searched defs:suffix (Results  1 – 13 of 13) sorted by relevance
| /art/runtime/entrypoints/quick/ | 
| D | quick_alloc_entrypoints.cc | 73 #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/ | 
| D | string_view_cpp20.h | 35 inline bool EndsWith(std::string_view sv, std::string_view suffix) {  in EndsWith()
  | 
| D | common_art_test.cc | 91 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/ | 
| D | gen_setup.py | 52 def add_slow_path(write_fn, *write_args, suffix="_slow_path"):  argument
  | 
| /art/dex2oat/ | 
| D | dex2oat_vdex_test.cc | 124                       const std::string& suffix = "") {  in GetOdex() 129                       const std::string& suffix = "") {  in GetVdex()
  | 
| /art/dexlayout/ | 
| D | dexdiag.cc | 317   for (const char* suffix : suffixes) {  in IsVdexFileMapping()  local 404   for (const char* suffix : suffixes) {  in IsOatFileMapping()  local
  | 
| D | dex_visualize.cc | 42                                 const std::string& suffix) {  in MultidexName()
  | 
| /art/runtime/arch/arm64/ | 
| D | quick_entrypoints_arm64.S | 506 .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/ | 
| D | odr_config.h | 172     const char* suffix = "";  in GetDex2Oat()  local
  | 
| /art/libdexfile/dex/ | 
| D | utf_test.cc | 186       for (const auto& suffix : suffixes) {  in TEST_F()  local
  | 
| D | dex_file_loader.cc | 159   const char* suffix = dex_location + base_location.size();  in GetDexCanonicalLocation()  local
  | 
| /art/test/674-hiddenapi/src-ex/ | 
| D | ChildClass.java | 140         String suffix = (isStatic ? "Static" : "") + hiddenness.name();  in runTest()  local
  | 
| /art/runtime/ | 
| D | class_loader_context.cc | 1309                                                  const std::string& suffix) {  in AbsolutePathHasRelativeSuffix()
  |