Searched refs:handle_and_id (Results 1 – 3 of 3) sorted by relevance
/external/v8/test/cctest/ |
D | test-weaksets.cc | 108 std::pair<Handle<Object>*, int> handle_and_id(&key, 1234); in TEST() local 110 reinterpret_cast<void*>(&handle_and_id), in TEST()
|
D | test-weakmaps.cc | 109 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/ |
D | test-heap.cc | 611 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()
|