Home
last modified time | relevance | path

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

/external/v8/src/
Dlayout-descriptor-inl.h23 length = GetSlowModeBackingStoreLength(length); in New()
151 int LayoutDescriptor::GetSlowModeBackingStoreLength(int length) { in GetSlowModeBackingStoreLength() function
Dlayout-descriptor.h112 V8_INLINE static int GetSlowModeBackingStoreLength(int length);
Dlayout-descriptor.cc244 int array_length = GetSlowModeBackingStoreLength(layout_descriptor_length); in Trim()