OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:methodrefConstant
(Results
1 - 4
of
4
) sorted by null
/external/proguard/src/proguard/optimize/
DuplicateInitializerInvocationFixer.java
133
public void visitMethodrefConstant(Clazz clazz,
MethodrefConstant
methodrefConstant
)
136
descriptor =
methodrefConstant
.getType(clazz);
137
methodrefConstant
.referencedMemberAccept(this);
/external/proguard/src/proguard/classfile/editor/
ConstantPoolEditor.java
399
InterfaceMethodrefConstant
methodrefConstant
= (InterfaceMethodrefConstant)constant;
400
if (
methodrefConstant
.u2classIndex == classIndex &&
401
methodrefConstant
.u2nameAndTypeIndex == nameAndTypeIndex)
416
* Finds or creates a
MethodrefConstant
constant pool entry for the given
418
* @return the constant pool index of the
MethodrefConstant
.
432
* Finds or creates a
MethodrefConstant
constant pool entry with the given
434
* @return the constant pool index of the
MethodrefConstant
.
450
* Finds or creates a
MethodrefConstant
constant pool entry with the given
452
* @return the constant pool index of the
MethodrefConstant
.
467
* Finds or creates a
MethodrefConstant
constant pool entry with the give
[
all
...]
/external/proguard/src/proguard/optimize/peephole/
MethodInliner.java
442
public void visitMethodrefConstant(Clazz clazz,
MethodrefConstant
methodrefConstant
)
444
methodrefConstant
.referencedMemberAccept(this);
/prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar
Completed in 74 milliseconds