Home
last modified time | relevance | path

Searched defs:MethodId (Results 1 – 25 of 53) sorted by relevance

123

/aosp_15_r20/tools/dexter/slicer/export/slicer/
H A Ddex_ir_builder.h32 struct MethodId { struct
37 MethodId(const char* class_descriptor, const char* method_name, const char* signature = nullptr) argument
38 : class_descriptor(class_descriptor), method_name(method_name), signature(signature) { in class_descriptor()
H A Ddex_format.h239 struct MethodId { struct
240 u2 class_idx;
241 u2 proto_idx;
242 u4 name_idx;
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/
Ddex_file_structs.h89 struct MethodId { struct
95 DISALLOW_COPY_AND_ASSIGN(MethodId); argument
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/
Ddex_file_structs.h89 struct MethodId { struct
95 DISALLOW_COPY_AND_ASSIGN(MethodId); argument
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/
Ddex_file_structs.h89 struct MethodId { struct
95 DISALLOW_COPY_AND_ASSIGN(MethodId); argument
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/
Ddex_file_structs.h89 struct MethodId { struct
95 DISALLOW_COPY_AND_ASSIGN(MethodId); argument
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/
Ddex_file_structs.h89 struct MethodId { struct
95 DISALLOW_COPY_AND_ASSIGN(MethodId); argument
/aosp_15_r20/art/libdexfile/dex/
H A Ddex_file_structs.h89 struct MethodId { struct
95 DISALLOW_COPY_AND_ASSIGN(MethodId); argument
H A Ddex_file_verifier_test.cc145 TEST_F(DexFileVerifierTest, MethodId) { in TEST_F() argument
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/
Ddex_file_structs.h89 struct MethodId { struct
95 DISALLOW_COPY_AND_ASSIGN(MethodId); argument
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/
Ddex_file_structs.h89 struct MethodId { struct
95 DISALLOW_COPY_AND_ASSIGN(MethodId); argument
/aosp_15_r20/external/pigweed/pw_rpc/public/pw_rpc/
H A Dmethod_id.h24 class MethodId; variable
34 constexpr explicit MethodId(uint32_t id) : id_(id) {} in MethodId() function
/aosp_15_r20/dalvik/dx/src/com/android/dex/
H A DMethodId.java21 public final class MethodId implements Comparable<MethodId> { class
27 public MethodId(Dex dex, int declaringClassIndex, int protoIndex, int nameIndex) { in MethodId() method in MethodId
/aosp_15_r20/external/dexmaker/dexmaker/src/main/java/com/android/dx/
H A DMethodId.java31 public final class MethodId<D, R> { class
41 MethodId(TypeId<D> declaringType, TypeId<R> returnType, String name, TypeList parameters) { in MethodId() method in MethodId
H A DDexMaker.java262 public Code declare(MethodId<?, ?> method, int flags) { in declare() argument
647 public MethodDeclaration(MethodId<?, ?> method, int flags) { in MethodDeclaration() argument
H A DAnnotationId.java128 public void addToMethod(DexMaker dexMaker, MethodId<?, ?> method) { in addToMethod() argument
H A DCode.java657 public <R> void invokeStatic(MethodId<?, R> method, Local<? super R> target, Local<?>... args) { in invokeStatic() argument
/aosp_15_r20/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
H A DAnnotationIdTest.java373 … private void addAnnotationToMethod(MethodId<?, Void> methodId, AnnotationId.Element... elements) { in addAnnotationToMethod() argument
382 private Annotation[] getMethodAnnotations(MethodId<?, Void> methodId) throws Exception { in getMethodAnnotations() argument
389 … private Class<?>[] getMethodParameters(MethodId<?, Void> methodId) throws ClassNotFoundException { in getMethodParameters() argument
/aosp_15_r20/external/libchrome/base/android/
H A Djni_android_unittest.cc34 TEST(JNIAndroidMicrobenchmark, MethodId) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtpu_compilation_cache_grpc.h59 enum class MethodId { kGetTpuProgram = 0 }; enum
/aosp_15_r20/external/cronet/base/android/
H A Djni_android_unittest.cc106 TEST(JNIAndroidMicrobenchmark, MethodId) { in TEST() argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwmistr.h92 ULONG MethodId; member
Dks.h2045 #define DEFINE_KSMETHOD_ITEM(MethodId,Flags,MethodHandler,MinMethod,MinData,SupportHandler)\ argument
2053 ULONG MethodId; member
2064 #define DEFINE_KSFASTMETHOD_ITEM(MethodId,MethodHandler) \ argument
2070 ULONG MethodId; member
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/
H A DAtomicFUTransformer.kt74 data class MethodId(val owner: String, val name: String, val desc: String, val invokeOpcode: Int) { in prettyStr() dataClass
/aosp_15_r20/system/tools/aidl/
Dgenerate_ndk.cpp459 static std::string MethodId(const AidlMethod& m) { in MethodId() function

123