Home
last modified time | relevance | path

Searched refs:StrongTaggedValue (Results 1 – 15 of 15) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dtagged-value.h19 class StrongTaggedValue
22 constexpr StrongTaggedValue() : TaggedImpl() {} in StrongTaggedValue() function
23 explicit constexpr StrongTaggedValue(Tagged_t ptr) : TaggedImpl(ptr) {} in StrongTaggedValue() function
24 explicit StrongTaggedValue(Object o);
26 inline static Object ToObject(Isolate* isolate, StrongTaggedValue object);
H A Dtagged-value-inl.h21 inline StrongTaggedValue::StrongTaggedValue(Object o) in StrongTaggedValue() function
31 Object StrongTaggedValue::ToObject(Isolate* isolate, StrongTaggedValue object) { in ToObject()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dtagged-value.h19 class StrongTaggedValue
22 constexpr StrongTaggedValue() : TaggedImpl() {} in StrongTaggedValue() function
23 explicit constexpr StrongTaggedValue(Tagged_t ptr) : TaggedImpl(ptr) {} in StrongTaggedValue() function
24 explicit StrongTaggedValue(Object o);
26 inline static Object ToObject(Isolate* isolate, StrongTaggedValue object);
H A Dtagged-value-inl.h21 inline StrongTaggedValue::StrongTaggedValue(Object o) in StrongTaggedValue() function
31 Object StrongTaggedValue::ToObject(Isolate* isolate, StrongTaggedValue object) { in ToObject()
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dtagged-value.h19 class StrongTaggedValue
22 constexpr StrongTaggedValue() : TaggedImpl() {} in StrongTaggedValue() function
23 explicit constexpr StrongTaggedValue(Tagged_t ptr) : TaggedImpl(ptr) {} in StrongTaggedValue() function
24 explicit StrongTaggedValue(Object o);
26 inline static Object ToObject(Isolate* isolate, StrongTaggedValue object);
H A Dtagged-value-inl.h21 inline StrongTaggedValue::StrongTaggedValue(Object o) in StrongTaggedValue() function
31 Object StrongTaggedValue::ToObject(Isolate* isolate, StrongTaggedValue object) { in ToObject()
/dports/lang/v8/v8-9.6.180.12/src/ic/
H A Dstub-cache.cc95 Map::cast(StrongTaggedValue::ToObject(isolate(), primary->map)); in Set()
97 Name::cast(StrongTaggedValue::ToObject(isolate(), primary->key)), in Set()
100 Name::cast(StrongTaggedValue::ToObject(isolate(), primary->key)), seed); in Set()
106 primary->key = StrongTaggedValue(name); in Set()
108 primary->map = StrongTaggedValue(map); in Set()
132 primary_[i].key = StrongTaggedValue(empty_string); in Clear()
133 primary_[i].map = StrongTaggedValue(Smi::zero()); in Clear()
137 secondary_[j].key = StrongTaggedValue(empty_string); in Clear()
138 secondary_[j].map = StrongTaggedValue(Smi::zero()); in Clear()
H A Dstub-cache.h37 StrongTaggedValue key;
42 StrongTaggedValue map;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/ic/
H A Dstub-cache.cc96 Map::cast(StrongTaggedValue::ToObject(isolate(), primary->map)); in Set()
98 Name::cast(StrongTaggedValue::ToObject(isolate(), primary->key)), in Set()
101 Name::cast(StrongTaggedValue::ToObject(isolate(), primary->key)), seed); in Set()
107 primary->key = StrongTaggedValue(name); in Set()
109 primary->map = StrongTaggedValue(map); in Set()
133 primary_[i].key = StrongTaggedValue(empty_string); in Clear()
134 primary_[i].map = StrongTaggedValue(Smi::zero()); in Clear()
138 secondary_[j].key = StrongTaggedValue(empty_string); in Clear()
139 secondary_[j].map = StrongTaggedValue(Smi::zero()); in Clear()
H A Dstub-cache.h37 StrongTaggedValue key;
42 StrongTaggedValue map;
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/ic/
H A Dstub-cache.cc96 Map::cast(StrongTaggedValue::ToObject(isolate(), primary->map)); in Set()
98 Name::cast(StrongTaggedValue::ToObject(isolate(), primary->key)), in Set()
101 Name::cast(StrongTaggedValue::ToObject(isolate(), primary->key)), seed); in Set()
107 primary->key = StrongTaggedValue(name); in Set()
109 primary->map = StrongTaggedValue(map); in Set()
133 primary_[i].key = StrongTaggedValue(empty_string); in Clear()
134 primary_[i].map = StrongTaggedValue(Smi::zero()); in Clear()
138 secondary_[j].key = StrongTaggedValue(empty_string); in Clear()
139 secondary_[j].map = StrongTaggedValue(Smi::zero()); in Clear()
H A Dstub-cache.h37 StrongTaggedValue key;
42 StrongTaggedValue map;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/common/
H A Dglobals.h652 class StrongTaggedValue; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/common/
H A Dglobals.h671 class StrongTaggedValue; variable
/dports/lang/v8/v8-9.6.180.12/src/common/
H A Dglobals.h727 class StrongTaggedValue; variable