Home
last modified time | relevance | path

Searched refs:LINKED_SET_OFFSET (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_set.h39 static constexpr size_t LINKED_SET_OFFSET = JSObject::SIZE; member in panda::ecmascript::JSSet
40 ACCESSORS(LinkedSet, LINKED_SET_OFFSET, SIZE)
42 DECL_VISIT_OBJECT_FOR_JS_OBJECT(JSObject, LINKED_SET_OFFSET, SIZE)
H A Djs_weak_container.h69 static constexpr size_t LINKED_SET_OFFSET = JSObject::SIZE; member in panda::ecmascript::JSWeakSet
70 ACCESSORS(LinkedSet, LINKED_SET_OFFSET, SIZE)
72 DECL_VISIT_OBJECT_FOR_JS_OBJECT(JSObject, LINKED_SET_OFFSET, SIZE)
/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_shared_set.h39 static constexpr size_t LINKED_SET_OFFSET = JSObject::SIZE; member in panda::ecmascript::JSSharedSet
40 ACCESSORS_SYNCHRONIZED(LinkedSet, LINKED_SET_OFFSET, MOD_RECORD_OFFSET)
46 DECL_VISIT_OBJECT_FOR_JS_OBJECT(JSObject, LINKED_SET_OFFSET, MOD_RECORD_OFFSET)
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_collection_stub_builder.h56 linkedTableOffset = CollectionType::LINKED_SET_OFFSET; in GetLinkedOffset()
H A Dlinked_hashtable_stub_builder.cpp631 Store(VariableType::JS_ANY(), glue_, *returnValue, IntPtr(JSSet::LINKED_SET_OFFSET), table); in StoreHashTableToNewObject()
767 linkedTableOffset = JSSet::LINKED_SET_OFFSET; in GetLinkedOffset()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcommon_stubs.cpp1250 builder.Store(VariableType::JS_ANY(), glue, obj, IntPtr(JSSet::LINKED_SET_OFFSET), newTable); in GenerateCircuit()
H A Dnew_object_stub_builder.cpp2043 linkedOffset = CollectionType::LINKED_SET_OFFSET; in CreateJSCollectionIterator()

Completed in 10 milliseconds