OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MethodKey
(Results
1 - 14
of
14
) sorted by null
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
ClassSection.java
48
FieldKey,
MethodKey
, AnnotationSetKey, EncodedValue> extends IndexSection<ClassKey> {
63
@Nonnull Collection<? extends
MethodKey
> getSortedDirectMethods(@Nonnull ClassKey key);
64
@Nonnull Collection<? extends
MethodKey
> getSortedVirtualMethods(@Nonnull ClassKey key);
65
@Nonnull Collection<? extends
MethodKey
> getSortedMethods(@Nonnull ClassKey key);
68
int getMethodAccessFlags(@Nonnull
MethodKey
key);
72
@Nullable AnnotationSetKey getMethodAnnotations(@Nonnull
MethodKey
key);
73
@Nullable List<? extends AnnotationSetKey> getParameterAnnotations(@Nonnull
MethodKey
key);
75
@Nullable Iterable<? extends DebugItem> getDebugItems(@Nonnull
MethodKey
key);
76
@Nullable Iterable<? extends StringKey> getParameterNames(@Nonnull
MethodKey
key);
78
int getRegisterCount(@Nonnull
MethodKey
key)
[
all
...]
MethodSection.java
40
MethodRefKey extends MethodReference,
MethodKey
>
42
@Nonnull MethodRefKey getMethodReference(@Nonnull
MethodKey
key);
45
@Nonnull ProtoRefKey getPrototype(@Nonnull
MethodKey
key);
47
int getMethodIndex(@Nonnull
MethodKey
key);
DexWriter.java
90
FieldKey,
MethodKey
,
97
MethodSectionType extends MethodSection<StringKey, TypeKey, ProtoRefKey, MethodRefKey,
MethodKey
>,
98
ClassSectionType extends ClassSection<StringKey, TypeKey, TypeListKey, ClassKey, FieldKey,
MethodKey
,
473
Collection<? extends
MethodKey
> directMethods = classSection.getSortedDirectMethods(key);
474
Collection<? extends
MethodKey
> virtualMethods = classSection.getSortedVirtualMethods(key);
517
private void writeEncodedMethods(@Nonnull DexDataWriter writer, @Nonnull Collection<? extends
MethodKey
> methods)
520
for (
MethodKey
key: methods) {
646
for (
MethodKey
methodKey
: classSection.getSortedMethods(classKey)) {
647
List<? extends AnnotationSetKey> parameterAnnotations = classSection.getParameterAnnotations(
methodKey
);
[
all
...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
BuilderMethodPool.java
71
return internMethod(new
MethodKey
(definingClass, name, parameters, returnType));
122
private static class
MethodKey
extends BaseMethodReference implements MethodReference {
128
public
MethodKey
(@Nonnull String definingClass, @Nonnull String name,
/tools/dexter/slicer/
dex_ir.cc
57
MethodKey
MethodsHasher::GetKey(const EncodedMethod* method) const {
58
MethodKey
method_key;
65
uint32_t MethodsHasher::Hash(const
MethodKey
& method_key) const {
71
bool MethodsHasher::Compare(const
MethodKey
& method_key, const EncodedMethod* method) const {
dex_ir_builder.cc
45
ir::
MethodKey
method_key;
/tools/dexter/slicer/export/slicer/
dex_ir.h
343
struct
MethodKey
{
350
MethodKey
GetKey(const EncodedMethod* method) const;
351
uint32_t Hash(const
MethodKey
& method_key) const;
352
bool Compare(const
MethodKey
& method_key, const EncodedMethod* method) const;
357
using MethodsLookup = slicer::HashTable<const
MethodKey
&, EncodedMethod, MethodsHasher>;
/art/libdexfile/dex/
test_dex_file_builder.h
77
MethodKey
method_key = {
272
MethodKey
method_key = { class_descriptor, name, &proto_key };
321
struct
MethodKey
{
327
bool operator()(const
MethodKey
& lhs, const
MethodKey
& rhs) const {
393
std::map<
MethodKey
, uint32_t, MethodKeyComparator> methods_;
/frameworks/base/core/java/android/widget/
RemoteViews.java
227
private static final ArrayMap<
MethodKey
, MethodArgs> sMethods = new ArrayMap<>();
232
private static final
MethodKey
sLookupKey = new
MethodKey
();
291
static class
MethodKey
{
298
if (!(o instanceof
MethodKey
)) {
301
MethodKey
p = (
MethodKey
) o;
[
all
...]
/external/annotation-tools/asmx/
serp.jar
/frameworks/base/config/
preloaded-classes
[
all
...]
/prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar
/prebuilts/misc/common/android-support-test/espresso/
espresso_core_release_no_deps.jar
/prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar
Completed in 442 milliseconds