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

1 2

  /external/chromium/net/http/
http_byte_range_unittest.cc 40 int64 instance_size; member in struct:__anon2642
64 bool return_value = range.ComputeBounds(tests[i].instance_size);
71 EXPECT_FALSE(range.ComputeBounds(tests[i].instance_size));
http_response_headers_unittest.cc 1346 int64 instance_size; local
    [all...]
  /external/v8/src/
factory.cc 237 Handle<Map> Factory::NewMap(InstanceType type, int instance_size) {
238 CALL_HEAP_FUNCTION(Heap::AllocateMap(type, instance_size), Map);
259 JSObject::kMaxInstanceSize - copy->instance_size();
271 copy->set_instance_size(copy->instance_size() + instance_size_delta);
469 int instance_size,
478 instance_size != JSObject::kHeaderSize) {
479 Handle<Map> initial_map = NewMap(type, instance_size);
525 int instance_size,
536 instance_size != JSObject::kHeaderSize) {
537 Handle<Map> initial_map = NewMap(type, instance_size);
786 int instance_size = kPointerSize * internal_field_count; local
    [all...]
factory.h 168 static Handle<Map> NewMap(InstanceType type, int instance_size);
269 int instance_size,
285 int instance_size,
heap.cc 2368 int instance_size = fun->shared()->CalculateInstanceSize(); local
    [all...]
objects-debug.cc 601 PrintF(" - instance size: %d\n", instance_size());
637 ASSERT(kPointerSize <= instance_size()
638 && instance_size() < Heap::Capacity());
    [all...]
objects-inl.h     [all...]
  /external/v8/test/cctest/
test-alloc.cc 84 int instance_size = JSObject::kHeaderSize; local
86 CHECK(!Heap::AllocateMap(instance_type, instance_size)->IsFailure());
88 CHECK(!Heap::AllocateMap(instance_type, instance_size)->IsFailure());
test-heap.cc 24 static void CheckMap(Map* map, int type, int instance_size) {
31 CHECK_EQ(instance_size, map->instance_size());
  /external/v8/src/arm/
fast-codegen-arm.cc 87 offset += map->instance_size();
129 offset += map->instance_size();
  /external/v8/src/x64/
fast-codegen-x64.cc 86 offset += map->instance_size();
134 offset += map->instance_size();
  /external/qemu/block/
cloop.c 159 .instance_size = sizeof(BDRVCloopState),
nbd.c 182 .instance_size = sizeof(BDRVNBDState),
parallels.c 169 .instance_size = sizeof(BDRVParallelsState),
raw-win32.c 247 .instance_size = sizeof(BDRVRawState),
402 .instance_size = sizeof(BDRVRawState),
bochs.c 247 .instance_size = sizeof(BDRVBochsState),
cow.c 280 .instance_size = sizeof(BDRVCowState),
raw-posix.c 877 .instance_size = sizeof(BDRVRawState),
1156 .instance_size = sizeof(BDRVRawState),
    [all...]
dmg.c 289 .instance_size = sizeof(BDRVDMGState),
  /external/qemu/
block_int.h 50 int instance_size; member in struct:BlockDriver
  /external/bluetooth/glib/gobject/
gtype.h 422 * @instance_size: the size of the instance structure.
432 guint instance_size; member in struct:_GTypeQuery
936 * @instance_size: Size of the instance (object) structure (required for instantiatable types only).
965 guint16 instance_size; member in struct:_GTypeInfo
    [all...]
gparam.h 319 * @instance_size: Size of the instance (object) structure.
344 guint16 instance_size; /* obligatory */ member in struct:_GParamSpecTypeInfo
gtype.c 325 guint16 instance_size; member in struct:_InstanceData
794 (info->instance_size || info->n_preallocs || info->instance_init))
847 if (info->instance_size < sizeof (GTypeInstance))
853 if (pnode && info->instance_size < pnode->data->instance.instance_size)
    [all...]
gparam.c     [all...]
  /external/qemu/hw/
pci.h 164 int instance_size, int devfn,

Completed in 334 milliseconds

1 2