Home
last modified time | relevance | path

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

12

/external/v8/src/wasm/
Dwasm-objects.h187 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/
Dhash-table.h117 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()
Ddictionary.h89 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()
Dcode.h70 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);
Dordered-hash-table.h262 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,
Dliteral-objects.h58 OBJECT_CONSTRUCTORS(ObjectBoilerplateDescription, FixedArray);
143 OBJECT_CONSTRUCTORS(ClassBoilerplate, FixedArray);
Djs-array.h133 OBJECT_CONSTRUCTORS(JSArray, JSObject);
187 OBJECT_CONSTRUCTORS(JSArrayIterator, JSObject);
Djs-collection.h53 OBJECT_CONSTRUCTORS(JSSetIterator,
84 OBJECT_CONSTRUCTORS(JSMapIterator,
Dbigint.h107 OBJECT_CONSTRUCTORS(BigIntBase, PrimitiveHeapObject);
141 OBJECT_CONSTRUCTORS(FreshlyAllocatedBigInt, BigIntBase);
273 OBJECT_CONSTRUCTORS(BigInt, BigIntBase);
Djs-collection-iterator.h61 OBJECT_CONSTRUCTORS(OrderedHashTableIterator, JSCollectionIterator);
Ddata-handler.h55 OBJECT_CONSTRUCTORS(DataHandler, Struct);
Djs-regexp.h267 OBJECT_CONSTRUCTORS(JSRegExpResult, JSArray); in DEFINE_OPERATORS_FOR_FLAGS()
295 OBJECT_CONSTRUCTORS(JSRegExpResultIndices, JSArray);
Dregexp-match-info.h72 OBJECT_CONSTRUCTORS(RegExpMatchInfo, FixedArray); in NON_EXPORTED_BASE()
Dstring-set.h38 OBJECT_CONSTRUCTORS(StringSet, HashTable<StringSet, StringSetShape>); in EXTERN_DECLARE_HASH_TABLE()
Dproperty-array.h75 OBJECT_CONSTRUCTORS(PropertyArray, HeapObject);
Dosr-optimized-code-cache.h69 OBJECT_CONSTRUCTORS(OSROptimizedCodeCache, WeakFixedArray);
Dproperty-cell.h72 OBJECT_CONSTRUCTORS(PropertyCell, HeapObject);
Djs-weak-refs.h82 OBJECT_CONSTRUCTORS(JSFinalizationRegistry, JSObject);
Dobject-macros-undef.h9 #undef OBJECT_CONSTRUCTORS
Dframe-array.h108 OBJECT_CONSTRUCTORS(FrameArray, FixedArray);
Dlayout-descriptor.h145 OBJECT_CONSTRUCTORS(LayoutDescriptor, ByteArray);
Dallocation-site.h164 OBJECT_CONSTRUCTORS(AllocationSite, Struct);
Dshared-function-info.h168 OBJECT_CONSTRUCTORS(InterpreterData, Struct);
688 OBJECT_CONSTRUCTORS(SharedFunctionInfo, HeapObject);
Dmodule.h139 OBJECT_CONSTRUCTORS(Module, HeapObject);
/external/v8/src/ic/
Dhandler-configuration.h190 OBJECT_CONSTRUCTORS(LoadHandler, DataHandler);
320 OBJECT_CONSTRUCTORS(StoreHandler, DataHandler);

12