Home
last modified time | relevance | path

Searched refs:addLocalReference (Results 1 – 1 of 1) sorted by relevance

/dalvik/vm/
DJni.cpp379 static inline jobject addLocalReference(Thread* self, Object* obj) { in addLocalReference() function
1109 staticMethodClass = (jclass) addLocalReference(self, (Object*) method->clazz); in dvmCallJNIMethod()
1113 modArgs[idx++] = (u4) addLocalReference(self, (Object*) modArgs[0]); in dvmCallJNIMethod()
1123 modArgs[idx] = (u4) addLocalReference(self, (Object*) modArgs[idx]); in dvmCallJNIMethod()
1252 jclass jclazz = (jclass) addLocalReference(ts.self(), (Object*) clazz); in FindClass()
1263 return (jclass) addLocalReference(ts.self(), (Object*)clazz->super); in GetSuperclass()
1308 return addLocalReference(ts.self(), obj); in ToReflectedMethod()
1323 return addLocalReference(ts.self(), obj); in ToReflectedField()
1362 jthrowable localException = (jthrowable) addLocalReference(ts.self(), exception); in ExceptionOccurred()
1439 return addLocalReference(ts.self(), result); in PopLocalFrame()
[all …]