Home | History | Annotate | Download | only in runtime

Lines Matching refs:AllocObject

617 TEST_F(JniInternalTest, AllocObject) {
620 jobject o = env_->AllocObject(c);
858 jstring s = reinterpret_cast<jstring>(env_->AllocObject(c));
1687 jobject o = env_->AllocObject(c);
1716 jobject o = env_->AllocObject(c);
1972 jthrowable exception = reinterpret_cast<jthrowable>(env_->AllocObject(exception_class));
2062 jobject object = env_->AllocObject(object_class);