/art/runtime/entrypoints/quick/ |
D | quick_alloc_entrypoints.cc | 70 #define GENERATE_ENTRYPOINTS_FOR_ALLOCATOR_INST(suffix, suffix2, instrumented_bool, allocator_type)… argument 71 extern "C" mirror::Object* artAllocObjectFromCodeWithChecks##suffix##suffix2( \ 76 extern "C" mirror::Object* artAllocObjectFromCodeResolved##suffix##suffix2( \ 81 extern "C" mirror::Object* artAllocObjectFromCodeInitialized##suffix##suffix2( \ 86 extern "C" mirror::String* artAllocStringObject##suffix##suffix2( \ 93 extern "C" mirror::Array* artAllocArrayFromCodeResolved##suffix##suffix2( \ 100 extern "C" mirror::String* artAllocStringFromBytesFromCode##suffix##suffix2( \ 110 extern "C" mirror::String* artAllocStringFromCharsFromCode##suffix##suffix2( \ 118 extern "C" mirror::String* artAllocStringFromStringFromCode##suffix##suffix2( /* NOLINT */ \ 127 #define GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(suffix, allocator_type) \ argument [all …]
|
/art/test/693-vdex-inmem-loader-evict/src-secondary/ |
D | gen.sh | 34 suffix=0${i} 36 suffix=${i} 39 echo "public class MyClass${suffix} { }" > "$TMP/MyClass${suffix}.java" && \ 40 javac -d "${TMP}" "$TMP/MyClass${suffix}.java" && \ 41 d8 --output "$TMP" "$TMP/MyClass${suffix}.class" && \ 42 mv "$TMP/classes.dex" "$TMP/file${suffix}.dex") 45 checksum=`head -c 32 -z "$TMP/file${suffix}.dex" | tail -c 24 -z | base64`
|
/art/runtime/interpreter/mterp/x86_64/ |
D | arithmetic.S | 1 %def bindiv(result="", second="", tmp="", wide="", suffix="", rem="0", ext="cdq"): 15 test${suffix} $second, $second 17 cmp${suffix} $$-1, $second 19 cmp${suffix} $$2, $second 22 idiv${suffix} $second 32 xor${suffix} $result, $result 34 neg${suffix} $result 39 mov${suffix} $tmp, $result 41 shr${suffix} $$63, $result 43 shr${suffix} $$31, $result [all …]
|
/art/test/dexdump/ |
D | run-all-tests | 77 for suffix in ${!SUFFIX_COMMAND_MAP[@]}; do 78 new_output=${dex%%.*}.${suffix} 79 ${SUFFIX_COMMAND_MAP[${suffix}]} ${dex} > ${new_output} 81 echo "Failed running ${SUFFIX_COMMAND_MAP[${suffix}]} ${dex} > ${new_output}" 2>&1 94 for suffix in ${!SUFFIX_COMMAND_MAP[@]}; do 95 expected_output=${dex%%.*}.${suffix} 97 cmd="${SUFFIX_COMMAND_MAP[${suffix}]} ${dex}"
|
/art/libartbase/base/ |
D | string_view_cpp20.h | 34 inline bool EndsWith(std::string_view sv, std::string_view suffix) { in EndsWith() argument 35 return sv.size() >= suffix.size() && sv.substr(sv.size() - suffix.size()) == suffix; in EndsWith()
|
D | common_art_test.cc | 89 ScratchFile::ScratchFile(const ScratchFile& other, const char* suffix) in ScratchFile() argument 90 : ScratchFile(other.GetFilename() + suffix) {} in ScratchFile() 523 std::string CommonArtTestImpl::GetCoreFileLocation(const char* suffix) { in GetCoreFileLocation() argument 524 CHECK(suffix != nullptr); in GetCoreFileLocation() 529 location = StringPrintf("%s/framework/core.%s", host_dir.c_str(), suffix); in GetCoreFileLocation() 531 location = StringPrintf("/apex/com.android.art/javalib/boot.%s", suffix); in GetCoreFileLocation()
|
D | common_art_test.h | 68 ScratchFile(const ScratchFile& other, const char* suffix); 299 static std::string GetCoreFileLocation(const char* suffix);
|
/art/runtime/interpreter/mterp/x86_64ng/ |
D | main.S | 993 .macro COMMON_INVOKE_NON_RANGE is_static=0, is_interface=0, suffix="", is_string_init=0, is_polymor… 999 DO_ENTRY_POINT_CHECK .Lcall_compiled_code_\suffix 1007 jmp .Ldone_return_\suffix 1010 .Lcall_compiled_code_\suffix: 1027 LOOP_OVER_SHORTY_LOADING_XMMS xmm0, r11, r9, r10, .Lxmm_setup_finished_\suffix 1028 LOOP_OVER_SHORTY_LOADING_XMMS xmm1, r11, r9, r10, .Lxmm_setup_finished_\suffix 1029 LOOP_OVER_SHORTY_LOADING_XMMS xmm2, r11, r9, r10, .Lxmm_setup_finished_\suffix 1030 LOOP_OVER_SHORTY_LOADING_XMMS xmm3, r11, r9, r10, .Lxmm_setup_finished_\suffix 1031 LOOP_OVER_SHORTY_LOADING_XMMS xmm4, r11, r9, r10, .Lxmm_setup_finished_\suffix 1032 .Lxmm_setup_finished_\suffix: [all …]
|
/art/build/ |
D | Android.gtest.mk | 78 ART_TEST_HOST_GTEST_MainStripped_DEX := $(basename $(ART_TEST_HOST_GTEST_Main_DEX))Stripped$(suffix… 79 …inStripped_DEX := $(basename $(ART_TEST_TARGET_GTEST_Main_DEX))Stripped$(suffix $(ART_TEST_TARGET_… 83 …d_DEX := $(basename $(ART_TEST_HOST_GTEST_Main_DEX))UncompressedAligned$(suffix $(ART_TEST_HOST_GT… 84 …DEX := $(basename $(ART_TEST_TARGET_GTEST_Main_DEX))UncompressedAligned$(suffix $(ART_TEST_TARGET_… 88 …sed_DEX := $(basename $(ART_TEST_HOST_GTEST_Main_DEX))EmptyUncompressed$(suffix $(ART_TEST_HOST_GT… 89 …d_DEX := $(basename $(ART_TEST_TARGET_GTEST_Main_DEX))EmptyUncompressed$(suffix $(ART_TEST_TARGET_… 93 … := $(basename $(ART_TEST_HOST_GTEST_Main_DEX))EmptyUncompressedAligned$(suffix $(ART_TEST_HOST_GT… 94 …= $(basename $(ART_TEST_TARGET_GTEST_Main_DEX))EmptyUncompressedAligned$(suffix $(ART_TEST_TARGET_… 98 …X := $(basename $(ART_TEST_HOST_GTEST_MultiDex_DEX))UncompressedAligned$(suffix $(ART_TEST_HOST_GT… 99 …:= $(basename $(ART_TEST_TARGET_GTEST_MultiDex_DEX))UncompressedAligned$(suffix $(ART_TEST_TARGET_… [all …]
|
/art/tools/ |
D | run-libcore-tests.sh | 31 local suffix="jar" 37 echo "${java_libraries}/${var}_intermediates/classes.${suffix}" 49 local suffix="$2" 54 printf -- ":${dir}/${var}${suffix}.jar";
|
D | run-jdwp-tests.sh | 38 local suffix="$2" 43 printf -- "${separator}${dir}/${var}${suffix}.jar"; 333 local suffix="jar" 337 echo "$path/$str.$suffix"
|
/art/dalvikvm/ |
D | Android.bp | 48 suffix: "32", 51 suffix: "64",
|
/art/cmdline/ |
D | cmdline_types.h | 704 std::string suffix = RemovePrefix(option); 710 type_parser.Parse(suffix)); 716 type_parser.Parse(suffix)); 722 type_parser.Parse(suffix)); 728 type_parser.Parse(suffix)); 734 type_parser.Parse(suffix)); 740 type_parser.Parse(suffix)); 746 type_parser.Parse(suffix)); 749 existing.profile_path_ = suffix;
|
/art/imgdiag/ |
D | Android.bp | 43 suffix: "32", 46 suffix: "64",
|
/art/dexlayout/ |
D | dexdiag.cc | 317 for (const char* suffix : suffixes) { in IsVdexFileMapping() local 318 size_t match_loc = mapped_name.find(suffix); in IsVdexFileMapping() 319 if (match_loc != std::string::npos && mapped_name.length() == match_loc + strlen(suffix)) { in IsVdexFileMapping() 405 for (const char* suffix : suffixes) { in IsOatFileMapping() local 406 size_t match_loc = mapped_name.find(suffix); in IsOatFileMapping() 407 if (match_loc != std::string::npos && mapped_name.length() == match_loc + strlen(suffix)) { in IsOatFileMapping()
|
D | dex_visualize.cc | 42 const std::string& suffix) { in MultidexName() argument 43 return prefix + ((dex_file_index > 0) ? std::to_string(dex_file_index + 1) : "") + suffix; in MultidexName()
|
/art/libdexfile/dex/ |
D | dex_file_loader.cc | 188 const char* suffix = dex_location + base_location.size(); in GetDexCanonicalLocation() local 189 DCHECK(suffix[0] == 0 || suffix[0] == kMultiDexSeparator); in GetDexCanonicalLocation() 198 return std::string(path.get()) + suffix; in GetDexCanonicalLocation() 201 if (suffix[0] == 0) { in GetDexCanonicalLocation()
|
D | utf_test.cc | 186 for (const auto& suffix : suffixes) { in TEST_F() local 187 const std::vector<uint16_t>& suffix_in = suffix.first; in TEST_F() 188 const std::vector<uint8_t>& suffix_out = suffix.second; in TEST_F()
|
/art/test/674-hiddenapi/src-ex/ |
D | ChildClass.java | 141 String suffix = (isStatic ? "Static" : "") + hiddenness.name(); in runTest() local 146 String baseName = visibility.name() + suffix; in runTest() 164 checkLinking("LinkFieldGet" + suffix, /*takesParameter*/ false, expected); in runTest() 165 checkLinking("LinkFieldSet" + suffix, /*takesParameter*/ true, expected); in runTest() 166 checkLinking("LinkMethod" + suffix, /*takesParameter*/ false, expected); in runTest() 167 checkLinking("LinkMethodInterface" + suffix, /*takesParameter*/ false, expected); in runTest()
|
/art/dex2oat/ |
D | Android.bp | 260 suffix: "32", 263 suffix: "64", 356 suffix: "32", 359 suffix: "64",
|
/art/runtime/ |
D | class_loader_context.cc | 1274 const std::string& suffix) { in AbsolutePathHasRelativeSuffix() argument 1276 DCHECK(!IsAbsoluteLocation(suffix)); in AbsolutePathHasRelativeSuffix() 1277 return (path.size() > suffix.size()) && in AbsolutePathHasRelativeSuffix() 1278 (path[path.size() - suffix.size() - 1u] == '/') && in AbsolutePathHasRelativeSuffix() 1279 (std::string_view(path).substr(/*pos*/ path.size() - suffix.size()) == suffix); in AbsolutePathHasRelativeSuffix()
|
/art/libnativeloader/ |
D | README.md | 50 Note that, due to the naming constraint requiring `.<companyname>.so` suffix, it
|
/art/test/ |
D | README.md | 71 with the suffix `_test.cc`. The construction logic of these tests is implemented
|