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 251 Handle<Object> g1c1 = local
261 std::pair<Handle<Object>*, int> g1c1_and_id(&g1c1, 1234);
263 g1c1.location(), reinterpret_cast<void*>(&g1c1_and_id),
296 g1c1.location());
314 global_handles->ClearWeakness(g1c1.location());
323 g1c1.location());
336 g1c1.location(), reinterpret_cast<void*>(&g1c1_and_id),

Completed in 250 milliseconds