Home
last modified time | relevance | path

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

/art/runtime/
Dreflective_reference.h58 bool operator==(std::nullptr_t) const {
61 bool operator!=(std::nullptr_t) const {
Dobj_ptr.h53 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) {
Dreflective_handle.h61 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_) {
Dhandle.h104 ALWAYS_INLINE bool operator!=(std::nullptr_t) const {
108 ALWAYS_INLINE bool operator==(std::nullptr_t) const {
Dimage.h544 bool operator==(std::nullptr_t) {
548 bool operator!=(std::nullptr_t) {
Dgc_root.h218 ALWAYS_INLINE GcRoot(std::nullptr_t) : root_() { in GcRoot() argument
Dclass_linker.cc3342 ObjPtr<mirror::Class> Finish(nullptr_t np ATTRIBUTE_UNUSED) in Finish()
/art/openjdkjvmti/
Devents-inl.h278 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()
Dti_stack.cc1298 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);
DOpenjdkJvmTi.cc376 return StackUtil::ForceEarlyReturn<nullptr_t>(env, gEventHandler, thread, nullptr); in ForceEarlyReturnVoid()