Searched refs:val_ (Results 1 – 10 of 10) sorted by relevance
35 ReflectiveReference() : val_(nullptr) {} in ReflectiveReference()36 explicit ReflectiveReference(ReflectiveType* r) : val_(r) {} in ReflectiveReference()41 return val_; in Ptr()45 val_ = r; in Assign()49 return val_ == nullptr; in IsNull()53 return val_ == rr.val_;66 ReflectiveType* val_;
31 constexpr explicit Offset(size_t val) : val_(val) {} in Offset()33 return static_cast<int32_t>(val_); in Int32Value()36 return static_cast<uint32_t>(val_); in Uint32Value()39 return val_; in SizeValue()42 val_ += rhs;65 size_t val_;73 bool operator>(FrameOffset other) const { return val_ > other.val_; }74 bool operator<(FrameOffset other) const { return val_ < other.val_; }
29 explicit RandGen(uint32_t seed) : val_(seed) {} in RandGen()32 val_ = val_ * 48271 % 2147483647 + 13; in next()33 return val_; in next()36 uint32_t val_; member in art::RandGen
65 converter.value_.val_ = value; in ToUnderlyingStorage()66 return converter.storage_.val_; in ToUnderlyingStorage()71 converter.storage_.val_ = storage; in FromUnderlyingStorage()72 return converter.value_.val_; in FromUnderlyingStorage()78 StorageType val_; member81 T val_; member
323 const Val* val_; member328 if (v.val_ == nullptr) {331 return os << *v.val_;
23 explicit RandGen(uint32_t seed) : val_(seed) {} in RandGen()26 val_ = val_ * 48271 % 2147483647 + 13; in next()27 return val_; in next()30 uint32_t val_; member in RandGen
515 explicit RandGen(uint32_t seed) : val_(seed) {} in RandGen()518 val_ = val_ * 48271 % 2147483647 + 13; in next()519 return val_; in next()522 uint32_t val_; member in art::RandGen
182 explicit RandGen(uint32_t seed) : val_(seed) {} in RandGen()185 val_ = val_ * 48271 % 2147483647 + 13; in next()186 return val_; in next()189 uint32_t val_; member in art::gc::accounting::RandGen
811 val_(val), in GetLocalVariableClosure()817 val_->l = nullptr; in GetResult()820 val_->l = static_cast<JNIEnv*>(jni)->NewLocalRef(obj_val_); in GetResult()910 reinterpret_cast<uint32_t*>(&val_->i))) { in Execute()923 reinterpret_cast<uint64_t*>(&val_->j))) { in Execute()938 jvalue* val_; member in openjdkjvmti::GetLocalVariableClosure979 : CommonLocalVariableClosure(jvmti, depth, slot), caller_(caller), type_(type), val_(val) {} in SetLocalVariableClosure()992 art::ObjPtr<art::mirror::Object> new_val(art::Thread::Current()->DecodeJObject(val_.l)); in GetTypeError()1013 if (val_.i == 0) { in GetTypeErrorInner()1046 } else if (val_.l == nullptr) { in GetTypeErrorInner()[all …]
2713 to_restore_[rec.blk_id][rec.heap_loc].value = rec.val_; in ~ScopedRestoreHeapValues()2735 LSEVisitor::Value val_; member