Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dreader.cc155 ir::FieldDecl* Reader::GetFieldDecl(dex::u4 index) { in GetFieldDecl() function in dex::Reader
372 ir_field_annotation->field_decl = GetFieldDecl(dex_field_annotation->field_idx); in ParseFieldAnnotation()
423 ir_encoded_field->decl = GetFieldDecl(field_index); in ParseEncodedField()
520 ir_encoded_value->u.field_value = GetFieldDecl(index); in ParseEncodedValue()
530 ir_encoded_value->u.enum_value = GetFieldDecl(index); in ParseEncodedValue()
911 GetFieldDecl(index); in ParseInstructions()
Ddex_ir_builder.cc178 FieldDecl* Builder::GetFieldDecl(String* name, Type* type, Type* parent) { in GetFieldDecl() function in ir::Builder
/tools/dexter/slicer/export/slicer/
Ddex_ir_builder.h60 FieldDecl* GetFieldDecl(String* name, Type* type, Type* parent);
Dreader.h68 ir::FieldDecl* GetFieldDecl(dex::u4 index);