Home
last modified time | relevance | path

Searched refs:details_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dproperty.h25 PropertyDetails GetDetails() const { return details_; } in GetDetails()
27 void SetSortedKeyIndex(int index) { details_ = details_.set_pointer(index); } in SetSortedKeyIndex()
32 PropertyDetails details_; variable
35 Descriptor() : details_(Smi::kZero) {} in Descriptor()
42 details_ = details; in Init()
46 : key_(key), value_(value), details_(details) { in Descriptor()
48 DCHECK_IMPLIES(key->IsPrivate(), !details_.IsEnumerable()); in Descriptor()
56 details_(attributes, type, representation, field_index) { in key_()
58 DCHECK_IMPLIES(key->IsPrivate(), !details_.IsEnumerable()); in key_()
/external/v8/src/debug/
Dmirrors.js1489 this.details_ = details[1];
1551 return %DebugPropertyAttributesFromDetails(this.details_);
1556 return %DebugPropertyTypeFromDetails(this.details_);
1689 this.details_ = %GetFrameDetails(break_id, index);
1695 return this.details_[kFrameDetailsFrameIdIndex];
1701 return this.details_[kFrameDetailsReceiverIndex];
1707 return this.details_[kFrameDetailsFunctionIndex];
1713 return this.details_[kFrameDetailsScriptIndex];
1719 return this.details_[kFrameDetailsConstructCallIndex];
1725 return this.details_[kFrameDetailsAtReturnIndex];
[all …]
/external/v8/src/crankshaft/
Dhydrogen.h2467 details_(NONE, DATA, Representation::None()) {} in PropertyAccessInfo()
2525 return lookup_type_ == DESCRIPTOR_TYPE && details_.type() == DATA; in IsData()
2529 details_.type() == DATA_CONSTANT; in IsDataConstant()
2532 return !IsTransition() && details_.type() == ACCESSOR_CONSTANT; in IsAccessorConstant()
2534 bool IsConfigurable() const { return details_.IsConfigurable(); } in IsConfigurable()
2535 bool IsReadOnly() const { return details_.IsReadOnly(); } in IsReadOnly()
2570 details_ = descriptors->GetDetails(number); in LookupDescriptor()
2580 details_ = transition_->instance_descriptors()->GetDetails(number_); in LookupTransition()
2584 details_ = PropertyDetails::Empty(); in NotFound()
2588 return details_.representation(); in representation()
[all …]
/external/valgrind/coregrind/
Dm_tooliface.c71 extern void VG_(details_##detail)(type detail) \