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

  /art/runtime/verifier/
reg_type.h 57 virtual bool IsByte() const { return false; }
141 return IsChar() || IsInteger() || IsFloat() || IsConstant() || IsByte() ||
149 return IsConstantByte() || IsByte() || IsBoolean();
152 return IsShort() || IsByte() || IsBoolean() || IsConstantShort();
158 return IsInteger() || IsConstant() || IsByte() || IsShort() || IsChar() ||
294 } else if (IsByte()) {
519 bool IsByte() const override { return true; }
    [all...]
reg_type_test.cc 100 EXPECT_FALSE(bool_reg_type.IsByte());
133 EXPECT_TRUE(byte_reg_type.IsByte());
166 EXPECT_FALSE(char_reg_type.IsByte());
199 EXPECT_FALSE(short_reg_type.IsByte());
232 EXPECT_FALSE(int_reg_type.IsByte());
265 EXPECT_FALSE(long_reg_type.IsByte());
298 EXPECT_FALSE(float_reg_type.IsByte());
331 EXPECT_FALSE(double_reg_type.IsByte());
    [all...]
method_verifier.cc     [all...]
  /external/swiftshader/third_party/subzero/src/
IceAssemblerARM32.cpp     [all...]
IceAssemblerARM32.h 742 // ooo=InstType, l=isLoad, b=isByte, and
746 bool IsByte, IValueT Rt, IValueT Address);
754 void emitMemOp(CondARM32::Cond Cond, bool IsLoad, bool IsByte, IValueT Rt,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 827 bool IsByte =
830 if (!(IsByte && ShiftedImm->second) &&
845 bool IsByte =
848 if (!(IsByte && ShiftedImm->second) &&
    [all...]

Completed in 5080 milliseconds