Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetPrimitiveArrayCritical

470     void* elements = env_->GetPrimitiveArrayCritical(reinterpret_cast<jarray>(object), &is_copy);
1121 /* GetPrimitiveArrayCritical */ \
1122 void* v = env_->GetPrimitiveArrayCritical(a, nullptr); \
1124 << "GetPrimitiveArrayCritical not equal"; \