Searched refs:nullptr_t (Results 1 – 9 of 9) sorted by relevance
/art/runtime/ |
D | reflective_reference.h | 58 bool operator==(std::nullptr_t) const { 61 bool operator!=(std::nullptr_t) const {
|
D | obj_ptr.h | 57 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) {
|
D | reflective_handle.h | 61 ALWAYS_INLINE bool operator!=(std::nullptr_t) const REQUIRES_SHARED(Locks::mutator_lock_) { 65 ALWAYS_INLINE bool operator==(std::nullptr_t) const REQUIRES_SHARED(Locks::mutator_lock_) {
|
D | handle.h | 112 ALWAYS_INLINE bool operator!=(std::nullptr_t) const REQUIRES_SHARED(Locks::mutator_lock_) { 116 ALWAYS_INLINE bool operator==(std::nullptr_t) const REQUIRES_SHARED(Locks::mutator_lock_) {
|
D | class_linker.cc | 3260 ObjPtr<mirror::Class> Finish(nullptr_t np ATTRIBUTE_UNUSED) in Finish()
|
/art/openjdkjvmti/ |
D | events-inl.h | 278 std::tuple_element_t<0, std::tuple<Args..., nullptr_t>>>>::value, in DispatchEvent() 314 std::tuple_element_t<0, std::tuple<Args..., nullptr_t>>>>::value, in DispatchEventOnEnv()
|
D | ti_stack.cc | 1299 void AddDelayedMethodExitEvent<std::nullptr_t>(EventHandler* handler, in AddDelayedMethodExitEvent() 1301 std::nullptr_t null_val ATTRIBUTE_UNUSED) { in AddDelayedMethodExitEvent() 1332 SIMPLE_VALID_RETURN_TYPE(nullptr_t, art::Primitive::kPrimVoid); 1434 template jvmtiError StackUtil::ForceEarlyReturn(jvmtiEnv*, EventHandler*, jthread, nullptr_t);
|
D | OpenjdkJvmTi.cc | 382 return StackUtil::ForceEarlyReturn<nullptr_t>(env, gEventHandler, thread, nullptr); in ForceEarlyReturnVoid()
|
/art/dex2oat/linker/ |
D | image_writer.cc | 369 bool operator==(std::nullptr_t) { in operator ==() argument 373 bool operator!=(std::nullptr_t) { in operator !=() argument
|