Home
last modified time | relevance | path

Searched refs:GetString (Results 1 – 4 of 4) sorted by relevance

/tools/dexter/slicer/
Dreader.cc206 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()
[all …]
Dcode_ir.cc170 annotation->operands.push_back(GetString(name_index)); in DissasembleDebugInfo()
185 annotation->operands.push_back(GetString(name_index)); in DissasembleDebugInfo()
193 annotation->operands.push_back(GetString(sig_index)); in DissasembleDebugInfo()
622 String* CodeIr::GetString(dex::u4 index) { in GetString() function in lir::CodeIr
/tools/dexter/slicer/export/slicer/
Dreader.h71 ir::String* GetString(dex::u4 index);
Dcode_ir.h446 String* GetString(dex::u4 index);