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

  /external/chromium_org/android_webview/native/
input_stream_impl.h 32 const jobject jobj() const { return jobject_.obj(); } function in class:android_webview::InputStreamImpl
  /dalvik/vm/
Jni.cpp 311 * If "jobj" is NULL, or is a weak global reference whose reference has
312 * been cleared, this returns NULL. If jobj is an invalid indirect
317 Object* dvmDecodeIndirectRef(Thread* self, jobject jobj) {
318 if (jobj == NULL) {
322 switch (indirectRefKind(jobj)) {
325 Object* result = self->jniLocalRefTable.get(jobj);
327 ALOGE("JNI ERROR (app bug): use of deleted local reference (%p)", jobj);
337 Object* result = pRefTable->get(jobj);
339 ALOGE("JNI ERROR (app bug): use of deleted global reference (%p)", jobj);
349 Object* result = pRefTable->get(jobj);
393 jobject jobj = (jobject) pRefTable->add(cookie, obj); local
491 jobject jobj = (jobject) gDvm.jniGlobalRefTable.add(IRT_FIRST_SEGMENT, obj); local
513 jobject jobj = (jobject) table->add(IRT_FIRST_SEGMENT, obj); local
    [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 

Completed in 58 milliseconds