Searched refs:ScopedBytesRO (Results 1 – 2 of 2) sorted by relevance
67 class ScopedBytesRO : public ScopedBytes<true> {69 ScopedBytesRO(JNIEnv* env, jobject object) : ScopedBytes<true>(env, object) {} in ScopedBytesRO() function
23 ScopedBytesRO sb(env, o); in TestCompilationScopedBytesRO()