Home
last modified time | relevance | path

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

/external/v8/src/
Delements.cc809 return Subclass::GetCapacityImpl(receiver, elements); in GetMaxIndex()
1231 static uint32_t GetCapacityImpl(JSObject* holder, in GetCapacityImpl() function in v8::internal::__anon51de3a750111::ElementsAccessorBase
1237 return Subclass::GetCapacityImpl(holder, backing_store); in GetCapacity()
1939 Subclass::GetCapacityImpl(*object, object->elements()) != in AddImpl()
2786 return index < AccessorClass::GetCapacityImpl(*holder, *backing_store); in HasElementImpl()
2813 return index < AccessorClass::GetCapacityImpl(holder, backing_store) in GetEntryForIndexImpl()
2823 static uint32_t GetCapacityImpl(JSObject* holder, in GetCapacityImpl() function in v8::internal::__anon51de3a750111::TypedElementsAccessor
2831 return AccessorClass::GetCapacityImpl(receiver, backing_store); in NumberOfElementsImpl()
2839 uint32_t length = AccessorClass::GetCapacityImpl(*receiver, *elements); in AddElementsToKeyAccumulatorImpl()
2853 uint32_t length = AccessorClass::GetCapacityImpl(*object, *elements); in CollectValuesOrEntriesImpl()
[all …]