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

  /art/runtime/verifier/
reg_type.h 125 virtual bool IsConstantByte() const { return false; }
142 return IsConstantByte() || IsByte() || IsBoolean();
606 bool IsConstantByte() const OVERRIDE {
    [all...]
reg_type.cc 631 if (type1.IsConstantByte()) {
632 if (type2.IsConstantByte()) {

Completed in 3562 milliseconds