Searched refs:attr_ (Results 1 - 3 of 3) sorted by relevance

/art/compiler/llvm/
H A Dintrinsic_helper.h102 unsigned attr_; member in struct:art::llvm::IntrinsicHelper::IntrinsicInfo
122 return GetInfo(id).attr_;
H A Dintrinsic_helper.cc140 if (info.attr_ & kAttrReadOnly) {
143 if (info.attr_ & kAttrReadNone) {
/art/dex2oat/
H A Ddex2oat.cc463 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_attr_init, (&attr_), reason);
464 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_create, (&pthread_, &attr_, &CallBack, this), reason);
465 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_attr_destroy, (&attr_), reason);
560 pthread_attr_t attr_; member in class:art::WatchDog

Completed in 133 milliseconds