HomeSort by relevance Sort by last modified time
    Searched defs:jobj (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/
Jni.cpp 310 * If "jobj" is NULL, or is a weak global reference whose reference has
311 * been cleared, this returns NULL. If jobj is an invalid indirect
316 Object* dvmDecodeIndirectRef(Thread* self, jobject jobj) {
317 if (jobj == NULL) {
321 switch (indirectRefKind(jobj)) {
324 Object* result = self->jniLocalRefTable.get(jobj);
326 ALOGE("JNI ERROR (app bug): use of deleted local reference (%p)", jobj);
336 Object* result = pRefTable->get(jobj);
338 ALOGE("JNI ERROR (app bug): use of deleted global reference (%p)", jobj);
348 Object* result = pRefTable->get(jobj);
392 jobject jobj = (jobject) pRefTable->add(cookie, obj); local
490 jobject jobj = (jobject) gDvm.jniGlobalRefTable.add(IRT_FIRST_SEGMENT, obj); local
533 jobject jobj = (jobject) table->add(IRT_FIRST_SEGMENT, obj); local
    [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 

Completed in 148 milliseconds