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

  /art/runtime/verifier/
reg_type_test.cc 91 EXPECT_FALSE(bool_reg_type.IsLong());
123 EXPECT_FALSE(byte_reg_type.IsLong());
155 EXPECT_FALSE(char_reg_type.IsLong());
187 EXPECT_FALSE(short_reg_type.IsLong());
219 EXPECT_FALSE(int_reg_type.IsLong());
251 EXPECT_TRUE(long_reg_type.IsLong());
283 EXPECT_FALSE(float_reg_type.IsLong());
315 EXPECT_FALSE(double_reg_type.IsLong());
method_verifier.cc     [all...]
reg_type.h 194 virtual bool IsLong() const {
495 bool IsLong() const {

Completed in 442 milliseconds