Lines Matching refs:descriptor
75 * Converts the class name portion of a type descriptor to human-readable
79 std::string descriptor(str);
81 size_t last_slash = descriptor.rfind('/');
89 size_t size = descriptor.size() - 1 - last_slash;
90 std::string result(descriptor.substr(last_slash, size));
802 const char* descriptor = (type_id == nullptr) ? "<any>" : type_id->GetStringId()->Data();
803 fprintf(out_file_, " %s -> 0x%04x\n", descriptor, handler->GetAddress());
1214 LOG(ERROR) << "bad method type descriptor '" << type_descriptor << "'";
1233 LOG(ERROR) << "ERROR: bad descriptor '" << type_descriptor << "'";
1414 fprintf(out_file_, " Class descriptor : '%s'\n", class_descriptor);