Home
last modified time | relevance | path

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

/external/dexmaker/dexmaker/src/main/java/com/android/dx/
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
DDexMaker.java262 public Code declare(MethodId<?, ?> method, int flags) { in declare() argument
633 public MethodDeclaration(MethodId<?, ?> method, int flags) { in MethodDeclaration() argument
DAnnotationId.java128 public void addToMethod(DexMaker dexMaker, MethodId<?, ?> method) { in addToMethod() argument
DCode.java645 public <R> void invokeStatic(MethodId<?, R> method, Local<? super R> target, Local<?>... args) { in invokeStatic() argument
/external/libchrome/base/android/
Djni_android_unittest.cc34 TEST(JNIAndroidMicrobenchmark, MethodId) { in TEST() argument
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
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