Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexlayout.cc493 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); in IndexString() local
505 const char* type_descriptor = field_id->Type()->GetStringId()->Data(); in IndexString() local
526 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); in IndexString() local
1100 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); in DumpBytecodes() local
1244 char* type_descriptor = strdup(GetSignatureForProtoId(method_id->Proto()).c_str()); in DumpMethod() local
1367 const char* type_descriptor = field_id->Type()->GetStringId()->Data(); in DumpSField() local
/art/compiler/debug/
Delf_debug_info_writer.h497 void WriteLazyType(const char* type_descriptor) { in WriteLazyType()