Searched refs:handle_scope_entry (Results 1 – 2 of 2) sorted by relevance
101 inline bool HandleScope::Contains(StackReference<mirror::Object>* handle_scope_entry) const { in Contains() argument106 return &GetReferences()[0] <= handle_scope_entry && in Contains()107 handle_scope_entry <= &GetReferences()[number_of_references_ - 1]; in Contains()161 inline bool BaseHandleScope::Contains(StackReference<mirror::Object>* handle_scope_entry) const { in Contains() argument163 ? AsHandleScope()->Contains(handle_scope_entry) in Contains()164 : AsVariableSized()->Contains(handle_scope_entry); in Contains()236 inline bool VariableSizedHandleScope::Contains(StackReference<mirror::Object>* handle_scope_entry) in Contains() argument240 if (cur->Contains(handle_scope_entry)) { in Contains()
54 ALWAYS_INLINE bool Contains(StackReference<mirror::Object>* handle_scope_entry) const;119 ALWAYS_INLINE bool Contains(StackReference<mirror::Object>* handle_scope_entry) const;255 ALWAYS_INLINE bool Contains(StackReference<mirror::Object>* handle_scope_entry) const;