Searched refs:suffix (Results 1 - 18 of 18) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_alloc_entrypoints.cc69 #define GENERATE_ENTRYPOINTS_FOR_ALLOCATOR_INST(suffix, suffix2, instrumented_bool, allocator_type) \
70 extern "C" mirror::Object* artAllocObjectFromCodeWithChecks##suffix##suffix2( \
75 extern "C" mirror::Object* artAllocObjectFromCodeResolved##suffix##suffix2( \
80 extern "C" mirror::Object* artAllocObjectFromCodeInitialized##suffix##suffix2( \
85 extern "C" mirror::Array* artAllocArrayFromCodeResolved##suffix##suffix2( \
92 extern "C" mirror::String* artAllocStringFromBytesFromCode##suffix##suffix2( \
102 extern "C" mirror::String* artAllocStringFromCharsFromCode##suffix##suffix2( \
110 extern "C" mirror::String* artAllocStringFromStringFromCode##suffix##suffix2( /* NOLINT */ \
119 #define GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(suffix, allocator_type) \
120 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR_INST(suffix, Instrumente
[all...]
/art/runtime/interpreter/mterp/mips64/
H A DfcvtFooter.S17 SET_VREG$suffix $valreg, a1
H A DfcvtHeader.S14 GET_VREG$suffix $valreg, a2
/art/runtime/interpreter/mterp/x86_64/
H A Dbindiv.S1 %default {"result":"","second":"","wide":"","suffix":"","rem":"0","ext":"cdq"}
15 test${suffix} $second, $second
17 cmp${suffix} $$-1, $second
20 idiv${suffix} $second
30 xor${suffix} $result, $result
32 neg${suffix} $result
H A Dbindiv2addr.S1 %default {"result":"","second":"","wide":"","suffix":"","rem":"0","ext":"cdq"}
16 test${suffix} $second, $second
18 cmp${suffix} $$-1, $second
21 idiv${suffix} $second
31 xor${suffix} $result, $result
33 neg${suffix} $result
/art/tools/
H A Dcpplint_presubmit.py38 return f not in IGNORED_FILES and path.suffix in INTERESTING_SUFFIXES and path.exists()
H A Dcpplint.py2966 The filename with the common suffix removed.
2968 for suffix in ('test.cc', 'regtest.cc', 'unittest.cc',
2970 if (filename.endswith(suffix) and len(filename) > len(suffix) and
2971 filename[-len(suffix) - 1] in ('-', '_')):
2972 return filename[:-len(suffix) - 1]
2977 """Determines if the given filename has a suffix that identifies it as a test.
/art/cmdline/
H A Dcmdline_types.h714 std::string suffix = RemovePrefix(option); local
720 type_parser.Parse(suffix));
726 type_parser.Parse(suffix));
732 type_parser.Parse(suffix));
738 type_parser.Parse(suffix));
744 type_parser.Parse(suffix));
750 type_parser.Parse(suffix));
756 type_parser.Parse(suffix));
759 existing.profile_path_ = suffix;
/art/runtime/
H A Dcommon_runtime_test.cc151 ScratchFile::ScratchFile(const ScratchFile& other, const char* suffix) argument
152 : ScratchFile(other.GetFilename() + suffix) {}
514 std::string suffix = host local
518 return StringPrintf("%s/framework/%s%s.jar", path.c_str(), jar_prefix.c_str(), suffix.c_str());
690 std::string CommonRuntimeTestImpl::GetCoreFileLocation(const char* suffix) { argument
691 CHECK(suffix != nullptr);
697 location = StringPrintf("%s/framework/core.%s", host_dir, suffix);
699 location = StringPrintf("/data/art-test/core.%s", suffix);
H A Dcommon_runtime_test.h55 ScratchFile(const ScratchFile& other, const char* suffix);
170 static std::string GetCoreFileLocation(const char* suffix);
H A Dstack_map.cc87 const std::string& suffix = "") {
90 << " (" << location.GetValue() << ")" << suffix << '\n';
H A Dutf_test.cc184 for (const auto& suffix : suffixes) {
185 const std::vector<uint16_t>& suffix_in = suffix.first;
186 const std::vector<uint8_t>& suffix_out = suffix.second;
H A Ddex_file.cc1221 const char* suffix = dex_location + base_location.size(); local
1222 DCHECK(suffix[0] == 0 || suffix[0] == kMultiDexSeparator);
1225 return std::string(path.get()) + suffix;
1226 } else if (suffix[0] == 0) {
H A Dclass_linker.cc3381 // For app images, the dex cache location may be a suffix of the dex file location since the
3389 // Take suffix.
5395 const char* suffix) {
5397 os << dex_file.GetClassDescriptor(dex_class_def) << suffix << ":\n";
5393 DumpClass(std::ostream& os, const DexFile& dex_file, const DexFile::ClassDef& dex_class_def, const char* suffix) argument
/art/build/
H A DAndroid.gtest.mk67 ART_TEST_HOST_GTEST_MainStripped_DEX := $(basename $(ART_TEST_HOST_GTEST_Main_DEX))Stripped$(suffix $(ART_TEST_HOST_GTEST_Main_DEX))
68 ART_TEST_TARGET_GTEST_MainStripped_DEX := $(basename $(ART_TEST_TARGET_GTEST_Main_DEX))Stripped$(suffix $(ART_TEST_TARGET_GTEST_Main_DEX))
80 ART_TEST_HOST_GTEST_VerifierDeps_DEX := $(dir $(ART_TEST_HOST_GTEST_Main_DEX))$(subst Main,VerifierDeps,$(basename $(notdir $(ART_TEST_HOST_GTEST_Main_DEX))))$(suffix $(ART_TEST_HOST_GTEST_Main_DEX))
81 ART_TEST_TARGET_GTEST_VerifierDeps_DEX := $(dir $(ART_TEST_TARGET_GTEST_Main_DEX))$(subst Main,VerifierDeps,$(basename $(notdir $(ART_TEST_TARGET_GTEST_Main_DEX))))$(suffix $(ART_TEST_TARGET_GTEST_Main_DEX))
82 ART_TEST_HOST_GTEST_VerifierDepsMulti_DEX := $(dir $(ART_TEST_HOST_GTEST_Main_DEX))$(subst Main,VerifierDepsMulti,$(basename $(notdir $(ART_TEST_HOST_GTEST_Main_DEX))))$(suffix $(ART_TEST_HOST_GTEST_Main_DEX))
83 ART_TEST_TARGET_GTEST_VerifierDepsMulti_DEX := $(dir $(ART_TEST_TARGET_GTEST_Main_DEX))$(subst Main,VerifierDepsMulti,$(basename $(notdir $(ART_TEST_TARGET_GTEST_Main_DEX))))$(suffix $(ART_TEST_TARGET_GTEST_Main_DEX))
554 # Define all the combinations of host/target, valgrind and suffix such as:
/art/imgdiag/
H A Dimgdiag.cc89 static bool EndsWith(const std::string& str, const std::string& suffix) { argument
90 return str.size() >= suffix.size() &&
91 str.compare(str.size() - suffix.size(), suffix.size(), suffix) == 0;
94 // Return suffix of the file path after the last /. (e.g. /foo/bar -> bar, bar -> bar)
/art/dexlayout/
H A Ddex_visualize.cc40 const std::string& suffix) {
41 return prefix + ((dex_file_index > 0) ? std::to_string(dex_file_index + 1) : "") + suffix;
38 MultidexName(const std::string& prefix, size_t dex_file_index, const std::string& suffix) argument
/art/runtime/gc/space/
H A Dimage_space.cc1865 // Length of common suffix.
1887 std::string suffix = image.substr(old_prefix_length); local
1888 image_file_names->push_back(new_prefix + suffix);

Completed in 1479 milliseconds