HomeSort by relevance Sort by last modified time
    Searched refs:NumJniShadowFrameReferences (Results 1 - 3 of 3) sorted by null

  /art/runtime/
thread.h 666 size_t NumJniShadowFrameReferences() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
667 return tlsPtr_.managed_stack.NumJniShadowFrameReferences();
675 return NumHandleReferences() + NumJniShadowFrameReferences();
    [all...]
stack.h 483 size_t NumJniShadowFrameReferences() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
stack.cc 63 size_t ManagedStack::NumJniShadowFrameReferences() const {

Completed in 3485 milliseconds