HomeSort by relevance Sort by last modified time
    Searched refs:instance_size (Results 1 - 25 of 30) sorted by null

1 2

  /external/v8/src/heap/
objects-visiting.cc 15 return GetVisitorId(map->instance_type(), map->instance_size(),
21 int instance_type, int instance_size, bool has_unboxed_fields) {
43 instance_size, has_unboxed_fields);
97 instance_size, has_unboxed_fields);
125 instance_size, has_unboxed_fields);
131 if (instance_size == kPointerSize) return kVisitDataObjectGeneric;
138 instance_size, has_unboxed_fields);
161 instance_size, has_unboxed_fields);
objects-visiting.h 110 static VisitorId GetVisitorId(int instance_type, int instance_size,
303 return map->instance_size();
scavenger.cc 368 int object_size = map->instance_size();
heap.cc     [all...]
heap.h     [all...]
  /external/v8/test/cctest/heap/
test-alloc.cc 76 int instance_size = JSObject::kHeaderSize; local
77 heap->AllocateMap(JS_OBJECT_TYPE, instance_size).ToObjectChecked();
test-heap.cc 52 static void CheckMap(Map* map, int type, int instance_size) {
59 CHECK_EQ(instance_size, map->instance_size());
    [all...]
  /external/v8/src/
api-natives.cc 468 int instance_size = kPointerSize * internal_field_count; local
473 instance_size += JSObject::kHeaderSize;
477 instance_size += JSGlobalObject::kSize;
481 instance_size += JSGlobalProxy::kSize;
491 instance_size, obj->read_only_prototype(), true);
objects-body-descriptors-inl.h 155 return map->instance_size();
188 return map->instance_size();
275 return map->instance_size();
layout-descriptor-inl.h 237 header_size_ = map->instance_size() - (inobject_properties * kPointerSize);
factory.h 305 int instance_size,
519 int instance_size,
526 int instance_size);
objects-debug.cc 333 CHECK(instance_size() == kVariableSizeSentinel ||
334 (kPointerSize <= instance_size() &&
335 instance_size() < heap->Capacity()));
    [all...]
bootstrapper.cc 384 InstanceType type, int instance_size,
395 instance_size, kReadOnlyPrototype,
403 InstanceType type, int instance_size,
410 CreateFunction(target->GetIsolate(), name_string, type, instance_size,
418 InstanceType type, int instance_size,
425 instance_size, maybe_prototype, call, attributes,
525 int instance_size = JSObject::kHeaderSize + kPointerSize * unused; local
527 factory->NewMap(JS_OBJECT_TYPE, instance_size);
    [all...]
factory.cc     [all...]
objects-inl.h     [all...]
objects.cc 13081 int instance_size; local
13144 int instance_size; local
    [all...]
objects-printer.cc 449 os << " - instance size: " << instance_size() << "\n";
    [all...]
objects.h     [all...]
  /external/v8/test/cctest/
test-unboxed-doubles.cc 1189 int instance_size = map->instance_size(); local
    [all...]
test-inobject-slack-tracking.cc 699 CHECK_EQ(JSObject::kMaxInstanceSize, obj->map()->instance_size());
758 CHECK_EQ(JSObject::kHeaderSize, obj->map()->instance_size());
776 CHECK_EQ(JSObject::kHeaderSize, obj->map()->instance_size());
    [all...]
  /external/v8/test/mjsunit/
large-object-allocation.js 29 // instance_size field in the map resulting in an object that is smaller
  /external/dbus/dbus/
dbus-marshal-recursive-util.c 362 int instance_size; member in struct:TestTypeNodeClass
940 node = dbus_malloc0 (klass->instance_size);
    [all...]
  /external/v8/src/compiler/
js-typed-lowering.cc 1468 int const instance_size = initial_map->instance_size(); local
    [all...]
  /external/v8/test/unittests/compiler/
js-typed-lowering-unittest.cc     [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.cc     [all...]

Completed in 950 milliseconds

1 2