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 270 Handle<Object> g2c1 = local
280 std::pair<Handle<Object>*, int> g2c1_and_id(&g2c1, 1234);
282 g2c1.location(), reinterpret_cast<void*>(&g2c1_and_id),
299 g2c1.location());
315 global_handles->ClearWeakness(g2c1.location());
326 g2c1.location());
339 g2c1.location(), reinterpret_cast<void*>(&g2c1_and_id),

Completed in 50 milliseconds