Home
last modified time | relevance | path

Searched refs:handle_scope_entry (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dhandle_scope-inl.h100 inline bool HandleScope::Contains(StackReference<mirror::Object>* handle_scope_entry) const { in Contains() argument
105 return &GetReferences()[0] <= handle_scope_entry && in Contains()
106 handle_scope_entry <= &GetReferences()[number_of_references_ - 1]; in Contains()
151 inline bool BaseHandleScope::Contains(StackReference<mirror::Object>* handle_scope_entry) const { in Contains() argument
153 ? AsHandleScope()->Contains(handle_scope_entry) in Contains()
154 : AsVariableSized()->Contains(handle_scope_entry); in Contains()
226 inline bool VariableSizedHandleScope::Contains(StackReference<mirror::Object>* handle_scope_entry) in Contains() argument
230 if (cur->Contains(handle_scope_entry)) { in Contains()
Dhandle_scope.h52 ALWAYS_INLINE bool Contains(StackReference<mirror::Object>* handle_scope_entry) const;
117 ALWAYS_INLINE bool Contains(StackReference<mirror::Object>* handle_scope_entry) const;
297 ALWAYS_INLINE bool Contains(StackReference<mirror::Object>* handle_scope_entry) const;