OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
497
size_t
NumJniShadowFrameReferences
() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
stack.cc
63
size_t ManagedStack::
NumJniShadowFrameReferences
() const {
Completed in 46 milliseconds