Home | History | Annotate | Download | only in src

Lines Matching refs:Handle

52   static Handle<LayoutDescriptor> New(Handle<Map> map,
53 Handle<DescriptorArray> descriptors,
58 static Handle<LayoutDescriptor> ShareAppend(Handle<Map> map,
64 static Handle<LayoutDescriptor> AppendIfFastOrUseFull(
65 Handle<Map> map, PropertyDetails details,
66 Handle<LayoutDescriptor> full_layout_descriptor);
92 static Handle<LayoutDescriptor> NewForTesting(Isolate* isolate, int length);
98 V8_INLINE static Handle<LayoutDescriptor> New(Isolate* isolate, int length);
119 static Handle<LayoutDescriptor> EnsureCapacity(
120 Isolate* isolate, Handle<LayoutDescriptor> layout_descriptor,