Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexlayout.cc426 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); in IndexString() local
438 const char* type_descriptor = field_id->Type()->GetStringId()->Data(); in IndexString() local
459 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); in IndexString() local
1030 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); in DumpBytecodes() local
1172 char* type_descriptor = strdup(GetSignatureForProtoId(method_id->Proto()).c_str()); in DumpMethod() local
1295 const char* type_descriptor = field_id->Type()->GetStringId()->Data(); in DumpSField() local
/art/compiler/debug/
Delf_debug_info_writer.h494 void WriteLazyType(const char* type_descriptor) { in WriteLazyType()