Searched refs:g1s2 (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-global-handles.cc95 Handle<Object> g1s2 = local
106 Object** g1_objects[] = { g1s1.location(), g1s2.location() };
117 skippable_objects.Add(*g1s2.location());
126 ASSERT(can_skip_called_objects.Contains(*g1s2.location()));
150 ASSERT(can_skip_called_objects.Contains(*g1s2.location()));
157 ASSERT(visitor.visited.Contains(*g1s2.location()));
191 Handle<Object> g1s2 = local
205 global_handles->SetObjectGroupId(g1s2.location(), UniqueId(1));
212 skippable_objects.Add(*g1s2.location());
221 ASSERT(can_skip_called_objects.Contains(*g1s2
[all...]
H A Dtest-mark-compact.cc267 Handle<Object> g1s2 = local
274 global_handles->MakeWeak(g1s2.location(),
300 Handle<FixedArray>::cast(g1s2)->set(0, *g2s2);
304 Object** g1_objects[] = { g1s1.location(), g1s2.location() };
332 Object** g1_objects[] = { g1s1.location(), g1s2.location() };
H A Dtest-api.cc3494 WeakCallCounterAndPersistent<Value> g1s2(&counter);
3503 g1s2.handle.Reset(iso, Object::New());
3506 g1s2.handle.SetWeak(&g1s2, &WeakPointerCallback);
3523 CHECK(Local<Object>::New(iso, g1s2.handle.As<Object>())->
3533 iso->SetObjectGroupId(g1s2.handle, id1);
3559 iso->SetObjectGroupId(g1s2.handle, id1);
3588 WeakCallCounterAndPersistent<String> g1s2(&counter);
3597 g1s2.handle.Reset(iso, String::NewFromUtf8(iso, "foo1"));
3600 g1s2
[all...]
/external/v8/test/cctest/
H A Dtest-mark-compact.cc320 Handle<Object> g1s2 = local
327 global_handles->MakeWeak(g1s2.location(),
353 Handle<FixedArray>::cast(g1s2)->set(0, *g2s2);
357 Object** g1_objects[] = { g1s1.location(), g1s2.location() };
385 Object** g1_objects[] = { g1s1.location(), g1s2.location() };
H A Dtest-api.cc2213 Persistent<Object> g1s2; local
2224 g1s2 = Persistent<Object>::New(Object::New());
2227 g1s2.MakeWeak(reinterpret_cast<void*>(&counter), &WeakPointerCallback);
2241 CHECK(g1s2->Set(0, g2s2));
2245 Persistent<Value> g1_objects[] = { g1s1, g1s2 };
2269 Persistent<Value> g1_objects[] = { g1s1, g1s2 };
2300 Persistent<Object> g1s2; local
2309 g1s2 = Persistent<Object>::New(Object::New());
2311 g1s2.MakeWeak(reinterpret_cast<void*>(&counter), &WeakPointerCallback);
2330 Persistent<Value> g1_objects[] = { g1s1, g1s2 };
[all...]

Completed in 236 milliseconds