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 131 virtual bool IsConstantByte() const {
160 return IsConstantByte() || IsByte() || IsBoolean();
598 bool IsConstantByte() const {
reg_type.cc 826 if (IsConstantByte()) {
827 if (incoming_type.IsConstantByte()) {

Completed in 42 milliseconds