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 128 virtual bool IsConstantByte() const { return false; }
145 return IsConstantByte() || IsByte() || IsBoolean();
748 bool IsConstantByte() const OVERRIDE {
    [all...]
reg_type.cc 639 if (type1.IsConstantByte()) {
640 if (type2.IsConstantByte()) {

Completed in 54 milliseconds