Searched refs:GetNumPrototypeInlinedProperties (Results 1 – 15 of 15) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_set.h | 74 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function
|
| D | builtins_map.h | 85 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function
|
| D | builtins_sendable_arraybuffer.h | 65 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function
|
| D | builtins_shared_set.h | 64 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function
|
| D | builtins_shared_map.h | 71 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function
|
| D | builtins_dataview.h | 115 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function
|
| D | builtins_date.h | 285 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function
|
| D | builtins_shared_array.h | 165 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function
|
| D | builtins_array.h | 222 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function
|
| D | builtins_typedarray.h | 256 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function
|
| D | shared_builtins.cpp | 645 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()
|
| D | builtins_string.h | 261 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function
|
| D | builtins_shared_typedarray.h | 194 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function
|
| D | builtins.cpp | 946 … 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/ |
| D | containers_bitvector.h | 62 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function
|