Home | History | Annotate | Download | only in src

Lines Matching refs:LayoutDescriptor

18 Handle<LayoutDescriptor> LayoutDescriptor::New(
33 Handle<LayoutDescriptor> layout_descriptor_handle =
34 LayoutDescriptor::New(isolate, layout_descriptor_length);
36 LayoutDescriptor* layout_descriptor = Initialize(
43 Handle<LayoutDescriptor> LayoutDescriptor::ShareAppend(
47 Handle<LayoutDescriptor> layout_descriptor(map->GetLayoutDescriptor(),
56 layout_descriptor = LayoutDescriptor::EnsureCapacity(
60 LayoutDescriptor* layout_desc = *layout_descriptor;
69 Handle<LayoutDescriptor> LayoutDescriptor::AppendIfFastOrUseFull(
71 Handle<LayoutDescriptor> full_layout_descriptor) {
73 LayoutDescriptor* layout_descriptor = map->layout_descriptor();
98 Handle<LayoutDescriptor> LayoutDescriptor::EnsureCapacity(
99 Isolate* isolate, Handle<LayoutDescriptor> layout_descriptor,
105 Handle<LayoutDescriptor> new_layout_descriptor =
106 LayoutDescriptor::New(isolate, new_capacity);
123 bool LayoutDescriptor::IsTagged(int field_index, int max_sequence_length,
179 Handle<LayoutDescriptor> LayoutDescriptor::NewForTesting(Isolate* isolate,
185 LayoutDescriptor* LayoutDescriptor::SetTaggedForTesting(int field_index,
229 LayoutDescriptor* LayoutDescriptor::Trim(Heap* heap, Map* map,
252 LayoutDescriptor* layout_descriptor =
259 bool LayoutDescriptor::IsConsistentWithMap(Map* map, bool check_tail) {