Searched refs:OBJECT_CONSTRUCTORS (Results 1 – 25 of 39) sorted by relevance
12
/external/v8/src/wasm/ |
D | wasm-objects.h | 187 OBJECT_CONSTRUCTORS(WasmModuleObject, JSObject); 286 OBJECT_CONSTRUCTORS(WasmTableObject, JSObject); 324 OBJECT_CONSTRUCTORS(WasmMemoryObject, JSObject); 380 OBJECT_CONSTRUCTORS(WasmGlobalObject, JSObject); 591 OBJECT_CONSTRUCTORS(WasmInstanceObject, JSObject); 628 OBJECT_CONSTRUCTORS(WasmExceptionObject, JSObject); 649 OBJECT_CONSTRUCTORS(WasmExceptionPackage, JSReceiver); 673 OBJECT_CONSTRUCTORS(WasmExportedFunction, JSFunction); 693 OBJECT_CONSTRUCTORS(WasmJSFunction, JSFunction); 712 OBJECT_CONSTRUCTORS(WasmCapiFunction, JSFunction); [all …]
|
/external/v8/src/objects/ |
D | hash-table.h | 117 OBJECT_CONSTRUCTORS(HashTableBase, FixedArray); in NON_EXPORTED_BASE() 261 OBJECT_CONSTRUCTORS(HashTable, HashTableBase); in EXPORT_TEMPLATE_DECLARE() 357 OBJECT_CONSTRUCTORS(ObjectHashTableBase, HashTable<Derived, Shape>); in EXPORT_TEMPLATE_DECLARE() 375 OBJECT_CONSTRUCTORS( in EXTERN_DECLARE_OBJECT_BASE_HASH_TABLE() 403 OBJECT_CONSTRUCTORS( in EXTERN_DECLARE_OBJECT_BASE_HASH_TABLE() 427 OBJECT_CONSTRUCTORS(ObjectHashSet, in EXTERN_DECLARE_HASH_TABLE()
|
D | dictionary.h | 89 OBJECT_CONSTRUCTORS(Dictionary, HashTable<Derived, Shape>); in EXPORT_TEMPLATE_DECLARE() 168 OBJECT_CONSTRUCTORS(BaseNameDictionary, Dictionary<Derived, Shape>); in EXPORT_TEMPLATE_DECLARE() 195 OBJECT_CONSTRUCTORS(NameDictionary, in EXTERN_DECLARE_BASE_NAME_DICTIONARY() 237 OBJECT_CONSTRUCTORS( in EXTERN_DECLARE_BASE_NAME_DICTIONARY() 295 OBJECT_CONSTRUCTORS( in EXTERN_DECLARE_DICTIONARY() 350 OBJECT_CONSTRUCTORS(NumberDictionary, in EXTERN_DECLARE_DICTIONARY()
|
D | code.h | 70 OBJECT_CONSTRUCTORS(CodeDataContainer, HeapObject); 518 OBJECT_CONSTRUCTORS(Code, HeapObject); 591 OBJECT_CONSTRUCTORS(AbstractCode, HeapObject); 705 OBJECT_CONSTRUCTORS(DependentCode, WeakFixedArray); 832 OBJECT_CONSTRUCTORS(BytecodeArray, FixedArrayBase); 923 OBJECT_CONSTRUCTORS(DeoptimizationData, FixedArray);
|
D | ordered-hash-table.h | 262 OBJECT_CONSTRUCTORS(OrderedHashTable, FixedArray); 298 OBJECT_CONSTRUCTORS(OrderedHashSet, OrderedHashTable<OrderedHashSet, 1>); 340 OBJECT_CONSTRUCTORS(OrderedHashMap, OrderedHashTable<OrderedHashMap, 2>); 635 OBJECT_CONSTRUCTORS(SmallOrderedHashTable, HeapObject); 663 OBJECT_CONSTRUCTORS(SmallOrderedHashSet, 698 OBJECT_CONSTRUCTORS(SmallOrderedHashMap, 811 OBJECT_CONSTRUCTORS(OrderedNameDictionary, 910 OBJECT_CONSTRUCTORS(SmallOrderedNameDictionary,
|
D | literal-objects.h | 58 OBJECT_CONSTRUCTORS(ObjectBoilerplateDescription, FixedArray); 143 OBJECT_CONSTRUCTORS(ClassBoilerplate, FixedArray);
|
D | js-array.h | 133 OBJECT_CONSTRUCTORS(JSArray, JSObject); 187 OBJECT_CONSTRUCTORS(JSArrayIterator, JSObject);
|
D | js-collection.h | 53 OBJECT_CONSTRUCTORS(JSSetIterator, 84 OBJECT_CONSTRUCTORS(JSMapIterator,
|
D | bigint.h | 107 OBJECT_CONSTRUCTORS(BigIntBase, PrimitiveHeapObject); 141 OBJECT_CONSTRUCTORS(FreshlyAllocatedBigInt, BigIntBase); 273 OBJECT_CONSTRUCTORS(BigInt, BigIntBase);
|
D | js-collection-iterator.h | 61 OBJECT_CONSTRUCTORS(OrderedHashTableIterator, JSCollectionIterator);
|
D | data-handler.h | 55 OBJECT_CONSTRUCTORS(DataHandler, Struct);
|
D | js-regexp.h | 267 OBJECT_CONSTRUCTORS(JSRegExpResult, JSArray); in DEFINE_OPERATORS_FOR_FLAGS() 295 OBJECT_CONSTRUCTORS(JSRegExpResultIndices, JSArray);
|
D | regexp-match-info.h | 72 OBJECT_CONSTRUCTORS(RegExpMatchInfo, FixedArray); in NON_EXPORTED_BASE()
|
D | string-set.h | 38 OBJECT_CONSTRUCTORS(StringSet, HashTable<StringSet, StringSetShape>); in EXTERN_DECLARE_HASH_TABLE()
|
D | property-array.h | 75 OBJECT_CONSTRUCTORS(PropertyArray, HeapObject);
|
D | osr-optimized-code-cache.h | 69 OBJECT_CONSTRUCTORS(OSROptimizedCodeCache, WeakFixedArray);
|
D | property-cell.h | 72 OBJECT_CONSTRUCTORS(PropertyCell, HeapObject);
|
D | js-weak-refs.h | 82 OBJECT_CONSTRUCTORS(JSFinalizationRegistry, JSObject);
|
D | object-macros-undef.h | 9 #undef OBJECT_CONSTRUCTORS
|
D | frame-array.h | 108 OBJECT_CONSTRUCTORS(FrameArray, FixedArray);
|
D | layout-descriptor.h | 145 OBJECT_CONSTRUCTORS(LayoutDescriptor, ByteArray);
|
D | allocation-site.h | 164 OBJECT_CONSTRUCTORS(AllocationSite, Struct);
|
D | shared-function-info.h | 168 OBJECT_CONSTRUCTORS(InterpreterData, Struct); 688 OBJECT_CONSTRUCTORS(SharedFunctionInfo, HeapObject);
|
D | module.h | 139 OBJECT_CONSTRUCTORS(Module, HeapObject);
|
/external/v8/src/ic/ |
D | handler-configuration.h | 190 OBJECT_CONSTRUCTORS(LoadHandler, DataHandler); 320 OBJECT_CONSTRUCTORS(StoreHandler, DataHandler);
|
12