Searched defs:g2c1 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-global-handles.cc296 Handle<Object> g2c1 = local
304 global_handles->SetReferenceFromGroup(UniqueId(2), g2c1.location());
318 DCHECK(implicit_refs->at(1)->children[0] == g2c1.location());
H A Dtest-mark-compact.cc281 Handle<Object> g2c1 = local
291 std::pair<Handle<Object>*, int> g2c1_and_id(&g2c1, 1234);
292 GlobalHandles::MakeWeak(g2c1.location(),
310 g2c1.location());
326 global_handles->ClearWeakness(g2c1.location());
337 g2c1.location());
349 GlobalHandles::MakeWeak(g2c1.location(),

Completed in 111 milliseconds