Searched refs:WrapFieldType (Results 1 – 12 of 12) sorted by relevance
/dports/www/node10/node-v10.24.1/deps/v8/src/ |
H A D | map-updater.cc | 505 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 D | objects.cc | 3737 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 D | map-updater.cc | 827 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 D | map.h | 685 static MaybeObjectHandle WrapFieldType(Isolate* isolate,
|
H A D | map.cc | 379 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 D | map-updater.cc | 595 Map::WrapFieldType(isolate_, next_field_type)); in BuildDescriptorArray() 643 Map::WrapFieldType(isolate_, next_field_type)); in BuildDescriptorArray()
|
H A D | map.h | 703 static MaybeObjectHandle WrapFieldType(Isolate* isolate,
|
H A D | map.cc | 427 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 D | map-updater.cc | 590 Map::WrapFieldType(isolate_, next_field_type)); in BuildDescriptorArray() 638 Map::WrapFieldType(isolate_, next_field_type)); in BuildDescriptorArray()
|
H A D | map.h | 708 static MaybeObjectHandle WrapFieldType(Isolate* isolate,
|
H A D | map.cc | 421 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 D | map.h | 649 static Handle<Object> WrapFieldType(Handle<FieldType> type);
|