Searched defs:value_ (Results 1 - 25 of 117) sorted by last modified time

12345

/external/webp/src/utils/
H A Dbit_reader.h28 // The Boolean decoder needs to maintain infinite precision on the value_ field.
30 // for value_. Left bits (MSB) gets zeroed and shifted away when value_ falls
54 // bit_t = natural register type for storing 'value_' (which is BITS+8 bits)
71 bit_t value_; // current value member in struct:VP8BitReader
H A Dbit_writer.h29 int32_t value_; member in struct:VP8BitWriter
H A Dhuffman_encode.h40 int value_; member in struct:__anon16984
/external/vixl/src/vixl/a64/
H A Ddebugger-a64.cc67 explicit ValueToken(T value) : value_(value) {}
70 T value() const { return value_; }
73 T value_; member in class:vixl::ValueToken
125 value_ = new char[size];
126 strncpy(value_, name, size);
128 virtual ~IdentifierToken() { delete[] value_; }
H A Dsimulator-a64.h393 memset(value_ + sizeof(new_value), 0, kSizeInBytes - sizeof(new_value));
395 memcpy(value_, &new_value, sizeof(new_value));
401 // should be inserted, in the range [ 0, sizeof(value_) / sizeof(T) ), where
408 memcpy(&value_[lane * sizeof(new_value)], &new_value, sizeof(new_value));
418 memcpy(&result, &value_[lane * sizeof(result)], sizeof(result));
434 uint8_t value_[kSizeInBytes]; member in class:vixl::SimRegisterBase
685 SimSystemRegister() : value_(0), write_ignore_mask_(0xffffffff) { }
688 return value_;
692 value_ = (value_
726 uint32_t value_; member in class:vixl::SimSystemRegister
[all...]
/external/v8/test/cctest/
H A Dtest-circular-queue.cc113 value_(value),
117 for (Record i = value_; i < value_ + records_per_chunk_; ++i) {
130 Record value_; member in class:__anon14940::ProducerThread
/external/v8/testing/
H A Dgmock-support.h15 Capture() : value_(), has_value_(false) {}
17 const T& value() const { return value_; }
22 value_ = value;
27 T value_; member in class:testing::Capture
/external/v8/include/
H A Dv8-util.h218 PersistentValueReference() : value_(kPersistentContainerNotFound) { }
220 : value_(other.value_) { }
223 return Local<V>::New(isolate, FromVal(value_));
226 return value_ == kPersistentContainerNotFound;
230 return SetReturnValueFromVal(&returnValue, value_);
233 value_ = kPersistentContainerNotFound;
236 value_ = other.value_;
243 : value_(valu
249 PersistentContainerValue value_; member in class:v8::PersistentValueMap::PersistentValueReference
[all...]
H A Dv8.h2597 : value_(that.value_) {
2624 V8_INLINE void SetInternal(internal::Object* value) { *value_ = value; }
2627 internal::Object** value_; member in class:v8::ReturnValue
6166 ReturnValue<T>::ReturnValue(internal::Object** slot) : value_(slot) {}
6173 *value_ = GetDefaultValue();
6175 *value_ = *reinterpret_cast<internal::Object**>(*handle);
6184 *value_ = GetDefaultValue();
6186 *value_ = *reinterpret_cast<internal::Object**>(*handle);
6201 *value_
[all...]
/external/v8/src/
H A Dapi.h40 inline v8::internal::Handle<v8::internal::JSObject> value() { return value_; }
43 v8::internal::Handle<v8::internal::JSObject> value_; member in class:v8::NeanderObject
71 : value_(v8::internal::Handle<v8::internal::JSObject>::cast(obj)) { }
75 : value_(v8::internal::Handle<v8::internal::JSObject>(
90 DCHECK(value_->HasFastObjectElements());
91 v8::internal::FixedArray::cast(value_->elements())->set(offset, value);
H A Dast-value-factory.h180 DCHECK(!value_.is_null());
181 return value_;
233 Handle<Object> value_; member in class:v8::internal::AstValue
H A Dast.h1350 return value_->IsPropertyName();
1360 return value_->AsString();
1370 Handle<Object> value() const { return value_->value(); }
1371 const AstValue* raw_value() const { return value_; }
1388 value_(value),
1394 const AstValue* value_; member in class:v8::internal::FINAL
1467 Expression* value() { return value_; }
1489 Expression* value_; member in class:v8::internal::FINAL
2172 Expression* value() const { return value_; }
2207 binary_op(), target_, value_, positio
2214 Expression* value_; member in class:v8::internal::FINAL
[all...]
H A Ddateparser.h155 return value_;
163 return value_;
167 return static_cast<char>(value_);
179 return tag_ == kSymbolTag && (value_ == '-' || value_ == '+');
183 return 44 - value_;
186 return IsKeywordType(TIME_ZONE_NAME) && length_ == 1 && value_ == 0;
189 return IsUnknown() && value_ == character;
227 value_(value) { }
231 int value_; member in struct:v8::internal::DateParser::DateToken
[all...]
H A Ddeoptimizer.h34 : destination_(destination), value_(value) { }
37 double value() const { return value_; }
41 double value_; member in class:v8::internal::BASE_EMBEDDED
H A Dhydrogen-instructions.h294 : tail_(tail), value_(value), index_(index) {
298 HValue* value() const { return value_; }
306 value_ = NULL;
313 HValue* value_; member in class:v8::internal::HUseListNode
327 return value_;
340 HValue* value_; member in class:v8::internal::BASE_EMBEDDED
426 HSourcePosition(const HSourcePosition& other) : value_(other.value_) { }
432 bool IsUnknown() const { return value_ == RelocInfo::kNoPosition; }
434 int position() const { return PositionField::decode(value_); }
6333 uint32_t value_; // encodes portion, representation, immutable, and offset member in class:v8::FINAL::FINAL
[all...]
H A Djsregexp.h523 value_(0),
528 value_(0),
552 uint32_t value() { return value_; }
561 uint32_t value_;
1022 value_(value) { }
1025 int value() { return value_; }
1030 int value_; member in class:v8::internal::Guard
1397 value_(value) { }
1398 int value() { return value_; }
1400 int value_; member in class:v8::internal::Trace::DeferredSetRegister
[all...]
H A Dlithium-allocator.h48 return value_;
55 return value_ / kStep;
61 return (value_ & (kStep - 1)) == 0;
68 return LifetimePosition(value_ & ~(kStep - 1));
88 DCHECK(value_ > 1);
94 LifetimePosition() : value_(-1) {}
98 bool IsValid() const { return value_ != -1; }
114 explicit LifetimePosition(int value) : value_(value) { }
116 int value_; member in class:v8::internal::LifetimePosition
H A Dlithium.h38 LOperand() : value_(KindField::encode(INVALID)) { }
40 Kind kind() const { return KindField::decode(value_); }
41 int index() const { return static_cast<int>(value_) >> kKindFieldWidth; }
48 bool Equals(LOperand* other) const { return value_ == other->value_; }
53 value_ = KindField::encode(kind);
54 value_ |= index << kKindFieldWidth;
68 unsigned value_; member in class:v8::internal::LOperand
105 value_ |= BasicPolicyField::encode(EXTENDED_POLICY);
106 value_ |
[all...]
H A Dobjects.h1310 return value_;
1317 explicit MapWord(uintptr_t value) : value_(value) {}
1319 uintptr_t value_; member in class:v8::internal::BASE_EMBEDDED
7727 explicit Flags(uint32_t value) : value_(value) { }
7728 bool is_global() { return (value_ & GLOBAL) != 0; }
7729 bool is_ignore_case() { return (value_ & IGNORE_CASE) != 0; }
7730 bool is_multiline() { return (value_ & MULTILINE) != 0; }
7731 bool is_sticky() { return (value_ & STICKY) != 0; }
7732 uint32_t value() { return value_; }
7734 uint32_t value_; member in class:v8::internal::JSRegExp::Flags
[all...]
/external/v8/src/arm64/
H A Dlithium-codegen-arm64.cc114 value_(value),
120 __ TestAndBranchIfAllClear(value_, mask_, label);
123 __ TestAndBranchIfAnySet(value_, mask_, label);
126 __ Tst(value_, mask_);
135 __ TestAndBranchIfAnySet(value_, mask_, label);
138 __ TestAndBranchIfAllClear(value_, mask_, label);
141 __ Tst(value_, mask_);
148 const Register& value_; member in class:v8::internal::TestAndBranch
158 : BranchGenerator(codegen), value_(value), scratch_(scratch) { }
161 __ Fabs(scratch_, value_);
175 const FPRegister& value_; member in class:v8::internal::BranchIfNonZeroNumber
195 const Register& value_; member in class:v8::internal::BranchIfHeapNumber
215 const Register& value_; member in class:v8::internal::BranchIfRoot
[all...]
/external/v8/src/base/
H A Dsafe_math_impl.h382 T value_; member in class:v8::base::internal::CheckedNumericState
389 CheckedNumericState() : value_(0), validity_(RANGE_VALID) {}
393 : value_(value),
403 : value_(static_cast<T>(rhs.value())),
412 : value_(static_cast<T>(value)),
416 T value() const { return value_; }
423 T value_; member in class:v8::base::internal::CheckedNumericState
429 CheckedNumericState() : value_(0.0) {}
438 value_ = static_cast<T>(value);
442 value_
[all...]
/external/v8/src/compiler/
H A Dinstruction.h60 InstructionOperand() : value_(KindField::encode(INVALID)) {}
63 Kind kind() const { return KindField::decode(value_); }
64 int index() const { return static_cast<int>(value_) >> KindField::kSize; }
72 return value_ == other->value_;
77 value_ = KindField::encode(kind);
78 value_ |= index << KindField::kSize;
89 unsigned value_; member in class:v8::internal::compiler::InstructionOperand
125 value_ |= BasicPolicyField::encode(EXTENDED_POLICY);
126 value_ |
698 int64_t value_; member in class:v8::internal::compiler::FINAL
[all...]
H A Dnode-cache.h35 Node* value_; member in struct:v8::internal::compiler::NodeCache::Entry
H A Dnode-matchers.h42 : NodeMatcher(node), value_(), has_value_(opcode() == kOpcode) {
44 value_ = OpParameter<T>(node);
51 return value_;
63 T value_; member in struct:v8::internal::compiler::ValueMatcher
H A Dregister-allocator.h47 int Value() const { return value_; }
53 return value_ / kStep;
58 bool IsInstructionStart() const { return (value_ & (kStep - 1)) == 0; }
64 return LifetimePosition(value_ & ~(kStep - 1));
84 DCHECK(value_ > 1);
90 LifetimePosition() : value_(-1) {}
94 bool IsValid() const { return value_ != -1; }
110 explicit LifetimePosition(int value) : value_(value) {}
112 int value_; member in class:v8::internal::compiler::LifetimePosition

Completed in 482 milliseconds

12345