Searched defs:ScopedLocalRef (Results 1 - 1 of 1) sorted by relevance

/art/test/ti-agent/
H A Dscoped_local_ref.h29 class ScopedLocalRef { class in namespace:art
31 ScopedLocalRef(JNIEnv* env, T localRef) : mEnv(env), mLocalRef(localRef) { function in class:art::ScopedLocalRef
34 ~ScopedLocalRef() {
61 DISALLOW_COPY_AND_ASSIGN(ScopedLocalRef);

Completed in 48 milliseconds