Home
last modified time | relevance | path

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

/art/tools/jvmti-agents/ti-alloc-sample/
Dmkflame.py86 type_string = thread_type_size[thread_type_size.find(TYPE_STRING) + TYPE_STRING_LEN:]
87 return type_string[:type_string.find(" ")]
/art/profman/
Dboot_image_profile.cc52 std::string type_string(dex_file->GetTypeDescriptor(dex_file->GetTypeId(id.class_idx_))); in BootImageRepresentation() local
54 return type_string + in BootImageRepresentation()
Dprofman.cc757 std::string type_string(dex_file->GetTypeDescriptor(dex_file->GetTypeId(id.class_idx_))); in GetClassNamesAndMethods() local
770 type_string + in GetClassNamesAndMethods()