Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc28 #define GENERATE_ENTRYPOINTS_FOR_ALLOCATOR_INST(suffix, suffix2, instrumented_bool, allocator_type)… argument
104 #define GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(suffix, allocator_type) \ argument
113 #define GENERATE_ENTRYPOINTS(suffix) \ argument
/art/runtime/
Dcommon_runtime_test.cc65 ScratchFile::ScratchFile(const ScratchFile& other, const char* suffix) { in ScratchFile()
Ddex_file.cc971 const char* suffix = dex_location + base_location.size(); in GetDexCanonicalLocation() local
Dutils.cc977 bool EndsWith(const std::string& s, const char* suffix) { in EndsWith()
Dclass_linker.cc4536 const char* suffix) { in DumpClass()
/art/compiler/dex/
Dmir_graph.cc874 void MIRGraph::DumpCFG(const char* dir_prefix, bool all_blocks, const char *suffix) { in DumpCFG()
/art/compiler/utils/
Dassembler_thumb_test.cc119 std::string suffix = subdir.substr(eabi + strlen(TOOL_PREFIX)); in GetAndroidToolsDir() local