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

  /art/runtime/verifier/
reg_type_test.cc 104 EXPECT_FALSE(bool_reg_type.IsLong());
137 EXPECT_FALSE(byte_reg_type.IsLong());
170 EXPECT_FALSE(char_reg_type.IsLong());
203 EXPECT_FALSE(short_reg_type.IsLong());
236 EXPECT_FALSE(int_reg_type.IsLong());
269 EXPECT_TRUE(long_reg_type.IsLong());
302 EXPECT_FALSE(float_reg_type.IsLong());
335 EXPECT_FALSE(double_reg_type.IsLong());
    [all...]
reg_type.h 170 virtual bool IsLong() const { return false; }
613 bool IsLong() const OVERRIDE { return true; }
    [all...]
method_verifier.cc     [all...]
  /external/flatbuffers/include/flatbuffers/
idl.h 105 inline bool IsLong (BaseType t) { return t == BASE_TYPE_LONG ||
  /external/flatbuffers/src/
idl_gen_js.cpp 620 if (IsScalar(vectorType.base_type) && !IsLong(vectorType.base_type)) {
  /art/compiler/utils/mips64/
assembler_mips64.cc     [all...]
assembler_mips64.h     [all...]
  /art/compiler/utils/mips/
assembler_mips.cc     [all...]
assembler_mips.h     [all...]

Completed in 115 milliseconds