Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-profile-generator.cc493 ProfileTree token2_tree; in TEST() local
494 token2_tree.FilteredClone(&source_tree, token2); in TEST()
498 CHECK_EQ(4, token2_tree.root()->total_ticks()); in TEST()
499 CHECK_EQ(4, token2_tree.root()->self_ticks()); in TEST()
500 ProfileTreeTestHelper token2_helper(&token2_tree); in TEST()