Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-profile-generator.cc471 ProfileTree token1_tree; in TEST() local
472 token1_tree.FilteredClone(&source_tree, token1); in TEST()
477 CHECK_EQ(4, token1_tree.root()->total_ticks()); in TEST()
478 CHECK_EQ(1, token1_tree.root()->self_ticks()); in TEST()
479 ProfileTreeTestHelper token1_helper(&token1_tree); in TEST()