Searched refs:LINKED_SET_OFFSET (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_set.h | 39 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 D | js_weak_container.h | 69 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 D | js_shared_set.h | 39 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 D | builtins_collection_stub_builder.h | 56 linkedTableOffset = CollectionType::LINKED_SET_OFFSET; in GetLinkedOffset()
|
H A D | linked_hashtable_stub_builder.cpp | 631 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 D | common_stubs.cpp | 1250 builder.Store(VariableType::JS_ANY(), glue, obj, IntPtr(JSSet::LINKED_SET_OFFSET), newTable); in GenerateCircuit()
|
H A D | new_object_stub_builder.cpp | 2043 linkedOffset = CollectionType::LINKED_SET_OFFSET;
in CreateJSCollectionIterator()
|
Completed in 10 milliseconds