Home
last modified time | relevance | path

Searched refs:nullptr_t (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dobj_ptr.h57 OBJPTR_INLINE ObjPtr(std::nullptr_t) in ObjPtr() argument
152 OBJPTR_INLINE bool operator==(ObjPtr<MirrorType> ptr, std::nullptr_t) {
157 OBJPTR_INLINE bool operator==(std::nullptr_t, ObjPtr<MirrorType> ptr) {
180 OBJPTR_INLINE bool operator!=(ObjPtr<MirrorType> ptr, std::nullptr_t) {
185 OBJPTR_INLINE bool operator!=(std::nullptr_t, ObjPtr<MirrorType> ptr) {
Dhandle.h86 ALWAYS_INLINE bool operator!=(std::nullptr_t) const REQUIRES_SHARED(Locks::mutator_lock_) {
90 ALWAYS_INLINE bool operator==(std::nullptr_t) const REQUIRES_SHARED(Locks::mutator_lock_) {
/art/openjdkjvmti/
Devents-inl.h275 std::tuple_element_t<0, std::tuple<Args..., nullptr_t>>>>::value, in DispatchEvent()
311 std::tuple_element_t<0, std::tuple<Args..., nullptr_t>>>>::value, in DispatchEventOnEnv()
/art/dex2oat/linker/
Dimage_writer.cc667 bool operator==(std::nullptr_t) { in operator ==() argument
671 bool operator!=(std::nullptr_t) { in operator !=() argument