Searched refs:type_descriptor (Results 1 - 3 of 3) sorted by relevance

/art/dexlayout/
H A Ddexlayout.cc435 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); local
438 back_descriptor, name, type_descriptor.c_str(), width, index);
447 const char* type_descriptor = field_id->Type()->GetStringId()->Data(); local
450 back_descriptor, name, type_descriptor, width, index);
468 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); local
470 method = StringPrintf("%s.%s:%s", back_descriptor, name, type_descriptor.c_str());
1071 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); local
1077 code_offset, code_offset, dot.c_str(), name, type_descriptor.c_str());
1129 char* type_descriptor = strdup(GetSignatureForProtoId(method_id->Proto()).c_str()); local
1136 fprintf(out_file_, " type : '%s'\n", type_descriptor);
1233 const char* type_descriptor = field_id->Type()->GetStringId()->Data(); local
[all...]
/art/compiler/debug/
H A Delf_debug_info_writer.h488 void WriteLazyType(const char* type_descriptor) { argument
489 if (type_descriptor != nullptr && type_descriptor[0] != 'V') {
490 lazy_types_.emplace(std::string(type_descriptor), info_.size());
/art/runtime/
H A Ddex_file_verifier.cc2145 LOAD_STRING_BY_TYPE(type_descriptor, item->type_idx_, "inter_field_id_item type_idx")
2146 if (UNLIKELY(!IsValidDescriptor(type_descriptor) || type_descriptor[0] == 'V')) {
2147 ErrorStringPrintf("Invalid descriptor for type_idx: '%s'", type_descriptor);

Completed in 82 milliseconds