Searched refs:ScopedCheck (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | check_jni.cc | 154 class ScopedCheck { class 157 explicit ScopedCheck(JNIEnv* env, int flags, const char* functionName) in ScopedCheck() function in art::ScopedCheck 166 explicit ScopedCheck(JavaVM* vm, bool has_method, const char* functionName) in ScopedCheck() function in art::ScopedCheck 172 ~ScopedCheck() UNLOCK_FUNCTION(Locks::mutator_lock_) {} in UNLOCK_FUNCTION() 894 DISALLOW_COPY_AND_ASSIGN(ScopedCheck); 898 ScopedCheck sc(env, flags, __FUNCTION__); \ 1587 ForceCopyGetChecker(ScopedCheck& sc, jboolean* isCopy) { in ForceCopyGetChecker() 1670 if (!sc.CheckInstance(ScopedCheck::kObject, obj)) { in MonitorEnter() 1678 if (!sc.CheckInstance(ScopedCheck::kObject, obj)) { in MonitorExit() 2035 ScopedCheck sc(vm, false, __FUNCTION__); in DestroyJavaVM() [all …]
|
D | scoped_thread_state_change.h | 290 friend class ScopedCheck; variable
|