HomeSort by relevance Sort by last modified time
    Searched refs:LayoutDescriptor (Results 1 - 10 of 10) sorted by null

  /external/v8/src/
layout-descriptor.h 15 // LayoutDescriptor is a bit vector defining which fields contain non-tagged
25 class LayoutDescriptor : public FixedTypedArray<Uint32ArrayTraits> {
44 V8_INLINE static LayoutDescriptor* cast(Object* object);
45 V8_INLINE static const LayoutDescriptor* cast(const Object* object);
47 V8_INLINE static LayoutDescriptor* cast_gc_safe(Object* object);
52 static Handle<LayoutDescriptor> New(Handle<Map> map,
58 static Handle<LayoutDescriptor> ShareAppend(Handle<Map> map,
64 static Handle<LayoutDescriptor> AppendIfFastOrUseFull(
66 Handle<LayoutDescriptor> full_layout_descriptor);
70 V8_INLINE static LayoutDescriptor* FastPointerLayout()
    [all...]
layout-descriptor-inl.h 13 LayoutDescriptor* LayoutDescriptor::FromSmi(Smi* smi) {
14 return LayoutDescriptor::cast(smi);
18 Handle<LayoutDescriptor> LayoutDescriptor::New(Isolate* isolate, int length) {
21 return handle(LayoutDescriptor::FromSmi(Smi::kZero), isolate);
24 return Handle<LayoutDescriptor>::cast(isolate->factory()->NewFixedTypedArray(
29 bool LayoutDescriptor::InobjectUnboxedField(int inobject_properties,
39 LayoutDescriptor* LayoutDescriptor::FastPointerLayout()
    [all...]
layout-descriptor.cc 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
    [all...]
objects-printer.cc     [all...]
map-updater.cc 637 Handle<LayoutDescriptor> new_layout_descriptor =
638 LayoutDescriptor::New(split_map, new_descriptors, old_nof_);
objects.h     [all...]
objects-inl.h 668 CAST_ACCESSOR(LayoutDescriptor)
    [all...]
objects.cc     [all...]
  /external/v8/src/heap/
heap.cc     [all...]
mark-compact.cc     [all...]

Completed in 149 milliseconds