OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:methodImpl
(Results
1 - 12
of
12
) sorted by null
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
CustomMethodInlineTableTest.java
63
ImmutableMethodImplementation
methodImpl
= new ImmutableMethodImplementation(1, instructions, null, null);
65
methodImpl
);
90
ImmutableMethodImplementation
methodImpl
= new ImmutableMethodImplementation(1, instructions, null, null);
92
methodImpl
);
117
ImmutableMethodImplementation
methodImpl
= new ImmutableMethodImplementation(1, instructions, null, null);
119
methodImpl
);
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/
AccessorTest.java
110
MethodImplementation
methodImpl
= method.getImplementation();
111
Assert.assertNotNull(
methodImpl
);
113
for (Instruction instruction:
methodImpl
.getInstructions()) {
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
JumboStringConversionTest.java
153
MethodImplementation
methodImpl
= new MethodImplementation() {
187
methodImpl
)));
/external/smali/smali/src/test/java/org/jf/smali/
ImplicitReferenceTest.java
82
MethodImplementation
methodImpl
= mainMethod.getImplementation();
83
Assert.assertNotNull(
methodImpl
);
85
List<Instruction> instructions = Lists.newArrayList(
methodImpl
.getInstructions());
177
MethodImplementation
methodImpl
= mainMethod.getImplementation();
178
Assert.assertNotNull(
methodImpl
);
180
List<Instruction> instructions = Lists.newArrayList(
methodImpl
.getInstructions());
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
MethodDefinition.java
70
@Nonnull public final MethodImplementation
methodImpl
;
84
@Nonnull MethodImplementation
methodImpl
) {
87
this.
methodImpl
=
methodImpl
;
92
instructions = ImmutableList.copyOf(
methodImpl
.getInstructions());
217
writer.printSignedIntAsDec(
methodImpl
.getRegisterCount() - parameterRegisterCount);
220
writer.printSignedIntAsDec(
methodImpl
.getRegisterCount());
226
registerFormatter = new RegisterFormatter(classDef.options,
methodImpl
.getRegisterCount(),
395
for (Instruction instruction:
methodImpl
.getInstructions()) {
528
List<? extends TryBlock<? extends ExceptionHandler>> tryBlocks =
methodImpl
.getTryBlocks()
[
all
...]
ClassDefinition.java
277
MethodImplementation
methodImpl
= method.getImplementation();
278
if (
methodImpl
== null) {
281
MethodDefinition methodDefinition = new MethodDefinition(this, method,
methodImpl
);
322
MethodImplementation
methodImpl
= method.getImplementation();
323
if (
methodImpl
== null) {
326
MethodDefinition methodDefinition = new MethodDefinition(this, method,
methodImpl
);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java
74
@Nonnull private final MethodImplementation
methodImpl
;
106
MethodImplementation
methodImpl
= method.getImplementation();
107
if (
methodImpl
== null) {
111
this.
methodImpl
=
methodImpl
;
115
startOfMethod = new AnalyzedInstruction(this, null, -1,
methodImpl
.getRegisterCount()) {
150
MethodImplementation
methodImpl
= this.
methodImpl
;
152
int totalRegisters =
methodImpl
.getRegisterCount();
419
int registerCount =
methodImpl
.getRegisterCount()
[
all
...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
DebugInfo.java
63
@Nonnull DexBackedMethodImplementation
methodImpl
) {
67
return new DebugInfoImpl(dexFile, debugInfoOffset,
methodImpl
);
86
@Nonnull private final DexBackedMethodImplementation
methodImpl
;
90
@Nonnull DexBackedMethodImplementation
methodImpl
) {
93
this.
methodImpl
=
methodImpl
;
107
int registerCount =
methodImpl
.getRegisterCount();
113
DexBackedMethod method =
methodImpl
.method;
126
if (!AccessFlags.STATIC.isSet(
methodImpl
.method.getAccessFlags())) {
130
@Override public String getType() { return
methodImpl
.method.getDefiningClass();
[
all
...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
SyntheticAccessorResolver.java
109
MethodImplementation
methodImpl
= method.getImplementation();
110
if (
methodImpl
!= null) {
113
matchedMethodImpl =
methodImpl
;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
ClassPool.java
141
MethodImplementation
methodImpl
= method.getImplementation();
142
if (
methodImpl
!= null) {
143
for (Instruction instruction:
methodImpl
.getInstructions()) {
167
List<? extends TryBlock> tryBlocks =
methodImpl
.getTryBlocks();
173
for (TryBlock<? extends ExceptionHandler> tryBlock:
methodImpl
.getTryBlocks()) {
189
MethodImplementation
methodImpl
= method.getImplementation();
190
if (
methodImpl
!= null) {
191
for (DebugItem debugItem:
methodImpl
.getDebugItems()) {
/prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar
Completed in 675 milliseconds