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

  /external/v8/test/cctest/
test-global-handles.cc 93 Handle<Object> g1s1 = local
106 Object** g1_objects[] = { g1s1.location(), g1s2.location() };
116 skippable_objects.Add(*g1s1.location());
125 CHECK(can_skip_called_objects.Contains(*g1s1.location()));
141 skippable_objects.Add(*g1s1.location());
156 CHECK(visitor.visited.Contains(*g1s1.location()));
189 Handle<Object> g1s1 = local
204 global_handles->SetObjectGroupId(g1s1.location(), UniqueId(1));
211 skippable_objects.Add(*g1s1.location());
220 CHECK(can_skip_called_objects.Contains(*g1s1.location()))
284 Handle<Object> g1s1 = local
    [all...]
  /external/v8/test/cctest/heap/
test-mark-compact.cc 247 Handle<Object> g1s1 = local
253 std::pair<Handle<Object>*, int> g1s1_and_id(&g1s1, 1234);
255 g1s1.location(), reinterpret_cast<void*>(&g1s1_and_id),
285 Handle<Object> root = global_handles->Create(*g1s1); // make a root.
289 Handle<FixedArray>::cast(g2s1)->set(0, *g1s1);
292 Object** g1_objects[] = { g1s1.location(), g1s2.location() };
295 global_handles->SetReference(Handle<HeapObject>::cast(g1s1).location(),
319 Object** g1_objects[] = { g1s1.location(), g1s2.location() };
322 global_handles->SetReference(Handle<HeapObject>::cast(g1s1).location(),

Completed in 46 milliseconds