Home | History | Annotate | Download | only in runtime

Lines Matching refs:NumJniShadowFrameReferences

666   size_t NumJniShadowFrameReferences() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
667 return tlsPtr_.managed_stack.NumJniShadowFrameReferences();
675 return NumHandleReferences() + NumJniShadowFrameReferences();