Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dreader.cc156 ir::FieldDecl* Reader::GetFieldDecl(dex::u4 index) { in GetFieldDecl() function in dex::Reader
373 ir_field_annotation->field_decl = GetFieldDecl(dex_field_annotation->field_idx); in ParseFieldAnnotation()
424 ir_encoded_field->decl = GetFieldDecl(field_index); in ParseEncodedField()
521 ir_encoded_value->u.field_value = GetFieldDecl(index); in ParseEncodedValue()
531 ir_encoded_value->u.enum_value = GetFieldDecl(index); in ParseEncodedValue()
919 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);