Home
last modified time | relevance | path

Searched defs:type_descriptor (Results 1 – 2 of 2) sorted by relevance

/art/dexlayout/
Ddexlayout.cc436 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); in IndexString() local
448 const char* type_descriptor = field_id->Type()->GetStringId()->Data(); in IndexString() local
469 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); in IndexString() local
1072 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); in DumpBytecodes() local
1130 char* type_descriptor = strdup(GetSignatureForProtoId(method_id->Proto()).c_str()); in DumpMethod() local
1234 const char* type_descriptor = field_id->Type()->GetStringId()->Data(); in DumpSField() local
/art/compiler/debug/
Delf_debug_info_writer.h488 void WriteLazyType(const char* type_descriptor) { in WriteLazyType()