Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dreader.cc207 ir::String* Reader::GetString(dex::u4 index) { in GetString() function in dex::Reader
238 ir_class->source_file = GetString(dex_class_def.source_file_idx); in ParseClass()
511 ir_encoded_value->u.string_value = GetString(index); in ParseEncodedValue()
574 ir_element->name = GetString(dex::ReadULeb128(pptr)); in ParseAnnotation()
623 (name_index == dex::kNoIndex) ? nullptr : GetString(name_index); in ExtractDebugInfo()
653 GetString(name_index); in ExtractDebugInfo()
668 GetString(name_index); in ExtractDebugInfo()
678 GetString(sig_index); in ExtractDebugInfo()
691 GetString(name_index); in ExtractDebugInfo()
796 ir_type->descriptor = GetString(dex_type.descriptor_idx); in ParseType()
[all …]
Dcode_ir.cc169 annotation->operands.push_back(GetString(name_index)); in DisassembleDebugInfo()
184 annotation->operands.push_back(GetString(name_index)); in DisassembleDebugInfo()
192 annotation->operands.push_back(GetString(sig_index)); in DisassembleDebugInfo()
668 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.h459 String* GetString(dex::u4 index);