Home | History | Annotate | Download | only in runtime

Lines Matching refs:AllocObject

108     receiver = (is_static ? NULL : c->AllocObject(self));
726 TEST_F(JniInternalTest, AllocObject) {
729 jobject o = env_->AllocObject(c);
1395 jobject o = env_->AllocObject(c);
1424 jobject o = env_->AllocObject(c);
1810 jthrowable exception = reinterpret_cast<jthrowable>(env_->AllocObject(exception_class));
1858 jobject object = env_->AllocObject(object_class);