Home
last modified time | relevance | path

Searched refs:V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL (Results 1 – 25 of 26) sorted by relevance

12

/third_party/node/deps/v8/src/objects/
Dliteral-objects.cc409 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in CreateTemplates()
419 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in CreateTemplates()
455 int enum_order = V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL in AddConstant()
460 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in AddConstant()
485 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in AddNamedProperty()
525 if (!V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in Finalize()
Dlookup.cc395 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in PrepareForDataProperty()
447 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in PrepareForDataProperty()
530 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in ReconfigureDataProperty()
679 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in ApplyTransitionToDataProperty()
896 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in FetchValue()
1000 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in IsConstDictValueEqualTo()
1120 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in WriteDataValue()
1361 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in LookupInRegularHolder()
Djs-objects.cc445 } else if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in SetOrCopyDataProperties()
779 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in SetHashAndUpdateProperties()
799 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL && in GetIdentityHashHelper()
805 DCHECK(!V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL); in GetIdentityHashHelper()
904 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in DeleteNormalizedProperty()
2312 int initial_capacity = V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL in New()
2683 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in SetNormalizedProperty()
3206 int initial_capacity = V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL in MigrateFastToSlow()
3214 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in MigrateFastToSlow()
3249 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in MigrateFastToSlow()
[all …]
Djs-regexp.cc70 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in BuildIndices()
86 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in BuildIndices()
Dkeys.cc1006 } else if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in CollectOwnPropertyNames()
1045 } else if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in CollectOwnPropertyNames()
1070 } else if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in CollectPrivateNames()
1155 } else if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in GetOwnEnumPropertyKeys()
1189 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in CollectOwnJSProxyKeys()
Djs-objects-inl.h766 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in initialize_properties()
790 DCHECK(!V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL); in DEF_GETTER()
802 DCHECK(V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL); in DEF_GETTER()
Dcall-site-info.cc387 } else if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in InferMethodName()
Dobjects.cc3636 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in SetPrivateSymbol()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-constructor-gen.cc328 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in FastNewObject()
553 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in CreateShallowObjectLiteral()
Dbuiltins-proxy-gen.cc55 RootIndex empty_dict = V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL in AllocateProxy()
Dbuiltins-object-gen.cc1110 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in TF_BUILTIN()
1459 V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL in FromPropertyDescriptor()
Dbuiltins-regexp-gen.cc336 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in ConstructNewResultFromMatchInfo()
/third_party/node/deps/v8/src/runtime/
Druntime-classes.cc515 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in InitClassPrototype()
572 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in InitClassConstructor()
Druntime-literals.cc132 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in StructureWalk()
Druntime-object.cc471 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in RUNTIME_FUNCTION()
826 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/common/
Dglobals.h130 #define V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL true macro
132 #define V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL false macro
/third_party/node/deps/v8/src/heap/
Dfactory.cc1990 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in CopyJSObjectWithAllocationSite()
2574 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in NewSlowJSObjectFromMap()
2588 DCHECK_IMPLIES(V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL, in NewSlowJSObjectWithPropertiesAndElements()
2590 DCHECK_IMPLIES(!V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL, in NewSlowJSObjectWithPropertiesAndElements()
/third_party/node/deps/v8/src/compiler/
Daccess-info.cc687 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in TryLoadPropertyDetails()
Dcompilation-dependencies.cc392 V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL in GetHolderIfValid()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc1972 } else if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in IncrementSpillStatistics()
Dobjects-printer.cc342 } else if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in PrintProperties()
/third_party/node/deps/v8/src/torque/
Dtorque-parser.cc52 V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL; in BuildFlags()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc1807 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in LoadSlowProperties()
1815 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in LoadSlowProperties()
2007 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in LoadJSReceiverIdentityHash()
2034 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in LoadJSReceiverIdentityHash()
14866 if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in CheckEnumCache()
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc1785 } else if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in ExtractPropertyReferences()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc6174 } else if (V8_ENABLE_SWISS_NAME_DICTIONARY_BOOL) { in TransferNamedProperties()

12