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.cc108 std::pair<Handle<Object>*, int> handle_and_id(&key, 1234); in TEST() local
110 reinterpret_cast<void*>(&handle_and_id), in TEST()
Dtest-weakmaps.cc109 std::pair<Handle<Object>*, int> handle_and_id(&key, 1234); in TEST() local
111 reinterpret_cast<void*>(&handle_and_id), in TEST()
/external/v8/test/cctest/heap/
Dtest-heap.cc611 std::pair<Handle<Object>*, int> handle_and_id(&h2, 1234); in TEST() local
613 reinterpret_cast<void*>(&handle_and_id), in TEST()
658 std::pair<Handle<Object>*, int> handle_and_id(&h2, 1234); in TEST() local
660 reinterpret_cast<void*>(&handle_and_id), in TEST()
696 std::pair<Handle<Object>*, int> handle_and_id(&h, 1234); in TEST() local
698 reinterpret_cast<void*>(&handle_and_id), in TEST()