HomeSort by relevance Sort by last modified time
    Searched refs:DescriptorToDot (Results 1 - 10 of 10) sorted by null

  /art/test/ti-agent/
jni_binder.cc 126 static std::string DescriptorToDot(const char* descriptor) {
158 std::string dot_name = DescriptorToDot(descriptor.c_str());
  /art/runtime/
utils.h 109 std::string DescriptorToDot(const char* descriptor);
utils.cc 403 std::string DescriptorToDot(const char* descriptor) {
art_method.cc 293 << DescriptorToDot(GetTypeDescriptorFromTypeIdx(iter_type_idx));
    [all...]
class_linker.cc     [all...]
  /art/runtime/native/
dalvik_system_DexFile.cc 446 std::string descriptor(DescriptorToDot(*it));
  /art/profman/
profile_assistant_test.cc 671 expected_contents += DescriptorToDot(class_name.c_str()) +
    [all...]
  /art/runtime/mirror/
class.cc 239 name = String::AllocFromModifiedUtf8(self, DescriptorToDot(descriptor).c_str());
    [all...]
  /art/dexlayout/
dexlayout.cc 77 std::string result = DescriptorToDot(descriptor);
    [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 282 milliseconds