Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dhandle_scope-inl.h106 inline bool HandleScope::Contains(StackReference<mirror::Object>* handle_scope_entry) const { in Contains() argument
111 return &GetReferences()[0] <= handle_scope_entry && in Contains()
112 handle_scope_entry <= &GetReferences()[number_of_references_ - 1]; in Contains()
167 inline bool BaseHandleScope::Contains(StackReference<mirror::Object>* handle_scope_entry) const { in Contains() argument
169 ? AsHandleScope()->Contains(handle_scope_entry) in Contains()
170 : AsVariableSized()->Contains(handle_scope_entry); in Contains()
251 inline bool VariableSizedHandleScope::Contains(StackReference<mirror::Object>* handle_scope_entry) in Contains() argument
255 if (cur->Contains(handle_scope_entry)) { in Contains()
H A Dhandle_scope.h54 ALWAYS_INLINE bool Contains(StackReference<mirror::Object>* handle_scope_entry) const;
119 ALWAYS_INLINE bool Contains(StackReference<mirror::Object>* handle_scope_entry) const;
259 ALWAYS_INLINE bool Contains(StackReference<mirror::Object>* handle_scope_entry) const;