Lines Matching refs:GetString
206 ir::String* Reader::GetString(dex::u4 index) { in GetString() function in dex::Reader
237 ir_class->source_file = GetString(dex_class_def.source_file_idx); in ParseClass()
510 ir_encoded_value->u.string_value = GetString(index); in ParseEncodedValue()
573 ir_element->name = GetString(dex::ReadULeb128(pptr)); in ParseAnnotation()
622 (name_index == dex::kNoIndex) ? nullptr : GetString(name_index); in ExtractDebugInfo()
652 GetString(name_index); in ExtractDebugInfo()
667 GetString(name_index); in ExtractDebugInfo()
677 GetString(sig_index); in ExtractDebugInfo()
690 GetString(name_index); in ExtractDebugInfo()
795 ir_type->descriptor = GetString(dex_type.descriptor_idx); in ParseType()
805 ir_field->name = GetString(dex_field.name_idx); in ParseFieldDecl()
817 ir_method->name = GetString(dex_method.name_idx); in ParseMethodDecl()
850 ir_proto->shorty = GetString(dex_proto.shorty_idx); in ParseProto()
903 GetString(index); in ParseInstructions()