Searched refs:OBJECT_CONSTRUCTORS (Results 1 – 25 of 29) sorted by relevance
12
/third_party/node/deps/v8/src/objects/ |
D | hash-table.h | 121 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(
|
D | dictionary.h | 98 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()
|
D | ordered-hash-table.h | 265 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,
|
D | js-collection.h | 53 OBJECT_CONSTRUCTORS(JSSetIterator, 84 OBJECT_CONSTRUCTORS(JSMapIterator,
|
D | literal-objects.h | 59 OBJECT_CONSTRUCTORS(ObjectBoilerplateDescription, FixedArray); 159 OBJECT_CONSTRUCTORS(ClassBoilerplate, FixedArray);
|
D | code.h | 217 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);
|
D | bigint.h | 112 OBJECT_CONSTRUCTORS(BigIntBase, PrimitiveHeapObject); 146 OBJECT_CONSTRUCTORS(FreshlyAllocatedBigInt, BigIntBase); 274 OBJECT_CONSTRUCTORS(BigInt, BigIntBase);
|
D | js-collection-iterator.h | 61 OBJECT_CONSTRUCTORS(OrderedHashTableIterator, JSCollectionIterator);
|
D | string-set.h | 38 OBJECT_CONSTRUCTORS(StringSet, HashTable<StringSet, StringSetShape>); in EXTERN_DECLARE_HASH_TABLE()
|
D | oddball.h | 85 OBJECT_CONSTRUCTORS(Oddball, PrimitiveHeapObject);
|
D | osr-optimized-code-cache.h | 110 OBJECT_CONSTRUCTORS(OSROptimizedCodeCache, WeakFixedArray);
|
D | allocation-site.h | 170 OBJECT_CONSTRUCTORS(AllocationSite, Struct);
|
D | compilation-cache-table.h | 134 OBJECT_CONSTRUCTORS(CompilationCacheTable, in EXTERN_DECLARE_HASH_TABLE()
|
D | object-macros-undef.h | 9 #undef OBJECT_CONSTRUCTORS
|
D | heap-object.h | 239 OBJECT_CONSTRUCTORS(HeapObject, Object);
|
D | swiss-name-dictionary.h | 263 OBJECT_CONSTRUCTORS(SwissNameDictionary, HeapObject);
|
D | source-text-module.h | 260 OBJECT_CONSTRUCTORS(SourceTextModuleInfo, FixedArray);
|
D | feedback-vector.h | 185 OBJECT_CONSTRUCTORS(ClosureFeedbackCellArray, FixedArray); 593 OBJECT_CONSTRUCTORS(FeedbackMetadata, HeapObject);
|
D | transitions.h | 388 OBJECT_CONSTRUCTORS(TransitionArray, WeakFixedArray);
|
D | contexts.h | 423 OBJECT_CONSTRUCTORS(ScriptContextTable, FixedArray); 793 OBJECT_CONSTRUCTORS(NativeContext, Context);
|
D | fixed-array.h | 630 OBJECT_CONSTRUCTORS(PodArray<T>, ByteArray);
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-objects.h | 526 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/ |
D | handler-configuration.h | 235 OBJECT_CONSTRUCTORS(LoadHandler, DataHandler); 382 OBJECT_CONSTRUCTORS(StoreHandler, DataHandler);
|
/third_party/node/deps/v8/src/debug/ |
D | debug-wasm-objects.h | 66 OBJECT_CONSTRUCTORS(WasmValueObject, JSObject);
|
/third_party/node/deps/v8/tools/gcmole/ |
D | gcmole-test.cc | 77 OBJECT_CONSTRUCTORS(SomeObject, Object);
|
12