Home | History | Annotate | Download | only in runtime

Lines Matching refs:AllocObject

108 TEST_F(JniInternalTest, AllocObject) {
111 jobject o = env_->AllocObject(c);
426 jstring s = reinterpret_cast<jstring>(env_->AllocObject(c));
1308 jobject o = env_->AllocObject(c);
1338 jobject o = env_->AllocObject(c);
1556 jthrowable exception = reinterpret_cast<jthrowable>(env_->AllocObject(exception_class));
1626 jobject object = env_->AllocObject(object_class);