Home
last modified time | relevance | path

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

/art/runtime/
Dreflective_reference.h58 bool operator==(std::nullptr_t) const {
61 bool operator!=(std::nullptr_t) const {
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) {
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.h112 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_) {
Dclass_linker.cc3260 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.cc1299 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);
DOpenjdkJvmTi.cc382 return StackUtil::ForceEarlyReturn<nullptr_t>(env, gEventHandler, thread, nullptr); in ForceEarlyReturnVoid()
/art/dex2oat/linker/
Dimage_writer.cc369 bool operator==(std::nullptr_t) { in operator ==() argument
373 bool operator!=(std::nullptr_t) { in operator !=() argument