Home | History | Annotate | Download | only in jni

Lines Matching refs:uintptr_t

37 static uintptr_t *
38 getString(Class *clazz, MethodBlock *mb, uintptr_t *ostack)
44 static uintptr_t *
45 getNullString(Class *clazz, MethodBlock *mb, uintptr_t *ostack)
51 static uintptr_t *
52 getBooleanTrue(Class *clazz, MethodBlock *mb, uintptr_t *ostack)
58 static uintptr_t *
59 getBooleanFalse(Class *clazz, MethodBlock *mb, uintptr_t *ostack)
65 static uintptr_t *
66 nonvoidThrowsException (Class *clazz, MethodBlock *mb, uintptr_t *ostack)
79 static uintptr_t *
80 setInstanceString (Class *clazz, MethodBlock *mb, uintptr_t *ostack)
90 static uintptr_t *
91 setClassString (Class *clazz, MethodBlock *mb, uintptr_t *ostack)
101 static uintptr_t *
102 makeStringFromThreeChars (Class *clazz, MethodBlock *mb, uintptr_t *ostack)
120 static uintptr_t *
121 makeReturnedObject (Class *clazz, MethodBlock *mb, uintptr_t *ostack)
136 static uintptr_t *
137 addDoubles (Class *clazz, MethodBlock *mb, uintptr_t *ostack)
147 static uintptr_t *
148 setAll (Class *clazz, MethodBlock *mb, uintptr_t *ostack)
172 static uintptr_t *
173 compareAll (Class *clazz, MethodBlock *mb, uintptr_t *ostack)
199 ret = (*(uintptr_t *)result != 0)