Home
last modified time | relevance | path

Searched refs:method_prototype (Results 1 – 7 of 7) sorted by relevance

/external/smali/smali/src/main/antlr/
DsmaliParser.g499 : METHOD_DIRECTIVE access_list member_name method_prototype statements_and_directives
501 …-> ^(I_METHOD[$start, "I_METHOD"] member_name method_prototype access_list statements_and_directiv…
602 method_prototype
659 | method_prototype;
716 …| member_name method_prototype -> ^(I_ENCODED_METHOD reference_type_descriptor? member_name method…
723 …: simple_name OPEN_PAREN STRING_LITERAL COMMA method_prototype (COMMA literal)* CLOSE_PAREN AT met…
724 …-> ^(I_CALL_SITE_REFERENCE simple_name STRING_LITERAL method_prototype ^(I_CALL_SITE_EXTRA_ARGUMEN…
737 : (reference_type_descriptor ARROW)? member_name method_prototype
738 -> reference_type_descriptor? member_name method_prototype;
960 INSTRUCTION_FORMAT21c_METHOD_TYPE REGISTER COMMA method_prototype
[all …]
DsmaliTreeWalker.g293 …| method_prototype { $encodedValue = new ImmutableMethodTypeEncodedValue($method_prototype.proto);…
473 method_prototype returns[ImmutableMethodProtoReference proto]
482 : SIMPLE_NAME method_prototype
488 for (CharSequence type: $method_prototype.proto.getParameterTypes()) {
495 $returnType = $method_prototype.proto.getReturnType();
512 ^(I_CALL_SITE_REFERENCE call_site_name=SIMPLE_NAME method_name=string_literal method_prototype
520 callSiteName, methodHandleReference, $method_name.value, $method_prototype.proto,
546 : reference_type_descriptor? SIMPLE_NAME method_prototype
555 $method_prototype.proto.getParameterTypes(), $method_prototype.proto.getReturnType());
908 …STATEMENT_FORMAT21c_METHOD_TYPE inst=(INSTRUCTION_FORMAT21c_METHOD_TYPE) REGISTER method_prototype)
[all …]
/external/protobuf/src/google/protobuf/compiler/java/
Djava_message_field.h96 const char* method_prototype,
161 const char* method_prototype,
Djava_message_field.cc228 io::Printer* printer, const char* method_prototype, in PrintNestedBuilderFunction() argument
231 printer->Print(variables_, method_prototype); in PrintNestedBuilderFunction()
901 io::Printer* printer, const char* method_prototype, in PrintNestedBuilderFunction() argument
904 printer->Print(variables_, method_prototype); in PrintNestedBuilderFunction()
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliTreeWalker.java1441 method_prototype40=method_prototype(); in literal()
2331 public final ImmutableMethodProtoReference method_prototype() throws RecognitionException { in method_prototype() method in smaliTreeWalker
2400 method_prototype77=method_prototype(); in method_name_and_prototype()
2516 method_prototype80=method_prototype(); in call_site_reference()
2912 method_prototype88=method_prototype(); in method_reference()
5549 method_prototype133=method_prototype(); in insn_format21c_method_type()
6698 method_prototype196=method_prototype(); in insn_format45cc_method()
6756 method_prototype200=method_prototype(); in insn_format4rcc_method()
DsmaliParser.java1538 method_prototype31=method_prototype(); in method()
4056 public final smaliParser.method_prototype_return method_prototype() throws RecognitionException { in method_prototype() method in smaliParser
5617 method_prototype132=method_prototype(); in literal()
7132 method_prototype180=method_prototype(); in type_field_method_literal()
7284 method_prototype187=method_prototype(); in call_site_reference()
7717 method_prototype206=method_prototype(); in method_reference()
12249 method_prototype356=method_prototype(); in insn_format21c_method_type()
15482 method_prototype530=method_prototype(); in insn_format45cc_method()
15603 method_prototype538=method_prototype(); in insn_format4rcc_method()
/external/smali/smalidea/src/main/antlr/
DsmalideaParser.g316 : METHOD_DIRECTIVE access_list member_name method_prototype statements_and_directives
423 method_prototype