Home
last modified time | relevance | path

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

/art/runtime/
Dsubtype_check_info_test.cc312 SubtypeCheckInfo sci = SubtypeCheckInfo::CreateRoot(); in TEST_F()
320 SubtypeCheckInfo root = SubtypeCheckInfo::CreateRoot(); in TEST_F()
340 SubtypeCheckInfo root = SubtypeCheckInfo::CreateRoot(); in TEST_F()
350 SubtypeCheckInfo root = SubtypeCheckInfo::CreateRoot(); in TEST_F()
Dsubtype_check_info.h198 static SubtypeCheckInfo CreateRoot() { in CreateRoot() function
Dsubtype_check.h390 const SubtypeCheckInfo new_root_sci = root_sci.CreateRoot(); in InitializeOrAssign()