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

/art/runtime/
H A Dcheck_jni.cc94 // Flags passed into ScopedCheck.
149 class ScopedCheck { class in namespace:art
152 explicit ScopedCheck(JNIEnv* env, int flags, const char* functionName)
161 explicit ScopedCheck(JavaVM* vm, bool has_method, const char* functionName)
167 ~ScopedCheck() UNLOCK_FUNCTION(Locks::mutator_lock_) {}
891 DISALLOW_COPY_AND_ASSIGN(ScopedCheck);
895 ScopedCheck sc(env, flags, __FUNCTION__); \
1584 ForceCopyGetChecker(ScopedCheck& sc, jboolean* isCopy) {
1665 if (!sc.CheckInstance(ScopedCheck::kObject, obj)) {
1673 if (!sc.CheckInstance(ScopedCheck
[all...]

Completed in 41 milliseconds