Home
last modified time | relevance | path

Searched refs:PushScope (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/
H A Dreflective_handle_scope-inl.h31 PushScope(self); in StackReflectiveHandleScope()
56 void BaseReflectiveHandleScope::PushScope(Thread* self) { in PushScope() function
H A Dreflective_handle_scope.h79 ALWAYS_INLINE inline void PushScope(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_);
/aosp12/art/runtime/jni/
H A Djni_id_manager.cc568 PushScope(Thread::Current()); in REQUIRES_SHARED()