Home
last modified time | relevance | path

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

/kernel/object/include/object/
A Dexcp_port.h61 bool PortMatches(const PortDispatcher* port, bool allow_null);
/kernel/object/
A Dexcp_port.cpp219 bool ExceptionPort::PortMatches(const PortDispatcher *port, bool allow_null) { in PortMatches() argument
221 return (allow_null && port_ == nullptr) || port_.get() == port; in PortMatches()

Completed in 7 milliseconds