Home
last modified time | relevance | path

Searched refs:GetNumPrototypeInlinedProperties (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_set.h74 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function
Dbuiltins_map.h85 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function
Dbuiltins_sendable_arraybuffer.h65 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function
Dbuiltins_shared_set.h64 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function
Dbuiltins_shared_map.h71 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function
Dbuiltins_dataview.h115 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function
Dbuiltins_date.h285 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function
Dbuiltins_shared_array.h165 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function
Dbuiltins_array.h222 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function
Dbuiltins_typedarray.h256 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function
Dshared_builtins.cpp645 ASSERT(length == BuiltinsSendableArrayBuffer::GetNumPrototypeInlinedProperties()); in CreateSArrayBufferPrototypeHClass()
674 ASSERT(length == BuiltinsSharedSet::GetNumPrototypeInlinedProperties()); in CreateSSetPrototypeHClass()
705 ASSERT(length == BuiltinsSharedMap::GetNumPrototypeInlinedProperties()); in CreateSMapPrototypeHClass()
736 ASSERT(length == ContainersBitVector::GetNumPrototypeInlinedProperties()); in CreateBitVectorPrototypeHClass()
767 ASSERT(length == BuiltinsSharedArray::GetNumPrototypeInlinedProperties()); in CreateSArrayPrototypeHClass()
1228 ASSERT(length == BuiltinsSharedTypedArray::GetNumPrototypeInlinedProperties()); in CreateSTypedArrayPrototypeHClass()
Dbuiltins_string.h261 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function
Dbuiltins_shared_typedarray.h194 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function
Dbuiltins.cpp946 … JSObject::SIZE, Date::GetNumPrototypeInlinedProperties(), JSType::JS_OBJECT, objFuncPrototypeVal); in InitializeDate()
1342 …JSObject::SIZE, BuiltinsSet::GetNumPrototypeInlinedProperties(), JSType::JS_OBJECT, objFuncPrototy… in InitializeSet()
1419 …JSObject::SIZE, BuiltinsMap::GetNumPrototypeInlinedProperties(), JSType::JS_OBJECT, objFuncPrototy… in InitializeMap()
1736 … factory_->NewEcmaHClass(JSPrimitiveRef::SIZE, BuiltinsString::GetNumPrototypeInlinedProperties(), in InitializeString()
2156 objFuncPrototypeVal, BuiltinsArray::GetNumPrototypeInlinedProperties()); in InitializeArray()
2252 JSObject::SIZE, BuiltinsTypedArray::GetNumPrototypeInlinedProperties(), in InitializeTypedArray()
2676 …JSObject::SIZE, DataView::GetNumPrototypeInlinedProperties(), JSType::JS_OBJECT, objFuncPrototypeV… in InitializeDataView()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_bitvector.h62 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function