/external/v8/src/ |
D | arguments.h | 94 values_[2] = self; in CustomArguments() 95 values_[1] = holder; in CustomArguments() 96 values_[0] = data; in CustomArguments() 101 for (size_t i = 0; i < ARRAY_SIZE(values_); i++) { in CustomArguments() 102 values_[i] = reinterpret_cast<Object*>(kZapValue); in CustomArguments() 108 Object** end() { return values_ + ARRAY_SIZE(values_) - 1; } in end() 110 Object* values_[3];
|
D | hydrogen.h | 301 int GetMaximumValueID() const { return values_.length(); } in GetMaximumValueID() 304 values_.Add(value); in GetNextValueID() 305 return values_.length() - 1; in GetNextValueID() 308 if (id >= 0 && id < values_.length()) return values_[id]; in LookupValue() 366 ZoneList<HValue*> values_; variable 409 const ZoneList<HValue*>* values() const { return &values_; } in values() 424 int length() const { return values_.length(); } in length() 448 HValue* result = values_[index]; in Lookup() 461 values_.Add(value); in Push() 471 return values_.RemoveLast(); in Pop() [all …]
|
D | lithium.cc | 156 for (int i = 0; i < values_.length(); ++i) { in PrintTo() 158 if (values_[i] == NULL) { in PrintTo() 161 values_[i]->PrintTo(stream); in PrintTo()
|
D | scopeinfo.h | 68 values_[i] = kNotFound; in ContextSlotCache() 126 uint32_t values_[kLength]; variable
|
D | lithium.h | 459 values_(value_count), in LEnvironment() 477 const ZoneList<LOperand*>* values() const { return &values_; } in values() 481 values_.Add(operand); in AddValue() 483 is_tagged_.Add(values_.length() - 1); in AddValue() 520 ZoneList<LOperand*> values_; variable
|
D | scopeinfo.cc | 406 Value result(values_[index]); in Lookup() 428 values_[index] = Value(mode, init_flag, slot_index - kNotFound).raw(); in Update() 454 Value result(values_[index]); in ValidateEntry()
|
D | hydrogen-instructions.h | 962 explicit HDeoptimize(int environment_length) : values_(environment_length) { } in HDeoptimize() 968 virtual int OperandCount() { return values_.length(); } in OperandCount() 969 virtual HValue* OperandAt(int index) { return values_[index]; } in OperandAt() 982 values_.Add(NULL); in AddEnvironmentValue() 983 SetOperandAt(values_.length() - 1, value); in AddEnvironmentValue() 995 values_[index] = value; in InternalSetOperandAt() 999 ZoneList<HValue*> values_; 1252 values_(2), in HSimulate() 1266 const ZoneList<HValue*>* values() const { return &values_; } in values() 1280 virtual int OperandCount() { return values_.length(); } in OperandCount() [all …]
|
D | hydrogen.cc | 673 values_(16), in HGraph() 7605 values_(0), in HEnvironment() 7620 : values_(0), in HEnvironment() 7639 values_(arguments), in HEnvironment() 7659 values_.Initialize(total + 4); in Initialize() 7660 for (int i = 0; i < total; ++i) values_.Add(NULL); in Initialize() 7666 values_.AddAll(other->values_); in Initialize() 7680 ASSERT(values_.length() == other->values_.length()); in AddIncomingEdge() 7682 int length = values_.length(); in AddIncomingEdge() 7684 HValue* value = values_[i]; in AddIncomingEdge() [all …]
|
D | handles.cc | 542 v->VisitPointers(values_, values_ + ARRAY_SIZE(values_)); in IterateInstance()
|
D | hydrogen-instructions.cc | 1255 if (values_.length() > 0) { in PrintDataTo() 1257 for (int i = 0; i < values_.length(); ++i) { in PrintDataTo() 1264 values_[i]->PrintNameTo(stream); in PrintDataTo()
|
D | ast.h | 1431 ZoneList<Expression*>* values() const { return values_; } in values() 1447 values_(values), in ArrayLiteral() 1452 ZoneList<Expression*>* values_; variable
|
/external/openfst/src/include/fst/ |
D | tuple-weight.h | 50 values_[i] = w.values_[i]; in TupleWeight() 56 values_[iter - begin] = *iter; in TupleWeight() 61 values_[i] = w; in TupleWeight() 85 values_[i].Read(strm); in Read() 91 values_[i].Write(strm); in Write() 97 values_[i] = w.values_[i]; 104 member = member && values_[i].Member(); in Member() 111 hash = 5 * hash + values_[i].Hash(); in Hash() 118 w.values_[i] = values_[i].Quantize(delta); 125 w.values_[i] = values_[i].Reverse(); in Reverse() [all …]
|
/external/chromium/chrome/browser/ |
D | preferences_mock_mac.cc | 8 values_.reset(CFDictionaryCreateMutable(kCFAllocatorDefault, in MockPreferences() 27 Boolean found = CFDictionaryGetValueIfPresent(values_, in CopyAppValue() 44 CFDictionarySetValue(values_, key, value); in AddTestItem()
|
D | preferences_mock_mac.h | 29 base::mac::ScopedCFTypeRef<CFMutableDictionaryRef> values_;
|
/external/gtest/test/ |
D | gtest_unittest.cc | 2722 values_.close_to_positive_zero = Floating::ReinterpretBits( in SetUp() 2724 values_.close_to_negative_zero = -Floating::ReinterpretBits( in SetUp() 2726 values_.further_from_negative_zero = -Floating::ReinterpretBits( in SetUp() 2733 values_.close_to_one = Floating::ReinterpretBits(one_bits + max_ulps); in SetUp() 2734 values_.further_from_one = Floating::ReinterpretBits( in SetUp() 2738 values_.infinity = Floating::Infinity(); in SetUp() 2741 const Bits infinity_bits = Floating(values_.infinity).bits(); in SetUp() 2744 values_.close_to_infinity = Floating::ReinterpretBits( in SetUp() 2746 values_.further_from_infinity = Floating::ReinterpretBits( in SetUp() 2752 values_.nan1 = Floating::ReinterpretBits(Floating::kExponentBitMask in SetUp() [all …]
|
/external/protobuf/gtest/test/ |
D | gtest_unittest.cc | 2973 values_.close_to_positive_zero = Floating::ReinterpretBits( in SetUp() 2975 values_.close_to_negative_zero = -Floating::ReinterpretBits( in SetUp() 2977 values_.further_from_negative_zero = -Floating::ReinterpretBits( in SetUp() 2984 values_.close_to_one = Floating::ReinterpretBits(one_bits + max_ulps); in SetUp() 2985 values_.further_from_one = Floating::ReinterpretBits( in SetUp() 2989 values_.infinity = Floating::Infinity(); in SetUp() 2992 const Bits infinity_bits = Floating(values_.infinity).bits(); in SetUp() 2995 values_.close_to_infinity = Floating::ReinterpretBits( in SetUp() 2997 values_.further_from_infinity = Floating::ReinterpretBits( in SetUp() 3003 values_.nan1 = Floating::ReinterpretBits(Floating::kExponentBitMask in SetUp() [all …]
|
/external/chromium/testing/gtest/test/ |
D | gtest_unittest.cc | 2722 values_.close_to_positive_zero = Floating::ReinterpretBits( in SetUp() 2724 values_.close_to_negative_zero = -Floating::ReinterpretBits( in SetUp() 2726 values_.further_from_negative_zero = -Floating::ReinterpretBits( in SetUp() 2733 values_.close_to_one = Floating::ReinterpretBits(one_bits + max_ulps); in SetUp() 2734 values_.further_from_one = Floating::ReinterpretBits( in SetUp() 2738 values_.infinity = Floating::Infinity(); in SetUp() 2741 const Bits infinity_bits = Floating(values_.infinity).bits(); in SetUp() 2744 values_.close_to_infinity = Floating::ReinterpretBits( in SetUp() 2746 values_.further_from_infinity = Floating::ReinterpretBits( in SetUp() 2752 values_.nan1 = Floating::ReinterpretBits(Floating::kExponentBitMask in SetUp() [all …]
|
/external/chromium/net/http/ |
D | http_util.cc | 684 : values_(values_begin, values_end, string(1, delimiter)) { in ValuesIterator() 685 values_.set_quote_chars("\'\""); in ValuesIterator() 692 while (values_.GetNext()) { in GetNext() 693 value_begin_ = values_.token_begin(); in GetNext() 694 value_end_ = values_.token_end(); in GetNext()
|
D | http_util.h | 252 StringTokenizer values_;
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.h | 604 EnumValueDescriptor* values_; variable 1334 return this - type_->values_; in index()
|
D | descriptor.cc | 2456 placeholder_enum->values_ = tables_->AllocateArray<EnumValueDescriptor>(1); in NewPlaceholder() 2458 EnumValueDescriptor* placeholder_value = &placeholder_enum->values_[0]; in NewPlaceholder() 3561 CrossLinkEnumValue(&enum_type->values_[i], proto.value(i)); in CrossLinkEnum()
|
/external/v8/include/ |
D | v8.h | 1982 internal::Object** values_; variable 4018 values_(values), 4025 return Local<Value>(reinterpret_cast<Value*>(values_ - i)); 4036 return Local<Object>(reinterpret_cast<Object*>(values_ + 1));
|