Home
last modified time | relevance | path

Searched refs:type_descriptor (Results 1 – 6 of 6) sorted by relevance

/external/arm-trusted-firmware/plat/common/
Dubsan.c19 struct type_descriptor { struct
27 struct type_descriptor *type; argument
34 struct type_descriptor *type;
39 struct type_descriptor *lhs_type;
40 struct type_descriptor *rhs_type;
45 struct type_descriptor *array_type;
46 struct type_descriptor *index_type;
55 struct type_descriptor *type;
60 struct type_descriptor *type;
/external/smali/smalidea/src/main/antlr/
DsmalideaParser.g425 : open_paren param_list close_paren type_descriptor
514 : open_paren param_list_reference close_paren type_descriptor;
563 type_descriptor
706 : ( type_descriptor
1017 : LOCAL_DIRECTIVE register (comma string_or_null_literal colon type_descriptor
/external/smali/smali/src/main/antlr/
DsmaliTreeWalker.g286 | type_descriptor { $encodedValue = new ImmutableTypeEncodedValue($type_descriptor.type); }
474 : ^(I_METHOD_PROTOTYPE ^(I_METHOD_RETURN_TYPE type_descriptor) method_type_list)
476 String returnType = $type_descriptor.type;
1310 type_descriptor returns [String type]
DsmaliParser.g603 : OPEN_PAREN param_list CLOSE_PAREN type_descriptor
604 …-> ^(I_METHOD_PROTOTYPE[$start, "I_METHOD_PROTOTYPE"] ^(I_METHOD_RETURN_TYPE type_descriptor) para…
616 type_descriptor
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliTreeWalker.java1371 type_descriptor33=type_descriptor(); in literal()
2347 type_descriptor74=type_descriptor(); in method_prototype()
7180 public final String type_descriptor() throws RecognitionException { in type_descriptor() method in smaliTreeWalker
DsmaliParser.java4090 type_descriptor96=type_descriptor(); in method_prototype()
4425 public final smaliParser.type_descriptor_return type_descriptor() throws RecognitionException { in type_descriptor() method in smaliParser