OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:javaMethod
(Results
1 - 10
of
10
) sorted by null
/art/runtime/native/
java_lang_reflect_AbstractMethod.cc
30
static jobjectArray AbstractMethod_getDeclaredAnnotations(JNIEnv* env, jobject
javaMethod
) {
32
ArtMethod* method = ArtMethod::FromReflectedMethod(soa,
javaMethod
);
44
static jobjectArray AbstractMethod_getSignatureAnnotation(JNIEnv* env, jobject
javaMethod
) {
46
ArtMethod* method = ArtMethod::FromReflectedMethod(soa,
javaMethod
);
56
static jboolean AbstractMethod_isAnnotationPresentNative(JNIEnv* env, jobject
javaMethod
,
59
ArtMethod* method = ArtMethod::FromReflectedMethod(soa,
javaMethod
);
java_lang_reflect_Method.cc
32
static jobject Method_getAnnotationNative(JNIEnv* env, jobject
javaMethod
, jclass annotationType) {
34
ArtMethod* method = ArtMethod::FromReflectedMethod(soa,
javaMethod
);
44
static jobject Method_getDefaultValue(JNIEnv* env, jobject
javaMethod
) {
46
ArtMethod* method = ArtMethod::FromReflectedMethod(soa,
javaMethod
);
53
static jobjectArray Method_getExceptionTypes(JNIEnv* env, jobject
javaMethod
) {
55
ArtMethod* method = ArtMethod::FromReflectedMethod(soa,
javaMethod
);
90
static jobjectArray Method_getParameterAnnotationsNative(JNIEnv* env, jobject
javaMethod
) {
92
ArtMethod* method = ArtMethod::FromReflectedMethod(soa,
javaMethod
);
99
static jobject Method_invoke(JNIEnv* env, jobject
javaMethod
, jobject javaReceiver,
102
return InvokeMethod(soa,
javaMethod
, javaReceiver, javaArgs)
[
all
...]
java_lang_reflect_Constructor.cc
32
static jobject Constructor_getAnnotationNative(JNIEnv* env, jobject
javaMethod
,
36
ArtMethod* method = ArtMethod::FromReflectedMethod(soa,
javaMethod
);
46
static jobjectArray Constructor_getDeclaredAnnotations(JNIEnv* env, jobject
javaMethod
) {
48
ArtMethod* method = ArtMethod::FromReflectedMethod(soa,
javaMethod
);
65
static jobjectArray Constructor_getExceptionTypes(JNIEnv* env, jobject
javaMethod
) {
67
ArtMethod* method = ArtMethod::FromReflectedMethod(soa,
javaMethod
)
87
static jobjectArray Constructor_getParameterAnnotationsNative(JNIEnv* env, jobject
javaMethod
) {
89
ArtMethod* method = ArtMethod::FromReflectedMethod(soa,
javaMethod
);
98
static jboolean Constructor_isAnnotationPresentNative(JNIEnv* env, jobject
javaMethod
,
102
ArtMethod* method = ArtMethod::FromReflectedMethod(soa,
javaMethod
);
[
all
...]
/external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/
NativeCodeGenerator.java
28
import com.badlogic.gdx.jnigen.parsing.JavaMethodParser.
JavaMethod
;
314
if (segment instanceof
JavaMethod
) {
315
JavaMethod
javaMethod
= (
JavaMethod
)segment;
316
if (
javaMethod
.getNativeCode() == null) {
317
throw new RuntimeException("Method '" +
javaMethod
.getName() + "' has no body");
319
CMethod cMethod = findCMethod(
javaMethod
, cMethods);
321
throw new RuntimeException("Couldn't find C method for Java method '" +
javaMethod
.getClassName() + "#"
322
+
javaMethod
.getName() + "'");
[
all
...]
/external/testng/src/main/java/org/testng/internal/
ClonedMethod.java
27
public ClonedMethod(ITestNGMethod method, Method
javaMethod
) {
29
m_javaMethod =
javaMethod
;
/art/runtime/
reflection.cc
565
jobject InvokeMethod(const ScopedObjectAccessAlreadyRunnable& soa, jobject
javaMethod
,
576
auto* abstract_method = soa.Decode<mirror::AbstractMethod*>(
javaMethod
);
[
all
...]
/prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar
/prebuilts/tools/common/m2/repository/org/beanshell/bsh/2.0b4/
bsh-2.0b4.jar
/external/robolectric/v1/lib/main/
h2-1.2.147.jar
/prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar
Completed in 115 milliseconds