Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexlayout.cc439 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); in IndexString() local
451 const char* type_descriptor = field_id->Type()->GetStringId()->Data(); in IndexString() local
472 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); in IndexString() local
1044 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); in DumpBytecodes() local
1187 char* type_descriptor = strdup(GetSignatureForProtoId(method_id->Proto()).c_str()); in DumpMethod() local
1297 const char* type_descriptor = field_id->Type()->GetStringId()->Data(); in DumpSField() local
/art/compiler/debug/
Delf_debug_info_writer.h513 void WriteLazyType(const char* type_descriptor) { in WriteLazyType()