Home
last modified time | relevance | path

Searched refs:OBJECT_CONSTRUCTORS (Results 1 – 25 of 29) sorted by relevance

12

/third_party/node/deps/v8/src/objects/
Dhash-table.h121 OBJECT_CONSTRUCTORS(HashTableBase, FixedArray); in NON_EXPORTED_BASE()
270 OBJECT_CONSTRUCTORS(HashTable, HashTableBase); in EXPORT_TEMPLATE_DECLARE()
366 OBJECT_CONSTRUCTORS(ObjectHashTableBase, HashTable<Derived, Shape>); in EXPORT_TEMPLATE_DECLARE()
384 OBJECT_CONSTRUCTORS( in EXTERN_DECLARE_OBJECT_BASE_HASH_TABLE()
413 OBJECT_CONSTRUCTORS( in EXTERN_DECLARE_OBJECT_BASE_HASH_TABLE()
437 OBJECT_CONSTRUCTORS(ObjectHashSet, in EXTERN_DECLARE_HASH_TABLE()
473 OBJECT_CONSTRUCTORS(NameToIndexHashTable,
509 OBJECT_CONSTRUCTORS(
Ddictionary.h98 OBJECT_CONSTRUCTORS(Dictionary, HashTable<Derived, Shape>); in EXPORT_TEMPLATE_DECLARE()
175 OBJECT_CONSTRUCTORS(BaseNameDictionary, Dictionary<Derived, Shape>); in EXPORT_TEMPLATE_DECLARE()
203 OBJECT_CONSTRUCTORS(NameDictionary, in EXTERN_DECLARE_BASE_NAME_DICTIONARY()
249 OBJECT_CONSTRUCTORS( in EXTERN_DECLARE_BASE_NAME_DICTIONARY()
307 OBJECT_CONSTRUCTORS( in EXTERN_DECLARE_DICTIONARY()
362 OBJECT_CONSTRUCTORS(NumberDictionary, in EXTERN_DECLARE_DICTIONARY()
Dordered-hash-table.h265 OBJECT_CONSTRUCTORS(OrderedHashTable, FixedArray);
303 OBJECT_CONSTRUCTORS(OrderedHashSet, OrderedHashTable<OrderedHashSet, 1>);
350 OBJECT_CONSTRUCTORS(OrderedHashMap, OrderedHashTable<OrderedHashMap, 2>);
645 OBJECT_CONSTRUCTORS(SmallOrderedHashTable, HeapObject);
673 OBJECT_CONSTRUCTORS(SmallOrderedHashSet,
708 OBJECT_CONSTRUCTORS(SmallOrderedHashMap,
834 OBJECT_CONSTRUCTORS(OrderedNameDictionary,
933 OBJECT_CONSTRUCTORS(SmallOrderedNameDictionary,
Djs-collection.h53 OBJECT_CONSTRUCTORS(JSSetIterator,
84 OBJECT_CONSTRUCTORS(JSMapIterator,
Dliteral-objects.h59 OBJECT_CONSTRUCTORS(ObjectBoilerplateDescription, FixedArray);
159 OBJECT_CONSTRUCTORS(ClassBoilerplate, FixedArray);
Dcode.h217 OBJECT_CONSTRUCTORS(CodeDataContainer, HeapObject);
728 OBJECT_CONSTRUCTORS(Code, HeapObject);
841 OBJECT_CONSTRUCTORS(AbstractCode, HeapObject);
946 OBJECT_CONSTRUCTORS(DependentCode, WeakArrayList);
1103 OBJECT_CONSTRUCTORS(DeoptimizationLiteralArray, WeakFixedArray);
1204 OBJECT_CONSTRUCTORS(DeoptimizationData, FixedArray);
Dbigint.h112 OBJECT_CONSTRUCTORS(BigIntBase, PrimitiveHeapObject);
146 OBJECT_CONSTRUCTORS(FreshlyAllocatedBigInt, BigIntBase);
274 OBJECT_CONSTRUCTORS(BigInt, BigIntBase);
Djs-collection-iterator.h61 OBJECT_CONSTRUCTORS(OrderedHashTableIterator, JSCollectionIterator);
Dstring-set.h38 OBJECT_CONSTRUCTORS(StringSet, HashTable<StringSet, StringSetShape>); in EXTERN_DECLARE_HASH_TABLE()
Doddball.h85 OBJECT_CONSTRUCTORS(Oddball, PrimitiveHeapObject);
Dosr-optimized-code-cache.h110 OBJECT_CONSTRUCTORS(OSROptimizedCodeCache, WeakFixedArray);
Dallocation-site.h170 OBJECT_CONSTRUCTORS(AllocationSite, Struct);
Dcompilation-cache-table.h134 OBJECT_CONSTRUCTORS(CompilationCacheTable, in EXTERN_DECLARE_HASH_TABLE()
Dobject-macros-undef.h9 #undef OBJECT_CONSTRUCTORS
Dheap-object.h239 OBJECT_CONSTRUCTORS(HeapObject, Object);
Dswiss-name-dictionary.h263 OBJECT_CONSTRUCTORS(SwissNameDictionary, HeapObject);
Dsource-text-module.h260 OBJECT_CONSTRUCTORS(SourceTextModuleInfo, FixedArray);
Dfeedback-vector.h185 OBJECT_CONSTRUCTORS(ClosureFeedbackCellArray, FixedArray);
593 OBJECT_CONSTRUCTORS(FeedbackMetadata, HeapObject);
Dtransitions.h388 OBJECT_CONSTRUCTORS(TransitionArray, WeakFixedArray);
Dcontexts.h423 OBJECT_CONSTRUCTORS(ScriptContextTable, FixedArray);
793 OBJECT_CONSTRUCTORS(NativeContext, Context);
Dfixed-array.h630 OBJECT_CONSTRUCTORS(PodArray<T>, ByteArray);
/third_party/node/deps/v8/src/wasm/
Dwasm-objects.h526 OBJECT_CONSTRUCTORS(WasmInstanceObject, JSObject);
572 OBJECT_CONSTRUCTORS(WasmExceptionPackage, JSObject);
614 OBJECT_CONSTRUCTORS(WasmExportedFunction, JSFunction);
638 OBJECT_CONSTRUCTORS(WasmJSFunction, JSFunction);
656 OBJECT_CONSTRUCTORS(WasmCapiFunction, JSFunction);
669 OBJECT_CONSTRUCTORS(WasmExternalFunction, JSFunction);
/third_party/node/deps/v8/src/ic/
Dhandler-configuration.h235 OBJECT_CONSTRUCTORS(LoadHandler, DataHandler);
382 OBJECT_CONSTRUCTORS(StoreHandler, DataHandler);
/third_party/node/deps/v8/src/debug/
Ddebug-wasm-objects.h66 OBJECT_CONSTRUCTORS(WasmValueObject, JSObject);
/third_party/node/deps/v8/tools/gcmole/
Dgcmole-test.cc77 OBJECT_CONSTRUCTORS(SomeObject, Object);

12