Home
last modified time | relevance | path

Searched defs:ScopedGlobalRef (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/test/904-object-allocation/
H A Dtracking.cc50 class ScopedGlobalRef { class
52 ScopedGlobalRef(JNIEnv* env, T obj) : obj_(env->NewGlobalRef(obj)) {} in ScopedGlobalRef() function in art::Test904ObjectAllocation::ScopedGlobalRef
53 ScopedGlobalRef(const ScopedGlobalRef<T>& src) noexcept in ScopedGlobalRef() function in art::Test904ObjectAllocation::ScopedGlobalRef
55 ScopedGlobalRef(ScopedGlobalRef<T>&& src) noexcept : obj_(src.obj_) { in ScopedGlobalRef() function in art::Test904ObjectAllocation::ScopedGlobalRef
/aosp_15_r20/external/libtextclassifier/native/utils/java/
H A Djni-base.h203 using ScopedGlobalRef = ScopedRef<T, JavaVM, GlobalRefDeleter>; variable
/aosp_15_r20/external/icing/icing/text_classifier/lib3/utils/java/
H A Djni-base.h201 using ScopedGlobalRef = ScopedRef<T, JavaVM, GlobalRefDeleter>; variable
/aosp_15_r20/art/dex2oat/
H A Ddex2oat.cc3053 class ScopedGlobalRef { class
3055 explicit ScopedGlobalRef(jobject obj) : obj_(obj) {} in ScopedGlobalRef() function in art::ScopedGlobalRef