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