OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:methodBuilder
(Results
1 - 4
of
4
) sorted by null
/external/smali/smali/src/main/antlr/
smaliTreeWalker.g
352
MethodImplementationBuilder
methodBuilder
;
380
$method::
methodBuilder
= new MethodImplementationBuilder($method::totalMethodRegisters);
386
$method::
methodBuilder
= new MethodImplementationBuilder(0);
407
methodImplementation = $method::
methodBuilder
.getMethodImplementation();
541
$method::
methodBuilder
.addLabel($SIMPLE_NAME.text);
551
$method::
methodBuilder
.addCatch(dexBuilder.internTypeReference($nonvoid_type_descriptor.type),
558
$method::
methodBuilder
.addCatch($from.label, $to.label, $using.label);
610
$method::
methodBuilder
.addLineNumber($integral_literal.value);
617
$method::
methodBuilder
.addStartLocal(registerNumber,
627
$method::
methodBuilder
.addEndLocal(registerNumber)
[
all
...]
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
JumboStringConversionTest.java
67
MethodImplementationBuilder
methodBuilder
= new MethodImplementationBuilder(1);
69
methodBuilder
.addInstruction(new BuilderInstruction21c(Opcode.CONST_STRING, 0,
72
methodBuilder
.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID));
90
methodBuilder
.getMethodImplementation())));
/external/smali/smali/src/main/java/org/jf/smali/
smaliTreeWalker.java
[
all
...]
/prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/
dagger-compiler-2.6.jar
Completed in 505 milliseconds