Searched refs:nullptr_t (Results 1 – 10 of 10) 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 | 53 OBJPTR_INLINE ObjPtr(std::nullptr_t) in ObjPtr() argument 153 OBJPTR_INLINE bool operator==(ObjPtr<MirrorType> ptr, std::nullptr_t) { 158 OBJPTR_INLINE bool operator==(std::nullptr_t, ObjPtr<MirrorType> ptr) { 181 OBJPTR_INLINE bool operator!=(ObjPtr<MirrorType> ptr, std::nullptr_t) { 186 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 | 104 ALWAYS_INLINE bool operator!=(std::nullptr_t) const { 108 ALWAYS_INLINE bool operator==(std::nullptr_t) const {
|
D | image.h | 544 bool operator==(std::nullptr_t) { 548 bool operator!=(std::nullptr_t) {
|
D | gc_root.h | 218 ALWAYS_INLINE GcRoot(std::nullptr_t) : root_() { in GcRoot() argument
|
D | class_linker.cc | 3342 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 | 1298 void AddDelayedMethodExitEvent<std::nullptr_t>(EventHandler* handler, in AddDelayedMethodExitEvent() 1300 std::nullptr_t null_val ATTRIBUTE_UNUSED) { in AddDelayedMethodExitEvent() 1331 SIMPLE_VALID_RETURN_TYPE(nullptr_t, art::Primitive::kPrimVoid); 1433 template jvmtiError StackUtil::ForceEarlyReturn(jvmtiEnv*, EventHandler*, jthread, nullptr_t);
|
D | OpenjdkJvmTi.cc | 376 return StackUtil::ForceEarlyReturn<nullptr_t>(env, gEventHandler, thread, nullptr); in ForceEarlyReturnVoid()
|