Searched refs:g1s1 (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-global-handles.cc93 Handle<Object> g1s1 = local
106 Object** g1_objects[] = { g1s1.location(), g1s2.location() };
116 skippable_objects.Add(*g1s1.location());
125 DCHECK(can_skip_called_objects.Contains(*g1s1.location()));
141 skippable_objects.Add(*g1s1.location());
156 DCHECK(visitor.visited.Contains(*g1s1.location()));
189 Handle<Object> g1s1 = local
204 global_handles->SetObjectGroupId(g1s1.location(), UniqueId(1));
211 skippable_objects.Add(*g1s1.location());
220 DCHECK(can_skip_called_objects.Contains(*g1s1
284 Handle<Object> g1s1 = local
[all...]
H A Dtest-mark-compact.cc258 Handle<Object> g1s1 = local
264 std::pair<Handle<Object>*, int> g1s1_and_id(&g1s1, 1234);
265 GlobalHandles::MakeWeak(g1s1.location(),
296 Handle<Object> root = global_handles->Create(*g1s1); // make a root.
300 Handle<FixedArray>::cast(g2s1)->set(0, *g1s1);
303 Object** g1_objects[] = { g1s1.location(), g1s2.location() };
306 global_handles->SetReference(Handle<HeapObject>::cast(g1s1).location(),
330 Object** g1_objects[] = { g1s1.location(), g1s2.location() };
333 global_handles->SetReference(Handle<HeapObject>::cast(g1s1).location(),
H A Dtest-api.cc3857 WeakCallCounterAndPersistent<Value> g1s1(&counter);
3866 g1s1.handle.Reset(iso, Object::New(iso));
3869 g1s1.handle.SetWeak(&g1s1, &WeakPointerCallback);
3882 root.handle.Reset(iso, g1s1.handle); // make a root.
3890 Set(0, Local<Value>::New(iso, g1s1.handle)));
3894 UniqueId id1 = MakeUniqueId(g1s1.handle);
3896 iso->SetObjectGroupId(g1s1.handle, id1);
3920 UniqueId id1 = MakeUniqueId(g1s1.handle);
3922 iso->SetObjectGroupId(g1s1
[all...]

Completed in 162 milliseconds