Home
last modified time | relevance | path

Searched refs:handle_and_id (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/cctest/
Dtest-weaksets.cc107 std::pair<Handle<Object>*, int> handle_and_id(&key, 1234); in TEST() local
109 key.location(), reinterpret_cast<void*>(&handle_and_id), in TEST()
Dtest-weakmaps.cc108 std::pair<Handle<Object>*, int> handle_and_id(&key, 1234); in TEST() local
110 key.location(), reinterpret_cast<void*>(&handle_and_id), in TEST()
/external/v8/test/cctest/heap/
Dtest-heap.cc613 std::pair<Handle<Object>*, int> handle_and_id(&h2, 1234); in TEST() local
615 h2.location(), reinterpret_cast<void*>(&handle_and_id), in TEST()
660 std::pair<Handle<Object>*, int> handle_and_id(&h2, 1234); in TEST() local
662 h2.location(), reinterpret_cast<void*>(&handle_and_id), in TEST()
698 std::pair<Handle<Object>*, int> handle_and_id(&h, 1234); in TEST() local
699 GlobalHandles::MakeWeak(h.location(), reinterpret_cast<void*>(&handle_and_id), in TEST()