Home
last modified time | relevance | path

Searched refs:WrapFieldType (Results 1 – 12 of 12) sorted by relevance

/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dmap-updater.cc505 Handle<Object> wrapped_type(Map::WrapFieldType(next_field_type)); in BuildDescriptorArray()
558 Handle<Object> wrapped_type(Map::WrapFieldType(next_field_type)); in BuildDescriptorArray()
H A Dobjects.cc3737 Handle<Object> Map::WrapFieldType(Handle<FieldType> type) { in WrapFieldType() function in v8::internal::Map
3781 Handle<Object> wrapped_type(WrapFieldType(type)); in CopyWithField()
4624 Handle<Object> wrapped_type(WrapFieldType(new_field_type)); in GeneralizeField()
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dmap-updater.cc827 Map::WrapFieldType(isolate_, next_field_type)); in BuildDescriptorArray()
875 Map::WrapFieldType(isolate_, next_field_type)); in BuildDescriptorArray()
1190 MaybeObjectHandle wrapped_type(Map::WrapFieldType(isolate, new_field_type)); in GeneralizeField()
H A Dmap.h685 static MaybeObjectHandle WrapFieldType(Isolate* isolate,
H A Dmap.cc379 MaybeObjectHandle Map::WrapFieldType(Isolate* isolate, Handle<FieldType> type) { in WrapFieldType() function in v8::internal::Map
425 MaybeObjectHandle wrapped_type = WrapFieldType(isolate, type); in CopyWithField()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dmap-updater.cc595 Map::WrapFieldType(isolate_, next_field_type)); in BuildDescriptorArray()
643 Map::WrapFieldType(isolate_, next_field_type)); in BuildDescriptorArray()
H A Dmap.h703 static MaybeObjectHandle WrapFieldType(Isolate* isolate,
H A Dmap.cc427 MaybeObjectHandle Map::WrapFieldType(Isolate* isolate, Handle<FieldType> type) { in WrapFieldType() function in v8::internal::Map
473 MaybeObjectHandle wrapped_type = WrapFieldType(isolate, type); in CopyWithField()
795 MaybeObjectHandle wrapped_type(WrapFieldType(isolate, new_field_type)); in GeneralizeField()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dmap-updater.cc590 Map::WrapFieldType(isolate_, next_field_type)); in BuildDescriptorArray()
638 Map::WrapFieldType(isolate_, next_field_type)); in BuildDescriptorArray()
H A Dmap.h708 static MaybeObjectHandle WrapFieldType(Isolate* isolate,
H A Dmap.cc421 MaybeObjectHandle Map::WrapFieldType(Isolate* isolate, Handle<FieldType> type) { in WrapFieldType() function in v8::internal::Map
467 MaybeObjectHandle wrapped_type = WrapFieldType(isolate, type); in CopyWithField()
792 MaybeObjectHandle wrapped_type(WrapFieldType(isolate, new_field_type)); in GeneralizeField()
/dports/www/node10/node-v10.24.1/deps/v8/src/objects/
H A Dmap.h649 static Handle<Object> WrapFieldType(Handle<FieldType> type);