Lines Matching defs:object
91 Object* obj = HEAP->AllocateFixedArray(array_size)->ToObjectChecked();
98 // Call the m-c collector, so array becomes an old object.
121 Object* obj = HEAP->AllocateFixedArray(size)->ToObjectChecked();
131 Object* obj;
157 Object* array;
167 Object* mapp;
199 Object* func_value = Isolate::Current()->context()->global()->
308 Handle<Object> g1s1 =
310 Handle<Object> g1s2 =
312 Handle<Object> g1c1 =
324 Handle<Object> g2s1 =
326 Handle<Object> g2s2 =
328 Handle<Object> g2c1 =
340 Handle<Object> root = global_handles->Create(*g1s1); // make a root.
347 Object** g1_objects[] = { g1s1.location(), g1s2.location() };
348 Object** g1_children[] = { g1c1.location() };
349 Object** g2_objects[] = { g2s1.location(), g2s2.location() };
350 Object** g2_children[] = { g2c1.location() };
361 // All object should be alive.
375 Object** g1_objects[] = { g1s1.location(), g1s2.location() };
376 Object** g1_children[] = { g1c1.location() };
377 Object** g2_objects[] = { g2s1.location(), g2s2.location() };
378 Object** g2_children[] = { g2c1.location() };
435 Handle<Object> object =
443 Handle<HeapObject>::cast(object).location(), NULL, 0);