Home
last modified time | relevance | path

Searched defs:suffix (Results 1 – 14 of 14) 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
Druntime_entrypoints_list.h350 #define GENERATE_ENTRYPOINTS_DECL_FOR_ALLOCATOR_INST(V, suffix, suffix2) \ argument
390 #define GENERATE_ENTRYPOINTS_DECL_FOR_ALLOCATOR(V, suffix) \ argument
/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.cc128 const std::string& suffix = "") { in GetOdex()
133 const std::string& suffix = "") { in GetVdex()
/art/libartbase/base/
Dcommon_art_test.cc89 ScratchFile::ScratchFile(const ScratchFile& other, const char* suffix) in ScratchFile()
444 std::string CommonArtTestImpl::GetCoreFileLocation(const char* suffix) { in GetCoreFileLocation()
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S522 .macro INVOKE_STUB_LOAD_REG label, reg, args, size, nh4_reg, nh4_l, nh8_reg, nh8_l, cont, suffix
536 .macro INVOKE_STUB_SKIP_ARG label, args, size, cont, suffix
547 .macro INVOKE_STUB_LOAD_ALL_ARGS suffix argument
/art/odrefresh/
Dodr_config.h203 const char* suffix = ""; in GetDex2Oat() local
/art/libdexfile/dex/
Dutf_test.cc186 for (const auto& suffix : suffixes) { in TEST_F() local
Ddex_file_loader.cc236 const char* suffix = dex_location + base_location.size(); in GetDexCanonicalLocation() local
/art/test/674-hiddenapi/src-ex/
DChildClass.java142 String suffix = (isStatic ? "Static" : "") + hiddenness.name(); in runTest() local
/art/test/utils/
Dregen-test-files812 def gen_tests_dict(tests, excluded_test_cases = {}, excluded_test_modules = [], suffix = ""): argument
/art/runtime/
Dhidden_api_test.cc213 const std::string_view suffix = ".jar"; in TestLocation() local
Dclass_loader_context.cc1315 const std::string& suffix) { in AbsolutePathHasRelativeSuffix()
/art/compiler/utils/riscv64/
Dassembler_riscv64_test.cc962 const std::string& suffix, in TestAddConst()