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

  /external/v8/test/cctest/
test-global-handles.cc 286 Handle<Object> g1c1 = local
302 global_handles->SetReferenceFromGroup(UniqueId(1), g1c1.location());
313 CHECK(implicit_refs->at(0)->children[0] == g1c1.location());
  /external/v8/test/cctest/heap/
test-mark-compact.cc 262 Handle<Object> g1c1 = local
272 std::pair<Handle<Object>*, int> g1c1_and_id(&g1c1, 1234);
273 GlobalHandles::MakeWeak(g1c1.location(),
307 g1c1.location());
325 global_handles->ClearWeakness(g1c1.location());
334 g1c1.location());
346 GlobalHandles::MakeWeak(g1c1.location(),

Completed in 422 milliseconds