HomeSort by relevance Sort by last modified time
    Searched refs:IsLongHighTypes (Results 1 - 3 of 3) sorted by null

  /art/runtime/verifier/
reg_type_test.cc 77 EXPECT_TRUE(long_hi.IsLongHighTypes());
78 EXPECT_TRUE(precise_hi.IsLongHighTypes());
84 EXPECT_TRUE((long_hi.Merge(precise_hi, &cache, /* verifier */ nullptr)).IsLongHighTypes());
    [all...]
reg_type.cc 685 (IsLongHighTypes() && incoming_type.IsLongHighTypes()) ||
reg_type.h 163 bool IsLongHighTypes() const {
    [all...]

Completed in 73 milliseconds