Home
last modified time | relevance | path

Searched refs:class_name_slash (Results 1 – 1 of 1) sorted by relevance

/art/compiler/
Delf_writer_debug.cc363 size_t class_name_slash = class_name.find_last_of('/'); in WriteDebugSections() local
370 class_name_slash != std::string::npos) { // Has package name. in WriteDebugSections()
371 std::string package_name = class_name.substr(1, class_name_slash - 1); in WriteDebugSections()