HomeSort by relevance Sort by last modified time
    Searched defs:num_objects (Results 1 - 5 of 5) sorted by null

  /external/v8/test/cctest/heap/
test-compaction.cc 99 // Add another page that is filled with {num_objects} objects of size
103 const int num_objects = 3; local
105 heap, object_size * num_objects, TENURED, object_size);
180 // Add another page that is filled with {num_objects} objects of size
184 const int num_objects = 2; local
185 int used_memory = object_size * num_objects;
273 // Add another page that is filled with {num_objects} objects of size
277 const int num_objects = 2; local
278 int used_memory = object_size * num_objects;
  /prebuilts/misc/windows/sdl2/test/
testdraw2.c 21 #define NUM_OBJECTS 100
24 static int num_objects; variable
42 for (i = 0; i < num_objects * 4; ++i) {
85 for (i = 0; i < num_objects; ++i) {
137 for (i = 0; i < num_objects / 4; ++i) {
183 num_objects = NUM_OBJECTS;
219 num_objects = SDL_atoi(argv[i]);
testintersections.c 22 #define NUM_OBJECTS 100
25 static int num_objects; variable
43 for (i = 0; i < num_objects * 4; ++i) {
206 num_objects = NUM_OBJECTS;
242 num_objects = SDL_atoi(argv[i]);
  /external/v8/src/heap/
spaces.cc 3321 int num_objects = 0; local
    [all...]
  /external/v8/test/cctest/
test-heap-profiler.cc 2249 int num_objects = 6000; local
    [all...]

Completed in 106 milliseconds