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

  /external/v8/test/cctest/
test-global-handles.cc 296 Handle<Object> g2c1 = local
304 global_handles->SetReferenceFromGroup(UniqueId(2), g2c1.location());
318 CHECK(implicit_refs->at(1)->children[0] == g2c1.location());
  /external/v8/test/cctest/heap/
test-mark-compact.cc 281 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 2208 milliseconds